@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.node.cjs.js
CHANGED
|
@@ -605,7 +605,7 @@ function makeQueryString(params) {
|
|
|
605
605
|
* limitations under the License.
|
|
606
606
|
*/
|
|
607
607
|
/**
|
|
608
|
-
* Error codes for requests made by the
|
|
608
|
+
* Error codes for requests made by the XhrIo wrapper.
|
|
609
609
|
*/
|
|
610
610
|
var ErrorCode;
|
|
611
611
|
(function (ErrorCode) {
|
|
@@ -3071,7 +3071,7 @@ function list$1(ref, options) {
|
|
|
3071
3071
|
}
|
|
3072
3072
|
/**
|
|
3073
3073
|
* A `Promise` that resolves with the metadata for this object. If this
|
|
3074
|
-
* object doesn't exist or metadata cannot be
|
|
3074
|
+
* object doesn't exist or metadata cannot be retrieved, the promise is
|
|
3075
3075
|
* rejected.
|
|
3076
3076
|
* @public
|
|
3077
3077
|
* @param ref - StorageReference to get metadata from.
|
|
@@ -3381,7 +3381,7 @@ class FirebaseStorageImpl {
|
|
|
3381
3381
|
}
|
|
3382
3382
|
|
|
3383
3383
|
const name = "@firebase/storage";
|
|
3384
|
-
const version = "0.12.6-
|
|
3384
|
+
const version = "0.12.6-dataconnect-preview.d986d4bf2";
|
|
3385
3385
|
|
|
3386
3386
|
/**
|
|
3387
3387
|
* @license
|
|
@@ -3480,7 +3480,7 @@ function uploadBytesResumable(ref, data, metadata) {
|
|
|
3480
3480
|
}
|
|
3481
3481
|
/**
|
|
3482
3482
|
* A `Promise` that resolves with the metadata for this object. If this
|
|
3483
|
-
* object doesn't exist or metadata cannot be
|
|
3483
|
+
* object doesn't exist or metadata cannot be retrieved, the promise is
|
|
3484
3484
|
* rejected.
|
|
3485
3485
|
* @public
|
|
3486
3486
|
* @param ref - {@link StorageReference} to get metadata from.
|