@definitelytyped/definitions-parser 0.0.142-next.4 → 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
|
|
@@ -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
|
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.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": "
|
|
40
|
+
"gitHead": "dd4ae29cc711122e1b61626e88157e8cf78bf72d"
|
|
41
41
|
}
|