claudekit-cli 1.2.2 → 1.3.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.
@@ -38,8 +38,8 @@ jobs:
38
38
  - name: Run linter
39
39
  run: bun run lint
40
40
 
41
- - name: Run tests
42
- run: bun test
43
-
44
41
  - name: Build
45
42
  run: bun run build
43
+
44
+ - name: Run tests
45
+ run: bun test
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ # [1.3.0](https://github.com/mrgoonie/claudekit-cli/compare/v1.2.2...v1.3.0) (2025-10-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * fix CLI path calculation in integration tests ([c841e1d](https://github.com/mrgoonie/claudekit-cli/commit/c841e1d68abf9d1a8a714cd5dcec54357fc8c646))
7
+ * regenerate bun.lock for bun v1.3.0 compatibility ([e19c943](https://github.com/mrgoonie/claudekit-cli/commit/e19c943ad5b653694476527226448850c537c88d))
8
+ * skip integration tests in CI environment ([a890423](https://github.com/mrgoonie/claudekit-cli/commit/a890423b8e9d791c1387c4219dde78298b57159d))
9
+ * update bun.lock after dependency removal ([bfccb39](https://github.com/mrgoonie/claudekit-cli/commit/bfccb393aa12b395429aef8d8440b22417c8438b))
10
+
11
+
12
+ ### Features
13
+
14
+ * add version.json and integration tests ([fc538d0](https://github.com/mrgoonie/claudekit-cli/commit/fc538d033f579962f8aee73ae3f8a25370189037))
15
+ * enhance CLI with security features and non-interactive mode ([297e6bb](https://github.com/mrgoonie/claudekit-cli/commit/297e6bba73f87411d3be9918929a35758b62be41))
16
+
1
17
  ## [1.2.2](https://github.com/mrgoonie/claudekit-cli/compare/v1.2.1...v1.2.2) (2025-10-20)
2
18
 
3
19
 
package/biome.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
3
3
  "files": {
4
- "ignore": ["dist", "node_modules", "*.log", ".claude"]
4
+ "ignore": ["dist", "node_modules", "*.log", ".claude", "package.json"]
5
5
  },
6
6
  "organizeImports": {
7
7
  "enabled": true