@roamcode.ai/server 1.4.2 → 1.4.3
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 +1 -1
- package/dist/start.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -16445,7 +16445,7 @@ async function installManagedRelease(opts) {
|
|
|
16445
16445
|
}
|
|
16446
16446
|
|
|
16447
16447
|
// src/updater.ts
|
|
16448
|
-
var RUNNING_VERSION = "1.4.
|
|
16448
|
+
var RUNNING_VERSION = "1.4.3" ? "1.4.3".replace(/^v/, "") : packageVersion();
|
|
16449
16449
|
var RUNNING_BUILD = RUNNING_VERSION;
|
|
16450
16450
|
var RELEASES_API = "https://api.github.com/repos/burakgon/roamcode/releases?per_page=100";
|
|
16451
16451
|
var RELEASE_MANIFEST_ASSET = "roamcode-release.json";
|
package/dist/start.js
CHANGED
|
@@ -5722,7 +5722,7 @@ function readPreviousVersion(root) {
|
|
|
5722
5722
|
}
|
|
5723
5723
|
|
|
5724
5724
|
// src/updater.ts
|
|
5725
|
-
var RUNNING_VERSION = "1.4.
|
|
5725
|
+
var RUNNING_VERSION = "1.4.3" ? "1.4.3".replace(/^v/, "") : packageVersion();
|
|
5726
5726
|
var RELEASES_API = "https://api.github.com/repos/burakgon/roamcode/releases?per_page=100";
|
|
5727
5727
|
var RELEASE_MANIFEST_ASSET = "roamcode-release.json";
|
|
5728
5728
|
var CHECK_CACHE_MS = 15 * 6e4;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@roamcode.ai/server",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.3",
|
|
4
4
|
"description": "Host-native server for RoamCode",
|
|
5
5
|
"homepage": "https://roamcode.ai",
|
|
6
6
|
"bugs": "https://github.com/burakgon/roamcode/issues",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"web-push": "^3.6.7",
|
|
43
43
|
"ws": "^8.21.0",
|
|
44
44
|
"zod": "^4.4.3",
|
|
45
|
-
"@roamcode.ai/web": "1.4.
|
|
45
|
+
"@roamcode.ai/web": "1.4.3"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@types/better-sqlite3": "^7.6.13",
|