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