@alcyone-labs/arg-parser 2.7.0 → 2.7.2

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": "@alcyone-labs/arg-parser",
3
- "version": "2.7.0",
3
+ "version": "2.7.2",
4
4
  "description": "A robust, type-safe CLI builder with out-of-the-box support for creating MCPs and bundling Claude Desktop's DXT packages",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -75,6 +75,7 @@
75
75
  "madge": "^8.0.0",
76
76
  "prettier": "^3.6.2",
77
77
  "ts-node": "^10.9.2",
78
+ "tsx": "^4.20.3",
78
79
  "typescript": "^5.8.3",
79
80
  "vite": "^6.3.5",
80
81
  "vite-tsconfig-paths": "^5.1.4",
@@ -93,7 +94,7 @@
93
94
  "test:watch": "vitest",
94
95
  "test:run": "vitest run",
95
96
  "test:fast": "vitest run --exclude=\"**/integration/**\"",
96
- "test:integration": "vitest run --testTimeout=30000 --fileParallelism=false --poolOptions.forks.singleFork=true tests/mcp/integration/",
97
+ "test:integration": "cross-env VITEST_INCLUDE_INTEGRATION=1 vitest run --testTimeout=30000 --fileParallelism=false --poolOptions.forks.singleFork=true tests/mcp/integration/",
97
98
  "test:all": "pnpm test:fast && pnpm test:integration",
98
99
  "test:ui": "vitest --ui",
99
100
  "test:mcp": "bun tests/mcp/integration/run-integration-tests.ts",