@supabase/storage-js 2.106.2 → 2.107.0-beta.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/AGENTS.md ADDED
@@ -0,0 +1,11 @@
1
+ # Agent instructions for `@supabase/storage-js`
2
+
3
+ Isomorphic storage client for Supabase. Handles bucket and object operations: upload, download, list, signed URLs, transformations.
4
+
5
+ When helping a user work with this package:
6
+
7
+ - **Usage and quick start**: [`README.md`](./README.md)
8
+ - **Full API reference**: [`src/`](./src/) — every public method and type has TSDoc with `@example` blocks. Read the source for the canonical, version-pinned answer.
9
+ - **Migration notes**: [`migrations/`](./migrations/) — per-theme markdown files for changes that need caller action.
10
+
11
+ For broader Supabase guidance (docs site, MCP tools, schema and project workflows), use the centralized [Supabase agent skills](https://github.com/supabase/agent-skills): `npx skills add supabase/agent-skills`. Or pair with the Supabase MCP server via the [Supabase Plugin for AI Coding Agents](https://supabase.com/docs/guides/getting-started/plugins).
package/dist/index.cjs CHANGED
@@ -1529,7 +1529,7 @@ var StorageFileApi = class extends BaseApiClient {
1529
1529
 
1530
1530
  //#endregion
1531
1531
  //#region src/lib/version.ts
1532
- const version = "2.106.2";
1532
+ const version = "2.107.0-beta.1";
1533
1533
 
1534
1534
  //#endregion
1535
1535
  //#region src/lib/constants.ts