@firebase/storage 0.9.0-20211017183813 → 0.9.0-2021118224937

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,11 +1,15 @@
1
1
  #Unreleased
2
2
 
3
- ## 0.9.0-20211017183813
3
+ ## 0.9.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
7
  - [`e34e98e73`](https://github.com/firebase/firebase-js-sdk/commit/e34e98e73a72f77ee87d9005d6728402129deda9) [#5672](https://github.com/firebase/firebase-js-sdk/pull/5672) (fixes [#76](https://github.com/firebase/firebase-js-sdk/issues/76)) - Adds `getBytes()`, `getStream()` and `getBlob()`, which allow direct file downloads from the SDK.
8
8
 
9
+ ### Patch Changes
10
+
11
+ - [`0394cc97b`](https://github.com/firebase/firebase-js-sdk/commit/0394cc97b98f04dae87b718655eb46174275ebc2) [#5743](https://github.com/firebase/firebase-js-sdk/pull/5743) - Fix typings for storage and storage-compat.
12
+
9
13
  ## 0.8.7
10
14
 
11
15
  ### Patch Changes
@@ -3391,7 +3391,7 @@ var FirebaseStorageImpl = /** @class */ (function () {
3391
3391
  }());
3392
3392
 
3393
3393
  var name = "@firebase/storage";
3394
- var version = "0.9.0-20211017183813";
3394
+ var version = "0.9.0-2021118224937";
3395
3395
 
3396
3396
  /**
3397
3397
  * @license