@definitelytyped/definitions-parser 0.0.125 → 0.0.127-next.0
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.
|
@@ -669,6 +669,7 @@
|
|
|
669
669
|
@mui/types
|
|
670
670
|
@npm/types
|
|
671
671
|
@popperjs/core
|
|
672
|
+
@puppeteer/replay
|
|
672
673
|
@rdfjs/types
|
|
673
674
|
@react-navigation/native
|
|
674
675
|
@react-navigation/stack
|
|
@@ -956,6 +957,7 @@ scroll-behavior
|
|
|
956
957
|
scroll-into-view-if-needed
|
|
957
958
|
semantic-ui-react
|
|
958
959
|
serialize-query-params
|
|
960
|
+
shell-exec
|
|
959
961
|
should
|
|
960
962
|
simple-markdown
|
|
961
963
|
smooth-scrollbar
|
|
@@ -969,6 +971,7 @@ stylelint
|
|
|
969
971
|
svelte
|
|
970
972
|
sw-toolbox
|
|
971
973
|
swagger-parser
|
|
974
|
+
tailwindcss
|
|
972
975
|
tapable
|
|
973
976
|
tarn
|
|
974
977
|
tasker-types
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@definitelytyped/definitions-parser",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.127-next.0",
|
|
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.126",
|
|
23
|
+
"@definitelytyped/typescript-versions": "^0.0.126",
|
|
24
|
+
"@definitelytyped/utils": "^0.0.126",
|
|
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": "6d9caa7efe612d2910fdfc6a24728f6bf72181cc"
|
|
41
41
|
}
|