@supabase/storage-js 2.106.2 → 2.106.3-canary.0
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 +11 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/umd/supabase.js +1 -1
- package/migrations/README.md +25 -0
- package/package.json +4 -2
- package/src/lib/version.ts +1 -1
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