@steffolino/diagram-kit-core 0.1.0 → 0.1.1
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/README.md +3 -0
- package/package.json +4 -1
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# @steffolino/diagram-kit-core
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@steffolino/diagram-kit-core)
|
|
4
|
+
[](../../LICENSE)
|
|
5
|
+
|
|
3
6
|
Normalized `{ nodes, edges }` graph model, `dagre`-based auto-layout, and
|
|
4
7
|
light/dark theme tokens shared by every diagram-kit renderer and adapter.
|
|
5
8
|
Framework-agnostic — no React, no DOM.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steffolino/diagram-kit-core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Normalized graph model, auto-layout, and theme tokens shared by every diagram-kit renderer and adapter.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Stefan Stretz",
|
|
@@ -14,6 +14,9 @@
|
|
|
14
14
|
"publishConfig": {
|
|
15
15
|
"access": "public"
|
|
16
16
|
},
|
|
17
|
+
"engines": {
|
|
18
|
+
"node": ">=18"
|
|
19
|
+
},
|
|
17
20
|
"keywords": [
|
|
18
21
|
"diagram",
|
|
19
22
|
"graph",
|