@definitelytyped/definitions-parser 0.0.113-next.12 → 0.0.113-next.13

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.
@@ -343,6 +343,7 @@ adal-node
343
343
  ajv
344
344
  algoliasearch
345
345
  algoliasearch-helper
346
+ analytics
346
347
  anydb-sql
347
348
  anymatch
348
349
  aphrodite
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.113-next.12",
3
+ "version": "0.0.113-next.13",
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": "79988a584bfbc7a165f7c8ea85cd19ab462d840b"
38
+ "gitHead": "698c2a9522bc88ca0143a5b8f7a3e3b7bd62af45"
39
39
  }