botmux 3.19.1 → 3.19.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.
Files changed (1) hide show
  1. package/package.json +9 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "botmux",
3
- "version": "3.19.1",
3
+ "version": "3.19.3",
4
4
  "description": "Bridge between IM platforms and AI coding CLIs — one topic, one CLI session with live streaming",
5
5
  "type": "module",
6
6
  "files": [
@@ -15,9 +15,10 @@
15
15
  "access": "public"
16
16
  },
17
17
  "scripts": {
18
- "build": "bun run audit:domains && node scripts/generate-app-icon-data.mjs && node scripts/clean-dist.mjs && tsc && bun run typecheck:scripts && node scripts/generate-runtime-build-id.mjs && cp src/setup/lark-scopes.json dist/setup/ && bun run dashboard:bundle && chmod +x dist/cli.js && node scripts/audit-dist.mjs && node scripts/audit-embedded-assets.mjs --require-dist",
18
+ "build": "bun run audit:domains && node scripts/generate-app-icon-data.mjs && node scripts/clean-dist.mjs && tsc && bun run typecheck:scripts && bun run typecheck:test-mocks && node scripts/generate-runtime-build-id.mjs && cp src/setup/lark-scopes.json dist/setup/ && bun run dashboard:bundle && chmod +x dist/cli.js && node scripts/audit-dist.mjs && node scripts/audit-embedded-assets.mjs --require-dist",
19
19
  "verify:binary": "bun scripts/verify-binary.mjs",
20
20
  "typecheck:scripts": "tsc -p tsconfig.scripts.json",
21
+ "typecheck:test-mocks": "tsc -p tsconfig.test-mocks.json",
21
22
  "workflow-core:build": "node scripts/build-workflow-core-package.mjs",
22
23
  "workflow-core:test": "bun run workflow-core:build && node scripts/test-workflow-core-package.mjs",
23
24
  "workflow-core:pack": "bun run workflow-core:build && node scripts/pack-workflow-core-package.mjs",
@@ -80,12 +81,12 @@
80
81
  },
81
82
  "optionalDependencies": {
82
83
  "@napi-rs/canvas": "^0.1.65",
83
- "botmux-darwin-arm64": "3.19.1",
84
- "botmux-darwin-x64": "3.19.1",
85
- "botmux-linux-arm64": "3.19.1",
86
- "botmux-linux-arm64-musl": "3.19.1",
87
- "botmux-linux-x64": "3.19.1",
88
- "botmux-linux-x64-musl": "3.19.1"
84
+ "botmux-darwin-arm64": "3.19.3",
85
+ "botmux-darwin-x64": "3.19.3",
86
+ "botmux-linux-arm64": "3.19.3",
87
+ "botmux-linux-arm64-musl": "3.19.3",
88
+ "botmux-linux-x64": "3.19.3",
89
+ "botmux-linux-x64-musl": "3.19.3"
89
90
  },
90
91
  "devDependencies": {
91
92
  "@midscene/web": "^1.7.6",