@botiverse/raft-computer 0.0.56 → 0.0.57

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 +2 -2
package/dist/index.js CHANGED
@@ -30053,7 +30053,7 @@ function formatUpgradeLogTimestamp(date = /* @__PURE__ */ new Date()) {
30053
30053
 
30054
30054
  // src/serverUrl.ts
30055
30055
  init_esm_shims();
30056
- var DEFAULT_SLOCK_SERVER_URL = "https://api.slock.ai";
30056
+ var DEFAULT_SLOCK_SERVER_URL = "https://api.raft.build";
30057
30057
  function resolveServerUrl(...candidates) {
30058
30058
  for (const candidate of candidates) {
30059
30059
  const value = candidate?.trim();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botiverse/raft-computer",
3
- "version": "0.0.56",
3
+ "version": "0.0.57",
4
4
  "description": "Canonical Raft Computer — standalone human/local-machine control-plane CLI (login + attach). Provides raft-computer plus the legacy slock-computer alias; distinct from the agent-facing @botiverse/raft CLI.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -31,7 +31,7 @@
31
31
  "commander": "^12.1.0",
32
32
  "proper-lockfile": "^4.1.2",
33
33
  "undici": "^7.24.7",
34
- "@botiverse/raft-daemon": "0.60.0"
34
+ "@botiverse/raft-daemon": "0.61.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/node": "^25.5.0",