@definitelytyped/definitions-parser 0.0.99 → 0.0.101-next.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -288,6 +288,7 @@
|
|
|
288
288
|
@types/react-native-tab-view
|
|
289
289
|
@types/react-navigation
|
|
290
290
|
@types/react-select
|
|
291
|
+
@types/redis
|
|
291
292
|
@types/rsmq
|
|
292
293
|
@types/socket.io
|
|
293
294
|
@types/socket.io-client
|
|
@@ -295,6 +296,7 @@
|
|
|
295
296
|
@types/vue
|
|
296
297
|
@types/webdriverio
|
|
297
298
|
@types/webpack
|
|
299
|
+
@types/webpack-dev-middleware
|
|
298
300
|
@types/winston
|
|
299
301
|
@types/wonder-commonlib
|
|
300
302
|
@types/wonder-frp
|
|
@@ -500,6 +502,7 @@ remark
|
|
|
500
502
|
rollup
|
|
501
503
|
rrule
|
|
502
504
|
rxjs
|
|
505
|
+
sass
|
|
503
506
|
safe-buffer
|
|
504
507
|
scroll-behavior
|
|
505
508
|
scroll-into-view-if-needed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@definitelytyped/definitions-parser",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.101-next.2",
|
|
4
4
|
"description": "Reads the DefinitelyTyped repository and provides an API for querying its metadata",
|
|
5
5
|
"homepage": "https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/definitions-parser#readme",
|
|
6
6
|
"license": "MIT",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"url": "https://github.com/microsoft/DefinitelyTyped-tools/issues"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@definitelytyped/header-parser": "^0.0.
|
|
23
|
-
"@definitelytyped/typescript-versions": "^0.0.
|
|
24
|
-
"@definitelytyped/utils": "^0.0.
|
|
22
|
+
"@definitelytyped/header-parser": "^0.0.100",
|
|
23
|
+
"@definitelytyped/typescript-versions": "^0.0.100",
|
|
24
|
+
"@definitelytyped/utils": "^0.0.100",
|
|
25
25
|
"@types/node": "^14.14.35",
|
|
26
26
|
"fs-extra": "^9.1.0"
|
|
27
27
|
},
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"publishConfig": {
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "5ae7504552c9a2ef2916991b56067b51927ffd9d"
|
|
39
39
|
}
|