@definitelytyped/definitions-parser 0.0.143-next.1 → 0.0.143-next.3

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.
@@ -494,6 +494,7 @@
494
494
  @types/leaflet
495
495
  @types/long
496
496
  @types/lru-cache
497
+ @types/minimatch
497
498
  @types/mkdirp-promise
498
499
  @types/mongodb
499
500
  @types/mongoose
@@ -772,6 +773,7 @@ redux-persist
772
773
  redux-saga
773
774
  redux-thunk
774
775
  remark
776
+ rimraf
775
777
  rollup
776
778
  rrule
777
779
  rxjs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.143-next.1",
3
+ "version": "0.0.143-next.3",
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": "fdc62bdd2cbfc1ea53c7140fa815f7282a5f6ea3"
40
+ "gitHead": "aa908f727c52a5585797913c2b18fcbcfce61c0e"
41
41
  }