@arcote.tech/arc-process 0.7.31 → 0.8.0
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 +3 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcote.tech/arc-process",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.8.0",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Process description & diagram fragment for Arc framework — generic graph model with profiles, MDX flow components and a deterministic 8-direction layout",
|
|
7
7
|
"main": "./src/index.ts",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"shiki": "^1.24.0"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@arcote.tech/arc": "^0.
|
|
26
|
-
"@arcote.tech/platform": "^0.
|
|
25
|
+
"@arcote.tech/arc": "^0.8.0",
|
|
26
|
+
"@arcote.tech/platform": "^0.8.0",
|
|
27
27
|
"react": ">=18.0.0",
|
|
28
28
|
"react-dom": ">=18.0.0",
|
|
29
29
|
"typescript": "^5.0.0"
|