jaml-ui 4.2.9 → 4.3.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jaml-ui",
3
- "version": "4.2.9",
3
+ "version": "4.3.1",
4
4
  "description": "Zero-dependency json-render engine + Balatro card sprites for MCP Apps.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -41,7 +41,9 @@
41
41
  ],
42
42
  "scripts": {
43
43
  "build": "vite build",
44
- "dev": "vite build --watch",
44
+ "dev": "storybook dev",
45
+ "dev:watch": "vite build --watch",
46
+ "jaml:mcp": "node scripts/jaml-mcp-server.mjs",
45
47
  "typecheck": "tsc --noEmit --pretty false",
46
48
  "typecheck:all": "pnpm typecheck && pnpm -r --if-present run typecheck",
47
49
  "prepack": "npm run build",
@@ -52,6 +54,11 @@
52
54
  "engines": {
53
55
  "node": ">=18"
54
56
  },
57
+ "pnpm": {
58
+ "onlyBuiltDependencies": [
59
+ "esbuild"
60
+ ]
61
+ },
55
62
  "publishConfig": {
56
63
  "access": "public"
57
64
  },
@@ -77,11 +84,12 @@
77
84
  "author": "pifreak",
78
85
  "license": "MIT",
79
86
  "dependencies": {
87
+ "jaml-lang": "^3.14.2",
80
88
  "react-icons": "^5.7.0",
81
89
  "yaml": "^2.9.0"
82
90
  },
83
91
  "peerDependencies": {
84
- "motely-wasm": "^24.5.0",
92
+ "motely-wasm": "^25.0.0",
85
93
  "react": "^18.2.0 || ^19.0.0",
86
94
  "react-dom": "^18.2.0 || ^19.0.0"
87
95
  },
@@ -91,26 +99,25 @@
91
99
  "@codemirror/language": "^6.12.4",
92
100
  "@codemirror/lint": "^6.9.7",
93
101
  "@codemirror/state": "^6.7.1",
94
- "@codemirror/view": "^6.43.6",
102
+ "@codemirror/view": "^6.43.7",
95
103
  "@eslint/js": "^10.0.1",
96
104
  "@lezer/highlight": "^1.2.3",
97
- "@storybook/addon-docs": "^10.5.3",
98
- "@storybook/react": "^10.5.3",
99
- "@storybook/react-vite": "^10.5.3",
105
+ "@storybook/addon-docs": "^10.5.5",
106
+ "@storybook/react": "^10.5.5",
107
+ "@storybook/react-vite": "^10.5.5",
100
108
  "@types/node": "^25.9.5",
101
109
  "@types/react": "^19.2.17",
102
110
  "@types/react-dom": "^19.2.3",
103
111
  "@vitejs/plugin-react": "^5.2.0",
104
- "eslint": "^10.7.0",
112
+ "eslint": "^10.8.0",
105
113
  "eslint-plugin-react-hooks": "^7.1.1",
106
114
  "eslint-plugin-react-refresh": "^0.5.3",
107
115
  "eslint-plugin-storybook": "10.4.6",
108
- "globals": "^17.7.0",
109
- "jaml-lang": "^3.14.2",
110
- "motely-wasm": "^24.6.0",
116
+ "globals": "^17.8.0",
117
+ "motely-wasm": "25.0.3",
111
118
  "react": "^19.2.8",
112
119
  "react-dom": "^19.2.8",
113
- "storybook": "^10.5.3",
120
+ "storybook": "^10.5.5",
114
121
  "typescript": "^5.9.3",
115
122
  "typescript-eslint": "^8.65.0",
116
123
  "vite": "^6.4.3",