@definitelytyped/definitions-parser 0.0.113-next.11 → 0.0.113-next.14
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,6 +32,7 @@
|
|
|
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
|
|
35
36
|
@maxim_mazurok/gapi.client.adexchangebuyer2
|
|
36
37
|
@maxim_mazurok/gapi.client.adexperiencereport
|
|
37
38
|
@maxim_mazurok/gapi.client.admin
|
|
@@ -202,6 +203,7 @@
|
|
|
202
203
|
@maxim_mazurok/gapi.client.pagespeedonline
|
|
203
204
|
@maxim_mazurok/gapi.client.paymentsresellersubscription
|
|
204
205
|
@maxim_mazurok/gapi.client.people
|
|
206
|
+
@maxim_mazurok/gapi.client.playablelocations
|
|
205
207
|
@maxim_mazurok/gapi.client.playcustomapp
|
|
206
208
|
@maxim_mazurok/gapi.client.playdeveloperreporting
|
|
207
209
|
@maxim_mazurok/gapi.client.playintegrity
|
|
@@ -257,12 +259,14 @@
|
|
|
257
259
|
@maxim_mazurok/gapi.client.transcoder
|
|
258
260
|
@maxim_mazurok/gapi.client.translate
|
|
259
261
|
@maxim_mazurok/gapi.client.vault
|
|
262
|
+
@maxim_mazurok/gapi.client.vectortile
|
|
260
263
|
@maxim_mazurok/gapi.client.verifiedaccess
|
|
261
264
|
@maxim_mazurok/gapi.client.versionhistory
|
|
262
265
|
@maxim_mazurok/gapi.client.videointelligence
|
|
263
266
|
@maxim_mazurok/gapi.client.vision
|
|
264
267
|
@maxim_mazurok/gapi.client.vmmigration
|
|
265
268
|
@maxim_mazurok/gapi.client.webfonts
|
|
269
|
+
@maxim_mazurok/gapi.client.webmasters
|
|
266
270
|
@maxim_mazurok/gapi.client.webrisk
|
|
267
271
|
@maxim_mazurok/gapi.client.websecurityscanner
|
|
268
272
|
@maxim_mazurok/gapi.client.workflowexecutions
|
|
@@ -272,6 +276,7 @@
|
|
|
272
276
|
@maxim_mazurok/gapi.client.youtubereporting
|
|
273
277
|
@middy/core
|
|
274
278
|
@mparticle/event-models
|
|
279
|
+
@npm/types
|
|
275
280
|
@popperjs/core
|
|
276
281
|
@rdfjs/types
|
|
277
282
|
@react-navigation/native
|
|
@@ -339,6 +344,7 @@ adal-node
|
|
|
339
344
|
ajv
|
|
340
345
|
algoliasearch
|
|
341
346
|
algoliasearch-helper
|
|
347
|
+
analytics
|
|
342
348
|
anydb-sql
|
|
343
349
|
anymatch
|
|
344
350
|
aphrodite
|
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.14",
|
|
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",
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"publishConfig": {
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "7c5f3e32ae24725df3513674c1ebb4bb66763a8d"
|
|
39
39
|
}
|