@supabase/storage-js 1.7.2 → 1.7.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.
@@ -148,7 +148,7 @@ export declare class StorageFileApi {
148
148
  /**
149
149
  * Lists all the files within a bucket.
150
150
  * @param path The folder path.
151
- * @param options Search options, including `limit`, `offset`, and `sortBy`.
151
+ * @param options Search options, including `limit`, `offset`, `sortBy`, and `search`.
152
152
  * @param parameters Fetch parameters, currently only supports `signal`, which is an AbortController's signal
153
153
  */
154
154
  list(path?: string, options?: SearchOptions, parameters?: FetchParameters): Promise<{
@@ -273,7 +273,7 @@ class StorageFileApi {
273
273
  /**
274
274
  * Lists all the files within a bucket.
275
275
  * @param path The folder path.
276
- * @param options Search options, including `limit`, `offset`, and `sortBy`.
276
+ * @param options Search options, including `limit`, `offset`, `sortBy`, and `search`.
277
277
  * @param parameters Fetch parameters, currently only supports `signal`, which is an AbortController's signal
278
278
  */
279
279
  list(path, options, parameters) {
@@ -1,2 +1,2 @@
1
- export declare const version = "0.0.0";
1
+ export declare const version = "1.7.3";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -2,5 +2,5 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
4
  // generated by genversion
5
- exports.version = '0.0.0';
5
+ exports.version = '1.7.3';
6
6
  //# sourceMappingURL=version.js.map
@@ -148,7 +148,7 @@ export declare class StorageFileApi {
148
148
  /**
149
149
  * Lists all the files within a bucket.
150
150
  * @param path The folder path.
151
- * @param options Search options, including `limit`, `offset`, and `sortBy`.
151
+ * @param options Search options, including `limit`, `offset`, `sortBy`, and `search`.
152
152
  * @param parameters Fetch parameters, currently only supports `signal`, which is an AbortController's signal
153
153
  */
154
154
  list(path?: string, options?: SearchOptions, parameters?: FetchParameters): Promise<{
@@ -270,7 +270,7 @@ export class StorageFileApi {
270
270
  /**
271
271
  * Lists all the files within a bucket.
272
272
  * @param path The folder path.
273
- * @param options Search options, including `limit`, `offset`, and `sortBy`.
273
+ * @param options Search options, including `limit`, `offset`, `sortBy`, and `search`.
274
274
  * @param parameters Fetch parameters, currently only supports `signal`, which is an AbortController's signal
275
275
  */
276
276
  list(path, options, parameters) {
@@ -1,2 +1,2 @@
1
- export declare const version = "0.0.0";
1
+ export declare const version = "1.7.3";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1,3 +1,3 @@
1
1
  // generated by genversion
2
- export const version = '0.0.0';
2
+ export const version = '1.7.3';
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supabase/storage-js",
3
- "version": "1.7.2",
3
+ "version": "1.7.3",
4
4
  "description": "Isomorphic storage client for Supabase.",
5
5
  "keywords": [
6
6
  "javascript",
@@ -62,11 +62,6 @@
62
62
  },
63
63
  "jsdelivr": "dist/umd/supabase.js",
64
64
  "unpkg": "dist/umd/supabase.js",
65
- "release": {
66
- "branches": [
67
- "main"
68
- ]
69
- },
70
65
  "publishConfig": {
71
66
  "access": "public"
72
67
  }
@@ -361,7 +361,7 @@ export class StorageFileApi {
361
361
  /**
362
362
  * Lists all the files within a bucket.
363
363
  * @param path The folder path.
364
- * @param options Search options, including `limit`, `offset`, and `sortBy`.
364
+ * @param options Search options, including `limit`, `offset`, `sortBy`, and `search`.
365
365
  * @param parameters Fetch parameters, currently only supports `signal`, which is an AbortController's signal
366
366
  */
367
367
  async list(
@@ -1,2 +1,2 @@
1
1
  // generated by genversion
2
- export const version = '0.0.0'
2
+ export const version = '1.7.3'