dominds 1.8.8 → 1.8.9

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 (1) hide show
  1. package/package.json +5 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dominds",
3
- "version": "1.8.8",
3
+ "version": "1.8.9",
4
4
  "description": "Dominds CLI and aggregation shell for the LongRun AI kernel/runtime packages.",
5
5
  "type": "commonjs",
6
6
  "publishConfig": {
@@ -52,8 +52,8 @@
52
52
  "ws": "^8.19.0",
53
53
  "yaml": "^2.8.2",
54
54
  "zod": "^4.3.6",
55
- "@longrun-ai/shell": "1.8.5",
56
- "@longrun-ai/kernel": "1.8.5",
55
+ "@longrun-ai/kernel": "1.8.6",
56
+ "@longrun-ai/shell": "1.8.6",
57
57
  "@longrun-ai/codex-auth": "0.10.0"
58
58
  },
59
59
  "devDependencies": {
@@ -72,6 +72,8 @@
72
72
  "serve": "echo 'Dominds backend runs via outer rtws dev-server.' && echo 'Dev: cd .. && ./dev-server.sh'",
73
73
  "setup:pm": "corepack enable pnpm && corepack install",
74
74
  "manual": "pnpm exec tsx main/cli/manual.ts",
75
+ "release:publish-public": "node ./scripts/publish-public-packages.mjs",
76
+ "release:publish-public:dry-run": "node ./scripts/publish-public-packages.mjs --dry-run",
75
77
  "build": "pnpm run build:workspace && pnpm run build:backend",
76
78
  "build:workspace": "pnpm -r --filter './packages/*' --filter ./codex-auth --filter ./webapp run build",
77
79
  "clean": "rm -rf ./dist && pnpm -r --filter './packages/*' --filter ./codex-auth --filter ./webapp run clean",