@zenuml/core 3.49.4 → 3.49.5
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/README.md +8 -12
- package/dist/cli/zenuml.mjs +29 -43
- package/dist/cli/zenuml.mjs.map +1 -1
- package/dist/zenuml.esm.mjs +11057 -11425
- package/dist/zenuml.esm.mjs.map +1 -1
- package/dist/zenuml.js +533 -533
- package/dist/zenuml.js.map +1 -1
- package/package.json +4 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zenuml/core",
|
|
3
|
-
"version": "3.49.
|
|
3
|
+
"version": "3.49.5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -91,16 +91,11 @@
|
|
|
91
91
|
"dompurify": "^3.3.1",
|
|
92
92
|
"highlight.js": "^11.10.0",
|
|
93
93
|
"html-to-image": "^1.11.13",
|
|
94
|
-
"immer": "^10.2.0",
|
|
95
94
|
"jotai": "^2.16.1",
|
|
96
|
-
"lodash": "^4.17.21",
|
|
97
95
|
"marked": "^4.3.0",
|
|
98
|
-
"pako": "^2.1.0",
|
|
99
|
-
"pino": "^8.21.0",
|
|
100
96
|
"react": "^19.2.3",
|
|
101
97
|
"react-dom": "^19.2.3",
|
|
102
|
-
"tailwind-merge": "^3.4.0"
|
|
103
|
-
"tailwindcss": "^3.4.19"
|
|
98
|
+
"tailwind-merge": "^3.4.0"
|
|
104
99
|
},
|
|
105
100
|
"devDependencies": {
|
|
106
101
|
"@eslint/js": "^9.39.2",
|
|
@@ -129,6 +124,7 @@
|
|
|
129
124
|
"happy-dom": "^18.0.1",
|
|
130
125
|
"jsdom": "^26.1.0",
|
|
131
126
|
"less": "^4.5.1",
|
|
127
|
+
"pako": "^2.1.0",
|
|
132
128
|
"pixelmatch": "^7.1.0",
|
|
133
129
|
"playwright-core": "1.57.0",
|
|
134
130
|
"pngjs": "^7.0.0",
|
|
@@ -137,6 +133,7 @@
|
|
|
137
133
|
"rollup-plugin-visualizer": "^6.0.5",
|
|
138
134
|
"sass": "^1.97.2",
|
|
139
135
|
"storybook": "^9.1.17",
|
|
136
|
+
"tailwindcss": "^3.4.19",
|
|
140
137
|
"typescript": "~5.7.3",
|
|
141
138
|
"typescript-eslint": "^8.52.0",
|
|
142
139
|
"vite": "^6.4.1",
|