likec4 1.37.0 → 1.38.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 +25 -1
- package/__app__/src/main.js +161 -197
- package/__app__/src/style.css +1 -1
- package/dist/cli/index.mjs +709 -690
- package/dist/index.d.mts +26 -10
- package/dist/index.mjs +2 -2
- package/dist/shared/{likec4.cqC6tNHO.d.mts → likec4.CRYZWScz.d.mts} +674 -530
- package/dist/shared/likec4.D6zjV21i.mjs +257 -0
- package/dist/shared/likec4.enfOs0BB.mjs +4204 -0
- package/dist/vite-plugin/index.d.mts +2 -2
- package/dist/vite-plugin/index.mjs +2 -2
- package/package.json +17 -17
- package/react/index.d.mts +2 -1
- package/react/index.mjs +39 -35
- package/dist/shared/likec4.B6V1NOky.mjs +0 -258
- package/dist/shared/likec4.BKp9_9LQ.mjs +0 -2268
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { L as LikeC4LanguageServices } from '../shared/likec4.
|
|
2
|
-
import 'type-fest';
|
|
1
|
+
import { L as LikeC4LanguageServices } from '../shared/likec4.CRYZWScz.mjs';
|
|
3
2
|
import '@likec4/core';
|
|
3
|
+
import 'type-fest';
|
|
4
4
|
import '@likec4/core/model';
|
|
5
5
|
import '/home/runner/work/likec4/likec4/node_modules/.pnpm/@types+picomatch@4.0.2/node_modules/@types/picomatch/index.d.ts';
|
|
6
6
|
import '@likec4/core/types';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export{L as LikeC4VitePlugin}from"../shared/likec4.
|
|
2
|
-
import"@likec4/core/
|
|
1
|
+
export{L as LikeC4VitePlugin}from"../shared/likec4.D6zjV21i.mjs";import"@likec4/core";import"node:path";import"../shared/likec4.B7noVoso.mjs";import"../shared/likec4.BeWJWU7_.mjs";import"../shared/likec4.enfOs0BB.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"fs/promises";import"events";import"node:fs/promises";import"node:stream";import"node:process";import"http";
|
|
2
|
+
import"http2";import"stream";import"buffer";import"string_decoder";import"node:crypto";import"node:buffer";import"node:http";import"@likec4/core/types";import"@hpcc-js/wasm-graphviz";import"@likec4/core/model";import"@likec4/core/utils";import"@likec4/core/compute-view";import"boxen";import"node:child_process";import"node:events";import"node:stream/promises";import"node:readline/promises";import"node:os";
|
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.
|
|
4
|
+
"version": "1.38.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://likec4.dev",
|
|
7
7
|
"author": "Denis Davydkov <denis@davydkov.com>",
|
|
@@ -90,14 +90,14 @@
|
|
|
90
90
|
"access": "public"
|
|
91
91
|
},
|
|
92
92
|
"dependencies": {
|
|
93
|
-
"@hpcc-js/wasm-graphviz": "1.
|
|
93
|
+
"@hpcc-js/wasm-graphviz": "1.11.0",
|
|
94
94
|
"@vitejs/plugin-react": "^4.6.0",
|
|
95
95
|
"boxen": "^8.0.1",
|
|
96
96
|
"playwright": "1.54.2",
|
|
97
97
|
"rollup": "^4.44.0",
|
|
98
98
|
"type-fest": "^4.41.0",
|
|
99
99
|
"vite": "^6.3.5",
|
|
100
|
-
"@likec4/core": "1.
|
|
100
|
+
"@likec4/core": "1.38.0"
|
|
101
101
|
},
|
|
102
102
|
"peerDependencies": {
|
|
103
103
|
"react": "^18.x || ^19.x",
|
|
@@ -106,10 +106,10 @@
|
|
|
106
106
|
"devDependencies": {
|
|
107
107
|
"@dagrejs/dagre": "1.1.5",
|
|
108
108
|
"@fontsource/ibm-plex-sans": "^5.2.6",
|
|
109
|
-
"@mantine/core": "8.2.
|
|
110
|
-
"@mantine/hooks": "8.2.
|
|
109
|
+
"@mantine/core": "8.2.4",
|
|
110
|
+
"@mantine/hooks": "8.2.4",
|
|
111
111
|
"@nanostores/react": "1.0.0",
|
|
112
|
-
"@pandacss/dev": "^0.
|
|
112
|
+
"@pandacss/dev": "^1.0.1",
|
|
113
113
|
"@react-hookz/web": "^25.1.1",
|
|
114
114
|
"@tabler/icons-react": "3.34.1",
|
|
115
115
|
"@tanstack/react-router": "^1.114.13",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"@tanstack/router-vite-plugin": "^1.114.13",
|
|
118
118
|
"@types/node": "~20.19.2",
|
|
119
119
|
"@types/picomatch": "^4.0.2",
|
|
120
|
-
"@types/react": "19.1.
|
|
120
|
+
"@types/react": "19.1.10",
|
|
121
121
|
"@types/react-dom": "19.1.7",
|
|
122
122
|
"@types/semver": "^7.7.0",
|
|
123
123
|
"@types/yargs": "^17.0.33",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"html-to-image": "1.11.11",
|
|
140
140
|
"is-inside-container": "^1.0.0",
|
|
141
141
|
"json5": "^2.2.3",
|
|
142
|
-
"ky": "^1.8.
|
|
142
|
+
"ky": "^1.8.2",
|
|
143
143
|
"langium": "3.5.0",
|
|
144
144
|
"merge-error-cause": "^5.0.2",
|
|
145
145
|
"mkdirp": "^3.0.1",
|
|
@@ -179,15 +179,15 @@
|
|
|
179
179
|
"which": "^5.0.0",
|
|
180
180
|
"wireit": "0.14.12",
|
|
181
181
|
"yargs": "17.7.2",
|
|
182
|
-
"@likec4/
|
|
183
|
-
"@likec4/
|
|
184
|
-
"@likec4/language-server": "1.
|
|
185
|
-
"@likec4/
|
|
186
|
-
"@likec4/
|
|
187
|
-
"@likec4/
|
|
188
|
-
"@likec4/
|
|
189
|
-
"@likec4/styles": "1.
|
|
190
|
-
"@likec4/tsconfig": "1.
|
|
182
|
+
"@likec4/generators": "1.38.0",
|
|
183
|
+
"@likec4/icons": "1.38.0",
|
|
184
|
+
"@likec4/language-server": "1.38.0",
|
|
185
|
+
"@likec4/log": "1.38.0",
|
|
186
|
+
"@likec4/style-preset": "1.38.0",
|
|
187
|
+
"@likec4/diagram": "1.38.0",
|
|
188
|
+
"@likec4/layouts": "1.38.0",
|
|
189
|
+
"@likec4/styles": "1.38.0",
|
|
190
|
+
"@likec4/tsconfig": "1.38.0"
|
|
191
191
|
},
|
|
192
192
|
"scripts": {
|
|
193
193
|
"typecheck": "tsc --build --verbose",
|
package/react/index.d.mts
CHANGED
|
@@ -3404,7 +3404,7 @@ declare class LikeC4ViewModel<A extends Any = Any, V extends $View<A> = $View<A>
|
|
|
3404
3404
|
get _type(): V[_type];
|
|
3405
3405
|
get id(): StrictViewId<A>;
|
|
3406
3406
|
/**
|
|
3407
|
-
* Returns title if defined, otherwise returns its {@link id}
|
|
3407
|
+
* Returns title if defined, otherwise returns title of the element it is based on, otherwise returns its {@link id}
|
|
3408
3408
|
*/
|
|
3409
3409
|
get titleOrId(): string;
|
|
3410
3410
|
/**
|
|
@@ -3646,6 +3646,7 @@ declare abstract class AbstractDeploymentElementModel<A extends Any> implements
|
|
|
3646
3646
|
abstract readonly $node: DeploymentElement<A>;
|
|
3647
3647
|
abstract readonly tags: Tags<A>;
|
|
3648
3648
|
get style(): SetRequired<DeploymentElementStyle, "shape" | "color" | "size">;
|
|
3649
|
+
get name(): string;
|
|
3649
3650
|
get shape(): ElementShape;
|
|
3650
3651
|
get color(): Color;
|
|
3651
3652
|
get description(): RichTextOrEmpty;
|