@supabase/storage-js 2.11.0 → 2.11.1
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.11.
|
|
1
|
+
export declare const version = "2.11.1";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/dist/main/lib/version.js
CHANGED
|
@@ -238,7 +238,7 @@ export default class StorageFileApi {
|
|
|
238
238
|
* @param meta the new file metadata
|
|
239
239
|
*/
|
|
240
240
|
/**
|
|
241
|
-
* Lists all the files within a bucket.
|
|
241
|
+
* Lists all the files and folders within a path of the bucket.
|
|
242
242
|
* @param path The folder path.
|
|
243
243
|
* @param options Search options including limit (defaults to 100), offset, sortBy, and search
|
|
244
244
|
*/
|
|
@@ -478,7 +478,7 @@ class StorageFileApi {
|
|
|
478
478
|
// }
|
|
479
479
|
// }
|
|
480
480
|
/**
|
|
481
|
-
* Lists all the files within a bucket.
|
|
481
|
+
* Lists all the files and folders within a path of the bucket.
|
|
482
482
|
* @param path The folder path.
|
|
483
483
|
* @param options Search options including limit (defaults to 100), offset, sortBy, and search
|
|
484
484
|
*/
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "2.11.
|
|
1
|
+
export declare const version = "2.11.1";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
|
@@ -238,7 +238,7 @@ export default class StorageFileApi {
|
|
|
238
238
|
* @param meta the new file metadata
|
|
239
239
|
*/
|
|
240
240
|
/**
|
|
241
|
-
* Lists all the files within a bucket.
|
|
241
|
+
* Lists all the files and folders within a path of the bucket.
|
|
242
242
|
* @param path The folder path.
|
|
243
243
|
* @param options Search options including limit (defaults to 100), offset, sortBy, and search
|
|
244
244
|
*/
|
|
@@ -476,7 +476,7 @@ export default class StorageFileApi {
|
|
|
476
476
|
// }
|
|
477
477
|
// }
|
|
478
478
|
/**
|
|
479
|
-
* Lists all the files within a bucket.
|
|
479
|
+
* Lists all the files and folders within a path of the bucket.
|
|
480
480
|
* @param path The folder path.
|
|
481
481
|
* @param options Search options including limit (defaults to 100), offset, sortBy, and search
|
|
482
482
|
*/
|
package/package.json
CHANGED
package/src/lib/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// generated by genversion
|
|
2
|
-
export const version = '2.11.
|
|
2
|
+
export const version = '2.11.1'
|
|
@@ -736,7 +736,7 @@ export default class StorageFileApi {
|
|
|
736
736
|
// }
|
|
737
737
|
|
|
738
738
|
/**
|
|
739
|
-
* Lists all the files within a bucket.
|
|
739
|
+
* Lists all the files and folders within a path of the bucket.
|
|
740
740
|
* @param path The folder path.
|
|
741
741
|
* @param options Search options including limit (defaults to 100), offset, sortBy, and search
|
|
742
742
|
*/
|