all-the-package-types 1.0.81 → 1.0.83

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 +15 -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.83",
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
@@ -1754,6 +1754,11 @@
1754
1754
  "l": "arbiter",
1755
1755
  "t": "arbiter"
1756
1756
  },
1757
+ {
1758
+ "p": "https://github.com/hex7c0/arc4",
1759
+ "l": "arc4",
1760
+ "t": "arc4"
1761
+ },
1757
1762
  {
1758
1763
  "p": null,
1759
1764
  "l": "arcgis-js-api",
@@ -1929,6 +1934,11 @@
1929
1934
  "l": "array.from",
1930
1935
  "t": "array.from"
1931
1936
  },
1937
+ {
1938
+ "p": "https://github.com/es-shims/Array.prototype.every",
1939
+ "l": "array.prototype.every",
1940
+ "t": "array.prototype.every"
1941
+ },
1932
1942
  {
1933
1943
  "p": "https://github.com/es-shims/Array.prototype.flat",
1934
1944
  "l": "array.prototype.flat",
@@ -34069,6 +34079,11 @@
34069
34079
  "l": "object-refs",
34070
34080
  "t": "object-refs"
34071
34081
  },
34082
+ {
34083
+ "p": "https://github.com/es-shims/Object.entries",
34084
+ "l": "object.entries",
34085
+ "t": "object.entries"
34086
+ },
34072
34087
  {
34073
34088
  "p": "https://github.com/es-shims/Object.fromEntries",
34074
34089
  "l": "object.fromentries",