File tree Expand file tree Collapse file tree 2 files changed +20
-7
lines changed Expand file tree Collapse file tree 2 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.1" ,
4
4
"description" : " HackMD/CodiMD Node.js API Client" ,
5
5
"main" : " dist/index.js" ,
6
+ "declaration" : " ./dist/index.d.ts" ,
6
7
"scripts" : {
7
8
"build" : " tsc -d" ,
8
9
"prepublishOnly" : " npm run build"
23
24
"@types/fs-extra" : " ^8.1.0" ,
24
25
"@types/node" : " ^13.11.1" ,
25
26
"@types/node-fetch" : " ^2.5.6" ,
26
- "@types/tough-cookie" : " ^4.0.0 " ,
27
+ "@types/tough-cookie" : " ^2.3.7 " ,
27
28
"@types/tough-cookie-filestore" : " ^0.0.0" ,
28
29
"ts-node" : " ^8.8.2" ,
29
30
"typescript" : " ^3.8.3"
33
34
"fetch-cookie" : " ^0.8.0" ,
34
35
"fs-extra" : " ^9.0.0" ,
35
36
"node-fetch" : " ^2.6.0" ,
36
- "tough-cookie" : " ^4 .0.0" ,
37
+ "tough-cookie" : " ^3 .0.0" ,
37
38
"tough-cookie-filestore" : " ^0.0.1" ,
38
39
"tslib" : " ^1.11.1"
39
40
}
Original file line number Diff line number Diff line change 29
29
version "0.0.0"
30
30
resolved "https://registry.yarnpkg.com/@types/tough-cookie-filestore/-/tough-cookie-filestore-0.0.0.tgz#3d53077d7a688a3f2ee6b4f31a848d09eaec9aba"
31
31
32
- " @types/tough-cookie@^4 .0.0 " :
33
- version "4.0.0 "
34
- resolved "https://registry.yarnpkg.com/@types/tough-cookie/-/tough-cookie-4.0.0 .tgz#fef1904e4668b6e5ecee60c52cc6a078ffa6697d "
32
+ " @types/tough-cookie@^3 .0.0 " :
33
+ version "2.3.7 "
34
+ resolved "https://registry.yarnpkg.com/@types/tough-cookie/-/tough-cookie-2.3.7 .tgz#979434b5900f9d710f5d4e15c466cadb8e9fdc47 "
35
35
36
36
arg@^4.1.0 :
37
37
version "4.1.3"
@@ -183,6 +183,10 @@ inherits@^2.0.1, inherits@^2.0.3:
183
183
version "2.0.4"
184
184
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
185
185
186
+ ip-regex@^2.1.0 :
187
+ version "2.1.0"
188
+ resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-2.1.0.tgz#fa78bf5d2e6913c911ce9f819ee5146bb6d844e9"
189
+
186
190
jsonfile@^6.0.1 :
187
191
version "6.0.1"
188
192
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.0.1.tgz#98966cba214378c8c84b82e085907b40bf614179"
@@ -225,7 +229,7 @@ parse5@^3.0.1:
225
229
dependencies :
226
230
" @types/node" " *"
227
231
228
- psl@^1.1.33 :
232
+ psl@^1.1.28, psl@^1.1. 33 :
229
233
version "1.8.0"
230
234
resolved "https://registry.yarnpkg.com/psl/-/psl-1.8.0.tgz#9326f8bcfb013adcc005fdff056acce020e51c24"
231
235
@@ -268,14 +272,22 @@ tough-cookie-filestore@^0.0.1:
268
272
dependencies :
269
273
tough-cookie "~0.12.1"
270
274
271
- " tough-cookie@^2.3.3 || ^3.0.1 || ^4.0.0" , tough-cookie@^4.0.0 :
275
+ " tough-cookie@^2.3.3 || ^3.0.1 || ^4.0.0 " :
272
276
version "4.0.0"
273
277
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-4.0.0.tgz#d822234eeca882f991f0f908824ad2622ddbece4"
274
278
dependencies :
275
279
psl "^1.1.33"
276
280
punycode "^2.1.1"
277
281
universalify "^0.1.2"
278
282
283
+ tough-cookie@^3.0.0 :
284
+ version "3.0.1"
285
+ resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-3.0.1.tgz#9df4f57e739c26930a018184887f4adb7dca73b2"
286
+ dependencies :
287
+ ip-regex "^2.1.0"
288
+ psl "^1.1.28"
289
+ punycode "^2.1.1"
290
+
279
291
tough-cookie@~0.12.1 :
280
292
version "0.12.1"
281
293
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-0.12.1.tgz#8220c7e21abd5b13d96804254bd5a81ebf2c7d62"
You can’t perform that action at this time.
0 commit comments