@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
|
@@ -638,7 +638,7 @@ function makeQueryString(params) {
|
|
|
638
638
|
* limitations under the License.
|
|
639
639
|
*/
|
|
640
640
|
/**
|
|
641
|
-
* Error codes for requests made by the
|
|
641
|
+
* Error codes for requests made by the XhrIo wrapper.
|
|
642
642
|
*/
|
|
643
643
|
var ErrorCode;
|
|
644
644
|
(function (ErrorCode) {
|
|
@@ -3178,7 +3178,7 @@ function list$1(ref, options) {
|
|
|
3178
3178
|
}
|
|
3179
3179
|
/**
|
|
3180
3180
|
* A `Promise` that resolves with the metadata for this object. If this
|
|
3181
|
-
* object doesn't exist or metadata cannot be
|
|
3181
|
+
* object doesn't exist or metadata cannot be retrieved, the promise is
|
|
3182
3182
|
* rejected.
|
|
3183
3183
|
* @public
|
|
3184
3184
|
* @param ref - StorageReference to get metadata from.
|
|
@@ -3532,7 +3532,7 @@ var FirebaseStorageImpl = /** @class */ (function () {
|
|
|
3532
3532
|
}());
|
|
3533
3533
|
|
|
3534
3534
|
var name = "@firebase/storage";
|
|
3535
|
-
var version = "0.12.6-
|
|
3535
|
+
var version = "0.12.6-dataconnect-preview.d986d4bf2";
|
|
3536
3536
|
|
|
3537
3537
|
/**
|
|
3538
3538
|
* @license
|
|
@@ -3615,7 +3615,7 @@ function uploadBytesResumable(ref, data, metadata) {
|
|
|
3615
3615
|
}
|
|
3616
3616
|
/**
|
|
3617
3617
|
* A `Promise` that resolves with the metadata for this object. If this
|
|
3618
|
-
* object doesn't exist or metadata cannot be
|
|
3618
|
+
* object doesn't exist or metadata cannot be retrieved, the promise is
|
|
3619
3619
|
* rejected.
|
|
3620
3620
|
* @public
|
|
3621
3621
|
* @param ref - {@link StorageReference} to get metadata from.
|