@definitelytyped/definitions-parser 0.0.112-next.4 → 0.0.112-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.
|
@@ -265,6 +265,7 @@
|
|
|
265
265
|
@storybook/react
|
|
266
266
|
@testing-library/dom
|
|
267
267
|
@tweenjs/tween.js
|
|
268
|
+
@types/acorn
|
|
268
269
|
@types/anymatch
|
|
269
270
|
@types/autoprefixer
|
|
270
271
|
@types/base-x
|
|
@@ -276,6 +277,7 @@
|
|
|
276
277
|
@types/faker
|
|
277
278
|
@types/firebase
|
|
278
279
|
@types/got
|
|
280
|
+
@types/hapi
|
|
279
281
|
@types/helmet
|
|
280
282
|
@types/highcharts
|
|
281
283
|
@types/highlight.js
|
|
@@ -417,6 +419,7 @@ immer
|
|
|
417
419
|
immutable
|
|
418
420
|
indefinite-observable
|
|
419
421
|
inversify
|
|
422
|
+
ioredis
|
|
420
423
|
itty-router
|
|
421
424
|
javascript-obfuscator
|
|
422
425
|
jest-cucumber
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@definitelytyped/definitions-parser",
|
|
3
|
-
"version": "0.0.112-next.
|
|
3
|
+
"version": "0.0.112-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",
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"publishConfig": {
|
|
35
35
|
"access": "public"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "adce1cfd76a4c902776e23d39e28abe528f6eb8a"
|
|
38
38
|
}
|