@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.esm5.js
CHANGED
|
@@ -634,7 +634,7 @@ function makeQueryString(params) {
|
|
|
634
634
|
* limitations under the License.
|
|
635
635
|
*/
|
|
636
636
|
/**
|
|
637
|
-
* Error codes for requests made by the
|
|
637
|
+
* Error codes for requests made by the XhrIo wrapper.
|
|
638
638
|
*/
|
|
639
639
|
var ErrorCode;
|
|
640
640
|
(function (ErrorCode) {
|
|
@@ -3174,7 +3174,7 @@ function list$1(ref, options) {
|
|
|
3174
3174
|
}
|
|
3175
3175
|
/**
|
|
3176
3176
|
* A `Promise` that resolves with the metadata for this object. If this
|
|
3177
|
-
* object doesn't exist or metadata cannot be
|
|
3177
|
+
* object doesn't exist or metadata cannot be retrieved, the promise is
|
|
3178
3178
|
* rejected.
|
|
3179
3179
|
* @public
|
|
3180
3180
|
* @param ref - StorageReference to get metadata from.
|
|
@@ -3528,7 +3528,7 @@ var FirebaseStorageImpl = /** @class */ (function () {
|
|
|
3528
3528
|
}());
|
|
3529
3529
|
|
|
3530
3530
|
var name = "@firebase/storage";
|
|
3531
|
-
var version = "0.12.6-
|
|
3531
|
+
var version = "0.12.6-dataconnect-preview.d986d4bf2";
|
|
3532
3532
|
|
|
3533
3533
|
/**
|
|
3534
3534
|
* @license
|
|
@@ -3611,7 +3611,7 @@ function uploadBytesResumable(ref, data, metadata) {
|
|
|
3611
3611
|
}
|
|
3612
3612
|
/**
|
|
3613
3613
|
* A `Promise` that resolves with the metadata for this object. If this
|
|
3614
|
-
* object doesn't exist or metadata cannot be
|
|
3614
|
+
* object doesn't exist or metadata cannot be retrieved, the promise is
|
|
3615
3615
|
* rejected.
|
|
3616
3616
|
* @public
|
|
3617
3617
|
* @param ref - {@link StorageReference} to get metadata from.
|