@mutagent/cli 0.1.269 → 0.1.271
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 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mutagent/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.271",
|
|
4
4
|
"description": "Bun-native CLI for the MutagenT AI platform - auth, provider config, and lifecycle-tool installer for AI-native workflows",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -28,7 +28,9 @@
|
|
|
28
28
|
"test": "bun test src/",
|
|
29
29
|
"test:integration": "bun test tests/pipe/ --timeout 30000",
|
|
30
30
|
"pretype-check": "bun run sync-skill",
|
|
31
|
-
"type-check": "
|
|
31
|
+
"type-check": "bun run type-check:src && bun run type-check:tests",
|
|
32
|
+
"type-check:src": "tsc --noEmit",
|
|
33
|
+
"type-check:tests": "tsc --noEmit -p tsconfig.test.json",
|
|
32
34
|
"prelint": "bun run sync-skill",
|
|
33
35
|
"lint": "eslint src/**/*.ts --format compact",
|
|
34
36
|
"lint:fix": "eslint src/**/*.ts --fix --format compact",
|
|
@@ -37,7 +39,7 @@
|
|
|
37
39
|
"verify:fix": "bun run check:workspace-resolution && bun run lint:fix && bun run type-check && bun run build"
|
|
38
40
|
},
|
|
39
41
|
"dependencies": {
|
|
40
|
-
"@mutagent/sdk": "0.3.
|
|
42
|
+
"@mutagent/sdk": "0.3.32",
|
|
41
43
|
"chalk": "^5.3.0",
|
|
42
44
|
"commander": "^12.1.0",
|
|
43
45
|
"cosmiconfig": "^9.0.0",
|