@definitelytyped/definitions-parser 0.0.116 → 0.0.117-next.0

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.
@@ -504,6 +504,7 @@ pg-types
504
504
  phenomenon
505
505
  pino
506
506
  pino-http
507
+ pino-pretty
507
508
  pkcs11js
508
509
  plugin-error
509
510
  polished
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.116",
3
+ "version": "0.0.117-next.0",
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": "110f92a10a43d3316c88d43a865fbcc051b73c9d"
38
+ "gitHead": "ca115bbf14e34149e15ca7dca29364509a880d5a"
39
39
  }