@definitelytyped/definitions-parser 0.0.101-next.5 → 0.0.101-next.6
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
|
|
@@ -445,6 +446,7 @@ mongodb
|
|
|
445
446
|
mongoose
|
|
446
447
|
mqtt
|
|
447
448
|
msnodesqlv8
|
|
449
|
+
mysql2
|
|
448
450
|
neo4j-driver-lite
|
|
449
451
|
next
|
|
450
452
|
nock
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@definitelytyped/definitions-parser",
|
|
3
|
-
"version": "0.0.101-next.
|
|
3
|
+
"version": "0.0.101-next.6",
|
|
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",
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"publishConfig": {
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "18099cf6bb6be18ed3110b7cb41ed63487504484"
|
|
39
39
|
}
|