all-the-package-types 1.0.98 → 1.0.99

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 +5 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "all-the-package-types",
3
- "version": "1.0.98",
3
+ "version": "1.0.99",
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
@@ -34109,6 +34109,11 @@
34109
34109
  "l": "object-refs",
34110
34110
  "t": "object-refs"
34111
34111
  },
34112
+ {
34113
+ "p": "https://github.com/ljharb/object.assign",
34114
+ "l": "object.assign",
34115
+ "t": "object.assign"
34116
+ },
34112
34117
  {
34113
34118
  "p": "https://github.com/es-shims/Object.entries",
34114
34119
  "l": "object.entries",