@definitelytyped/definitions-parser 0.0.163 → 0.0.164-next.1

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.
@@ -778,6 +778,7 @@ quill-delta
778
778
  raven-js
779
779
  rc-tree
780
780
  rdf-js
781
+ rdfxml-streaming-parser
781
782
  re-resizable
782
783
  react-autosize-textarea
783
784
  react-clock
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.163",
3
+ "version": "0.0.164-next.1",
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",
@@ -37,5 +37,5 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "c1bbbb21d37e2ade0b95697a66fd1769b48261af"
40
+ "gitHead": "95df8df6c7c285aa1b8ae9e04487b194d85f39d9"
41
41
  }