@elysiajs/cookie
Advanced tools
Comparing version 0.7.0 to 0.8.0-rc.0
@@ -23,2 +23,5 @@ import { Elysia } from 'elysia'; | ||
}; | ||
}; | ||
store: {}; | ||
derive: { | ||
cookie: Record<string, string>; | ||
@@ -28,7 +31,6 @@ setCookie: (name: string, value: string, options?: SetCookieOptions) => void; | ||
}; | ||
store: {}; | ||
}, { | ||
type: {}; | ||
error: {}; | ||
}, {}, {}, false>; | ||
}, {}, {}, {}, false>; | ||
export default cookie; |
@@ -23,2 +23,5 @@ import { Elysia } from 'elysia'; | ||
}; | ||
}; | ||
store: {}; | ||
derive: { | ||
cookie: Record<string, string>; | ||
@@ -28,7 +31,6 @@ setCookie: (name: string, value: string, options?: SetCookieOptions) => void; | ||
}; | ||
store: {}; | ||
}, { | ||
type: {}; | ||
error: {}; | ||
}, {}, {}, false>; | ||
}, {}, {}, {}, false>; | ||
export default cookie; |
{ | ||
"name": "@elysiajs/cookie", | ||
"version": "0.7.0", | ||
"version": "0.8.0-rc.0", | ||
"description": "Plugin for Elysia that add supports for get/set cookie", | ||
@@ -44,3 +44,3 @@ "author": { | ||
"peerDependencies": { | ||
"elysia": ">= 0.7.0" | ||
"elysia": ">= 0.8.0-rc.0" | ||
}, | ||
@@ -50,3 +50,3 @@ "devDependencies": { | ||
"bun-types": "^0.7.0", | ||
"elysia": "0.7.0", | ||
"elysia": "0.8.0-rc.0", | ||
"eslint": "^8.40.0", | ||
@@ -53,0 +53,0 @@ "rimraf": "4.3", |
7998960
4072