@moxxy/mode-default 0.1.10 → 0.1.12

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moxxy/mode-default",
3
- "version": "0.1.10",
3
+ "version": "0.1.12",
4
4
  "description": "Default loop strategy (mode) for moxxy — a Claude Code-style ReAct tool-use loop. Register it into an @moxxy/core Session to give your agent its turn-by-turn reasoning + tool-calling behaviour.",
5
5
  "keywords": [
6
6
  "moxxy",
@@ -44,17 +44,17 @@
44
44
  }
45
45
  },
46
46
  "dependencies": {
47
- "@moxxy/sdk": "0.21.1"
47
+ "@moxxy/sdk": "0.23.0"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/node": "^22.10.0",
51
51
  "typescript": "^5.7.3",
52
52
  "vitest": "^2.1.8",
53
53
  "zod": "^3.24.0",
54
+ "@moxxy/core": "0.23.0",
54
55
  "@moxxy/tsconfig": "0.0.0",
55
- "@moxxy/core": "0.21.1",
56
- "@moxxy/testing": "0.0.38",
57
- "@moxxy/vitest-preset": "0.0.0"
56
+ "@moxxy/vitest-preset": "0.0.0",
57
+ "@moxxy/testing": "0.0.40"
58
58
  },
59
59
  "scripts": {
60
60
  "build": "tsc -p tsconfig.json",