@definitelytyped/definitions-parser 0.0.142-next.6 → 0.0.142-next.8
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.
|
@@ -749,6 +749,19 @@
|
|
|
749
749
|
@types/winston
|
|
750
750
|
@types/wonder-commonlib
|
|
751
751
|
@types/wonder-frp
|
|
752
|
+
@types/workbox-background-sync
|
|
753
|
+
@types/workbox-broadcast-update
|
|
754
|
+
@types/workbox-expiration
|
|
755
|
+
@types/workbox-core
|
|
756
|
+
@types/workbox-expiration
|
|
757
|
+
@types/workbox-navigation-preload
|
|
758
|
+
@types/workbox-precaching
|
|
759
|
+
@types/workbox-range-requests
|
|
760
|
+
@types/workbox-routing
|
|
761
|
+
@types/workbox-strategies
|
|
762
|
+
@types/workbox-streams
|
|
763
|
+
@types/workbox-webpack-plugin
|
|
764
|
+
@types/workbox-window
|
|
752
765
|
@types/parse5
|
|
753
766
|
@uirouter/angularjs
|
|
754
767
|
@vue/reactivity
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@definitelytyped/definitions-parser",
|
|
3
|
-
"version": "0.0.142-next.
|
|
3
|
+
"version": "0.0.142-next.8",
|
|
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",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "8f8ca80aa878fd3d21fd25b63e9badf6951ef92c"
|
|
41
41
|
}
|