@runlot/auth 0.1.0-rc.21 → 0.1.0-rc.22
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@runlot/auth",
|
|
3
|
-
"version": "0.1.0-rc.
|
|
3
|
+
"version": "0.1.0-rc.22",
|
|
4
4
|
"description": "env.auth 타입과 브라우저 도우미 — 런타임은 시스템 워커가 준다 (docs/auth.md §10)",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@types/node": "^22.10.2",
|
|
31
31
|
"esbuild": "^0.24.2",
|
|
32
32
|
"typescript": "^5.7.2",
|
|
33
|
-
"@runlot/config": "0.1.0-rc.
|
|
33
|
+
"@runlot/config": "0.1.0-rc.22"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
36
|
"test": "node build.mjs",
|