@definitelytyped/definitions-parser 0.0.113-next.8 → 0.0.113-next.9

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.
@@ -329,6 +329,7 @@ apollo-client
329
329
  apollo-link
330
330
  apollo-link-http-common
331
331
  arweave
332
+ asn1js
332
333
  ast-types
333
334
  async-done
334
335
  autoprefixer
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.113-next.8",
3
+ "version": "0.0.113-next.9",
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",
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "6a92227d57a3ee9b8239c9460e12a7dd046565b6"
38
+ "gitHead": "5f3da07fb07d60eccf5de63a94f63a7b68e5bfe3"
39
39
  }