@definitelytyped/definitions-parser 0.0.142-next.5 → 0.0.142-next.7

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.
@@ -1036,6 +1036,8 @@ webpack-chain
1036
1036
  web-tree-sitter
1037
1037
  winston
1038
1038
  winston-transport
1039
+ workbox-build
1040
+ workbox-webpack-plugin
1039
1041
  xmlbuilder
1040
1042
  xpath
1041
1043
  yup
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.142-next.5",
3
+ "version": "0.0.142-next.7",
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": "dd4ae29cc711122e1b61626e88157e8cf78bf72d"
40
+ "gitHead": "f69be8b7fc0288716531e6271330be95de911fbd"
41
41
  }