@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
package/dist/index.esm2017.js
CHANGED
|
@@ -602,7 +602,7 @@ function makeQueryString(params) {
|
|
|
602
602
|
* limitations under the License.
|
|
603
603
|
*/
|
|
604
604
|
/**
|
|
605
|
-
* Error codes for requests made by the
|
|
605
|
+
* Error codes for requests made by the XhrIo wrapper.
|
|
606
606
|
*/
|
|
607
607
|
var ErrorCode;
|
|
608
608
|
(function (ErrorCode) {
|
|
@@ -3036,7 +3036,7 @@ function list$1(ref, options) {
|
|
|
3036
3036
|
}
|
|
3037
3037
|
/**
|
|
3038
3038
|
* A `Promise` that resolves with the metadata for this object. If this
|
|
3039
|
-
* object doesn't exist or metadata cannot be
|
|
3039
|
+
* object doesn't exist or metadata cannot be retrieved, the promise is
|
|
3040
3040
|
* rejected.
|
|
3041
3041
|
* @public
|
|
3042
3042
|
* @param ref - StorageReference to get metadata from.
|
|
@@ -3346,7 +3346,7 @@ class FirebaseStorageImpl {
|
|
|
3346
3346
|
}
|
|
3347
3347
|
|
|
3348
3348
|
const name = "@firebase/storage";
|
|
3349
|
-
const version = "0.12.6-
|
|
3349
|
+
const version = "0.12.6-dataconnect-preview.d986d4bf2";
|
|
3350
3350
|
|
|
3351
3351
|
/**
|
|
3352
3352
|
* @license
|
|
@@ -3445,7 +3445,7 @@ function uploadBytesResumable(ref, data, metadata) {
|
|
|
3445
3445
|
}
|
|
3446
3446
|
/**
|
|
3447
3447
|
* A `Promise` that resolves with the metadata for this object. If this
|
|
3448
|
-
* object doesn't exist or metadata cannot be
|
|
3448
|
+
* object doesn't exist or metadata cannot be retrieved, the promise is
|
|
3449
3449
|
* rejected.
|
|
3450
3450
|
* @public
|
|
3451
3451
|
* @param ref - {@link StorageReference} to get metadata from.
|