@firebase/storage 0.12.6-canary.f58d48cd4 → 0.12.6-dataconnect-preview.d986d4bf2
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/dist/index.browser.cjs.js +4 -4
- package/dist/index.browser.cjs.js.map +1 -1
- package/dist/index.cjs.js +4 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm2017.js +4 -4
- package/dist/index.esm2017.js.map +1 -1
- package/dist/index.esm5.js +4 -4
- package/dist/index.esm5.js.map +1 -1
- package/dist/index.node.cjs.js +4 -4
- package/dist/index.node.cjs.js.map +1 -1
- package/dist/node-esm/index.node.esm.js +4 -4
- package/dist/node-esm/index.node.esm.js.map +1 -1
- package/dist/node-esm/src/api.d.ts +1 -1
- package/dist/node-esm/src/implementation/connection.d.ts +1 -1
- package/dist/node-esm/src/public-types.d.ts +1 -1
- package/dist/node-esm/src/reference.d.ts +1 -1
- package/dist/src/api.d.ts +1 -1
- package/dist/src/implementation/connection.d.ts +1 -1
- package/dist/src/public-types.d.ts +1 -1
- package/dist/src/reference.d.ts +1 -1
- package/dist/storage-public.d.ts +2 -2
- package/dist/storage.d.ts +3 -3
- package/package.json +6 -6
|
@@ -601,7 +601,7 @@ function makeQueryString(params) {
|
|
|
601
601
|
* limitations under the License.
|
|
602
602
|
*/
|
|
603
603
|
/**
|
|
604
|
-
* Error codes for requests made by the
|
|
604
|
+
* Error codes for requests made by the XhrIo wrapper.
|
|
605
605
|
*/
|
|
606
606
|
var ErrorCode;
|
|
607
607
|
(function (ErrorCode) {
|
|
@@ -3067,7 +3067,7 @@ function list$1(ref, options) {
|
|
|
3067
3067
|
}
|
|
3068
3068
|
/**
|
|
3069
3069
|
* A `Promise` that resolves with the metadata for this object. If this
|
|
3070
|
-
* object doesn't exist or metadata cannot be
|
|
3070
|
+
* object doesn't exist or metadata cannot be retrieved, the promise is
|
|
3071
3071
|
* rejected.
|
|
3072
3072
|
* @public
|
|
3073
3073
|
* @param ref - StorageReference to get metadata from.
|
|
@@ -3377,7 +3377,7 @@ class FirebaseStorageImpl {
|
|
|
3377
3377
|
}
|
|
3378
3378
|
|
|
3379
3379
|
const name = "@firebase/storage";
|
|
3380
|
-
const version = "0.12.6-
|
|
3380
|
+
const version = "0.12.6-dataconnect-preview.d986d4bf2";
|
|
3381
3381
|
|
|
3382
3382
|
/**
|
|
3383
3383
|
* @license
|
|
@@ -3476,7 +3476,7 @@ function uploadBytesResumable(ref, data, metadata) {
|
|
|
3476
3476
|
}
|
|
3477
3477
|
/**
|
|
3478
3478
|
* A `Promise` that resolves with the metadata for this object. If this
|
|
3479
|
-
* object doesn't exist or metadata cannot be
|
|
3479
|
+
* object doesn't exist or metadata cannot be retrieved, the promise is
|
|
3480
3480
|
* rejected.
|
|
3481
3481
|
* @public
|
|
3482
3482
|
* @param ref - {@link StorageReference} to get metadata from.
|