@definitelytyped/definitions-parser 0.0.111 → 0.0.112-next.0

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.
@@ -356,6 +356,7 @@ cordova-plugin-file
356
356
  cordova-plugin-file-transfer
357
357
  cosmiconfig
358
358
  cropperjs
359
+ cssnano
359
360
  csstype
360
361
  cypress
361
362
  date-fns
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.111",
3
+ "version": "0.0.112-next.0",
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",
@@ -34,5 +34,5 @@
34
34
  "publishConfig": {
35
35
  "access": "public"
36
36
  },
37
- "gitHead": "44dccdbaedbf7b1bac3ca217e39f8671c91a62b9"
37
+ "gitHead": "a154ce8c9d60f34723528be921508c0ffb0ebef0"
38
38
  }