lmdiagram 0.2.2 → 0.2.3

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.
Files changed (2) hide show
  1. package/README.md +1 -11
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,6 +8,7 @@ React component for **linked-model** diagrams (draggable nodes and **association
8
8
  **Current version:** 0.2.x · React 17+ (peer dependency)
9
9
 
10
10
  ---
11
+ <img width="1035" height="507" alt="image" src="https://github.com/user-attachments/assets/1e255ae6-76f0-4aaa-9cca-6601ec7d47d9" />
11
12
 
12
13
  ## Installation
13
14
 
@@ -95,20 +96,9 @@ Styles ship with `lmdiagram/styles.css`. Customize from a parent container using
95
96
  | `npm run build:demo` | Static demo build to `demo-dist/`. |
96
97
  | `npm run preview` | Preview the last demo build. |
97
98
 
98
- Before publishing, `prepublishOnly` runs `npm run build` automatically.
99
-
100
- ## Publishing to npm
101
-
102
- 1. `npm login`
103
- 2. `npm version patch` (or `minor` / `major`)
104
- 3. `npm publish`
105
-
106
- Confirm the name `lmdiagram` is available, or use a scoped name such as `@your-username/lmdiagram`.
107
-
108
99
  ## License
109
100
 
110
101
  MIT
111
102
 
112
103
  ---
113
104
 
114
- *Older screenshots or GIFs may appear in issues; run the current demo with `npm run dev`.*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lmdiagram",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "React diagram component for linked models and associations",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",