@definitelytyped/definitions-parser 0.0.135-next.0 → 0.0.135-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.
@@ -724,6 +724,8 @@
724
724
  @types/node
725
725
  @types/node-fetch
726
726
  @types/pino
727
+ @types/puppeteer
728
+ @types/puppeteer-core
727
729
  @types/react-native-tab-view
728
730
  @types/react-navigation
729
731
  @types/react-select
@@ -934,8 +936,11 @@ preact
934
936
  pretty-format
935
937
  probot
936
938
  prom-client
939
+ prosemirror-view
937
940
  protobufjs
938
941
  protractor
942
+ puppeteer
943
+ puppeteer-core
939
944
  query-string
940
945
  quill-delta
941
946
  raven-js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.135-next.0",
3
+ "version": "0.0.135-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",
@@ -37,5 +37,5 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "304b40c529e0673b27320b3e7ddc0925ca072e81"
40
+ "gitHead": "1e122a99256a0902124003c064ca34cd885ce09b"
41
41
  }