@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.
@@ -82,7 +82,7 @@ export declare function uploadString(ref: StorageReference, value: string, forma
82
82
  export declare function uploadBytesResumable(ref: StorageReference, data: Blob | Uint8Array | ArrayBuffer, metadata?: UploadMetadata): UploadTask;
83
83
  /**
84
84
  * A `Promise` that resolves with the metadata for this object. If this
85
- * object doesn't exist or metadata cannot be retreived, the promise is
85
+ * object doesn't exist or metadata cannot be retrieved, the promise is
86
86
  * rejected.
87
87
  * @public
88
88
  * @param ref - {@link StorageReference} to get metadata from.
@@ -48,7 +48,7 @@ export interface Connection<T extends ConnectionType> {
48
48
  removeUploadProgressListener(listener: (p1: ProgressEvent) => void): void;
49
49
  }
50
50
  /**
51
- * Error codes for requests made by the the XhrIo wrapper.
51
+ * Error codes for requests made by the XhrIo wrapper.
52
52
  */
53
53
  export declare enum ErrorCode {
54
54
  NO_ERROR = 0,
@@ -198,7 +198,7 @@ export interface FullMetadata extends UploadMetadata {
198
198
  */
199
199
  updated: string;
200
200
  /**
201
- * Tokens to allow access to the downloatd URL.
201
+ * Tokens to allow access to the download URL.
202
202
  */
203
203
  downloadTokens: string[] | undefined;
204
204
  /**
@@ -164,7 +164,7 @@ export declare function listAll(ref: Reference): Promise<ListResult>;
164
164
  export declare function list(ref: Reference, options?: ListOptions | null): Promise<ListResult>;
165
165
  /**
166
166
  * A `Promise` that resolves with the metadata for this object. If this
167
- * object doesn't exist or metadata cannot be retreived, the promise is
167
+ * object doesn't exist or metadata cannot be retrieved, the promise is
168
168
  * rejected.
169
169
  * @public
170
170
  * @param ref - StorageReference to get metadata from.
package/dist/src/api.d.ts CHANGED
@@ -82,7 +82,7 @@ export declare function uploadString(ref: StorageReference, value: string, forma
82
82
  export declare function uploadBytesResumable(ref: StorageReference, data: Blob | Uint8Array | ArrayBuffer, metadata?: UploadMetadata): UploadTask;
83
83
  /**
84
84
  * A `Promise` that resolves with the metadata for this object. If this
85
- * object doesn't exist or metadata cannot be retreived, the promise is
85
+ * object doesn't exist or metadata cannot be retrieved, the promise is
86
86
  * rejected.
87
87
  * @public
88
88
  * @param ref - {@link StorageReference} to get metadata from.
@@ -48,7 +48,7 @@ export interface Connection<T extends ConnectionType> {
48
48
  removeUploadProgressListener(listener: (p1: ProgressEvent) => void): void;
49
49
  }
50
50
  /**
51
- * Error codes for requests made by the the XhrIo wrapper.
51
+ * Error codes for requests made by the XhrIo wrapper.
52
52
  */
53
53
  export declare enum ErrorCode {
54
54
  NO_ERROR = 0,
@@ -198,7 +198,7 @@ export interface FullMetadata extends UploadMetadata {
198
198
  */
199
199
  updated: string;
200
200
  /**
201
- * Tokens to allow access to the downloatd URL.
201
+ * Tokens to allow access to the download URL.
202
202
  */
203
203
  downloadTokens: string[] | undefined;
204
204
  /**
@@ -164,7 +164,7 @@ export declare function listAll(ref: Reference): Promise<ListResult>;
164
164
  export declare function list(ref: Reference, options?: ListOptions | null): Promise<ListResult>;
165
165
  /**
166
166
  * A `Promise` that resolves with the metadata for this object. If this
167
- * object doesn't exist or metadata cannot be retreived, the promise is
167
+ * object doesn't exist or metadata cannot be retrieved, the promise is
168
168
  * rejected.
169
169
  * @public
170
170
  * @param ref - StorageReference to get metadata from.
@@ -91,7 +91,7 @@ export declare interface FullMetadata extends UploadMetadata {
91
91
  */
92
92
  updated: string;
93
93
  /**
94
- * Tokens to allow access to the downloatd URL.
94
+ * Tokens to allow access to the download URL.
95
95
  */
96
96
  downloadTokens: string[] | undefined;
97
97
  /**
@@ -142,7 +142,7 @@ export declare function getBytes(ref: StorageReference, maxDownloadSizeBytes?: n
142
142
  export declare function getDownloadURL(ref: StorageReference): Promise<string>;
143
143
  /**
144
144
  * A `Promise` that resolves with the metadata for this object. If this
145
- * object doesn't exist or metadata cannot be retreived, the promise is
145
+ * object doesn't exist or metadata cannot be retrieved, the promise is
146
146
  * rejected.
147
147
  * @public
148
148
  * @param ref - {@link StorageReference} to get metadata from.
package/dist/storage.d.ts CHANGED
@@ -83,7 +83,7 @@ export declare function deleteObject(ref: StorageReference): Promise<void>;
83
83
  export { EmulatorMockTokenOptions }
84
84
 
85
85
  /**
86
- * Error codes for requests made by the the XhrIo wrapper.
86
+ * Error codes for requests made by the XhrIo wrapper.
87
87
  */
88
88
  declare enum ErrorCode {
89
89
  NO_ERROR = 0,
@@ -280,7 +280,7 @@ export declare interface FullMetadata extends UploadMetadata {
280
280
  */
281
281
  updated: string;
282
282
  /**
283
- * Tokens to allow access to the downloatd URL.
283
+ * Tokens to allow access to the download URL.
284
284
  */
285
285
  downloadTokens: string[] | undefined;
286
286
  /**
@@ -339,7 +339,7 @@ export declare function getDownloadURL(ref: StorageReference): Promise<string>;
339
339
 
340
340
  /**
341
341
  * A `Promise` that resolves with the metadata for this object. If this
342
- * object doesn't exist or metadata cannot be retreived, the promise is
342
+ * object doesn't exist or metadata cannot be retrieved, the promise is
343
343
  * rejected.
344
344
  * @public
345
345
  * @param ref - {@link StorageReference} to get metadata from.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firebase/storage",
3
- "version": "0.12.6-canary.f58d48cd4",
3
+ "version": "0.12.6-dataconnect-preview.d986d4bf2",
4
4
  "description": "",
5
5
  "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6
6
  "main": "dist/index.node.cjs.js",
@@ -47,17 +47,17 @@
47
47
  },
48
48
  "license": "Apache-2.0",
49
49
  "dependencies": {
50
- "@firebase/util": "1.9.7-canary.f58d48cd4",
51
- "@firebase/component": "0.6.8-canary.f58d48cd4",
50
+ "@firebase/util": "1.9.7-dataconnect-preview.d986d4bf2",
51
+ "@firebase/component": "0.6.8-dataconnect-preview.d986d4bf2",
52
52
  "undici": "5.28.4",
53
53
  "tslib": "^2.1.0"
54
54
  },
55
55
  "peerDependencies": {
56
- "@firebase/app": "0.10.6-canary.f58d48cd4"
56
+ "@firebase/app": "0.10.7-dataconnect-preview.d986d4bf2"
57
57
  },
58
58
  "devDependencies": {
59
- "@firebase/app": "0.10.6-canary.f58d48cd4",
60
- "@firebase/auth": "1.7.5-canary.f58d48cd4",
59
+ "@firebase/app": "0.10.7-dataconnect-preview.d986d4bf2",
60
+ "@firebase/auth": "1.7.5-dataconnect-preview.d986d4bf2",
61
61
  "rollup": "2.79.1",
62
62
  "@rollup/plugin-alias": "5.1.0",
63
63
  "@rollup/plugin-json": "4.1.0",