all-the-package-types 1.0.45 → 1.0.46
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.
- package/package.json +1 -1
- package/types.json +6 -1
package/package.json
CHANGED
package/types.json
CHANGED
|
@@ -39035,7 +39035,7 @@
|
|
|
39035
39035
|
"t": "react-autosuggest"
|
|
39036
39036
|
},
|
|
39037
39037
|
{
|
|
39038
|
-
"p":
|
|
39038
|
+
"p": null,
|
|
39039
39039
|
"l": "react-avatar-editor",
|
|
39040
39040
|
"t": "react-avatar-editor"
|
|
39041
39041
|
},
|
|
@@ -47464,6 +47464,11 @@
|
|
|
47464
47464
|
"l": "stream-to-array",
|
|
47465
47465
|
"t": "stream-to-array"
|
|
47466
47466
|
},
|
|
47467
|
+
{
|
|
47468
|
+
"p": "https://github.com/feross/stream-to-blob",
|
|
47469
|
+
"l": "stream-to-blob",
|
|
47470
|
+
"t": "stream-to-blob"
|
|
47471
|
+
},
|
|
47467
47472
|
{
|
|
47468
47473
|
"p": "https://github.com/bendrucker/stream-to-promise",
|
|
47469
47474
|
"l": "stream-to-promise",
|