docks-kit 0.14.3 → 0.15.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": "docks-kit",
3
- "version": "0.14.3",
3
+ "version": "0.15.0",
4
4
  "description": "Portable AI coding agent config kit — SoT sync engine + typed CLI for Claude Code, Codex, and universal agent skills",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -35,15 +35,13 @@
35
35
  "test:ci": "bun run check:generated && bun run typecheck && bun run test:unit && bun run test:runtime:posix && bun run golden:dryrun && bun run golden:mutation"
36
36
  },
37
37
  "dependencies": {
38
- "@effect/cli": "0.75.2",
39
- "@effect/platform": "0.96.1",
40
- "@effect/platform-bun": "0.90.0",
41
- "effect": "3.21.4"
38
+ "@effect/platform-bun": "4.0.0-beta.107",
39
+ "effect": "4.0.0-beta.107"
42
40
  },
43
41
  "devDependencies": {
44
- "@effect/vitest": "0.29.0",
42
+ "@effect/vitest": "4.0.0-beta.107",
45
43
  "@types/bun": "^1.3.0",
46
44
  "typescript": "7.0.2",
47
- "vitest": "3.2.7"
45
+ "vitest": "4.1.10"
48
46
  }
49
47
  }