@definitelytyped/definitions-parser 0.0.142-next.1 → 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,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
@@ -747,6 +749,20 @@
747
749
  @types/winston
748
750
  @types/wonder-commonlib
749
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
750
766
  @types/parse5
751
767
  @uirouter/angularjs
752
768
  @vue/reactivity
@@ -825,6 +841,8 @@ electron-notarize
825
841
  electron-osx-sign
826
842
  electron-store
827
843
  ember-cli-htmlbars
844
+ ember-qunit
845
+ ember-resolver
828
846
  eris
829
847
  ethers
830
848
  eventemitter2
@@ -920,6 +938,7 @@ nock
920
938
  node-fetch
921
939
  normalize-url
922
940
  objection
941
+ openapi-types
923
942
  opentracing
924
943
  parchment
925
944
  parse5
@@ -1031,6 +1050,7 @@ webpack-chain
1031
1050
  web-tree-sitter
1032
1051
  winston
1033
1052
  winston-transport
1053
+ workbox-build
1034
1054
  xmlbuilder
1035
1055
  xpath
1036
1056
  yup
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.142-next.1",
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": "577df8a2dbedab61de8707ae1130dbb9a37c7777"
40
+ "gitHead": "b5b74f4b2f9714a4eb2c40f2218d3b2fe45cb92f"
41
41
  }