likec4 1.22.1 → 1.23.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 +3 -3
- package/__app__/src/chunks/{-index-overview-Cg0Rizhy.js → -index-overview-DHMItP2E.js} +4 -4
- package/__app__/src/chunks/index-B1tnNgDX.js +491 -0
- package/__app__/src/chunks/likec4-Dc_HarGT.js +6124 -0
- package/__app__/src/chunks/{main-8uz6QKlw.js → main-CgCGub6x.js} +15222 -15030
- package/__app__/src/chunks/{mantine-pfC7caNp.js → mantine-Dy50iVbn.js} +3537 -3478
- package/__app__/src/chunks/tanstack-router-htnGPerc.js +2925 -0
- package/__app__/src/main.js +1 -1
- package/__app__/src/style.css +1 -1
- package/dist/cli/index.mjs +582 -580
- package/dist/index.mjs +1 -1
- package/dist/shared/{likec4.31-Bgt9N.mjs → likec4.D7xos_Vh.mjs} +1404 -1402
- package/package.json +57 -54
- package/react/index.js +14635 -14443
- package/react/style.css +1 -1
- package/__app__/src/chunks/index-KI-kE60c.js +0 -465
- package/__app__/src/chunks/likec4-B-gfuLMn.js +0 -6106
- package/__app__/src/chunks/tanstack-router-CsfoXGgM.js +0 -3032
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "likec4",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.23.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"homepage": "https://likec4.dev",
|
|
6
6
|
"author": "Denis Davydkov <denis@davydkov.com>",
|
|
@@ -60,45 +60,8 @@
|
|
|
60
60
|
"registry": "https://registry.npmjs.org",
|
|
61
61
|
"access": "public"
|
|
62
62
|
},
|
|
63
|
-
"scripts": {
|
|
64
|
-
"turbo-build": "turbo run build --log-prefix=none --log-order=grouped",
|
|
65
|
-
"package": "yarn pack",
|
|
66
|
-
"typecheck:app": "tsc --noEmit -p ./app/tsconfig.json",
|
|
67
|
-
"typecheck:cli": "tsc --noEmit -p ./tsconfig.cli.json",
|
|
68
|
-
"typecheck": "run-p --print-label 'typecheck:*'",
|
|
69
|
-
"build-cli": "unbuild",
|
|
70
|
-
"build-app": "run-p --print-label 'bundle:*'",
|
|
71
|
-
"bundle:app": "tsx scripts/bundle-app.ts",
|
|
72
|
-
"bundle:react": "tsx scripts/bundle-react.ts",
|
|
73
|
-
"bundle:webcomponent": "tsx scripts/bundle-webcomponent.ts",
|
|
74
|
-
"generate": "tsx scripts/generate.ts",
|
|
75
|
-
"prepack": "tsx scripts/prepack.ts",
|
|
76
|
-
"lint": "run -T eslint src/ --fix",
|
|
77
|
-
"clean": "rm -r -f dist app/dist dev/.export dev/dist node_modules/.vite",
|
|
78
|
-
"dev": "run cli:serve dev",
|
|
79
|
-
"dev:docs:bigbank": "run cli:serve ../../apps/docs/src/components/bigbank",
|
|
80
|
-
"dev:docs:dynamic-view": "run cli:serve ../../apps/docs/src/components/dynamic-view",
|
|
81
|
-
"dev:docs:index-page": "run cli:serve ../../apps/docs/src/components/index-page",
|
|
82
|
-
"dev:docs:theme": "run cli:serve ../../apps/docs/src/components/likec4-theme",
|
|
83
|
-
"dev:playground:deployment": "run cli:serve ../../apps/playground/src/examples/deployment",
|
|
84
|
-
"dev:template": "run cli:serve ../create-likec4/template",
|
|
85
|
-
"dev:e2e": "run cli:serve ../../e2e/src",
|
|
86
|
-
"dev:example-cloud": "run cli:serve ../../examples/cloud-system",
|
|
87
|
-
"dev:failed": "run cli:serve ../../examples/failed",
|
|
88
|
-
"dev:example-dev": "run cli:serve ../../examples/diagrams-dev/likec4",
|
|
89
|
-
"cli": "tsx --conditions=sources src/cli/index.ts",
|
|
90
|
-
"cli:serve": "tsx watch --conditions=sources src/cli/index.ts serve",
|
|
91
|
-
"cli:build": "run cli build -o dev/dist dev",
|
|
92
|
-
"cli:preview": "run cli preview -o dev/dist dev",
|
|
93
|
-
"cli:export": "run cli export png -o dev/export dev",
|
|
94
|
-
"cli:export:json": "run cli export json -o dev/export/likec4.json dev",
|
|
95
|
-
"test": "vitest run --no-isolate",
|
|
96
|
-
"vitest:ui": "vitest --no-isolate --ui",
|
|
97
|
-
"test:watch": "vitest"
|
|
98
|
-
},
|
|
99
63
|
"dependencies": {
|
|
100
64
|
"@hpcc-js/wasm-graphviz": "1.7.0",
|
|
101
|
-
"@likec4/core": "~1.22.1",
|
|
102
65
|
"@vitejs/plugin-react": "4.3.4",
|
|
103
66
|
"boxen": "^8.0.1",
|
|
104
67
|
"playwright": "1.50.1",
|
|
@@ -106,20 +69,15 @@
|
|
|
106
69
|
"react-dom": "~19.0.0",
|
|
107
70
|
"rollup": "4.34.6",
|
|
108
71
|
"type-fest": "4.34.1",
|
|
109
|
-
"vite": "5.4.14"
|
|
72
|
+
"vite": "5.4.14",
|
|
73
|
+
"@likec4/core": "~1.23.0"
|
|
110
74
|
},
|
|
111
75
|
"devDependencies": {
|
|
76
|
+
"@dagrejs/dagre": "1.1.4",
|
|
112
77
|
"@fontsource/ibm-plex-sans": "^5.1.1",
|
|
113
|
-
"@
|
|
114
|
-
"@
|
|
115
|
-
"@
|
|
116
|
-
"@likec4/language-server": "1.22.1",
|
|
117
|
-
"@likec4/layouts": "1.22.1",
|
|
118
|
-
"@likec4/log": "1.22.1",
|
|
119
|
-
"@likec4/tsconfig": "1.22.1",
|
|
120
|
-
"@mantine/core": "7.16.3",
|
|
121
|
-
"@mantine/hooks": "7.16.3",
|
|
122
|
-
"@mantine/vanilla-extract": "7.16.3",
|
|
78
|
+
"@mantine/core": "7.17.0",
|
|
79
|
+
"@mantine/hooks": "7.17.0",
|
|
80
|
+
"@mantine/vanilla-extract": "7.17.0",
|
|
123
81
|
"@nanostores/react": "0.8.4",
|
|
124
82
|
"@react-hookz/web": "^25.0.1",
|
|
125
83
|
"@tabler/icons-react": "3.29.0",
|
|
@@ -134,13 +92,14 @@
|
|
|
134
92
|
"@types/yargs": "^17.0.33",
|
|
135
93
|
"@vanilla-extract/css": "^1.17.1",
|
|
136
94
|
"@vanilla-extract/dynamic": "^2.1.2",
|
|
137
|
-
"@vanilla-extract/vite-plugin": "^5.0.
|
|
95
|
+
"@vanilla-extract/vite-plugin": "^5.0.1",
|
|
138
96
|
"@xyflow/react": "12.4.2",
|
|
139
97
|
"@xyflow/system": "0.0.50",
|
|
140
98
|
"autoprefixer": "^10.4.20",
|
|
141
99
|
"classnames": "^2.5.1",
|
|
142
100
|
"clsx": "^2.1.1",
|
|
143
101
|
"conf": "^13.1.0",
|
|
102
|
+
"consola": "^3.4.0",
|
|
144
103
|
"defu": "^6.1.4",
|
|
145
104
|
"dts-bundle-generator": "^9.5.1",
|
|
146
105
|
"esbuild": "^0.25.0",
|
|
@@ -176,17 +135,61 @@
|
|
|
176
135
|
"terser": "^5.38.1",
|
|
177
136
|
"tinyrainbow": "^2.0.0",
|
|
178
137
|
"tsx": "~4.19.2",
|
|
179
|
-
"turbo": "^2.4.
|
|
180
|
-
"typescript": "
|
|
138
|
+
"turbo": "^2.4.2",
|
|
139
|
+
"typescript": "5.7.3",
|
|
181
140
|
"ufo": "^1.5.4",
|
|
182
141
|
"unbuild": "^3.3.1",
|
|
183
142
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
184
143
|
"vite-plugin-dts": "^4.5.0",
|
|
185
144
|
"vite-plugin-shadow-style": "^1.2.0",
|
|
186
145
|
"vite-plugin-singlefile": "^2.1.0",
|
|
146
|
+
"vscode-languageserver-types": "3.17.5",
|
|
187
147
|
"vitest": "^3.0.4",
|
|
188
148
|
"which": "^5.0.0",
|
|
189
|
-
"yargs": "17.7.2"
|
|
149
|
+
"yargs": "17.7.2",
|
|
150
|
+
"@likec4/diagram": "1.23.0",
|
|
151
|
+
"@likec4/generators": "1.23.0",
|
|
152
|
+
"@likec4/icons": "1.23.0",
|
|
153
|
+
"@likec4/layouts": "1.23.0",
|
|
154
|
+
"@likec4/language-server": "1.23.0",
|
|
155
|
+
"@likec4/log": "1.23.0",
|
|
156
|
+
"@likec4/tsconfig": "1.23.0"
|
|
190
157
|
},
|
|
191
|
-
"
|
|
158
|
+
"scripts": {
|
|
159
|
+
"turbo-build": "turbo run build --log-prefix=none --log-order=grouped",
|
|
160
|
+
"package": "yarn pack",
|
|
161
|
+
"typecheck:app": "tsc --noEmit -p ./app/tsconfig.json",
|
|
162
|
+
"typecheck:cli": "tsc --noEmit -p ./tsconfig.cli.json",
|
|
163
|
+
"typecheck": "run-p --print-label 'typecheck:*'",
|
|
164
|
+
"build-cli": "unbuild",
|
|
165
|
+
"build-app": "run-p --print-label 'bundle:*'",
|
|
166
|
+
"bundle:app": "tsx scripts/bundle-app.ts",
|
|
167
|
+
"bundle:react": "tsx scripts/bundle-react.ts",
|
|
168
|
+
"bundle:webcomponent": "tsx scripts/bundle-webcomponent.ts",
|
|
169
|
+
"generate": "tsx scripts/generate.ts",
|
|
170
|
+
"pack": "pnpm pack",
|
|
171
|
+
"lint": "run -T eslint src/ --fix",
|
|
172
|
+
"clean": "rm -r -f dist app/dist dev/.export dev/dist node_modules/.vite",
|
|
173
|
+
"start": "tsx --conditions=sources src/cli/index.ts",
|
|
174
|
+
"dev": "pnpm cli:serve dev",
|
|
175
|
+
"dev:docs:bigbank": "pnpm cli:serve ../../apps/docs/src/components/bigbank",
|
|
176
|
+
"dev:docs:dynamic-view": "pnpm cli:serve ../../apps/docs/src/components/dynamic-view",
|
|
177
|
+
"dev:docs:index-page": "pnpm cli:serve ../../apps/docs/src/components/index-page",
|
|
178
|
+
"dev:docs:theme": "pnpm cli:serve ../../apps/docs/src/components/likec4-theme",
|
|
179
|
+
"dev:playground:deployment": "pnpm cli:serve ../../apps/playground/src/examples/deployment",
|
|
180
|
+
"dev:template": "pnpm cli:serve ../create-likec4/template",
|
|
181
|
+
"dev:e2e": "pnpm cli:serve ../../e2e/src",
|
|
182
|
+
"dev:example-cloud": "cli:serve ../../examples/cloud-system",
|
|
183
|
+
"dev:failed": "pnpm cli:serve ../../examples/failed",
|
|
184
|
+
"dev:example-dev": "pnpm cli:serve ../../examples/diagrams-dev/likec4",
|
|
185
|
+
"cli": "tsx --conditions=sources src/cli/index.ts",
|
|
186
|
+
"cli:serve": "tsx watch --conditions=sources src/cli/index.ts serve",
|
|
187
|
+
"cli:build": "run cli build -o dev/dist dev",
|
|
188
|
+
"cli:preview": "run cli preview -o dev/dist dev",
|
|
189
|
+
"cli:export": "run cli export png -o dev/export dev",
|
|
190
|
+
"cli:export:json": "run cli export json -o dev/export/likec4.json dev",
|
|
191
|
+
"test": "vitest run --no-isolate",
|
|
192
|
+
"vitest:ui": "vitest --no-isolate --ui",
|
|
193
|
+
"test:watch": "vitest"
|
|
194
|
+
}
|
|
192
195
|
}
|