@supabase/functions-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 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
  ## Quick Start
43
47
 
44
48
  ### Installation
@@ -116,7 +120,7 @@ pnpm nx test:ci functions-js
116
120
 
117
121
  #### Test Requirements
118
122
 
119
- - **Node.js 20+** - Required for testcontainers
123
+ - **Node.js 22+** - Required for testcontainers
120
124
  - **Docker** - Must be installed and running for relay tests
121
125
  - No Supabase instance needed - Tests use mocked services and testcontainers
122
126
 
@@ -1,2 +1,2 @@
1
- export declare const version = "2.109.0";
1
+ export declare const version = "2.110.0";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -7,5 +7,5 @@ exports.version = void 0;
7
7
  // - Debugging and support (identifying which version is running)
8
8
  // - Telemetry and logging (version reporting in errors/analytics)
9
9
  // - Ensuring build artifacts match the published package version
10
- exports.version = '2.109.0';
10
+ exports.version = '2.110.0';
11
11
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const version = "2.109.0";
1
+ export declare const version = "2.110.0";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -4,5 +4,5 @@
4
4
  // - Debugging and support (identifying which version is running)
5
5
  // - Telemetry and logging (version reporting in errors/analytics)
6
6
  // - Ensuring build artifacts match the published package version
7
- export const version = '2.109.0';
7
+ export const version = '2.110.0';
8
8
  //# sourceMappingURL=version.js.map