@definitelytyped/definitions-parser 0.0.142-next.3 → 0.0.142-next.5

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.
@@ -10,6 +10,7 @@
10
10
  @babel/types
11
11
  @elastic/elasticsearch
12
12
  @electron/get
13
+ @ember/test-helpers
13
14
  @emotion/core
14
15
  @emotion/react
15
16
  @emotion/serialize
@@ -17,6 +18,7 @@
17
18
  @glimmer/component
18
19
  @hapi/boom
19
20
  @hapi/hapi
21
+ @hapi/hoek
20
22
  @hapi/iron
21
23
  @hapi/podium
22
24
  @hapi/wreck
@@ -825,6 +827,8 @@ electron-notarize
825
827
  electron-osx-sign
826
828
  electron-store
827
829
  ember-cli-htmlbars
830
+ ember-qunit
831
+ ember-resolver
828
832
  eris
829
833
  ethers
830
834
  eventemitter2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.142-next.3",
3
+ "version": "0.0.142-next.5",
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": "a0092e51cc1eb022ca2b56eaab08aa9ae736e29a"
40
+ "gitHead": "dd4ae29cc711122e1b61626e88157e8cf78bf72d"
41
41
  }