@firebase/storage 0.8.6-canary.e0fe2b668 → 0.8.7
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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
#Unreleased
|
|
2
2
|
|
|
3
|
+
## 0.8.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`e0fe2b668`](https://github.com/firebase/firebase-js-sdk/commit/e0fe2b668b64b64d842988c2c147d3de66148f48) [#5703](https://github.com/firebase/firebase-js-sdk/pull/5703) (fixes [#5628](https://github.com/firebase/firebase-js-sdk/issues/5628)) - Clear the global timeout once an operation is done in the Storage SDK. Otherwise it may prevent Node.js from exiting.
|
|
8
|
+
|
|
3
9
|
## 0.8.6
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/dist/index.esm2017.js
CHANGED
package/dist/index.esm5.js
CHANGED
package/dist/index.node.cjs.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/storage",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.7",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
|
|
6
6
|
"main": "dist/index.node.cjs.js",
|
|
@@ -41,17 +41,17 @@
|
|
|
41
41
|
},
|
|
42
42
|
"license": "Apache-2.0",
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@firebase/util": "1.4.2
|
|
45
|
-
"@firebase/component": "0.5.9
|
|
44
|
+
"@firebase/util": "1.4.2",
|
|
45
|
+
"@firebase/component": "0.5.9",
|
|
46
46
|
"node-fetch": "2.6.5",
|
|
47
47
|
"tslib": "^2.1.0"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
|
-
"@firebase/app": "0.
|
|
50
|
+
"@firebase/app": "0.x"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@firebase/app": "0.7.
|
|
54
|
-
"@firebase/auth": "0.19.
|
|
53
|
+
"@firebase/app": "0.7.8",
|
|
54
|
+
"@firebase/auth": "0.19.3",
|
|
55
55
|
"rollup": "2.57.0",
|
|
56
56
|
"@rollup/plugin-alias": "3.1.5",
|
|
57
57
|
"@rollup/plugin-json": "4.1.0",
|