@definitelytyped/definitions-parser 0.0.113-next.4 → 0.0.113-next.9
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.
|
@@ -285,6 +285,7 @@
|
|
|
285
285
|
@types/ink
|
|
286
286
|
@types/js-data
|
|
287
287
|
@types/leaflet
|
|
288
|
+
@types/lru-cache
|
|
288
289
|
@types/mkdirp-promise
|
|
289
290
|
@types/mongodb
|
|
290
291
|
@types/mongoose
|
|
@@ -328,6 +329,7 @@ apollo-client
|
|
|
328
329
|
apollo-link
|
|
329
330
|
apollo-link-http-common
|
|
330
331
|
arweave
|
|
332
|
+
asn1js
|
|
331
333
|
ast-types
|
|
332
334
|
async-done
|
|
333
335
|
autoprefixer
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@definitelytyped/definitions-parser",
|
|
3
|
-
"version": "0.0.113-next.
|
|
3
|
+
"version": "0.0.113-next.9",
|
|
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.113-next.
|
|
23
|
-
"@definitelytyped/typescript-versions": "^0.0.113-next.
|
|
24
|
-
"@definitelytyped/utils": "^0.0.113-next.
|
|
22
|
+
"@definitelytyped/header-parser": "^0.0.113-next.7",
|
|
23
|
+
"@definitelytyped/typescript-versions": "^0.0.113-next.7",
|
|
24
|
+
"@definitelytyped/utils": "^0.0.113-next.7",
|
|
25
25
|
"@types/node": "^14.14.35",
|
|
26
26
|
"fs-extra": "^9.1.0",
|
|
27
27
|
"semver": "^7.3.7"
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"publishConfig": {
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "5f3da07fb07d60eccf5de63a94f63a7b68e5bfe3"
|
|
39
39
|
}
|