@supabase/supabase-js
Advanced tools
Comparing version
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.51.0"; | ||
export declare const version = "2.52.0"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = void 0; | ||
exports.version = '2.51.0'; | ||
exports.version = '2.52.0'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.51.0"; | ||
export declare const version = "2.52.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export const version = '2.51.0'; | ||
export const version = '2.52.0'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@supabase/supabase-js", | ||
"version": "2.51.0", | ||
"version": "2.52.0", | ||
"description": "Isomorphic Javascript client for Supabase", | ||
@@ -52,3 +52,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@supabase/auth-js": "2.71.0", | ||
"@supabase/auth-js": "2.71.1", | ||
"@supabase/functions-js": "2.4.5", | ||
@@ -55,0 +55,0 @@ "@supabase/node-fetch": "2.6.15", |
@@ -86,2 +86,22 @@ # `supabase-js` - Isomorphic JavaScript Client for Supabase. | ||
## Support Policy | ||
This section outlines the scope of support for various runtime environments in Supabase JavaScript client. | ||
### Node.js | ||
We only support Node.js versions that are in **Active LTS** or **Maintenance** status as defined by the [official Node.js release schedule](https://nodejs.org/en/about/previous-releases#release-schedule). This means we support versions that are currently receiving long-term support and critical bug fixes. | ||
When a Node.js version reaches end-of-life and is no longer in Active LTS or Maintenance status, Supabase will drop it in a **minor release**, and **this won't be considered a breaking change**. | ||
### Deno | ||
We support Deno versions that are currently receiving active development and security updates. We follow the [official Deno release schedule](https://docs.deno.com/runtime/fundamentals/stability_and_releases/) and only support versions from the `stable` and `lts` release channels. | ||
When a Deno version reaches end-of-life and is no longer receiving security updates, Supabase will drop it in a **minor release**, and **this won't be considered a breaking change**. | ||
### Important Notes | ||
- **Experimental features**: Features marked as experimental may be removed or changed without notice | ||
## Testing | ||
@@ -88,0 +108,0 @@ |
@@ -1,1 +0,1 @@ | ||
export const version = '2.51.0' | ||
export const version = '2.52.0' |
Sorry, the diff of this file is too big to display
254791
0.5%165
13.79%+ Added
- Removed
Updated