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

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.
@@ -1,4 +1,5 @@
1
1
  @apollo/client
2
+ @aws-sdk/client-s3
2
3
  @azure/functions
3
4
  @babel/code-frame
4
5
  @babel/core
@@ -580,6 +581,7 @@ typeorm
580
581
  typescript
581
582
  typescript-tuple
582
583
  unified
584
+ url-pattern
583
585
  utility-types
584
586
  vega-typings
585
587
  vfile-message
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.113-next.15",
3
+ "version": "0.0.113-next.20",
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.7",
23
- "@definitelytyped/typescript-versions": "^0.0.113-next.7",
24
- "@definitelytyped/utils": "^0.0.113-next.7",
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": "125b5a6d5021830fb0fb6da04b7b64b0eaa158bf"
38
+ "gitHead": "c246cffed0c970e0e930308dd601ac11f8a1248e"
39
39
  }