@zenuml/core 3.24.0 → 3.24.2

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.
@@ -1,4 +1,4 @@
1
- import { o as c, c as e, a as o } from "./core.75b134fd.js";
1
+ import { o as c, c as e, a as o } from "./core.a4f74b20.js";
2
2
  const s = {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
4
  viewBox: "0 0 1024 1024"
@@ -20,4 +20,4 @@ export {
20
20
  _ as default,
21
21
  l as render
22
22
  };
23
- //# sourceMappingURL=zoom-in.f9b9b19b.js.map
23
+ //# sourceMappingURL=zoom-in.7e6c30e9.js.map
@@ -1,4 +1,4 @@
1
- import { o as t, c, a as o } from "./core.75b134fd.js";
1
+ import { o as t, c, a as o } from "./core.a4f74b20.js";
2
2
  const e = {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
4
  viewBox: "0 0 1024 1024"
@@ -20,4 +20,4 @@ export {
20
20
  h as default,
21
21
  s as render
22
22
  };
23
- //# sourceMappingURL=zoom-out.ab29e56b.js.map
23
+ //# sourceMappingURL=zoom-out.dc5bf527.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zenuml/core",
3
- "version": "3.24.0",
3
+ "version": "3.24.2",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -8,6 +8,7 @@
8
8
  },
9
9
  "scripts": {
10
10
  "dev": "vite dev --port 8080 --host 0.0.0.0",
11
+ "preview": "vite preview --port 8080 --host",
11
12
  "build:site": "vite build",
12
13
  "build": "vite build -c vite.config.lib.js",
13
14
  "test": "vitest",