@definitelytyped/definitions-parser 0.0.142-next.8 → 0.0.142
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.
|
@@ -751,9 +751,11 @@
|
|
|
751
751
|
@types/wonder-frp
|
|
752
752
|
@types/workbox-background-sync
|
|
753
753
|
@types/workbox-broadcast-update
|
|
754
|
-
@types/workbox-
|
|
754
|
+
@types/workbox-build
|
|
755
|
+
@types/workbox-cacheable-response
|
|
755
756
|
@types/workbox-core
|
|
756
757
|
@types/workbox-expiration
|
|
758
|
+
@types/workbox-google-analytics
|
|
757
759
|
@types/workbox-navigation-preload
|
|
758
760
|
@types/workbox-precaching
|
|
759
761
|
@types/workbox-range-requests
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@definitelytyped/definitions-parser",
|
|
3
|
-
"version": "0.0.142
|
|
3
|
+
"version": "0.0.142",
|
|
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.142",
|
|
23
|
+
"@definitelytyped/typescript-versions": "^0.0.142",
|
|
24
|
+
"@definitelytyped/utils": "^0.0.142",
|
|
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": "2e81ff65e33fc1ee4dab4fa875c11b2e0314084a"
|
|
41
41
|
}
|