@supabase/storage-js 2.109.0 → 2.110.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/README.md +5 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/umd/supabase.js +1 -1
- package/package.json +2 -2
- package/src/lib/version.ts +1 -1
package/README.md
CHANGED
|
@@ -32,13 +32,17 @@
|
|
|
32
32
|
|
|
33
33
|
## Requirements
|
|
34
34
|
|
|
35
|
-
- **Node.js
|
|
35
|
+
- **Node.js 22 or later** (Node.js 20 support dropped in v2.110.0)
|
|
36
36
|
- For browser support, all modern browsers are supported
|
|
37
37
|
|
|
38
38
|
> ⚠️ **Node.js 18 Deprecation Notice**
|
|
39
39
|
>
|
|
40
40
|
> Node.js 18 reached end-of-life on April 30, 2025. As announced in [our deprecation notice](https://github.com/orgs/supabase/discussions/37217), support for Node.js 18 was dropped on October 31, 2025.
|
|
41
41
|
|
|
42
|
+
> ⚠️ **Node.js 20 Deprecation Notice**
|
|
43
|
+
>
|
|
44
|
+
> Node.js 20 reached end-of-life on April 30, 2026. As announced in [our deprecation notice](https://github.com/orgs/supabase/discussions/45715), support for Node.js 20 was dropped in v2.110.0.
|
|
45
|
+
|
|
42
46
|
## Features
|
|
43
47
|
|
|
44
48
|
- **File Storage**: Upload, download, list, move, and delete files
|
package/dist/index.cjs
CHANGED