mixdog 0.9.81 → 0.9.82
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/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mixdog",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.82",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Standalone mixdog coding-agent CLI/TUI workspace.",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"test:tui-input-render": "node --test scripts/prompt-immediate-render-test.mjs",
|
|
84
84
|
"test:tui-streaming-window": "node --test scripts/streaming-tail-window-test.mjs",
|
|
85
85
|
"test:tui-ambiguous-width": "node --test scripts/tui-ambiguous-width-test.mjs",
|
|
86
|
-
"test:release-assets": "node --check scripts/verify-release-assets.mjs && node --check scripts/verify-release-assets-test.mjs && node --test scripts/verify-release-assets-test.mjs",
|
|
86
|
+
"test:release-assets": "node --check scripts/verify-release-assets.mjs && node --check scripts/verify-release-assets-test.mjs && node --check scripts/deploy-workflow-test.mjs && node --test scripts/verify-release-assets-test.mjs scripts/deploy-workflow-test.mjs",
|
|
87
87
|
"test:release-focused": "npm run test:release-assets && npm run test:tool-contracts && npm run test:placeholder && npm run smoke:patch && npm run test:patch-binary-cache && npm run test:providers && npm run test:deferred-tools && npm run smoke:compact && node --test scripts/code-graph-root-federation-test.mjs scripts/code-graph-aggregate-cwd-test.mjs && npm run test:code-graph-dispatch && node --test scripts/code-graph-disk-hit-test.mjs && npm run test:shellhardening && node --test scripts/windows-hide-spawn-options-test.mjs && npm run test:session && npm run test:workflow-editor && npm run test:embedding-runtime && node --test scripts/tui-transcript-perf-test.mjs",
|
|
88
88
|
"test:native-edit-wire": "node --test scripts/native-edit-wire-test.mjs",
|
|
89
89
|
"test:patch-binary-cache": "node --test scripts/patch-binary-cache-test.mjs",
|
|
@@ -106,9 +106,9 @@
|
|
|
106
106
|
"audit:models": "node scripts/model-catalog-audit.mjs",
|
|
107
107
|
"patch:replay": "node scripts/patch-replay.mjs",
|
|
108
108
|
"build:tui": "node scripts/build-tui.mjs",
|
|
109
|
-
"release:patch": "
|
|
110
|
-
"release:minor": "
|
|
111
|
-
"release:major": "
|
|
109
|
+
"release:patch": "gh workflow run deploy.yml --ref main -f bump=patch -f native=auto",
|
|
110
|
+
"release:minor": "gh workflow run deploy.yml --ref main -f bump=minor -f native=auto",
|
|
111
|
+
"release:major": "gh workflow run deploy.yml --ref main -f bump=major -f native=auto"
|
|
112
112
|
},
|
|
113
113
|
"engines": {
|
|
114
114
|
"node": ">=22.0.0"
|