ckweb-cli 0.2.4 → 0.5.0

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": "ckweb-cli",
3
- "version": "0.2.4",
3
+ "version": "0.5.0",
4
4
  "description": "CLI tool for interacting with ClaudeKit.cc API",
5
5
  "type": "module",
6
6
  "bin": {
@@ -13,7 +13,8 @@
13
13
  "start": "node dist/index.js",
14
14
  "test": "vitest run",
15
15
  "test:watch": "vitest",
16
- "test:coverage": "vitest run --coverage"
16
+ "test:coverage": "vitest run --coverage",
17
+ "test:e2e": "pnpm build && vitest run --config vitest.e2e.config.ts"
17
18
  },
18
19
  "keywords": [
19
20
  "claudekit",
@@ -47,6 +48,7 @@
47
48
  "devDependencies": {
48
49
  "@types/node": "^22.13.0",
49
50
  "@vitest/coverage-v8": "^4.0.18",
51
+ "execa": "^9.5.2",
50
52
  "tsup": "^8.4.0",
51
53
  "typescript": "^5.7.0",
52
54
  "vitest": "^4.0.18"