likec4 0.50.0 → 0.52.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/dist/@likec4/core/utils/fqn.js +10 -4
- package/dist/@likec4/core/utils/relations.js +8 -1
- package/dist/@likec4/diagrams/diagram/Nodes.js +2 -2
- package/dist/@likec4/diagrams/diagram/shapes/Edge.js +8 -7
- package/dist/__app__/src/pages/view-page/index.js +1 -1
- package/dist/__app__/src/pages/view-page/other-formats/ViewAsD2.jsx +51 -12
- package/dist/__app__/src/pages/view-page/other-formats/ViewAsDot.jsx +3 -3
- package/dist/__app__/src/pages/view-page/other-formats/ViewAsMmd.jsx +43 -12
- package/dist/__app__/src/pages/view-page/other-formats.jsx +44 -22
- package/dist/__app__/src/pages/view-page/view-page.module.css +6 -1
- package/dist/cli/index.js +223 -226
- package/package.json +23 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "likec4",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.52.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"homepage": "https://likec4.dev",
|
|
6
6
|
"author": "Denis Davydkov <denis@davydkov.com>",
|
|
@@ -54,43 +54,45 @@
|
|
|
54
54
|
"@react-hookz/web": "^23.1.0",
|
|
55
55
|
"@react-spring/konva": "^9.7.3",
|
|
56
56
|
"@use-gesture/react": "^10.3.0",
|
|
57
|
-
"body-scroll-lock-upgrade": "^1.0
|
|
58
|
-
"jotai": "^2.
|
|
57
|
+
"body-scroll-lock-upgrade": "^1.1.0",
|
|
58
|
+
"jotai": "^2.6.0",
|
|
59
59
|
"khroma": "^2.1.0",
|
|
60
60
|
"konva": "^9.2.3",
|
|
61
61
|
"react-konva": "^18.2.10",
|
|
62
62
|
"@nanostores/react": "^0.7.1",
|
|
63
63
|
"@nanostores/router": "^0.11.0",
|
|
64
64
|
"@radix-ui/react-icons": "^1.3.0",
|
|
65
|
-
"@radix-ui/themes": "^2.0.
|
|
66
|
-
"@vitejs/plugin-react": "^4.2.
|
|
65
|
+
"@radix-ui/themes": "^2.0.2",
|
|
66
|
+
"@vitejs/plugin-react": "^4.2.1",
|
|
67
67
|
"autoprefixer": "^10.4.16",
|
|
68
68
|
"classnames": "^2.3.2",
|
|
69
69
|
"clsx": "^1.2.1",
|
|
70
70
|
"nanostores": "^0.9.5",
|
|
71
71
|
"playwright-core": "^1.40.1",
|
|
72
|
-
"postcss": "^8.4.
|
|
72
|
+
"postcss": "^8.4.32",
|
|
73
73
|
"postcss-nested": "^6.0.1",
|
|
74
74
|
"prop-types": "^15.8.1",
|
|
75
75
|
"react": "^18.2.0",
|
|
76
|
-
"react-accessible-treeview": "^2.8.
|
|
76
|
+
"react-accessible-treeview": "^2.8.1",
|
|
77
77
|
"react-dom": "^18.2.0",
|
|
78
|
-
"
|
|
78
|
+
"swr": "^2.2.4",
|
|
79
|
+
"vite": "^5.0.8"
|
|
79
80
|
},
|
|
80
81
|
"devDependencies": {
|
|
81
|
-
"@likec4/core": "0.
|
|
82
|
-
"@likec4/diagrams": "0.
|
|
83
|
-
"@likec4/generators": "0.
|
|
84
|
-
"@likec4/language-server": "0.
|
|
85
|
-
"@likec4/layouts": "0.
|
|
86
|
-
"@types/
|
|
87
|
-
"@types/
|
|
82
|
+
"@likec4/core": "0.52.0",
|
|
83
|
+
"@likec4/diagrams": "0.52.0",
|
|
84
|
+
"@likec4/generators": "0.52.0",
|
|
85
|
+
"@likec4/language-server": "0.52.0",
|
|
86
|
+
"@likec4/layouts": "0.52.0",
|
|
87
|
+
"@types/mermaid": "^9.2.0",
|
|
88
|
+
"@types/node": "^20.10.4",
|
|
89
|
+
"@types/prop-types": "^15.7.11",
|
|
88
90
|
"@types/react": "^18.2.0",
|
|
89
91
|
"@types/react-dom": "^18.2.0",
|
|
90
|
-
"@types/yargs": "^17.0.
|
|
92
|
+
"@types/yargs": "^17.0.32",
|
|
91
93
|
"boxen": "^7.1.1",
|
|
92
94
|
"ci-info": "^3.9.0",
|
|
93
|
-
"esbuild": "^0.19.
|
|
95
|
+
"esbuild": "^0.19.9",
|
|
94
96
|
"esbuild-node-externals": "^1.11.0",
|
|
95
97
|
"execa": "^8.0.1",
|
|
96
98
|
"get-port": "^7.0.0",
|
|
@@ -100,11 +102,11 @@
|
|
|
100
102
|
"picocolors": "^1.0.0",
|
|
101
103
|
"pretty-ms": "^8.0.0",
|
|
102
104
|
"strip-indent": "^4.0.0",
|
|
103
|
-
"tsx": "^4.
|
|
104
|
-
"type-fest": "^4.8.
|
|
105
|
-
"typescript": "^5.3.
|
|
105
|
+
"tsx": "^4.6.2",
|
|
106
|
+
"type-fest": "^4.8.3",
|
|
107
|
+
"typescript": "^5.3.3",
|
|
106
108
|
"typescript-plugin-css-modules": "^5.0.2",
|
|
107
|
-
"vitest": "^0.
|
|
109
|
+
"vitest": "^1.0.4",
|
|
108
110
|
"yargs": "^17.7.2"
|
|
109
111
|
},
|
|
110
112
|
"publishConfig": {
|