@zenuml/core 3.48.3 → 3.49.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/README.md +2 -2
- package/dist/cli/zenuml.mjs +1158 -812
- package/dist/cli/zenuml.mjs.map +1 -1
- package/dist/zenuml.esm.mjs +10965 -7762
- package/dist/zenuml.esm.mjs.map +1 -1
- package/dist/zenuml.js +489 -489
- package/dist/zenuml.js.map +1 -1
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zenuml/core",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.49.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
"types/"
|
|
12
12
|
],
|
|
13
13
|
"scripts": {
|
|
14
|
-
"dev": "vite dev --port
|
|
14
|
+
"dev": "vite dev --port 14000 --host 0.0.0.0",
|
|
15
15
|
"cli": "bun src/cli/zenuml.ts",
|
|
16
|
-
"preview": "bun run --bun vite preview --port
|
|
16
|
+
"preview": "bun run --bun vite preview --port 14000 --host",
|
|
17
17
|
"build:site": "bun run --bun vite build",
|
|
18
18
|
"build:gh-pages": "bun run --bun vite build --mode gh-pages",
|
|
19
19
|
"build:lib": "bun run --bun vite build -c vite.config.lib.ts",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"jsdom": "^26.1.0",
|
|
131
131
|
"less": "^4.5.1",
|
|
132
132
|
"pixelmatch": "^7.1.0",
|
|
133
|
-
"playwright-core": "
|
|
133
|
+
"playwright-core": "1.57.0",
|
|
134
134
|
"pngjs": "^7.0.0",
|
|
135
135
|
"postcss": "^8.5.6",
|
|
136
136
|
"prettier": "3.5.3",
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
"@napi-rs/canvas": "^0.1.97"
|
|
150
150
|
},
|
|
151
151
|
"peerDependencies": {
|
|
152
|
-
"playwright-core": "
|
|
152
|
+
"playwright-core": "1.57.0"
|
|
153
153
|
},
|
|
154
154
|
"peerDependenciesMeta": {
|
|
155
155
|
"playwright-core": {
|