@velum-labs/routekit-daemon 0.13.0 → 0.14.0

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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +9 -9
package/dist/index.js CHANGED
@@ -1262,7 +1262,7 @@ export async function startRouteKitDaemon(options) {
1262
1262
  token: issued.token,
1263
1263
  ...(issued.plane === "control"
1264
1264
  ? {
1265
- joinToken: encodeJoinCredential({
1265
+ joinCredential: encodeJoinCredential({
1266
1266
  publicRecordPath: daemonPublicRecordPath(home),
1267
1267
  token: issued.token
1268
1268
  })
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@velum-labs/routekit-daemon",
3
3
  "private": false,
4
- "version": "0.13.0",
4
+ "version": "0.14.0",
5
5
  "description": "Singleton RouteKit control daemon and stable model gateway.",
6
6
  "repository": {
7
7
  "type": "git",
@@ -34,14 +34,14 @@
34
34
  ],
35
35
  "dependencies": {
36
36
  "yaml": "2.9.0",
37
- "@velum-labs/routekit-control": "0.13.0",
38
- "@velum-labs/routekit-gateway": "0.13.0",
39
- "@velum-labs/routekit-registry": "0.13.0",
40
- "@velum-labs/routekit-router": "0.13.0",
41
- "@velum-labs/routekit-config": "0.13.0",
42
- "@velum-labs/routekit-accounts": "0.13.0",
43
- "@velum-labs/routekit-telemetry-core": "0.13.0",
44
- "@velum-labs/routekit-runtime": "0.13.0"
37
+ "@velum-labs/routekit-config": "0.14.0",
38
+ "@velum-labs/routekit-gateway": "0.14.0",
39
+ "@velum-labs/routekit-control": "0.14.0",
40
+ "@velum-labs/routekit-accounts": "0.14.0",
41
+ "@velum-labs/routekit-registry": "0.14.0",
42
+ "@velum-labs/routekit-router": "0.14.0",
43
+ "@velum-labs/routekit-telemetry-core": "0.14.0",
44
+ "@velum-labs/routekit-runtime": "0.14.0"
45
45
  },
46
46
  "scripts": {
47
47
  "build": "tsc -b",