@definitelytyped/definitions-parser 0.0.113-next.17 → 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.
@@ -580,6 +580,7 @@ typeorm
580
580
  typescript
581
581
  typescript-tuple
582
582
  unified
583
+ url-pattern
583
584
  utility-types
584
585
  vega-typings
585
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.17",
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",
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "ccfac124429990a116b975d0837cdc06a8f14097"
38
+ "gitHead": "b7953cb88871d1b81a1d5d116b0de8f3513c1eb7"
39
39
  }