@definitelytyped/definitions-parser 0.0.164-next.1 → 0.0.164-next.4

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.
@@ -722,6 +722,7 @@ logrocket
722
722
  lottie-web
723
723
  magic-string
724
724
  mali
725
+ meshoptimizer
725
726
  metascraper
726
727
  meteor-typings
727
728
  middy
@@ -776,6 +777,7 @@ puppeteer-core
776
777
  query-string
777
778
  quill-delta
778
779
  raven-js
780
+ raw-body
779
781
  rc-tree
780
782
  rdf-js
781
783
  rdfxml-streaming-parser
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.164-next.1",
3
+ "version": "0.0.164-next.4",
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": "95df8df6c7c285aa1b8ae9e04487b194d85f39d9"
40
+ "gitHead": "26f65c59beeb64dda004693cbb57643560c1f4d2"
41
41
  }