all-the-package-types 1.0.39 → 1.0.41

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 +9 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "all-the-package-types",
3
- "version": "1.0.39",
3
+ "version": "1.0.41",
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
@@ -1840,7 +1840,7 @@
1840
1840
  "t": "array-bounds"
1841
1841
  },
1842
1842
  {
1843
- "p": "https://github.com/component/array-equal",
1843
+ "p": "https://github.com/sindresorhus/array-equal",
1844
1844
  "l": "array-equal",
1845
1845
  "t": "array-equal"
1846
1846
  },
@@ -6475,7 +6475,7 @@
6475
6475
  "t": "complexviewer"
6476
6476
  },
6477
6477
  {
6478
- "p": "https://github.com/component/emitter",
6478
+ "p": "https://github.com/sindresorhus/component-emitter",
6479
6479
  "l": "component-emitter",
6480
6480
  "t": "component-emitter"
6481
6481
  },
@@ -30175,7 +30175,7 @@
30175
30175
  "t": "merge-deep"
30176
30176
  },
30177
30177
  {
30178
- "p": "https://github.com/component/merge-descriptors",
30178
+ "p": "https://github.com/sindresorhus/merge-descriptors",
30179
30179
  "l": "merge-descriptors",
30180
30180
  "t": "merge-descriptors"
30181
30181
  },
@@ -36619,6 +36619,11 @@
36619
36619
  "l": "postal",
36620
36620
  "t": "postal"
36621
36621
  },
36622
+ {
36623
+ "p": "https://github.com/jonathantneal/postcss-advanced-variables",
36624
+ "l": "postcss-advanced-variables",
36625
+ "t": "postcss-advanced-variables"
36626
+ },
36622
36627
  {
36623
36628
  "p": "https://github.com/postcss/postcss-calc",
36624
36629
  "l": "postcss-calc",
@@ -49085,7 +49090,7 @@
49085
49090
  "t": "throttle-debounce"
49086
49091
  },
49087
49092
  {
49088
- "p": "https://github.com/component/throttle",
49093
+ "p": "https://github.com/sindresorhus/throttleit",
49089
49094
  "l": "throttleit",
49090
49095
  "t": "throttleit"
49091
49096
  },