@firebase/storage 0.9.1-canary.ff2f7d4c8 → 0.9.2-canary.fad3c4765

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.9.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`d612d6f6e`](https://github.com/firebase/firebase-js-sdk/commit/d612d6f6e4d3113d45427b7df68459c0a3e31a1f) [#5928](https://github.com/firebase/firebase-js-sdk/pull/5928) - Upgrade `node-fetch` dependency due to a security issue.
8
+
3
9
  ## 0.9.1
4
10
 
5
11
  ### 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.1-canary.ff2f7d4c8";
3410
+ var version = "0.9.2-canary.fad3c4765";
3411
3411
 
3412
3412
  /**
3413
3413
  * @license
@@ -3230,7 +3230,7 @@ class FirebaseStorageImpl {
3230
3230
  }
3231
3231
 
3232
3232
  const name = "@firebase/storage";
3233
- const version = "0.9.1-canary.ff2f7d4c8";
3233
+ const version = "0.9.2-canary.fad3c4765";
3234
3234
 
3235
3235
  /**
3236
3236
  * @license
@@ -3403,7 +3403,7 @@ var FirebaseStorageImpl = /** @class */ (function () {
3403
3403
  }());
3404
3404
 
3405
3405
  var name = "@firebase/storage";
3406
- var version = "0.9.1-canary.ff2f7d4c8";
3406
+ var version = "0.9.2-canary.fad3c4765";
3407
3407
 
3408
3408
  /**
3409
3409
  * @license
@@ -3275,7 +3275,7 @@ class FirebaseStorageImpl {
3275
3275
  }
3276
3276
 
3277
3277
  const name = "@firebase/storage";
3278
- const version = "0.9.1-canary.ff2f7d4c8";
3278
+ const version = "0.9.2-canary.fad3c4765";
3279
3279
 
3280
3280
  /**
3281
3281
  * @license
@@ -3214,7 +3214,7 @@ class FirebaseStorageImpl {
3214
3214
  }
3215
3215
 
3216
3216
  const name = "@firebase/storage";
3217
- const version = "0.9.1-canary.ff2f7d4c8";
3217
+ const version = "0.9.2-canary.fad3c4765";
3218
3218
 
3219
3219
  /**
3220
3220
  * @license
@@ -171,12 +171,12 @@ export interface FullMetadata extends UploadMetadata {
171
171
  fullPath: string;
172
172
  /**
173
173
  * The object's generation.
174
- * {@link https://cloud.google.com/storage/docs/generations-preconditions}
174
+ * {@link https://cloud.google.com/storage/docs/metadata#generation-number}
175
175
  */
176
176
  generation: string;
177
177
  /**
178
178
  * The object's metageneration.
179
- * {@link https://cloud.google.com/storage/docs/generations-preconditions}
179
+ * {@link https://cloud.google.com/storage/docs/metadata#generation-number}
180
180
  */
181
181
  metageneration: string;
182
182
  /**
@@ -171,12 +171,12 @@ export interface FullMetadata extends UploadMetadata {
171
171
  fullPath: string;
172
172
  /**
173
173
  * The object's generation.
174
- * {@link https://cloud.google.com/storage/docs/generations-preconditions}
174
+ * {@link https://cloud.google.com/storage/docs/metadata#generation-number}
175
175
  */
176
176
  generation: string;
177
177
  /**
178
178
  * The object's metageneration.
179
- * {@link https://cloud.google.com/storage/docs/generations-preconditions}
179
+ * {@link https://cloud.google.com/storage/docs/metadata#generation-number}
180
180
  */
181
181
  metageneration: string;
182
182
  /**
@@ -65,12 +65,12 @@ export declare interface FullMetadata extends UploadMetadata {
65
65
  fullPath: string;
66
66
  /**
67
67
  * The object's generation.
68
- * {@link https://cloud.google.com/storage/docs/generations-preconditions}
68
+ * {@link https://cloud.google.com/storage/docs/metadata#generation-number}
69
69
  */
70
70
  generation: string;
71
71
  /**
72
72
  * The object's metageneration.
73
- * {@link https://cloud.google.com/storage/docs/generations-preconditions}
73
+ * {@link https://cloud.google.com/storage/docs/metadata#generation-number}
74
74
  */
75
75
  metageneration: string;
76
76
  /**
package/dist/storage.d.ts CHANGED
@@ -254,12 +254,12 @@ export declare interface FullMetadata extends UploadMetadata {
254
254
  fullPath: string;
255
255
  /**
256
256
  * The object's generation.
257
- * {@link https://cloud.google.com/storage/docs/generations-preconditions}
257
+ * {@link https://cloud.google.com/storage/docs/metadata#generation-number}
258
258
  */
259
259
  generation: string;
260
260
  /**
261
261
  * The object's metageneration.
262
- * {@link https://cloud.google.com/storage/docs/generations-preconditions}
262
+ * {@link https://cloud.google.com/storage/docs/metadata#generation-number}
263
263
  */
264
264
  metageneration: string;
265
265
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/storage",
3
- "version": "0.9.1-canary.ff2f7d4c8",
3
+ "version": "0.9.2-canary.fad3c4765",
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.3-canary.ff2f7d4c8",
45
- "@firebase/component": "0.5.10-canary.ff2f7d4c8",
46
- "node-fetch": "2.6.5",
44
+ "@firebase/util": "1.4.3-canary.fad3c4765",
45
+ "@firebase/component": "0.5.10-canary.fad3c4765",
46
+ "node-fetch": "2.6.7",
47
47
  "tslib": "^2.1.0"
48
48
  },
49
49
  "peerDependencies": {
50
- "@firebase/app": "0.7.12-canary.ff2f7d4c8"
50
+ "@firebase/app": "0.7.15-canary.fad3c4765"
51
51
  },
52
52
  "devDependencies": {
53
- "@firebase/app": "0.7.12-canary.ff2f7d4c8",
54
- "@firebase/auth": "0.19.5-canary.ff2f7d4c8",
53
+ "@firebase/app": "0.7.15-canary.fad3c4765",
54
+ "@firebase/auth": "0.19.7-canary.fad3c4765",
55
55
  "rollup": "2.57.0",
56
56
  "@rollup/plugin-alias": "3.1.5",
57
57
  "@rollup/plugin-json": "4.1.0",