@runlot/access 0.1.0-rc.45 → 0.1.0-rc.47

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@runlot/access",
3
- "version": "0.1.0-rc.45",
4
- "description": "front 붙인 접근 신원(Runlot-Access-*) 읽는다 (docs/access.md §4.2)",
3
+ "version": "0.1.0-rc.47",
4
+ "description": "Reads the access identity (Runlot-Access-* headers) that Runlot attaches to a request",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -26,7 +26,7 @@
26
26
  "@types/node": "^22.10.2",
27
27
  "esbuild": "^0.24.2",
28
28
  "typescript": "^5.7.2",
29
- "@runlot/config": "0.1.0-rc.45"
29
+ "@runlot/config": "0.1.0-rc.47"
30
30
  },
31
31
  "scripts": {
32
32
  "test": "node build.mjs",