@definitelytyped/definitions-parser 0.0.91 → 0.0.92-next.3

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.
@@ -283,6 +283,7 @@
283
283
  @types/next-redux-wrapper
284
284
  @types/node
285
285
  @types/node-fetch
286
+ @types/pino
286
287
  @types/react-native-tab-view
287
288
  @types/react-navigation
288
289
  @types/react-select
@@ -396,6 +397,7 @@ html-webpack-plugin
396
397
  htmlparser2
397
398
  http-proxy-middleware
398
399
  i18next
400
+ iconv-lite
399
401
  immer
400
402
  immutable
401
403
  indefinite-observable
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.91",
3
+ "version": "0.0.92-next.3",
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": "5d629432148530c1b551e4c756b4882765e68adb"
38
+ "gitHead": "772fc82ae313efab4c4d4b3df59aef07cb5bc28a"
39
39
  }