@supabase/storage-js 2.5.1 → 2.5.3
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/main/lib/version.d.ts +1 -1
- package/dist/main/lib/version.js +1 -1
- package/dist/main/packages/StorageFileApi.d.ts +1 -1
- package/dist/main/packages/StorageFileApi.js +1 -1
- package/dist/module/lib/version.d.ts +1 -1
- package/dist/module/lib/version.js +1 -1
- package/dist/module/packages/StorageFileApi.d.ts +1 -1
- package/dist/module/packages/StorageFileApi.js +1 -1
- package/package.json +1 -1
- package/src/lib/version.ts +1 -1
- package/src/packages/StorageFileApi.ts +1 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "2.5.
|
|
1
|
+
export declare const version = "2.5.3";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/dist/main/lib/version.js
CHANGED
|
@@ -54,7 +54,7 @@ export default class StorageFileApi {
|
|
|
54
54
|
/**
|
|
55
55
|
* Creates a signed upload URL.
|
|
56
56
|
* Signed upload URLs can be used to upload files to the bucket without further authentication.
|
|
57
|
-
* They are valid for
|
|
57
|
+
* They are valid for 2 hours.
|
|
58
58
|
* @param path The file path, including the current file name. For example `folder/image.png`.
|
|
59
59
|
*/
|
|
60
60
|
createSignedUploadUrl(path: string): Promise<{
|
|
@@ -149,7 +149,7 @@ class StorageFileApi {
|
|
|
149
149
|
/**
|
|
150
150
|
* Creates a signed upload URL.
|
|
151
151
|
* Signed upload URLs can be used to upload files to the bucket without further authentication.
|
|
152
|
-
* They are valid for
|
|
152
|
+
* They are valid for 2 hours.
|
|
153
153
|
* @param path The file path, including the current file name. For example `folder/image.png`.
|
|
154
154
|
*/
|
|
155
155
|
createSignedUploadUrl(path) {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "2.5.
|
|
1
|
+
export declare const version = "2.5.3";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
|
@@ -54,7 +54,7 @@ export default class StorageFileApi {
|
|
|
54
54
|
/**
|
|
55
55
|
* Creates a signed upload URL.
|
|
56
56
|
* Signed upload URLs can be used to upload files to the bucket without further authentication.
|
|
57
|
-
* They are valid for
|
|
57
|
+
* They are valid for 2 hours.
|
|
58
58
|
* @param path The file path, including the current file name. For example `folder/image.png`.
|
|
59
59
|
*/
|
|
60
60
|
createSignedUploadUrl(path: string): Promise<{
|
|
@@ -147,7 +147,7 @@ export default class StorageFileApi {
|
|
|
147
147
|
/**
|
|
148
148
|
* Creates a signed upload URL.
|
|
149
149
|
* Signed upload URLs can be used to upload files to the bucket without further authentication.
|
|
150
|
-
* They are valid for
|
|
150
|
+
* They are valid for 2 hours.
|
|
151
151
|
* @param path The file path, including the current file name. For example `folder/image.png`.
|
|
152
152
|
*/
|
|
153
153
|
createSignedUploadUrl(path) {
|
package/package.json
CHANGED
package/src/lib/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// generated by genversion
|
|
2
|
-
export const version = '2.5.
|
|
2
|
+
export const version = '2.5.3'
|
|
@@ -213,7 +213,7 @@ export default class StorageFileApi {
|
|
|
213
213
|
/**
|
|
214
214
|
* Creates a signed upload URL.
|
|
215
215
|
* Signed upload URLs can be used to upload files to the bucket without further authentication.
|
|
216
|
-
* They are valid for
|
|
216
|
+
* They are valid for 2 hours.
|
|
217
217
|
* @param path The file path, including the current file name. For example `folder/image.png`.
|
|
218
218
|
*/
|
|
219
219
|
async createSignedUploadUrl(
|