@definitelytyped/definitions-parser 0.0.164-next.7 → 0.0.164-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.
|
@@ -521,6 +521,7 @@
|
|
|
521
521
|
@types/node
|
|
522
522
|
@types/node-fetch
|
|
523
523
|
@types/pino
|
|
524
|
+
@types/prettier
|
|
524
525
|
@types/puppeteer
|
|
525
526
|
@types/puppeteer-core
|
|
526
527
|
@types/react-leaflet
|
|
@@ -576,6 +577,7 @@ acorn
|
|
|
576
577
|
actions-on-google
|
|
577
578
|
activex-helpers
|
|
578
579
|
adal-node
|
|
580
|
+
aggregate-error
|
|
579
581
|
ajv
|
|
580
582
|
algoliasearch
|
|
581
583
|
algoliasearch-helper
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@definitelytyped/definitions-parser",
|
|
3
|
-
"version": "0.0.164-next.
|
|
3
|
+
"version": "0.0.164-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",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "138d6f8a09baecf0cf76e74178cc6051e444fa0f"
|
|
41
41
|
}
|