@definitelytyped/definitions-parser 0.0.110-next.1 → 0.0.111-next.1
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.
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
@hapi/podium
|
|
19
19
|
@hapi/wreck
|
|
20
20
|
@jest/environment
|
|
21
|
+
@jest/expect
|
|
21
22
|
@jest/fake-timers
|
|
22
23
|
@jest/globals
|
|
23
24
|
@jest/reporters
|
|
@@ -472,6 +473,7 @@ path-to-regexp
|
|
|
472
473
|
pdfjs-dist
|
|
473
474
|
pg-protocol
|
|
474
475
|
pg-types
|
|
476
|
+
phenomenon
|
|
475
477
|
pkcs11js
|
|
476
478
|
plugin-error
|
|
477
479
|
polished
|
|
@@ -534,6 +536,7 @@ sonic-boom
|
|
|
534
536
|
source-map
|
|
535
537
|
ssim.js
|
|
536
538
|
styled-components
|
|
539
|
+
stylelint
|
|
537
540
|
svelte
|
|
538
541
|
sw-toolbox
|
|
539
542
|
swagger-parser
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@definitelytyped/definitions-parser",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.111-next.1",
|
|
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.110",
|
|
23
|
+
"@definitelytyped/typescript-versions": "^0.0.110",
|
|
24
|
+
"@definitelytyped/utils": "^0.0.110",
|
|
25
25
|
"@types/node": "^14.14.35",
|
|
26
26
|
"fs-extra": "^9.1.0"
|
|
27
27
|
},
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"publishConfig": {
|
|
35
35
|
"access": "public"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "67a6acee94be761d58a209ad95a7fc281b6b4581"
|
|
38
38
|
}
|