@zenuml/core 3.43.1 → 3.43.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zenuml/core",
3
- "version": "3.43.1",
3
+ "version": "3.43.2",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -35,7 +35,7 @@
35
35
  "git:branch:safe-delete": "echo '> git log --graph --left-right --cherry --oneline another-branch...main'",
36
36
  "git:forget": "git rm -r --cached . && git add . && git commit -m \"Forget all ignored files\"",
37
37
  "test:specs": "echo \"Error: test:specs is not supported\"",
38
- "storybook": "bun run --bun storybook dev -p 6006",
38
+ "storybook": "storybook dev -p 6006",
39
39
  "build-storybook": "bun run --bun storybook build",
40
40
  "worker:dev": "bun run build:site && bun run --bun wrangler dev",
41
41
  "worker:deploy": "bun run build:site && bun run --bun wrangler deploy",