@definitelytyped/definitions-parser 0.0.142-next.11 → 0.0.142-next.13

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.
@@ -752,9 +752,10 @@
752
752
  @types/workbox-background-sync
753
753
  @types/workbox-broadcast-update
754
754
  @types/workbox-build
755
- @types/workbox-expiration
755
+ @types/workbox-cacheable-response
756
756
  @types/workbox-core
757
757
  @types/workbox-expiration
758
+ @types/workbox-google-analytics
758
759
  @types/workbox-navigation-preload
759
760
  @types/workbox-precaching
760
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-next.11",
3
+ "version": "0.0.142-next.13",
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": "b5b74f4b2f9714a4eb2c40f2218d3b2fe45cb92f"
40
+ "gitHead": "f249c9ad89d043d2e6e1182bda869f431c5bbc93"
41
41
  }