@definitelytyped/definitions-parser 0.0.113-next.14 → 0.0.113-next.18
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.
|
@@ -32,7 +32,6 @@
|
|
|
32
32
|
@maxim_mazurok/gapi.client.acceleratedmobilepageurl
|
|
33
33
|
@maxim_mazurok/gapi.client.accessapproval
|
|
34
34
|
@maxim_mazurok/gapi.client.accesscontextmanager
|
|
35
|
-
@maxim_mazurok/gapi.client.adexchangebuyer
|
|
36
35
|
@maxim_mazurok/gapi.client.adexchangebuyer2
|
|
37
36
|
@maxim_mazurok/gapi.client.adexperiencereport
|
|
38
37
|
@maxim_mazurok/gapi.client.admin
|
|
@@ -203,7 +202,6 @@
|
|
|
203
202
|
@maxim_mazurok/gapi.client.pagespeedonline
|
|
204
203
|
@maxim_mazurok/gapi.client.paymentsresellersubscription
|
|
205
204
|
@maxim_mazurok/gapi.client.people
|
|
206
|
-
@maxim_mazurok/gapi.client.playablelocations
|
|
207
205
|
@maxim_mazurok/gapi.client.playcustomapp
|
|
208
206
|
@maxim_mazurok/gapi.client.playdeveloperreporting
|
|
209
207
|
@maxim_mazurok/gapi.client.playintegrity
|
|
@@ -259,14 +257,12 @@
|
|
|
259
257
|
@maxim_mazurok/gapi.client.transcoder
|
|
260
258
|
@maxim_mazurok/gapi.client.translate
|
|
261
259
|
@maxim_mazurok/gapi.client.vault
|
|
262
|
-
@maxim_mazurok/gapi.client.vectortile
|
|
263
260
|
@maxim_mazurok/gapi.client.verifiedaccess
|
|
264
261
|
@maxim_mazurok/gapi.client.versionhistory
|
|
265
262
|
@maxim_mazurok/gapi.client.videointelligence
|
|
266
263
|
@maxim_mazurok/gapi.client.vision
|
|
267
264
|
@maxim_mazurok/gapi.client.vmmigration
|
|
268
265
|
@maxim_mazurok/gapi.client.webfonts
|
|
269
|
-
@maxim_mazurok/gapi.client.webmasters
|
|
270
266
|
@maxim_mazurok/gapi.client.webrisk
|
|
271
267
|
@maxim_mazurok/gapi.client.websecurityscanner
|
|
272
268
|
@maxim_mazurok/gapi.client.workflowexecutions
|
|
@@ -584,6 +580,7 @@ typeorm
|
|
|
584
580
|
typescript
|
|
585
581
|
typescript-tuple
|
|
586
582
|
unified
|
|
583
|
+
url-pattern
|
|
587
584
|
utility-types
|
|
588
585
|
vega-typings
|
|
589
586
|
vfile-message
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@definitelytyped/definitions-parser",
|
|
3
|
-
"version": "0.0.113-next.
|
|
3
|
+
"version": "0.0.113-next.18",
|
|
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",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"url": "https://github.com/microsoft/DefinitelyTyped-tools/issues"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@definitelytyped/header-parser": "^0.0.113-next.
|
|
23
|
-
"@definitelytyped/typescript-versions": "^0.0.113-next.
|
|
24
|
-
"@definitelytyped/utils": "^0.0.113-next.
|
|
22
|
+
"@definitelytyped/header-parser": "^0.0.113-next.17",
|
|
23
|
+
"@definitelytyped/typescript-versions": "^0.0.113-next.17",
|
|
24
|
+
"@definitelytyped/utils": "^0.0.113-next.17",
|
|
25
25
|
"@types/node": "^14.14.35",
|
|
26
26
|
"fs-extra": "^9.1.0",
|
|
27
27
|
"semver": "^7.3.7"
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"publishConfig": {
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "b7953cb88871d1b81a1d5d116b0de8f3513c1eb7"
|
|
39
39
|
}
|