@definitelytyped/definitions-parser 0.0.101-next.4 → 0.0.101
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.
|
@@ -253,6 +253,7 @@
|
|
|
253
253
|
@maxim_mazurok/gapi.client.youtube
|
|
254
254
|
@maxim_mazurok/gapi.client.youtubeanalytics
|
|
255
255
|
@maxim_mazurok/gapi.client.youtubereporting
|
|
256
|
+
@middy/core
|
|
256
257
|
@popperjs/core
|
|
257
258
|
@rdfjs/types
|
|
258
259
|
@react-navigation/native
|
|
@@ -299,10 +300,12 @@
|
|
|
299
300
|
@types/webdriverio
|
|
300
301
|
@types/webpack
|
|
301
302
|
@types/webpack-dev-middleware
|
|
303
|
+
@types/webpack-dev-server
|
|
302
304
|
@types/winston
|
|
303
305
|
@types/wonder-commonlib
|
|
304
306
|
@types/wonder-frp
|
|
305
307
|
@uirouter/angularjs
|
|
308
|
+
@vue/reactivity
|
|
306
309
|
@vue/test-utils
|
|
307
310
|
@wordpress/api-fetch
|
|
308
311
|
@wordpress/element
|
|
@@ -444,6 +447,7 @@ mongodb
|
|
|
444
447
|
mongoose
|
|
445
448
|
mqtt
|
|
446
449
|
msnodesqlv8
|
|
450
|
+
mysql2
|
|
447
451
|
neo4j-driver-lite
|
|
448
452
|
next
|
|
449
453
|
nock
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@definitelytyped/definitions-parser",
|
|
3
|
-
"version": "0.0.101
|
|
3
|
+
"version": "0.0.101",
|
|
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.101",
|
|
23
|
+
"@definitelytyped/typescript-versions": "^0.0.101",
|
|
24
|
+
"@definitelytyped/utils": "^0.0.101",
|
|
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": "40b16c3815e20698272ab79bfa4914d7ba2c6bfc"
|
|
39
39
|
}
|