mustflow 2.114.5 → 2.114.6
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mustflow",
|
|
3
|
-
"version": "2.114.
|
|
3
|
+
"version": "2.114.6",
|
|
4
4
|
"description": "Agent workflow documents and CLI for mustflow repository roots.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT-0",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"build": "node -e \"require('fs').rmSync('dist',{recursive:true,force:true})\" && tsc -p tsconfig.json",
|
|
30
30
|
"test": "bun run test:full",
|
|
31
31
|
"test:fast": "node scripts/run-cli-tests.mjs --build fast",
|
|
32
|
-
"test:related": "node scripts/run-cli-tests.mjs --build related",
|
|
32
|
+
"test:related": "node scripts/run-cli-tests.mjs --build=auto related",
|
|
33
33
|
"test:related:cached": "node scripts/run-cli-tests.mjs related-cached",
|
|
34
34
|
"test:related:profile": "node scripts/run-cli-tests.mjs --build related-profile",
|
|
35
35
|
"test:cli": "node scripts/run-cli-tests.mjs --build cli",
|