all-the-package-types 1.0.197 → 1.0.199

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/types.json +6 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "all-the-package-types",
3
- "version": "1.0.197",
3
+ "version": "1.0.199",
4
4
  "description": "A list of all the `@types` packages on npm with metadata. Updated daily.",
5
5
  "main": "types.json",
6
6
  "bin": "cli.js",
package/types.json CHANGED
@@ -26959,6 +26959,11 @@
26959
26959
  "l": "@koa/cors",
26960
26960
  "t": "koa__cors"
26961
26961
  },
26962
+ {
26963
+ "p": "https://github.com/koajs/ejs",
26964
+ "l": "@koa/ejs",
26965
+ "t": "koa__ejs"
26966
+ },
26962
26967
  {
26963
26968
  "p": "https://github.com/koajs/multer",
26964
26969
  "l": "@koa/multer",
@@ -51425,7 +51430,7 @@
51425
51430
  "t": "typeof"
51426
51431
  },
51427
51432
  {
51428
- "p": "https://github.com/Microsoft/TypeScript",
51433
+ "p": "https://github.com/microsoft/TypeScript",
51429
51434
  "l": "typescript",
51430
51435
  "t": "typescript"
51431
51436
  },