@definitelytyped/definitions-parser 0.0.92-next.1 → 0.0.92-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.
@@ -396,6 +396,7 @@ html-webpack-plugin
396
396
  htmlparser2
397
397
  http-proxy-middleware
398
398
  i18next
399
+ iconv-lite
399
400
  immer
400
401
  immutable
401
402
  indefinite-observable
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.92-next.1",
3
+ "version": "0.0.92-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",
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "69558a7b1a482e4e92b08acd1aac78618dd0af5f"
38
+ "gitHead": "9ec0858a77de35d8c6be5b3f41ade732383831fa"
39
39
  }