@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.cjs.js
CHANGED
|
@@ -606,7 +606,7 @@ function makeQueryString(params) {
|
|
|
606
606
|
* limitations under the License.
|
|
607
607
|
*/
|
|
608
608
|
/**
|
|
609
|
-
* Error codes for requests made by the
|
|
609
|
+
* Error codes for requests made by the XhrIo wrapper.
|
|
610
610
|
*/
|
|
611
611
|
var ErrorCode;
|
|
612
612
|
(function (ErrorCode) {
|
|
@@ -3040,7 +3040,7 @@ function list$1(ref, options) {
|
|
|
3040
3040
|
}
|
|
3041
3041
|
/**
|
|
3042
3042
|
* A `Promise` that resolves with the metadata for this object. If this
|
|
3043
|
-
* object doesn't exist or metadata cannot be
|
|
3043
|
+
* object doesn't exist or metadata cannot be retrieved, the promise is
|
|
3044
3044
|
* rejected.
|
|
3045
3045
|
* @public
|
|
3046
3046
|
* @param ref - StorageReference to get metadata from.
|
|
@@ -3350,7 +3350,7 @@ class FirebaseStorageImpl {
|
|
|
3350
3350
|
}
|
|
3351
3351
|
|
|
3352
3352
|
const name = "@firebase/storage";
|
|
3353
|
-
const version = "0.12.6-
|
|
3353
|
+
const version = "0.12.6-dataconnect-preview.d986d4bf2";
|
|
3354
3354
|
|
|
3355
3355
|
/**
|
|
3356
3356
|
* @license
|
|
@@ -3449,7 +3449,7 @@ function uploadBytesResumable(ref, data, metadata) {
|
|
|
3449
3449
|
}
|
|
3450
3450
|
/**
|
|
3451
3451
|
* A `Promise` that resolves with the metadata for this object. If this
|
|
3452
|
-
* object doesn't exist or metadata cannot be
|
|
3452
|
+
* object doesn't exist or metadata cannot be retrieved, the promise is
|
|
3453
3453
|
* rejected.
|
|
3454
3454
|
* @public
|
|
3455
3455
|
* @param ref - {@link StorageReference} to get metadata from.
|