@definitelytyped/definitions-parser 0.0.153 → 0.0.154-next.1

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.
@@ -645,6 +645,7 @@ fs-jetpack
645
645
  generic-pool
646
646
  gl-matrix
647
647
  glaze
648
+ glob
648
649
  globby
649
650
  google-auth-library
650
651
  google-gax
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.153",
3
+ "version": "0.0.154-next.1",
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": "cad0a6549fab3c61a21d4f60468b09cf12b26ba8"
40
+ "gitHead": "15d48f4866725dca7dcdfa2d648052ce9de8b267"
41
41
  }