@runlot/api 0.1.0-rc.42 → 0.1.0-rc.44

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runlot/api",
3
- "version": "0.1.0-rc.42",
3
+ "version": "0.1.0-rc.44",
4
4
  "description": "runlot 컨트롤 플레인 API 클라이언트 (proto/openapi.yaml 에서 생성한 타입)",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -26,7 +26,7 @@
26
26
  "typescript": "^5.7.2",
27
27
  "@types/node": "^22.10.2",
28
28
  "openapi-typescript": "^7.13.0",
29
- "@runlot/config": "0.1.0-rc.42"
29
+ "@runlot/config": "0.1.0-rc.44"
30
30
  },
31
31
  "scripts": {
32
32
  "build": "tsc -p tsconfig.build.json",