@definitelytyped/definitions-parser 0.0.122-next.5 → 0.0.122
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.
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
@emotion/react
|
|
15
15
|
@emotion/serialize
|
|
16
16
|
@emotion/styled
|
|
17
|
+
@glimmer/component
|
|
17
18
|
@hapi/boom
|
|
18
19
|
@hapi/iron
|
|
19
20
|
@hapi/podium
|
|
@@ -672,6 +673,7 @@
|
|
|
672
673
|
@sentry/browser
|
|
673
674
|
@sinonjs/fake-timers
|
|
674
675
|
@storybook/addons
|
|
676
|
+
@storybook/csf
|
|
675
677
|
@storybook/react
|
|
676
678
|
@testing-library/dom
|
|
677
679
|
@tweenjs/tween.js
|
|
@@ -865,6 +867,7 @@ mali
|
|
|
865
867
|
metascraper
|
|
866
868
|
meteor-typings
|
|
867
869
|
middy
|
|
870
|
+
minipass
|
|
868
871
|
moment
|
|
869
872
|
moment-range
|
|
870
873
|
moment-timezone
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@definitelytyped/definitions-parser",
|
|
3
|
-
"version": "0.0.122
|
|
3
|
+
"version": "0.0.122",
|
|
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.122
|
|
22
|
+
"@definitelytyped/header-parser": "^0.0.122",
|
|
23
|
+
"@definitelytyped/typescript-versions": "^0.0.122",
|
|
24
|
+
"@definitelytyped/utils": "^0.0.122",
|
|
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": "8fe498ac81e893108b2012616f919995f2064f39"
|
|
41
41
|
}
|