agent-runtime-kit 1.2.5 → 1.2.6

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.
Files changed (1) hide show
  1. package/package.json +12 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-runtime-kit",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WillBooster/agent-runtime-kit.git"
@@ -31,25 +31,27 @@
31
31
  "release": "semantic-release",
32
32
  "test": "bun wb test",
33
33
  "test:e2e-github": "bun test test/e2e/githubPr.test.ts",
34
- "typecheck": "bun --bun wb typecheck"
34
+ "typecheck": "bun --bun wb typecheck",
35
+ "verify": "bun --bun wb verify",
36
+ "verify-full": "bun --bun wb verify --full"
35
37
  },
36
38
  "dependencies": {
37
- "@anthropic-ai/claude-agent-sdk": "0.2.114",
39
+ "@anthropic-ai/claude-agent-sdk": "0.2.120",
38
40
  "@openai/codex-sdk": "0.125.0"
39
41
  },
40
42
  "devDependencies": {
41
43
  "@tsconfig/bun": "1.0.10",
42
- "@types/bun": "1.3.12",
43
- "@typescript/native-preview": "7.0.0-dev.20260421.2",
44
+ "@types/bun": "1.3.13",
45
+ "@typescript/native-preview": "7.0.0-dev.20260426.1",
44
46
  "@willbooster/oxfmt-config": "1.2.2",
45
- "@willbooster/oxlint-config": "1.4.5",
46
- "@willbooster/wb": "13.11.11",
47
+ "@willbooster/oxlint-config": "1.4.6",
48
+ "@willbooster/wb": "13.12.10",
47
49
  "build-ts": "17.1.8",
48
50
  "conventional-changelog-conventionalcommits": "9.3.1",
49
51
  "lefthook": "2.1.6",
50
- "oxfmt": "0.46.0",
51
- "oxlint": "1.61.0",
52
- "oxlint-tsgolint": "0.22.0",
52
+ "oxfmt": "0.47.0",
53
+ "oxlint": "1.62.0",
54
+ "oxlint-tsgolint": "0.22.1",
53
55
  "semantic-release": "25.0.3",
54
56
  "sort-package-json": "3.6.1"
55
57
  },