@supabase/storage-js 2.109.0 → 2.110.0-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/README.md CHANGED
@@ -32,13 +32,17 @@
32
32
 
33
33
  ## Requirements
34
34
 
35
- - **Node.js 20 or later** (Node.js 18 support dropped as of October 31, 2025)
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
@@ -1599,7 +1599,7 @@ var StorageFileApi = class extends BaseApiClient {
1599
1599
 
1600
1600
  //#endregion
1601
1601
  //#region src/lib/version.ts
1602
- const version = "2.109.0";
1602
+ const version = "2.110.0-canary.0";
1603
1603
 
1604
1604
  //#endregion
1605
1605
  //#region src/lib/constants.ts