likec4 1.36.0 → 1.36.1
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/__app__/src/main.js +18 -11
- package/__app__/src/style.css +1 -1
- package/dist/cli/index.mjs +2 -2
- package/dist/index.mjs +1 -1
- package/dist/shared/{likec4.D8qlxD_Y.mjs → likec4.0TN5MWXf.mjs} +1 -1
- package/dist/shared/{likec4.DWIqzE5d.mjs → likec4.C9tWFblu.mjs} +614 -613
- package/dist/vite-plugin/index.mjs +1 -1
- package/package.json +11 -11
- package/react/index.mjs +35 -35
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export{L as LikeC4VitePlugin}from"../shared/likec4.
|
|
1
|
+
export{L as LikeC4VitePlugin}from"../shared/likec4.0TN5MWXf.mjs";import"@likec4/core";import"node:path";import"../shared/likec4.C9tWFblu.mjs";import"node:fs";import"node:url";import"../shared/likec4.BeWJWU7_.mjs";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/types";import"events";import"@hpcc-js/wasm-graphviz";import"@likec4/core/model";import"buffer";import"@likec4/core/compute-view";
|
|
2
2
|
import"@likec4/core/utils";import"node:process";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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "likec4",
|
|
3
3
|
"description": "Toolchain for your architecture diagrams",
|
|
4
|
-
"version": "1.36.
|
|
4
|
+
"version": "1.36.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://likec4.dev",
|
|
7
7
|
"author": "Denis Davydkov <denis@davydkov.com>",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"rollup": "^4.44.0",
|
|
98
98
|
"type-fest": "^4.41.0",
|
|
99
99
|
"vite": "^6.3.5",
|
|
100
|
-
"@likec4/core": "1.36.
|
|
100
|
+
"@likec4/core": "1.36.1"
|
|
101
101
|
},
|
|
102
102
|
"peerDependencies": {
|
|
103
103
|
"react": "^18.x || ^19.x",
|
|
@@ -179,15 +179,15 @@
|
|
|
179
179
|
"which": "^5.0.0",
|
|
180
180
|
"wireit": "0.14.12",
|
|
181
181
|
"yargs": "17.7.2",
|
|
182
|
-
"@likec4/diagram": "1.36.
|
|
183
|
-
"@likec4/icons": "1.36.
|
|
184
|
-
"@likec4/
|
|
185
|
-
"@likec4/
|
|
186
|
-
"@likec4/
|
|
187
|
-
"@likec4/
|
|
188
|
-
"@likec4/
|
|
189
|
-
"@likec4/
|
|
190
|
-
"@likec4/
|
|
182
|
+
"@likec4/diagram": "1.36.1",
|
|
183
|
+
"@likec4/icons": "1.36.1",
|
|
184
|
+
"@likec4/generators": "1.36.1",
|
|
185
|
+
"@likec4/language-server": "1.36.1",
|
|
186
|
+
"@likec4/layouts": "1.36.1",
|
|
187
|
+
"@likec4/styles": "1.36.1",
|
|
188
|
+
"@likec4/log": "1.36.1",
|
|
189
|
+
"@likec4/tsconfig": "1.36.1",
|
|
190
|
+
"@likec4/style-preset": "1.36.1"
|
|
191
191
|
},
|
|
192
192
|
"scripts": {
|
|
193
193
|
"typecheck": "tsc --build --verbose",
|