@definitelytyped/definitions-parser 0.0.160-next.2 → 0.0.160-next.4
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.
|
@@ -474,6 +474,7 @@
|
|
|
474
474
|
@popperjs/core
|
|
475
475
|
@puppeteer/replay
|
|
476
476
|
@rdfjs/types
|
|
477
|
+
@react-native/virtualized-lists
|
|
477
478
|
@react-navigation/native
|
|
478
479
|
@react-navigation/stack
|
|
479
480
|
@sentry/browser
|
|
@@ -565,6 +566,7 @@
|
|
|
565
566
|
@vue/reactivity
|
|
566
567
|
@vue/test-utils
|
|
567
568
|
@wordpress/api-fetch
|
|
569
|
+
@wordpress/components
|
|
568
570
|
@wordpress/core-data
|
|
569
571
|
@wordpress/data
|
|
570
572
|
@wordpress/element
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@definitelytyped/definitions-parser",
|
|
3
|
-
"version": "0.0.160-next.
|
|
3
|
+
"version": "0.0.160-next.4",
|
|
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": "62d299acb7ba78c9c0a275c424f3f4f7fd9529d9"
|
|
41
41
|
}
|