@definitelytyped/definitions-parser 0.0.92-next.2 → 0.0.93

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.
@@ -267,6 +267,7 @@
267
267
  @types/autoprefixer
268
268
  @types/base-x
269
269
  @types/expect
270
+ @types/express-handlebars
270
271
  @types/express-serve-static-core
271
272
  @types/firebase
272
273
  @types/got
@@ -283,6 +284,7 @@
283
284
  @types/next-redux-wrapper
284
285
  @types/node
285
286
  @types/node-fetch
287
+ @types/pino
286
288
  @types/react-native-tab-view
287
289
  @types/react-navigation
288
290
  @types/react-select
@@ -452,6 +454,7 @@ pdfjs-dist
452
454
  pg-protocol
453
455
  pg-types
454
456
  pkcs11js
457
+ plugin-error
455
458
  polished
456
459
  popper.js
457
460
  postcss
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.92-next.2",
3
+ "version": "0.0.93",
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",
@@ -19,9 +19,9 @@
19
19
  "url": "https://github.com/microsoft/DefinitelyTyped-tools/issues"
20
20
  },
21
21
  "dependencies": {
22
- "@definitelytyped/header-parser": "^0.0.91",
23
- "@definitelytyped/typescript-versions": "^0.0.91",
24
- "@definitelytyped/utils": "^0.0.91",
22
+ "@definitelytyped/header-parser": "^0.0.93",
23
+ "@definitelytyped/typescript-versions": "^0.0.93",
24
+ "@definitelytyped/utils": "^0.0.93",
25
25
  "@types/node": "^14.14.35",
26
26
  "fs-extra": "^9.1.0"
27
27
  },
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "9ec0858a77de35d8c6be5b3f41ade732383831fa"
38
+ "gitHead": "87f8c89d498f374b79ed1407d98b846a789efbef"
39
39
  }