@valbuild/mcp 0.125.0 → 0.126.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @valbuild/mcp
2
2
 
3
+ ## 0.126.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`5bfd630`](https://github.com/valbuild/val/commit/5bfd630b63dee2189e238f20fe72ecc5537160f7), [`ccbcda6`](https://github.com/valbuild/val/commit/ccbcda60b3e3c465071229ae1ba28ac735483e63), [`f2fe70d`](https://github.com/valbuild/val/commit/f2fe70dab2b65000dfaf289f09c70b4a8291467a), [`5c18c99`](https://github.com/valbuild/val/commit/5c18c99ecc84651f82123481fc042063db953833), [`171208a`](https://github.com/valbuild/val/commit/171208a20177e68ed5a8b1a6fdaabfe893a6aa5f)]:
8
+ - @valbuild/shared@0.126.0
9
+ - @valbuild/server@0.126.0
10
+ - @valbuild/core@0.126.0
11
+
3
12
  ## 0.125.0
4
13
 
5
14
  ### Patch Changes
@@ -3360,7 +3360,7 @@ var packageJson = {
3360
3360
  "./package.json": "./package.json"
3361
3361
  },
3362
3362
  types: "dist/valbuild-mcp.cjs.d.ts",
3363
- version: "0.125.0",
3363
+ version: "0.126.0",
3364
3364
  scripts: {
3365
3365
  typecheck: "tsc --noEmit",
3366
3366
  test: "jest",
@@ -3360,7 +3360,7 @@ var packageJson = {
3360
3360
  "./package.json": "./package.json"
3361
3361
  },
3362
3362
  types: "dist/valbuild-mcp.cjs.d.ts",
3363
- version: "0.125.0",
3363
+ version: "0.126.0",
3364
3364
  scripts: {
3365
3365
  typecheck: "tsc --noEmit",
3366
3366
  test: "jest",
@@ -3351,7 +3351,7 @@ var packageJson = {
3351
3351
  "./package.json": "./package.json"
3352
3352
  },
3353
3353
  types: "dist/valbuild-mcp.cjs.d.ts",
3354
- version: "0.125.0",
3354
+ version: "0.126.0",
3355
3355
  scripts: {
3356
3356
  typecheck: "tsc --noEmit",
3357
3357
  test: "jest",
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./package.json": "./package.json"
21
21
  },
22
22
  "types": "dist/valbuild-mcp.cjs.d.ts",
23
- "version": "0.125.0",
23
+ "version": "0.126.0",
24
24
  "preconstruct": {
25
25
  "entrypoints": [
26
26
  "./index.ts",
@@ -31,9 +31,9 @@
31
31
  "dependencies": {
32
32
  "minimatch": "^10.2.6",
33
33
  "zod": "^4.4.3",
34
- "@valbuild/server": "0.125.0",
35
- "@valbuild/core": "0.125.0",
36
- "@valbuild/shared": "0.125.0"
34
+ "@valbuild/core": "0.126.0",
35
+ "@valbuild/shared": "0.126.0",
36
+ "@valbuild/server": "0.126.0"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@prettier/sync": "^0.6.1",