@moxxy/core 0.28.1 → 0.30.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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moxxy/core",
3
- "version": "0.28.1",
3
+ "version": "0.30.0",
4
4
  "description": "The moxxy runtime as a programmatic library: the agentic Session + runTurn loop, the event log, the plugin host, every block registry (providers, tools, modes, compactors, cache strategies, channels, …), session persistence, and the permission engine. Pair with @moxxy/sdk to build and embed moxxy agents in your own code.",
5
5
  "keywords": [
6
6
  "moxxy",
@@ -42,14 +42,14 @@
42
42
  "jiti": "^2.4.2",
43
43
  "ulid": "^2.3.0",
44
44
  "zod": "^3.24.0",
45
- "@moxxy/sdk": "0.28.1"
45
+ "@moxxy/sdk": "0.30.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/node": "^22.10.0",
49
49
  "typescript": "^5.7.3",
50
50
  "vitest": "^2.1.8",
51
- "@moxxy/vitest-preset": "0.0.0",
52
- "@moxxy/tsconfig": "0.0.0"
51
+ "@moxxy/tsconfig": "0.0.0",
52
+ "@moxxy/vitest-preset": "0.0.0"
53
53
  },
54
54
  "scripts": {
55
55
  "build": "tsc -p tsconfig.json",