@definitelytyped/definitions-parser 0.0.101-next.2 → 0.0.101-next.7
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
|
|
@@ -266,8 +267,10 @@
|
|
|
266
267
|
@types/anymatch
|
|
267
268
|
@types/autoprefixer
|
|
268
269
|
@types/base-x
|
|
270
|
+
@types/busboy
|
|
269
271
|
@types/expect
|
|
270
272
|
@types/express-handlebars
|
|
273
|
+
@types/express-rate-limit
|
|
271
274
|
@types/express-serve-static-core
|
|
272
275
|
@types/firebase
|
|
273
276
|
@types/got
|
|
@@ -297,10 +300,12 @@
|
|
|
297
300
|
@types/webdriverio
|
|
298
301
|
@types/webpack
|
|
299
302
|
@types/webpack-dev-middleware
|
|
303
|
+
@types/webpack-dev-server
|
|
300
304
|
@types/winston
|
|
301
305
|
@types/wonder-commonlib
|
|
302
306
|
@types/wonder-frp
|
|
303
307
|
@uirouter/angularjs
|
|
308
|
+
@vue/reactivity
|
|
304
309
|
@vue/test-utils
|
|
305
310
|
@wordpress/api-fetch
|
|
306
311
|
@wordpress/element
|
|
@@ -442,6 +447,7 @@ mongodb
|
|
|
442
447
|
mongoose
|
|
443
448
|
mqtt
|
|
444
449
|
msnodesqlv8
|
|
450
|
+
mysql2
|
|
445
451
|
neo4j-driver-lite
|
|
446
452
|
next
|
|
447
453
|
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.7",
|
|
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": "e79ad8f902e8b84d852c9e769406f5a76b0774d4"
|
|
39
39
|
}
|