@definitelytyped/definitions-parser 0.0.142-next.4 → 0.0.142-next.6

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
@@ -826,6 +827,8 @@ electron-notarize
826
827
  electron-osx-sign
827
828
  electron-store
828
829
  ember-cli-htmlbars
830
+ ember-qunit
831
+ ember-resolver
829
832
  eris
830
833
  ethers
831
834
  eventemitter2
@@ -1033,6 +1036,7 @@ webpack-chain
1033
1036
  web-tree-sitter
1034
1037
  winston
1035
1038
  winston-transport
1039
+ workbox-build
1036
1040
  xmlbuilder
1037
1041
  xpath
1038
1042
  yup
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.142-next.4",
3
+ "version": "0.0.142-next.6",
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": "812cc052e027b8ca8d67fb3ab28bbc0bc7797529"
40
+ "gitHead": "9456bd06c0e8e50860eb935cb276cf408a9848cb"
41
41
  }