@definitelytyped/definitions-parser 0.0.142-next.1 → 0.0.142-next.13
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,21 @@
|
|
|
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-cacheable-response
|
|
756
|
+
@types/workbox-core
|
|
757
|
+
@types/workbox-expiration
|
|
758
|
+
@types/workbox-google-analytics
|
|
759
|
+
@types/workbox-navigation-preload
|
|
760
|
+
@types/workbox-precaching
|
|
761
|
+
@types/workbox-range-requests
|
|
762
|
+
@types/workbox-routing
|
|
763
|
+
@types/workbox-strategies
|
|
764
|
+
@types/workbox-streams
|
|
765
|
+
@types/workbox-webpack-plugin
|
|
766
|
+
@types/workbox-window
|
|
750
767
|
@types/parse5
|
|
751
768
|
@uirouter/angularjs
|
|
752
769
|
@vue/reactivity
|
|
@@ -825,6 +842,8 @@ electron-notarize
|
|
|
825
842
|
electron-osx-sign
|
|
826
843
|
electron-store
|
|
827
844
|
ember-cli-htmlbars
|
|
845
|
+
ember-qunit
|
|
846
|
+
ember-resolver
|
|
828
847
|
eris
|
|
829
848
|
ethers
|
|
830
849
|
eventemitter2
|
|
@@ -920,6 +939,7 @@ nock
|
|
|
920
939
|
node-fetch
|
|
921
940
|
normalize-url
|
|
922
941
|
objection
|
|
942
|
+
openapi-types
|
|
923
943
|
opentracing
|
|
924
944
|
parchment
|
|
925
945
|
parse5
|
|
@@ -1031,6 +1051,7 @@ webpack-chain
|
|
|
1031
1051
|
web-tree-sitter
|
|
1032
1052
|
winston
|
|
1033
1053
|
winston-transport
|
|
1054
|
+
workbox-build
|
|
1034
1055
|
xmlbuilder
|
|
1035
1056
|
xpath
|
|
1036
1057
|
yup
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@definitelytyped/definitions-parser",
|
|
3
|
-
"version": "0.0.142-next.
|
|
3
|
+
"version": "0.0.142-next.13",
|
|
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": "
|
|
40
|
+
"gitHead": "f249c9ad89d043d2e6e1182bda869f431c5bbc93"
|
|
41
41
|
}
|