morffy 0.2.0 → 0.2.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/dist/index.html CHANGED
@@ -11,8 +11,8 @@
11
11
  href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap"
12
12
  rel="stylesheet"
13
13
  />
14
- <script type="module" crossorigin src="./assets/index-DM2lGBzq.js"></script>
15
- <link rel="stylesheet" crossorigin href="./assets/index-anRsEv6e.css">
14
+ <script type="module" crossorigin src="./assets/index-CdBXJTT3.js"></script>
15
+ <link rel="stylesheet" crossorigin href="./assets/index-Bgyy7bzr.css">
16
16
  </head>
17
17
  <body>
18
18
  <div id="root"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "morffy",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "description": "A read-only architecture diagram visualizer that shows how a system evolves across a timeline. Combines a Visio-style graph canvas with a Gantt-style timeline view.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -30,6 +30,7 @@
30
30
  },
31
31
  "files": [
32
32
  "bin/morffy.js",
33
+ "bin/validate.js",
33
34
  "dist"
34
35
  ],
35
36
  "publishConfig": {
@@ -52,9 +53,9 @@
52
53
  "test:e2e:ui": "playwright test --ui",
53
54
  "format": "prettier --write .",
54
55
  "format:check": "prettier --check .",
55
- "release": "commit-and-tag-version",
56
+ "release": "npm run typecheck && npm run lint && npm test && npm run build && commit-and-tag-version",
56
57
  "release:dry": "commit-and-tag-version --dry-run",
57
- "prepublishOnly": "npm run typecheck && npm run lint && npm test && npm run build",
58
+ "ship": "npm run release && git push --follow-tags origin main",
58
59
  "prepare": "husky || true"
59
60
  },
60
61
  "dependencies": {