all-the-package-types 1.0.80 → 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 +20 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "all-the-package-types",
3
- "version": "1.0.80",
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",
@@ -21209,6 +21214,11 @@
21209
21214
  "l": "i18n-abide",
21210
21215
  "t": "i18n-abide"
21211
21216
  },
21217
+ {
21218
+ "p": "https://github.com/haykelmahfoudhi/i18n-iso-countries-regions",
21219
+ "l": "i18n-iso-countries-regions",
21220
+ "t": "i18n-iso-countries-regions"
21221
+ },
21212
21222
  {
21213
21223
  "p": "https://github.com/fnando/i18n",
21214
21224
  "l": "i18n-js",
@@ -32024,6 +32034,11 @@
32024
32034
  "l": "nanoassert",
32025
32035
  "t": "nanoassert"
32026
32036
  },
32037
+ {
32038
+ "p": "https://github.com/mafintosh/nanobench",
32039
+ "l": "nanobench",
32040
+ "t": "nanobench"
32041
+ },
32027
32042
  {
32028
32043
  "p": "https://github.com/ai/nanoevents",
32029
32044
  "l": "nanoevents",
@@ -34059,6 +34074,11 @@
34059
34074
  "l": "object-refs",
34060
34075
  "t": "object-refs"
34061
34076
  },
34077
+ {
34078
+ "p": "https://github.com/es-shims/Object.entries",
34079
+ "l": "object.entries",
34080
+ "t": "object.entries"
34081
+ },
34062
34082
  {
34063
34083
  "p": "https://github.com/es-shims/Object.fromEntries",
34064
34084
  "l": "object.fromentries",