@firebase/storage 0.7.0-canary.eca476ad8 → 0.7.1

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.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`2afff2b61`](https://github.com/firebase/firebase-js-sdk/commit/2afff2b61432561e7beffefb650c506522790f13) [#5948](https://github.com/firebase/firebase-js-sdk/pull/5948) - Update node-fetch version
8
+
3
9
  ## 0.7.0
4
10
 
5
11
  ### Minor Changes
@@ -3889,7 +3889,7 @@ var StorageServiceCompat = /** @class */ (function () {
3889
3889
  }());
3890
3890
 
3891
3891
  var name = "@firebase/storage";
3892
- var version = "0.7.0-canary.eca476ad8";
3892
+ var version = "0.7.1";
3893
3893
 
3894
3894
  /**
3895
3895
  * @license
@@ -3881,7 +3881,7 @@ var StorageServiceCompat = /** @class */ (function () {
3881
3881
  }());
3882
3882
 
3883
3883
  var name = "@firebase/storage";
3884
- var version = "0.7.0-canary.eca476ad8";
3884
+ var version = "0.7.1";
3885
3885
 
3886
3886
  /**
3887
3887
  * @license
@@ -3603,7 +3603,7 @@ class StorageServiceCompat {
3603
3603
  }
3604
3604
 
3605
3605
  const name = "@firebase/storage";
3606
- const version = "0.7.0-canary.eca476ad8";
3606
+ const version = "0.7.1";
3607
3607
 
3608
3608
  /**
3609
3609
  * @license
@@ -3598,7 +3598,7 @@ class StorageServiceCompat {
3598
3598
  }
3599
3599
 
3600
3600
  const name = "@firebase/storage";
3601
- const version = "0.7.0-canary.eca476ad8";
3601
+ const version = "0.7.1";
3602
3602
 
3603
3603
  /**
3604
3604
  * @license
@@ -3139,7 +3139,7 @@ class FirebaseStorageImpl {
3139
3139
  }
3140
3140
 
3141
3141
  const name = "@firebase/storage";
3142
- const version = "0.7.0-canary.eca476ad8";
3142
+ const version = "0.7.1";
3143
3143
 
3144
3144
  /**
3145
3145
  * @license
@@ -3340,7 +3340,7 @@ var FirebaseStorageImpl = /** @class */ (function () {
3340
3340
  }());
3341
3341
 
3342
3342
  var name = "@firebase/storage";
3343
- var version = "0.7.0-canary.eca476ad8";
3343
+ var version = "0.7.1";
3344
3344
 
3345
3345
  /**
3346
3346
  * @license
@@ -3131,7 +3131,7 @@ class FirebaseStorageImpl {
3131
3131
  }
3132
3132
 
3133
3133
  const name = "@firebase/storage";
3134
- const version = "0.7.0-canary.eca476ad8";
3134
+ const version = "0.7.1";
3135
3135
 
3136
3136
  /**
3137
3137
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/storage",
3
- "version": "0.7.0-canary.eca476ad8",
3
+ "version": "0.7.1",
4
4
  "description": "",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.node.cjs.js",
@@ -38,19 +38,19 @@
38
38
  },
39
39
  "license": "Apache-2.0",
40
40
  "dependencies": {
41
- "@firebase/storage-types": "0.5.0-canary.eca476ad8",
42
- "@firebase/util": "1.3.0-canary.eca476ad8",
43
- "@firebase/component": "0.5.6-canary.eca476ad8",
44
- "node-fetch": "2.6.1",
41
+ "@firebase/storage-types": "0.5.0",
42
+ "@firebase/util": "1.3.0",
43
+ "@firebase/component": "0.5.6",
44
+ "node-fetch": "2.6.7",
45
45
  "tslib": "^2.1.0"
46
46
  },
47
47
  "peerDependencies": {
48
- "@firebase/app": "0.6.30-canary.eca476ad8",
49
- "@firebase/app-types": "0.6.3-canary.eca476ad8"
48
+ "@firebase/app": "0.x",
49
+ "@firebase/app-types": "0.x"
50
50
  },
51
51
  "devDependencies": {
52
- "@firebase/app": "0.6.30-canary.eca476ad8",
53
- "@firebase/auth": "0.16.8-canary.eca476ad8",
52
+ "@firebase/app": "0.6.30",
53
+ "@firebase/auth": "0.16.8",
54
54
  "rollup": "2.52.2",
55
55
  "@rollup/plugin-alias": "3.1.2",
56
56
  "@rollup/plugin-json": "4.1.0",