adhdev 0.8.85 → 0.8.87
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/cli/index.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/cli/index.js
CHANGED
|
@@ -86381,7 +86381,7 @@ var init_adhdev_daemon = __esm({
|
|
|
86381
86381
|
init_source();
|
|
86382
86382
|
init_version();
|
|
86383
86383
|
init_src();
|
|
86384
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.
|
|
86384
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.87" });
|
|
86385
86385
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
86386
86386
|
localHttpServer = null;
|
|
86387
86387
|
localWss = null;
|
package/dist/index.js
CHANGED
|
@@ -54677,7 +54677,7 @@ var init_adhdev_daemon = __esm({
|
|
|
54677
54677
|
init_source2();
|
|
54678
54678
|
init_version();
|
|
54679
54679
|
init_src();
|
|
54680
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.
|
|
54680
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.87" });
|
|
54681
54681
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
54682
54682
|
localHttpServer = null;
|
|
54683
54683
|
localWss = null;
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adhdev",
|
|
3
|
-
"version": "0.8.
|
|
4
|
-
"description": "ADHDev
|
|
3
|
+
"version": "0.8.87",
|
|
4
|
+
"description": "ADHDev — Agent Dashboard Hub for Dev. Remote-control AI coding agents from anywhere.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
7
7
|
"adhdev": "./dist/cli/index.js",
|
|
8
8
|
"adhmux": "./vendor/terminal-mux-cli/index.js"
|
|
9
9
|
},
|
|
10
10
|
"scripts": {
|
|
11
|
-
"preinstall": "node -e \"const major=Number.parseInt(process.versions.node.split('.')[0],10); if (process.platform === 'win32' && major >= 24) { console.error('\\n
|
|
11
|
+
"preinstall": "node -e \"const major=Number.parseInt(process.versions.node.split('.')[0],10); if (process.platform === 'win32' && major >= 24) { console.error('\\n✗ ADHDev does not currently support Node.js 24+ on Windows.\\n Install Node.js 22.x on Windows, then retry.\\n'); process.exit(1); }\"",
|
|
12
12
|
"build": "tsup",
|
|
13
13
|
"test": "node --import tsx --test test/*.test.ts",
|
|
14
14
|
"bundle:vendor": "node ./scripts/vendor-runtime-deps.mjs",
|