@definitelytyped/definitions-parser 0.0.113-next.12 → 0.0.113-next.15

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
@@ -276,6 +272,7 @@
276
272
  @maxim_mazurok/gapi.client.youtubereporting
277
273
  @middy/core
278
274
  @mparticle/event-models
275
+ @npm/types
279
276
  @popperjs/core
280
277
  @rdfjs/types
281
278
  @react-navigation/native
@@ -343,6 +340,7 @@ adal-node
343
340
  ajv
344
341
  algoliasearch
345
342
  algoliasearch-helper
343
+ analytics
346
344
  anydb-sql
347
345
  anymatch
348
346
  aphrodite
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.113-next.12",
3
+ "version": "0.0.113-next.15",
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": "79988a584bfbc7a165f7c8ea85cd19ab462d840b"
38
+ "gitHead": "125b5a6d5021830fb0fb6da04b7b64b0eaa158bf"
39
39
  }