@firebase/storage 0.9.6 → 0.9.7-20220609194004

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,18 @@
1
1
  #Unreleased
2
2
 
3
+ ## 0.9.7-20220609194004
4
+
5
+ ### Patch Changes
6
+
7
+ - [`2cd1cc76f`](https://github.com/firebase/firebase-js-sdk/commit/2cd1cc76f2a308135cd60f424fe09084a34b5cb5) [#6307](https://github.com/firebase/firebase-js-sdk/pull/6307) (fixes [#6300](https://github.com/firebase/firebase-js-sdk/issues/6300)) - fix: add type declarations to exports field
8
+
9
+ * [`d6338f0af`](https://github.com/firebase/firebase-js-sdk/commit/d6338f0af0f9914d2cd9a16435a9e2ef267d2f4c) [#6345](https://github.com/firebase/firebase-js-sdk/pull/6345) (fixes [#6343](https://github.com/firebase/firebase-js-sdk/issues/6343)) - Fixed Node ESM bundle to build from Node entry point. (It was incorrectly using the browser entry point.)
10
+
11
+ * Updated dependencies [[`2cd1cc76f`](https://github.com/firebase/firebase-js-sdk/commit/2cd1cc76f2a308135cd60f424fe09084a34b5cb5)]:
12
+ - @firebase/app@0.7.26-20220609194004
13
+ - @firebase/component@0.5.15-20220609194004
14
+ - @firebase/util@1.6.1-20220609194004
15
+
3
16
  ## 0.9.6
4
17
 
5
18
  ### Patch Changes
@@ -3407,7 +3407,7 @@ var FirebaseStorageImpl = /** @class */ (function () {
3407
3407
  }());
3408
3408
 
3409
3409
  var name = "@firebase/storage";
3410
- var version = "0.9.6";
3410
+ var version = "0.9.7-20220609194004";
3411
3411
 
3412
3412
  /**
3413
3413
  * @license