likec4 1.31.0 → 1.32.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__/react/likec4.tsx +2 -2
- package/__app__/src/const.js +2 -1
- package/__app__/src/main.js +2496 -1851
- package/__app__/src/style.css +1 -1
- package/dist/cli/index.mjs +747 -735
- package/dist/index.d.mts +6 -5
- package/dist/index.mjs +2 -2
- package/dist/model/index.d.mts +6 -4
- package/dist/model/index.mjs +2 -2
- package/dist/shared/{likec4.BaUvDeNQ.d.mts → likec4.8nZi1RFs.d.mts} +72 -48
- package/dist/shared/likec4.BdLFzcl1.mjs +239 -0
- package/dist/shared/likec4.CouFKCvO.mjs +2380 -0
- package/dist/vite-plugin/index.d.mts +2 -1
- package/dist/vite-plugin/index.mjs +2 -2
- package/package.json +28 -28
- package/react/index.d.mts +379 -912
- package/react/index.mjs +89 -80
- package/vite-plugin-modules.d.ts +47 -34
- package/dist/shared/likec4.CJIOuLMn.mjs +0 -2479
- package/dist/shared/likec4.Dj4xsbiA.mjs +0 -227
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { L as LikeC4LanguageServices } from '../shared/likec4.
|
|
1
|
+
import { L as LikeC4LanguageServices } from '../shared/likec4.8nZi1RFs.mjs';
|
|
2
2
|
import '@likec4/core';
|
|
3
3
|
import 'type-fest';
|
|
4
|
+
import '@likec4/core/model';
|
|
4
5
|
import '/home/runner/work/likec4/likec4/node_modules/.pnpm/@types+picomatch@4.0.0/node_modules/@types/picomatch/posix.d.ts';
|
|
5
6
|
import '@likec4/core/types';
|
|
6
7
|
import '@likec4/core/utils';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export{L as LikeC4VitePlugin}from"../shared/likec4.
|
|
2
|
-
import"node:events";import"node:fs/promises";import"node:stream/promises";import"node:readline/promises";import"node:os";import"fs/promises";
|
|
1
|
+
export{L as LikeC4VitePlugin}from"../shared/likec4.BdLFzcl1.mjs";import"node:path";import"../shared/likec4.CouFKCvO.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"@likec4/core/model";import"buffer";import"@hpcc-js/wasm-graphviz";import"@likec4/core/compute-view";import"@likec4/core/utils";import"node:process";
|
|
2
|
+
import"boxen";import"node:child_process";import"node:events";import"node:fs/promises";import"node:stream/promises";import"node:readline/promises";import"node:os";import"fs/promises";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "likec4",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.32.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"homepage": "https://likec4.dev",
|
|
6
6
|
"author": "Denis Davydkov <denis@davydkov.com>",
|
|
@@ -82,9 +82,9 @@
|
|
|
82
82
|
"boxen": "^8.0.1",
|
|
83
83
|
"playwright": "^1.52.0",
|
|
84
84
|
"rollup": "^4.41.0",
|
|
85
|
-
"type-fest": "^4.
|
|
85
|
+
"type-fest": "^4.41.0",
|
|
86
86
|
"vite": "^6.3.5",
|
|
87
|
-
"@likec4/core": "1.
|
|
87
|
+
"@likec4/core": "1.32.0"
|
|
88
88
|
},
|
|
89
89
|
"peerDependencies": {
|
|
90
90
|
"react": "^18.x || ^19.x",
|
|
@@ -93,8 +93,8 @@
|
|
|
93
93
|
"devDependencies": {
|
|
94
94
|
"@dagrejs/dagre": "1.1.4",
|
|
95
95
|
"@fontsource/ibm-plex-sans": "^5.2.5",
|
|
96
|
-
"@mantine/core": "8.0
|
|
97
|
-
"@mantine/hooks": "8.0
|
|
96
|
+
"@mantine/core": "8.1.0",
|
|
97
|
+
"@mantine/hooks": "8.1.0",
|
|
98
98
|
"@nanostores/react": "1.0.0",
|
|
99
99
|
"@pandacss/dev": "^0.53.6",
|
|
100
100
|
"@react-hookz/web": "^25.1.1",
|
|
@@ -102,15 +102,15 @@
|
|
|
102
102
|
"@tanstack/react-router": "^1.114.13",
|
|
103
103
|
"@tanstack/router-cli": "^1.114.13",
|
|
104
104
|
"@tanstack/router-vite-plugin": "^1.114.13",
|
|
105
|
-
"@types/node": "^20.
|
|
105
|
+
"@types/node": "^20.19.0",
|
|
106
106
|
"@types/picomatch": "^4.0.0",
|
|
107
107
|
"@types/prop-types": "^15.7.14",
|
|
108
|
-
"@types/react": "^19.1.
|
|
109
|
-
"@types/react-dom": "^19.1.
|
|
108
|
+
"@types/react": "^19.1.5",
|
|
109
|
+
"@types/react-dom": "^19.1.5",
|
|
110
110
|
"@types/semver": "^7.7.0",
|
|
111
111
|
"@types/yargs": "^17.0.33",
|
|
112
|
-
"@xyflow/react": "^12.6.
|
|
113
|
-
"@xyflow/system": "^0.0.
|
|
112
|
+
"@xyflow/react": "^12.6.4",
|
|
113
|
+
"@xyflow/system": "^0.0.61",
|
|
114
114
|
"autoprefixer": "^10.4.21",
|
|
115
115
|
"classnames": "^2.5.1",
|
|
116
116
|
"clsx": "^2.1.1",
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"consola": "^3.4.2",
|
|
119
119
|
"defu": "^6.1.4",
|
|
120
120
|
"dts-bundle-generator": "^9.5.1",
|
|
121
|
-
"esbuild": "^0.25.
|
|
121
|
+
"esbuild": "^0.25.5",
|
|
122
122
|
"esbuild-node-externals": "^1.18.0",
|
|
123
123
|
"esm-env": "^1.2.2",
|
|
124
124
|
"fast-equals": "^5.2.2",
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"package-manager-detector": "^1.2.0",
|
|
139
139
|
"package-up": "^5.0.0",
|
|
140
140
|
"picomatch": "^4.0.2",
|
|
141
|
-
"postcss": "^8.5.
|
|
141
|
+
"postcss": "^8.5.4",
|
|
142
142
|
"pretty-ms": "^9.2.0",
|
|
143
143
|
"prop-types": "^15.8.1",
|
|
144
144
|
"react": "^19.1.0",
|
|
@@ -146,21 +146,21 @@
|
|
|
146
146
|
"react-error-boundary": "^5.0.0",
|
|
147
147
|
"react-resizable-panels": "^3.0.2",
|
|
148
148
|
"react-shadow": "^20.6.0",
|
|
149
|
-
"remeda": "^2.
|
|
150
|
-
"semver": "^7.7.
|
|
149
|
+
"remeda": "^2.23.0",
|
|
150
|
+
"semver": "^7.7.2",
|
|
151
151
|
"std-env": "^3.9.0",
|
|
152
152
|
"strip-indent": "^4.0.0",
|
|
153
|
-
"terser": "^5.39.
|
|
153
|
+
"terser": "^5.39.2",
|
|
154
154
|
"tinyrainbow": "^2.0.0",
|
|
155
|
-
"tsx": "~4.19.
|
|
156
|
-
"turbo": "^2.5.
|
|
155
|
+
"tsx": "~4.19.4",
|
|
156
|
+
"turbo": "^2.5.4",
|
|
157
157
|
"typescript": "^5.8.3",
|
|
158
158
|
"ufo": "^1.6.1",
|
|
159
159
|
"unbuild": "^3.5.0",
|
|
160
160
|
"vite-plugin-dts": "^4.5.4",
|
|
161
|
-
"vite-plugin-inspect": "^11.0
|
|
161
|
+
"vite-plugin-inspect": "^11.1.0",
|
|
162
162
|
"vite-plugin-singlefile": "^2.2.0",
|
|
163
|
-
"vitest": "^3.
|
|
163
|
+
"vitest": "^3.2.3",
|
|
164
164
|
"vscode-jsonrpc": "8.2.0",
|
|
165
165
|
"vscode-languageserver": "9.0.1",
|
|
166
166
|
"vscode-languageserver-types": "3.17.5",
|
|
@@ -168,15 +168,15 @@
|
|
|
168
168
|
"which": "^5.0.0",
|
|
169
169
|
"wireit": "^0.14.12",
|
|
170
170
|
"yargs": "17.7.2",
|
|
171
|
-
"@likec4/diagram": "1.
|
|
172
|
-
"@likec4/generators": "1.
|
|
173
|
-
"@likec4/
|
|
174
|
-
"@likec4/
|
|
175
|
-
"@likec4/
|
|
176
|
-
"@likec4/log": "1.
|
|
177
|
-
"@likec4/
|
|
178
|
-
"@likec4/
|
|
179
|
-
"@likec4/
|
|
171
|
+
"@likec4/diagram": "1.32.0",
|
|
172
|
+
"@likec4/generators": "1.32.0",
|
|
173
|
+
"@likec4/language-server": "1.32.0",
|
|
174
|
+
"@likec4/icons": "1.32.0",
|
|
175
|
+
"@likec4/layouts": "1.32.0",
|
|
176
|
+
"@likec4/log": "1.32.0",
|
|
177
|
+
"@likec4/styles": "1.32.0",
|
|
178
|
+
"@likec4/tsconfig": "1.32.0",
|
|
179
|
+
"@likec4/style-preset": "1.32.0"
|
|
180
180
|
},
|
|
181
181
|
"scripts": {
|
|
182
182
|
"typecheck": "tsc --build --verbose",
|