@supabase/ssr
Advanced tools
Comparing version 0.4.0-rc.6 to 0.4.0
# @supabase/ssr | ||
## [0.4.0](https://github.com/supabase/ssr/compare/v0.3.0...v0.4.0) (2024-06-24) | ||
### Features | ||
* full rewrite using `getAll` and `setAll` cookie methods ([#1](https://github.com/supabase/ssr/issues/1)) ([b6ae192](https://github.com/supabase/ssr/commit/b6ae192aeb37ac6948637955cf1d3d6179b90065)) | ||
### Bug Fixes | ||
* allow use of `createBrowserClient` without `window` present ([#20](https://github.com/supabase/ssr/issues/20)) ([27d868d](https://github.com/supabase/ssr/commit/27d868d530925805fe2f3577ae716ece40dd3ab6)) | ||
* deprecate `parse`, `serialize` exports for more useful functions ([#14](https://github.com/supabase/ssr/issues/14)) ([0b5f881](https://github.com/supabase/ssr/commit/0b5f881e90b7836f2b98b733aac1cc9f916286cb)) | ||
* fix `createBrowserClient` deprecation tsdoc ([#17](https://github.com/supabase/ssr/issues/17)) ([1df70ad](https://github.com/supabase/ssr/commit/1df70ad51e65caab46cbc00342dbb42f6d498c32)) | ||
## 0.3.0 | ||
@@ -4,0 +18,0 @@ |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "0.4.0-rc.6"; | ||
export declare const VERSION = "0.4.0"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.VERSION = void 0; | ||
exports.VERSION = '0.4.0-rc.6'; | ||
exports.VERSION = '0.4.0'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "0.4.0-rc.6"; | ||
export declare const VERSION = "0.4.0"; |
@@ -1,2 +0,2 @@ | ||
export const VERSION = '0.4.0-rc.6'; | ||
export const VERSION = '0.4.0'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@supabase/ssr", | ||
"version": "0.4.0-rc.6", | ||
"version": "0.4.0", | ||
"description": "Use the Supabase JavaScript library in popular server-side rendering (SSR) frameworks.", | ||
@@ -5,0 +5,0 @@ "main": "dist/main/index.js", |
@@ -1,1 +0,1 @@ | ||
export const VERSION = '0.4.0-rc.6'; | ||
export const VERSION = '0.4.0'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
220132