@definitelytyped/definitions-parser 0.0.127-next.2 → 0.0.128-next.2

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.
@@ -689,6 +689,7 @@
689
689
  @types/express-rate-limit
690
690
  @types/express-serve-static-core
691
691
  @types/faker
692
+ @types/favicons
692
693
  @types/firebase
693
694
  @types/got
694
695
  @types/hapi
@@ -812,6 +813,7 @@ express-rate-limit
812
813
  fast-glob
813
814
  fastify
814
815
  final-form
816
+ filestack-js
815
817
  firebase-admin
816
818
  flatpickr
817
819
  form-data
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/definitions-parser",
3
- "version": "0.0.127-next.2",
3
+ "version": "0.0.128-next.2",
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.127-next.2",
23
- "@definitelytyped/typescript-versions": "^0.0.127-next.2",
24
- "@definitelytyped/utils": "^0.0.127-next.2",
22
+ "@definitelytyped/header-parser": "^0.0.127",
23
+ "@definitelytyped/typescript-versions": "^0.0.127",
24
+ "@definitelytyped/utils": "^0.0.127",
25
25
  "@types/node": "^14.14.35",
26
26
  "fs-extra": "^9.1.0",
27
27
  "pacote": "^13.6.1",
@@ -37,5 +37,5 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "649d78d6b9f5735bc886586579decc0e083c9660"
40
+ "gitHead": "5caa905a8f3c63892f89d51347862d4cdc7e9780"
41
41
  }