@supabase/ssr
Advanced tools
Comparing version 0.5.1-rc.2 to 0.5.1
# @supabase/ssr | ||
## [0.5.1](https://github.com/supabase/ssr/compare/v0.5.0...v0.5.1) (2024-08-28) | ||
### Bug Fixes | ||
* remove optional dependencies ([#41](https://github.com/supabase/ssr/issues/41)) ([a48fe6f](https://github.com/supabase/ssr/commit/a48fe6fd9754786d0ec673ff1418b833a8cfbc70)) | ||
* set `max-age` default cookie option to 400 days ([#54](https://github.com/supabase/ssr/issues/54)) ([f4ed2e0](https://github.com/supabase/ssr/commit/f4ed2e0a29445781857c4526f84673693ca9679c)) | ||
## [0.5.0](https://github.com/supabase/ssr/compare/v0.4.0...v0.5.0) (2024-08-19) | ||
@@ -4,0 +12,0 @@ |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "0.5.1-rc.2"; | ||
export declare const VERSION = "0.5.1"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.VERSION = void 0; | ||
exports.VERSION = '0.5.1-rc.2'; | ||
exports.VERSION = '0.5.1'; | ||
//# sourceMappingURL=version.js.map |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "0.5.1-rc.2"; | ||
export declare const VERSION = "0.5.1"; |
@@ -1,2 +0,2 @@ | ||
export const VERSION = '0.5.1-rc.2'; | ||
export const VERSION = '0.5.1'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@supabase/ssr", | ||
"version": "0.5.1-rc.2", | ||
"version": "0.5.1", | ||
"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.5.1-rc.2'; | ||
export const VERSION = '0.5.1'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
222696