@definitelytyped/definitions-parser 0.0.134-next.4 → 0.0.134-next.7
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.
|
@@ -19,6 +19,7 @@
|
|
|
19
19
|
@hapi/iron
|
|
20
20
|
@hapi/podium
|
|
21
21
|
@hapi/wreck
|
|
22
|
+
@hotwired/turbo
|
|
22
23
|
@jest/environment
|
|
23
24
|
@jest/expect
|
|
24
25
|
@jest/fake-timers
|
|
@@ -677,6 +678,9 @@
|
|
|
677
678
|
@mui/material
|
|
678
679
|
@mui/types
|
|
679
680
|
@npm/types
|
|
681
|
+
@pollyjs/adapter
|
|
682
|
+
@pollyjs/core
|
|
683
|
+
@pollyjs/persister
|
|
680
684
|
@popperjs/core
|
|
681
685
|
@puppeteer/replay
|
|
682
686
|
@rdfjs/types
|
|
@@ -726,7 +730,9 @@
|
|
|
726
730
|
@types/rsmq
|
|
727
731
|
@types/socket.io
|
|
728
732
|
@types/socket.io-client
|
|
733
|
+
@types/svgo
|
|
729
734
|
@types/three
|
|
735
|
+
@types/undertaker
|
|
730
736
|
@types/vue
|
|
731
737
|
@types/webdriverio
|
|
732
738
|
@types/webpack
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@definitelytyped/definitions-parser",
|
|
3
|
-
"version": "0.0.134-next.
|
|
3
|
+
"version": "0.0.134-next.7",
|
|
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": "95f1c5081e709098e5fe83ed91b66daee66e8419"
|
|
41
41
|
}
|