@roamcode.ai/server 1.0.7 → 1.0.8
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
|
@@ -2191,7 +2191,7 @@ async function installManagedRelease(opts) {
|
|
|
2191
2191
|
}
|
|
2192
2192
|
|
|
2193
2193
|
// src/updater.ts
|
|
2194
|
-
var RUNNING_VERSION = "1.0.
|
|
2194
|
+
var RUNNING_VERSION = "1.0.8" ? "1.0.8".replace(/^v/, "") : packageVersion();
|
|
2195
2195
|
var RUNNING_BUILD = RUNNING_VERSION;
|
|
2196
2196
|
var RELEASES_API = "https://api.github.com/repos/burakgon/roamcode/releases?per_page=100";
|
|
2197
2197
|
var RELEASE_MANIFEST_ASSET = "roamcode-release.json";
|
package/dist/start.js
CHANGED
|
@@ -765,7 +765,7 @@ function readPreviousVersion(root) {
|
|
|
765
765
|
}
|
|
766
766
|
|
|
767
767
|
// src/updater.ts
|
|
768
|
-
var RUNNING_VERSION = "1.0.
|
|
768
|
+
var RUNNING_VERSION = "1.0.8" ? "1.0.8".replace(/^v/, "") : packageVersion();
|
|
769
769
|
var RELEASES_API = "https://api.github.com/repos/burakgon/roamcode/releases?per_page=100";
|
|
770
770
|
var RELEASE_MANIFEST_ASSET = "roamcode-release.json";
|
|
771
771
|
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.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "Host-native server for RoamCode",
|
|
5
5
|
"homepage": "https://roamcode.ai",
|
|
6
6
|
"bugs": "https://github.com/burakgon/roamcode/issues",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"node-pty": "1.1.0",
|
|
41
41
|
"web-push": "^3.6.7",
|
|
42
42
|
"zod": "^4.4.3",
|
|
43
|
-
"@roamcode.ai/web": "1.0.
|
|
43
|
+
"@roamcode.ai/web": "1.0.8"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/better-sqlite3": "^7.6.13",
|