@moxxy/plugin-self-update 0.28.0 → 0.29.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/plugin-self-update",
3
- "version": "0.28.0",
3
+ "version": "0.29.0",
4
4
  "description": "Model-callable self-update: guardrailed, transactional editing of moxxy's own plugins/skills (Tier 1, hot-reloaded) and core packages (Tier 2, build+overlay+restart). Every change is approval-gated, verified, and auto-rolled-back on failure. Disable to lock the code base.",
5
5
  "keywords": [
6
6
  "moxxy",
@@ -43,14 +43,14 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "zod": "^3.24.0",
46
- "@moxxy/sdk": "0.28.0"
46
+ "@moxxy/sdk": "0.29.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/node": "^22.10.0",
50
50
  "typescript": "^5.7.3",
51
51
  "vitest": "^2.1.8",
52
- "@moxxy/tsconfig": "0.0.0",
53
- "@moxxy/vitest-preset": "0.0.0"
52
+ "@moxxy/vitest-preset": "0.0.0",
53
+ "@moxxy/tsconfig": "0.0.0"
54
54
  },
55
55
  "scripts": {
56
56
  "build": "tsc -p tsconfig.json",