@roamcode.ai/server 2.1.1 → 2.1.2

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/dist/index.js CHANGED
@@ -8708,7 +8708,7 @@ async function installManagedRelease(opts) {
8708
8708
  }
8709
8709
 
8710
8710
  // src/updater.ts
8711
- var RUNNING_VERSION = "2.1.1" ? "2.1.1".replace(/^v/, "") : packageVersion();
8711
+ var RUNNING_VERSION = "2.1.2" ? "2.1.2".replace(/^v/, "") : packageVersion();
8712
8712
  var RUNNING_BUILD = RUNNING_VERSION;
8713
8713
  var RELEASES_API = "https://api.github.com/repos/burakgon/roamcode/releases?per_page=100";
8714
8714
  var RELEASE_MANIFEST_ASSET = "roamcode-release.json";
package/dist/start.js CHANGED
@@ -3742,7 +3742,7 @@ function readPreviousVersion(root) {
3742
3742
  }
3743
3743
 
3744
3744
  // src/updater.ts
3745
- var RUNNING_VERSION = "2.1.1" ? "2.1.1".replace(/^v/, "") : packageVersion();
3745
+ var RUNNING_VERSION = "2.1.2" ? "2.1.2".replace(/^v/, "") : packageVersion();
3746
3746
  var RELEASES_API = "https://api.github.com/repos/burakgon/roamcode/releases?per_page=100";
3747
3747
  var RELEASE_MANIFEST_ASSET = "roamcode-release.json";
3748
3748
  var CHECK_CACHE_MS = 15 * 6e4;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roamcode.ai/server",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "Host-native execution server for RoamCode Sessions and Automations",
5
5
  "homepage": "https://roamcode.ai",
6
6
  "bugs": "https://github.com/burakgon/roamcode/issues",
@@ -50,7 +50,7 @@
50
50
  "web-push": "^3.6.7",
51
51
  "ws": "^8.21.0",
52
52
  "zod": "^4.4.3",
53
- "@roamcode.ai/web": "2.1.1"
53
+ "@roamcode.ai/web": "2.1.2"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/better-sqlite3": "^7.6.13",