@definitelytyped/definitions-parser 0.0.122 → 0.0.123-next.0

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.
@@ -697,6 +697,7 @@
697
697
  @types/ink
698
698
  @types/js-data
699
699
  @types/leaflet
700
+ @types/long
700
701
  @types/lru-cache
701
702
  @types/mkdirp-promise
702
703
  @types/mongodb
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.122",
3
+ "version": "0.0.123-next.0",
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": "8fe498ac81e893108b2012616f919995f2064f39"
40
+ "gitHead": "7c542345aeab08b35a8396c314796030896a98eb"
41
41
  }