@definitelytyped/definitions-parser 0.0.142-next.0 → 0.0.142-next.11

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,12 +10,15 @@
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
16
17
  @emotion/styled
17
18
  @glimmer/component
18
19
  @hapi/boom
20
+ @hapi/hapi
21
+ @hapi/hoek
19
22
  @hapi/iron
20
23
  @hapi/podium
21
24
  @hapi/wreck
@@ -746,6 +749,20 @@
746
749
  @types/winston
747
750
  @types/wonder-commonlib
748
751
  @types/wonder-frp
752
+ @types/workbox-background-sync
753
+ @types/workbox-broadcast-update
754
+ @types/workbox-build
755
+ @types/workbox-expiration
756
+ @types/workbox-core
757
+ @types/workbox-expiration
758
+ @types/workbox-navigation-preload
759
+ @types/workbox-precaching
760
+ @types/workbox-range-requests
761
+ @types/workbox-routing
762
+ @types/workbox-strategies
763
+ @types/workbox-streams
764
+ @types/workbox-webpack-plugin
765
+ @types/workbox-window
749
766
  @types/parse5
750
767
  @uirouter/angularjs
751
768
  @vue/reactivity
@@ -824,6 +841,8 @@ electron-notarize
824
841
  electron-osx-sign
825
842
  electron-store
826
843
  ember-cli-htmlbars
844
+ ember-qunit
845
+ ember-resolver
827
846
  eris
828
847
  ethers
829
848
  eventemitter2
@@ -919,6 +938,7 @@ nock
919
938
  node-fetch
920
939
  normalize-url
921
940
  objection
941
+ openapi-types
922
942
  opentracing
923
943
  parchment
924
944
  parse5
@@ -1030,6 +1050,7 @@ webpack-chain
1030
1050
  web-tree-sitter
1031
1051
  winston
1032
1052
  winston-transport
1053
+ workbox-build
1033
1054
  xmlbuilder
1034
1055
  xpath
1035
1056
  yup
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.142-next.0",
3
+ "version": "0.0.142-next.11",
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": "615172930adaf83408a2434fd1d22f82186c11d0"
40
+ "gitHead": "b5b74f4b2f9714a4eb2c40f2218d3b2fe45cb92f"
41
41
  }