modality-kit 0.15.3 → 0.15.4

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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -2550,7 +2550,7 @@ class Doc {
2550
2550
  var version = {
2551
2551
  major: 4,
2552
2552
  minor: 3,
2553
- patch: 4
2553
+ patch: 5
2554
2554
  };
2555
2555
 
2556
2556
  // node_modules/zod/v4/core/schemas.js
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.15.3",
2
+ "version": "0.15.4",
3
3
  "name": "modality-kit",
4
4
  "repository": {
5
5
  "type": "git",
@@ -15,7 +15,7 @@
15
15
  "devDependencies": {
16
16
  "@modelcontextprotocol/sdk": "^1.24.2",
17
17
  "modality-bun-kit": "^0.0.1",
18
- "zod": "^4.3.4"
18
+ "zod": "^4.3.5"
19
19
  },
20
20
  "exports": {
21
21
  "types": "./dist/types/index.d.ts",