all-the-package-types 1.0.81 → 1.0.82

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 +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "all-the-package-types",
3
- "version": "1.0.81",
3
+ "version": "1.0.82",
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
@@ -1929,6 +1929,11 @@
1929
1929
  "l": "array.from",
1930
1930
  "t": "array.from"
1931
1931
  },
1932
+ {
1933
+ "p": "https://github.com/es-shims/Array.prototype.every",
1934
+ "l": "array.prototype.every",
1935
+ "t": "array.prototype.every"
1936
+ },
1932
1937
  {
1933
1938
  "p": "https://github.com/es-shims/Array.prototype.flat",
1934
1939
  "l": "array.prototype.flat",
@@ -34069,6 +34074,11 @@
34069
34074
  "l": "object-refs",
34070
34075
  "t": "object-refs"
34071
34076
  },
34077
+ {
34078
+ "p": "https://github.com/es-shims/Object.entries",
34079
+ "l": "object.entries",
34080
+ "t": "object.entries"
34081
+ },
34072
34082
  {
34073
34083
  "p": "https://github.com/es-shims/Object.fromEntries",
34074
34084
  "l": "object.fromentries",