@definitelytyped/definitions-parser 0.0.151-next.1 → 0.0.151-next.2

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.
@@ -683,6 +683,7 @@ kleur
683
683
  knex
684
684
  knockout
685
685
  levelup
686
+ lil-gui
686
687
  lit-element
687
688
  localforage
688
689
  log4js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.151-next.1",
3
+ "version": "0.0.151-next.2",
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": "566d736f4e41dddb1c8e61955a07d1f00da8b219"
40
+ "gitHead": "68f9b9444c4944cfbfa244335f69e5ae53f8ddb4"
41
41
  }