@moxxy/config 0.28.1 → 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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moxxy/config",
3
- "version": "0.28.1",
3
+ "version": "0.29.0",
4
4
  "description": "defineConfig + moxxy.config.ts loader. Walks the file tree from cwd, also reads ~/.moxxy/config.{ts,js,mjs}, merges by precedence, and resolves the final shape the CLI consumes.",
5
5
  "keywords": [
6
6
  "moxxy",
@@ -38,7 +38,7 @@
38
38
  "jiti": "^2.4.2",
39
39
  "yaml": "^2.6.0",
40
40
  "zod": "^3.24.0",
41
- "@moxxy/sdk": "0.28.1"
41
+ "@moxxy/sdk": "0.29.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/node": "^22.10.0",