@definitelytyped/definitions-parser 0.0.135-next.1 → 0.0.135-next.3
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.
|
@@ -724,6 +724,8 @@
|
|
|
724
724
|
@types/node
|
|
725
725
|
@types/node-fetch
|
|
726
726
|
@types/pino
|
|
727
|
+
@types/puppeteer
|
|
728
|
+
@types/puppeteer-core
|
|
727
729
|
@types/react-native-tab-view
|
|
728
730
|
@types/react-navigation
|
|
729
731
|
@types/react-select
|
|
@@ -937,6 +939,8 @@ prom-client
|
|
|
937
939
|
prosemirror-view
|
|
938
940
|
protobufjs
|
|
939
941
|
protractor
|
|
942
|
+
puppeteer
|
|
943
|
+
puppeteer-core
|
|
940
944
|
query-string
|
|
941
945
|
quill-delta
|
|
942
946
|
raven-js
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@definitelytyped/definitions-parser",
|
|
3
|
-
"version": "0.0.135-next.
|
|
3
|
+
"version": "0.0.135-next.3",
|
|
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.
|
|
23
|
-
"@definitelytyped/typescript-versions": "^0.0.
|
|
24
|
-
"@definitelytyped/utils": "^0.0.
|
|
22
|
+
"@definitelytyped/header-parser": "^0.0.135-next.3",
|
|
23
|
+
"@definitelytyped/typescript-versions": "^0.0.135-next.3",
|
|
24
|
+
"@definitelytyped/utils": "^0.0.135-next.3",
|
|
25
25
|
"@types/node": "^14.14.35",
|
|
26
26
|
"fs-extra": "^9.1.0",
|
|
27
27
|
"pacote": "^13.6.1",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "71c12f08a7c2be410358c63def75316bb06acd80"
|
|
41
41
|
}
|