@zenuml/core 3.32.5 → 3.32.6

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": "@zenuml/core",
3
- "version": "3.32.5",
3
+ "version": "3.32.6",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -19,7 +19,7 @@
19
19
  "pw:update-ci": "playwright test --update-snapshots --reporter=github",
20
20
  "pw:ui": "playwright test --ui",
21
21
  "pw:smoke": "playwright test smoke",
22
- "pw:install": "playwright install",
22
+ "pw:install": "playwright install-deps && playwright install chromium",
23
23
  "antlr:setup": "python3 -m pip install antlr4-tools",
24
24
  "antlr:generate": "pwd && cd ./src/g4-units/hello-world && antlr4 Hello.g4",
25
25
  "antlr:javac": "pwd && cd ./src/g4-units/hello-world && CLASSPATH=\"../../../antlr/antlr-4.11.1-complete.jar:$CLASSPATH\" javac *.java",
@@ -28,7 +28,7 @@ export default defineConfig({
28
28
  },
29
29
  ],
30
30
  webServer: {
31
- command: "pnpm preview",
31
+ command: "pnpm dev",
32
32
  url: "http://127.0.0.1:8080",
33
33
  reuseExistingServer: !process.env.CI,
34
34
  timeout: 120 * 1000,