likec4 1.29.0 → 1.30.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/README.md +2 -1
- package/__app__/src/main.js +52 -34
- package/__app__/src/style.css +1 -1
- package/dist/cli/index.mjs +681 -677
- package/dist/index.d.mts +3 -3
- package/dist/index.mjs +1 -1
- package/dist/shared/{likec4.CN01ZZwj.mjs → likec4.bAyyEO3Z.mjs} +36 -36
- package/dist/shared/{likec4.DallBlZf.d.mts → likec4.tyGQtUCS.d.mts} +190 -24
- package/dist/shared/{likec4.BHE-zBYQ.mjs → likec4.wnruN9MH.mjs} +1362 -1355
- package/dist/vite-plugin/index.d.mts +1 -1
- package/dist/vite-plugin/index.mjs +1 -1
- package/package.json +22 -21
- package/react/index.mjs +19 -19
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { L as LikeC4LanguageServices } from '../shared/likec4.
|
|
1
|
+
import { L as LikeC4LanguageServices } from '../shared/likec4.tyGQtUCS.mjs';
|
|
2
2
|
import '@likec4/core';
|
|
3
3
|
import 'type-fest';
|
|
4
4
|
import '/home/runner/work/likec4/likec4/node_modules/.pnpm/@types+picomatch@4.0.0/node_modules/@types/picomatch/posix.d.ts';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export{L as LikeC4VitePlugin}from"../shared/likec4.
|
|
1
|
+
export{L as LikeC4VitePlugin}from"../shared/likec4.bAyyEO3Z.mjs";import"node:path";import"../shared/likec4.wnruN9MH.mjs";import"node:fs";import"node:url";import"tty";import"node:util";import"util";import"path";import"os";import"crypto";import"net";import"url";import"fs";import"child_process";import"@likec4/core";import"@likec4/core/types";import"events";import"buffer";import"@hpcc-js/wasm-graphviz";import"@likec4/core/compute-view";import"@likec4/core/utils";import"node:process";import"boxen";import"node:child_process";
|
|
2
2
|
import"node:events";import"node:fs/promises";import"node:stream/promises";import"node:os";import"fs/promises";import"@likec4/core/model";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "likec4",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.30.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"homepage": "https://likec4.dev",
|
|
6
6
|
"author": "Denis Davydkov <denis@davydkov.com>",
|
|
@@ -78,13 +78,13 @@
|
|
|
78
78
|
},
|
|
79
79
|
"dependencies": {
|
|
80
80
|
"@hpcc-js/wasm-graphviz": "1.7.0",
|
|
81
|
-
"@vitejs/plugin-react": "^4.
|
|
81
|
+
"@vitejs/plugin-react": "^4.4.0",
|
|
82
82
|
"boxen": "^8.0.1",
|
|
83
83
|
"playwright": "^1.51.1",
|
|
84
|
-
"rollup": "^4.
|
|
84
|
+
"rollup": "^4.40.0",
|
|
85
85
|
"type-fest": "^4.39.1",
|
|
86
|
-
"vite": "^6.
|
|
87
|
-
"@likec4/core": "1.
|
|
86
|
+
"vite": "^6.3.1",
|
|
87
|
+
"@likec4/core": "1.30.0"
|
|
88
88
|
},
|
|
89
89
|
"peerDependencies": {
|
|
90
90
|
"react": "^18.x || ^19.x",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"@mantine/core": "7.17.4",
|
|
97
97
|
"@mantine/hooks": "7.17.4",
|
|
98
98
|
"@nanostores/react": "1.0.0",
|
|
99
|
-
"@pandacss/dev": "^0.53.
|
|
99
|
+
"@pandacss/dev": "^0.53.4",
|
|
100
100
|
"@react-hookz/web": "^25.1.1",
|
|
101
101
|
"@tabler/icons-react": "3.31.0",
|
|
102
102
|
"@tanstack/react-router": "^1.114.13",
|
|
@@ -105,8 +105,8 @@
|
|
|
105
105
|
"@types/node": "^20.17.30",
|
|
106
106
|
"@types/picomatch": "^4.0.0",
|
|
107
107
|
"@types/prop-types": "^15.7.14",
|
|
108
|
-
"@types/react-dom": "^19.
|
|
109
|
-
"@types/react": "^19.
|
|
108
|
+
"@types/react-dom": "^19.1.2",
|
|
109
|
+
"@types/react": "^19.1.1",
|
|
110
110
|
"@types/semver": "^7.7.0",
|
|
111
111
|
"@types/yargs": "^17.0.33",
|
|
112
112
|
"@xyflow/react": "^12.5.5",
|
|
@@ -130,22 +130,22 @@
|
|
|
130
130
|
"langium": "3.4.0",
|
|
131
131
|
"merge-error-cause": "^5.0.2",
|
|
132
132
|
"mkdirp": "^3.0.1",
|
|
133
|
-
"motion": "^12.7.
|
|
133
|
+
"motion": "^12.7.4",
|
|
134
134
|
"nano-spawn": "^0.2.0",
|
|
135
135
|
"nanostores": "1.0.1",
|
|
136
136
|
"npm-run-all2": "^7.0.1",
|
|
137
137
|
"p-limit": "^6.2.0",
|
|
138
|
-
"package-manager-detector": "^1.
|
|
138
|
+
"package-manager-detector": "^1.2.0",
|
|
139
139
|
"package-up": "^5.0.0",
|
|
140
140
|
"picomatch": "^4.0.2",
|
|
141
141
|
"postcss": "^8.5.3",
|
|
142
142
|
"pretty-ms": "^9.2.0",
|
|
143
143
|
"prop-types": "^15.8.1",
|
|
144
|
-
"react-dom": "^19.
|
|
144
|
+
"react-dom": "^19.1.0",
|
|
145
145
|
"react-error-boundary": "^5.0.0",
|
|
146
146
|
"react-resizable-panels": "^2.1.7",
|
|
147
147
|
"react-shadow": "^20.6.0",
|
|
148
|
-
"react": "^19.
|
|
148
|
+
"react": "^19.1.0",
|
|
149
149
|
"remeda": "^2.21.2",
|
|
150
150
|
"semver": "^7.7.1",
|
|
151
151
|
"std-env": "^3.9.0",
|
|
@@ -168,15 +168,15 @@
|
|
|
168
168
|
"which": "^5.0.0",
|
|
169
169
|
"wireit": "^0.14.12",
|
|
170
170
|
"yargs": "17.7.2",
|
|
171
|
-
"@likec4/
|
|
172
|
-
"@likec4/
|
|
173
|
-
"@likec4/
|
|
174
|
-
"@likec4/
|
|
175
|
-
"@likec4/log": "1.
|
|
176
|
-
"@likec4/
|
|
177
|
-
"@likec4/
|
|
178
|
-
"@likec4/styles": "1.
|
|
179
|
-
"@likec4/tsconfig": "1.
|
|
171
|
+
"@likec4/generators": "1.30.0",
|
|
172
|
+
"@likec4/diagram": "1.30.0",
|
|
173
|
+
"@likec4/language-server": "1.30.0",
|
|
174
|
+
"@likec4/icons": "1.30.0",
|
|
175
|
+
"@likec4/log": "1.30.0",
|
|
176
|
+
"@likec4/layouts": "1.30.0",
|
|
177
|
+
"@likec4/style-preset": "1.30.0",
|
|
178
|
+
"@likec4/styles": "1.30.0",
|
|
179
|
+
"@likec4/tsconfig": "1.30.0"
|
|
180
180
|
},
|
|
181
181
|
"scripts": {
|
|
182
182
|
"typecheck": "tsc --build --verbose",
|
|
@@ -200,6 +200,7 @@
|
|
|
200
200
|
"dev:example-cloud": "pnpm cli:serve ../../examples/cloud-system",
|
|
201
201
|
"dev:failed": "pnpm cli:serve ../../examples/failed",
|
|
202
202
|
"dev:example-dev": "pnpm cli:serve ../../examples/diagrams-dev/likec4",
|
|
203
|
+
"dev:examples": "pnpm cli:serve ../../examples",
|
|
203
204
|
"cli": "tsx --conditions=sources src/cli/index.ts",
|
|
204
205
|
"cli:serve": "tsx watch --conditions=sources src/cli/index.ts serve",
|
|
205
206
|
"cli:build": "pnpm cli build -o dev/dist dev",
|