@gaonjs/config 0.18.0 → 0.18.1
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/dist/types.d.ts +1 -1
- package/package.json +6 -6
package/dist/types.d.ts
CHANGED
|
@@ -129,7 +129,7 @@ export declare function defineConfig(config: GaonConfig): GaonConfig;
|
|
|
129
129
|
export interface AppSessionConfig {
|
|
130
130
|
/** 서명 비밀 · env('APP_<NAME>_SESSION_SECRET') 관례 권장. */
|
|
131
131
|
readonly secret: string;
|
|
132
|
-
/** 세션 쿠키 이름(생략 시 관례: <app>
|
|
132
|
+
/** 세션 쿠키 이름(생략 시 관례: <app>_sid). */
|
|
133
133
|
readonly cookieName?: string;
|
|
134
134
|
/** 세션 TTL(초). 생략 시 배터리 기본. */
|
|
135
135
|
readonly ttlSeconds?: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gaonjs/config",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.1",
|
|
4
4
|
"description": "Gaon 루트 설정 로더·자동 배선 (gaon.config.ts)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
],
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"ioredis": "^5.4.1",
|
|
28
|
-
"@gaonjs/core": "0.2.4",
|
|
29
28
|
"@gaonjs/async": "0.15.3",
|
|
30
|
-
"@gaonjs/
|
|
29
|
+
"@gaonjs/core": "0.2.4",
|
|
31
30
|
"@gaonjs/mail": "0.3.3",
|
|
32
|
-
"@gaonjs/
|
|
33
|
-
"@gaonjs/
|
|
34
|
-
"@gaonjs/
|
|
31
|
+
"@gaonjs/storage": "0.1.5",
|
|
32
|
+
"@gaonjs/data": "0.17.3",
|
|
33
|
+
"@gaonjs/web": "0.20.5",
|
|
34
|
+
"@gaonjs/i18n": "0.2.4"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"fastify": "^5.0.0"
|