@definitelytyped/definitions-parser 0.0.141 → 0.0.142-next.1

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.
@@ -16,6 +16,7 @@
16
16
  @emotion/styled
17
17
  @glimmer/component
18
18
  @hapi/boom
19
+ @hapi/hapi
19
20
  @hapi/iron
20
21
  @hapi/podium
21
22
  @hapi/wreck
@@ -881,6 +882,7 @@ jose
881
882
  jsonata
882
883
  js-logger
883
884
  juice
885
+ kleur
884
886
  knex
885
887
  knockout
886
888
  levelup
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.141",
3
+ "version": "0.0.142-next.1",
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": "60e42f914dcfb07c5072de0c0aebaeac34b596e4"
40
+ "gitHead": "577df8a2dbedab61de8707ae1130dbb9a37c7777"
41
41
  }