likec4 1.28.0 → 1.29.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/__app__/src/main.js +1065 -1178
- package/__app__/src/style.css +1 -1
- package/dist/cli/index.mjs +741 -726
- package/dist/index.d.mts +42 -2
- package/dist/index.mjs +1 -1
- package/dist/shared/likec4.BHE-zBYQ.mjs +2462 -0
- package/dist/shared/{likec4.7Lz9HWDi.mjs → likec4.CN01ZZwj.mjs} +8 -8
- package/dist/shared/likec4.DallBlZf.d.mts +35545 -0
- package/dist/vite-plugin/index.d.mts +3 -1
- package/dist/vite-plugin/index.mjs +1 -1
- package/icons/all.d.ts +12 -2
- package/icons/all.js +9 -0
- package/icons/aws/application-auto-scaling.js +1 -1
- package/icons/aws/cloud-directory.js +1 -1
- package/icons/aws/kinesis-video-streams.js +1 -1
- package/icons/azure/workspaces.js +1 -1
- package/package.json +47 -35
- package/react/index.d.mts +237 -117
- package/react/index.mjs +27 -27
- package/dist/shared/likec4.10Nsb-Q7.mjs +0 -2192
- package/dist/shared/likec4.DwrogUe0.d.mts +0 -10239
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
import { L as LikeC4LanguageServices } from '../shared/likec4.
|
|
1
|
+
import { L as LikeC4LanguageServices } from '../shared/likec4.DallBlZf.mjs';
|
|
2
2
|
import '@likec4/core';
|
|
3
3
|
import 'type-fest';
|
|
4
|
+
import '/home/runner/work/likec4/likec4/node_modules/.pnpm/@types+picomatch@4.0.0/node_modules/@types/picomatch/posix.d.ts';
|
|
4
5
|
import '@likec4/core/types';
|
|
6
|
+
import '@likec4/core/utils';
|
|
5
7
|
|
|
6
8
|
type LikeC4VitePluginOptions = {
|
|
7
9
|
/**
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export{L as LikeC4VitePlugin}from"../shared/likec4.
|
|
1
|
+
export{L as LikeC4VitePlugin}from"../shared/likec4.CN01ZZwj.mjs";import"node:path";import"../shared/likec4.BHE-zBYQ.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/icons/all.d.ts
CHANGED
|
@@ -1540,7 +1540,17 @@ export declare const Icons: {
|
|
|
1540
1540
|
readonly 'tech:zig': SvgIcon;
|
|
1541
1541
|
};
|
|
1542
1542
|
export type IconName = keyof typeof Icons;
|
|
1543
|
-
|
|
1543
|
+
|
|
1544
|
+
export type IconRendererProps = {
|
|
1545
|
+
node: {
|
|
1546
|
+
id: string
|
|
1547
|
+
title: string
|
|
1548
|
+
icon?: string | null | undefined
|
|
1549
|
+
}
|
|
1550
|
+
}
|
|
1551
|
+
export function IconRenderer(props: IconRendererProps): JSX.Element;
|
|
1552
|
+
|
|
1553
|
+
export type BundledIconProps = Omit<SVGProps<SVGSVGElement>, 'name'> & {
|
|
1544
1554
|
name: IconName;
|
|
1545
1555
|
};
|
|
1546
|
-
export default function BundledIcon({ name, ...props }:
|
|
1556
|
+
export default function BundledIcon({ name, ...props }: BundledIconProps): JSX.Element;
|
package/icons/all.js
CHANGED
|
@@ -3074,6 +3074,15 @@ export const Icons = {
|
|
|
3074
3074
|
'tech:zend-framework': TechZendframework,
|
|
3075
3075
|
'tech:zig': TechZig,
|
|
3076
3076
|
}
|
|
3077
|
+
|
|
3078
|
+
export function IconRenderer({ node, ...props }) {
|
|
3079
|
+
if (!node.icon || node.icon === 'none') {
|
|
3080
|
+
return null
|
|
3081
|
+
}
|
|
3082
|
+
const IconComponent = Icons[node.icon ?? ''];
|
|
3083
|
+
return IconComponent ? jsx(IconComponent, { ...props }) : null;
|
|
3084
|
+
}
|
|
3085
|
+
|
|
3077
3086
|
export default function BundledIcon({ name, ...props }) {
|
|
3078
3087
|
const IconComponent = Icons[name];
|
|
3079
3088
|
return IconComponent ? jsx(IconComponent, { ...props }) : null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsx as a,jsxs as l}from"react/jsx-runtime";const t=o=>l("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 80 80",...o,children:[a("defs",{children:l("linearGradient",{id:"Application-Auto-Scaling_svg__a",x1:"0%",x2:"100%",y1:"100%",y2:"0%",children:[a("stop",{offset:"0%",stopColor:"#
|
|
1
|
+
import{jsx as a,jsxs as l}from"react/jsx-runtime";const t=o=>l("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 80 80",...o,children:[a("defs",{children:l("linearGradient",{id:"Application-Auto-Scaling_svg__a",x1:"0%",x2:"100%",y1:"100%",y2:"0%",children:[a("stop",{offset:"0%",stopColor:"#B0084D"}),a("stop",{offset:"100%",stopColor:"#FF4F8B"})]})}),l("g",{fill:"none",fillRule:"evenodd",children:[a("path",{fill:"url(#Application-Auto-Scaling_svg__a)",d:"M0 0h80v80H0z"}),a("path",{fill:"#FFF",d:"M67.975 40.976H57.404l5.281 5.307-1.418 1.41-6.975-7.007a1 1 0 0 1 .001-1.411l6.975-6.993 1.416 1.412-5.269 5.283 10.562.01zm-42.291-1.701a1 1 0 0 1 .001 1.41l-6.975 7.009-1.418-1.411 5.282-5.307H12.002L12 38.988l10.562-.011-5.269-5.283 1.416-1.412zm20.6 20.017 1.41 1.417-7.008 6.975a1 1 0 0 1-.705.292 1 1 0 0 1-.706-.292l-6.992-6.976 1.412-1.416 5.294 5.27V53.999l2 .002-.011 10.572zM33.695 20.684l-1.412-1.416 6.992-6.976a1 1 0 0 1 1.411 0l7.008 6.976-1.41 1.416-5.306-5.281.011 10.572h-2V15.415zm12.294 13.47c-.865-.232-1.817-.151-2.707.267a3.38 3.38 0 0 0-1.616 1.612c-.59 1.257-.524 2.618.184 3.733a3.73 3.73 0 0 0 3.159 1.737q.505 0 .98-.13v2.603h-4a1 1 0 0 0-.691 1.724c.52.495.615 1.267.244 1.965-.124.233-.34.543-.674.7-.856.402-1.501.133-1.81-.061a1.74 1.74 0 0 1-.81-1.472c0-.601.165-.88.431-1.132a1 1 0 0 0-.69-1.724h-4V31.07a.7.7 0 0 1 .104-.094h11.896zm1-5.178h-13c-.953 0-2 1.024-2 1.958v14.042a1 1 0 0 0 1 1h3.34a4.3 4.3 0 0 0-.081.856c0 1.288.65 2.469 1.738 3.16a3.7 3.7 0 0 0 1.997.583c.578 0 1.168-.133 1.736-.4.658-.31 1.208-.853 1.589-1.571.45-.847.563-1.777.36-2.628h3.321a1 1 0 0 0 1-1V39.65a1 1 0 0 0-1.724-.69c-.755.793-2.149.642-2.727-.266-.196-.31-.463-.954-.062-1.81.135-.285.368-.517.657-.653.786-.371 1.58-.243 2.132.334a1 1 0 0 0 1.724-.69v-5.9a1 1 0 0 0-1-1"})]})]});var i=t;export{i as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsx as o,jsxs as s}from"react/jsx-runtime";const e=c=>s("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 80 80",...c,children:[o("defs",{children:s("linearGradient",{id:"Cloud-Directory_svg__a",x1:"0%",x2:"100%",y1:"100%",y2:"0%",children:[o("stop",{offset:"0%",stopColor:"#
|
|
1
|
+
import{jsx as o,jsxs as s}from"react/jsx-runtime";const e=c=>s("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 80 80",...c,children:[o("defs",{children:s("linearGradient",{id:"Cloud-Directory_svg__a",x1:"0%",x2:"100%",y1:"100%",y2:"0%",children:[o("stop",{offset:"0%",stopColor:"#BD0816"}),o("stop",{offset:"100%",stopColor:"#FF5252"})]})}),s("g",{fill:"none",fillRule:"evenodd",children:[o("path",{fill:"url(#Cloud-Directory_svg__a)",d:"M0 0h80v80H0z"}),o("path",{fill:"#FFF",d:"M50 58.031c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2m-8-2c0 1.103-.897 2-2 2s-2-.897-2-2 .897-2 2-2 2 .897 2 2m-10 0c0 1.103-.897 2-2 2s-2-.897-2-2 .897-2 2-2 2 .897 2 2m4-19c0-2.206 1.794-4 4-4s4 1.794 4 4-1.794 4-4 4-4-1.794-4-4m15 15.142v-5.142a1 1 0 0 0-1-1h-9v-3.09c2.833-.479 5-2.943 5-5.91 0-3.309-2.691-6-6-6s-6 2.691-6 6c0 2.967 2.167 5.431 5 5.91v3.09h-9a1 1 0 0 0-1 1v5.142c-1.721.447-3 2-3 3.858 0 2.206 1.794 4 4 4s4-1.794 4-4c0-1.858-1.279-3.411-3-3.858v-4.142h8v4.142c-1.721.447-3 2-3 3.858 0 2.206 1.794 4 4 4s4-1.794 4-4c0-1.858-1.279-3.411-3-3.858v-4.142h8v4.142c-1.721.447-3 2-3 3.858 0 2.206 1.794 4 4 4s4-1.794 4-4c0-1.858-1.279-3.411-3-3.858M40 65.031c-9.691 0-17-2.149-17-5V23.426c3.322 2.478 10.268 3.636 16.852 3.636 6.71 0 13.787-1.166 17.148-3.661v36.63c0 2.851-7.309 5-17 5M39.852 15C50.109 15 57 17.601 57 20.031s-6.891 5.031-17.148 5.031C29.771 25.062 23 22.461 23 20.031S29.771 15 39.852 15m0-2c-9.08 0-18.851 2.2-18.852 7.031v40c0 5.161 9.814 7 19 7s19-1.839 19-7v-40C59 15.2 49.074 13 39.852 13"})]})]});var l=e;export{l as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsx as e,jsxs as s}from"react/jsx-runtime";const t=o=>s("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 80 80",...o,children:[e("defs",{children:s("linearGradient",{id:"Kinesis-Video-Streams_svg__a",x1:"0%",x2:"100%",y1:"100%",y2:"0%",children:[e("stop",{offset:"0%",stopColor:"#
|
|
1
|
+
import{jsx as e,jsxs as s}from"react/jsx-runtime";const t=o=>s("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 80 80",...o,children:[e("defs",{children:s("linearGradient",{id:"Kinesis-Video-Streams_svg__a",x1:"0%",x2:"100%",y1:"100%",y2:"0%",children:[e("stop",{offset:"0%",stopColor:"#C8511B"}),e("stop",{offset:"100%",stopColor:"#F90"})]})}),s("g",{fill:"none",fillRule:"evenodd",children:[e("path",{fill:"url(#Kinesis-Video-Streams_svg__a)",d:"M0 0h80v80H0z"}),e("path",{fill:"#FFF",d:"M37 45.553v2.049C22.938 50.908 21 56.719 21 62h-2c0-5.77 2.077-12.82 18-16.447m0 5.207v2.138C27.007 56.854 27 63.011 27 68h-2c0-5.121.009-12.809 12-17.24m28 10.815c0 .786-.639 1.425-1.425 1.425h-21.15A1.426 1.426 0 0 1 41 61.575V48.424c0-.785.639-1.424 1.425-1.424h21.15c.786 0 1.425.639 1.425 1.424zM63.575 45h-21.15A3.43 3.43 0 0 0 39 48.424v13.151A3.43 3.43 0 0 0 42.425 65h21.15A3.43 3.43 0 0 0 67 61.575V48.424A3.43 3.43 0 0 0 63.575 45M67 39v2c-45.244 0-52 8.145-52 13h-2c0-7.396 10.039-12.08 29.893-14C23.039 38.079 13 33.395 13 26h2c0 4.855 6.756 13 52 13m0-4v2c-42.297 0-48-9.605-48-19h2c0 8.406 5.465 17 46 17m0-4v2c-18.337 0-30.272-2.359-36.49-7.212C25 21.488 25 16.004 25 12h2c0 7.566 0 19 40 19M51 57.277v-4.554L54.984 55zm6.496-3.145-7-4A.998.998 0 0 0 49 51v8a1 1 0 0 0 1.496.868l7-4a.999.999 0 0 0 0-1.736"})]})]});var i=t;export{i as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{jsx as a,jsxs as
|
|
1
|
+
import{jsx as a,jsxs as s}from"react/jsx-runtime";const f=e=>s("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 18 18",...e,children:[a("defs",{children:s("linearGradient",{id:"Workspaces_svg__a",x1:8.995,x2:8.995,y1:20.15,y2:4.41,gradientTransform:"matrix(1 0 0 -1 0 20)",gradientUnits:"userSpaceOnUse",children:[a("stop",{offset:0,stopColor:"#5ea0ef"}),a("stop",{offset:1,stopColor:"#0078d4"})]})}),a("path",{fill:"url(#Workspaces_svg__a)",d:"M1 1.65h16a.5.5 0 0 1 .51.46v11.1a.49.49 0 0 1-.51.46H1a.5.5 0 0 1-.52-.46V2.13A.5.5 0 0 1 1 1.65"}),a("path",{fill:"#50e6ff",d:"m11.87 8.34 2.66 1.54 2.67 1.53a.16.16 0 0 1 .049.221.2.2 0 0 1-.049.049l-1.78 1 1.27 2.18a.88.88 0 0 1-.32 1.19l-.26.15a.87.87 0 0 1-1.19-.31l-1.27-2.2-1.77 1a.15.15 0 0 1-.23-.14V8.48a.16.16 0 0 1 .168-.152.2.2 0 0 1 .052.012"}),a("path",{fill:"#fff",d:"M7.6 3.32h2.88a.14.14 0 0 1 .14.14v3a.13.13 0 0 1-.13.13H7.66a.14.14 0 0 1-.14-.14v-3a.13.13 0 0 1 .09-.13Z"}),a("path",{fill:"#83b9f9",d:"M7.6 8.15h2.88a.15.15 0 0 1 .14.14v3a.13.13 0 0 1-.13.13H7.66a.14.14 0 0 1-.14-.14v-3a.13.13 0 0 1 .09-.13Zm5.3-4.83h2.88a.14.14 0 0 1 .14.14v3a.13.13 0 0 1-.13.13h-2.84a.14.14 0 0 1-.14-.14v-3a.13.13 0 0 1 .09-.13"}),a("path",{fill:"#fff",d:"M2.56 8.15h2.88a.15.15 0 0 1 .14.14v3a.13.13 0 0 1-.13.13H2.62a.14.14 0 0 1-.14-.14v-3a.13.13 0 0 1 .09-.13ZM2.56 3.32h2.88a.15.15 0 0 1 .14.14v3a.13.13 0 0 1-.13.13H2.62a.14.14 0 0 1-.14-.14v-3a.13.13 0 0 1 .09-.13Z"})]});var t=f;export{t as default};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "likec4",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.29.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"homepage": "https://likec4.dev",
|
|
6
6
|
"author": "Denis Davydkov <denis@davydkov.com>",
|
|
@@ -12,6 +12,12 @@
|
|
|
12
12
|
"url": "git+https://github.com/likec4/likec4.git",
|
|
13
13
|
"directory": "packages/likec4"
|
|
14
14
|
},
|
|
15
|
+
"keywords": [
|
|
16
|
+
"likec4",
|
|
17
|
+
"architecture",
|
|
18
|
+
"diagrams",
|
|
19
|
+
"graph"
|
|
20
|
+
],
|
|
15
21
|
"engines": {
|
|
16
22
|
"node": ">=20.19.0"
|
|
17
23
|
},
|
|
@@ -75,96 +81,102 @@
|
|
|
75
81
|
"@vitejs/plugin-react": "^4.3.4",
|
|
76
82
|
"boxen": "^8.0.1",
|
|
77
83
|
"playwright": "^1.51.1",
|
|
78
|
-
"react": "^19.0.0",
|
|
79
|
-
"react-dom": "^19.0.0",
|
|
80
84
|
"rollup": "^4.39.0",
|
|
81
85
|
"type-fest": "^4.39.1",
|
|
82
86
|
"vite": "^6.2.5",
|
|
83
|
-
"@likec4/core": "1.
|
|
87
|
+
"@likec4/core": "1.29.0"
|
|
88
|
+
},
|
|
89
|
+
"peerDependencies": {
|
|
90
|
+
"react": "^18.x || ^19.x",
|
|
91
|
+
"react-dom": "^18.x || ^19.x"
|
|
84
92
|
},
|
|
85
93
|
"devDependencies": {
|
|
86
|
-
"@pandacss/dev": "^0.53.3",
|
|
87
94
|
"@dagrejs/dagre": "1.1.4",
|
|
88
95
|
"@fontsource/ibm-plex-sans": "^5.2.5",
|
|
89
|
-
"@mantine/core": "7.17.
|
|
90
|
-
"@mantine/hooks": "7.17.
|
|
91
|
-
"@nanostores/react": "0.
|
|
92
|
-
"@
|
|
96
|
+
"@mantine/core": "7.17.4",
|
|
97
|
+
"@mantine/hooks": "7.17.4",
|
|
98
|
+
"@nanostores/react": "1.0.0",
|
|
99
|
+
"@pandacss/dev": "^0.53.3",
|
|
100
|
+
"@react-hookz/web": "^25.1.1",
|
|
93
101
|
"@tabler/icons-react": "3.31.0",
|
|
94
102
|
"@tanstack/react-router": "^1.114.13",
|
|
95
103
|
"@tanstack/router-cli": "^1.114.13",
|
|
96
104
|
"@tanstack/router-vite-plugin": "^1.114.13",
|
|
97
|
-
"@types/node": "^20.17.
|
|
105
|
+
"@types/node": "^20.17.30",
|
|
106
|
+
"@types/picomatch": "^4.0.0",
|
|
98
107
|
"@types/prop-types": "^15.7.14",
|
|
99
|
-
"@types/react": "^19.0.12",
|
|
100
108
|
"@types/react-dom": "^19.0.4",
|
|
109
|
+
"@types/react": "^19.0.12",
|
|
101
110
|
"@types/semver": "^7.7.0",
|
|
102
111
|
"@types/yargs": "^17.0.33",
|
|
103
|
-
"@xyflow/react": "^12.5.
|
|
104
|
-
"@xyflow/system": "^0.0.
|
|
105
|
-
"dts-bundle-generator": "^9.5.1",
|
|
112
|
+
"@xyflow/react": "^12.5.5",
|
|
113
|
+
"@xyflow/system": "^0.0.55",
|
|
106
114
|
"autoprefixer": "^10.4.21",
|
|
107
115
|
"classnames": "^2.5.1",
|
|
108
116
|
"clsx": "^2.1.1",
|
|
109
117
|
"conf": "^13.1.0",
|
|
110
118
|
"consola": "^3.4.2",
|
|
111
119
|
"defu": "^6.1.4",
|
|
112
|
-
"
|
|
120
|
+
"dts-bundle-generator": "^9.5.1",
|
|
113
121
|
"esbuild-node-externals": "^1.18.0",
|
|
122
|
+
"esbuild": "^0.25.2",
|
|
114
123
|
"esm-env": "^1.2.2",
|
|
115
124
|
"fast-equals": "^5.2.2",
|
|
116
125
|
"fdir": "^6.4.3",
|
|
117
|
-
"framer-motion": "^12.6.3",
|
|
118
126
|
"get-port": "^7.1.0",
|
|
119
|
-
"glob": "^11.0.1",
|
|
120
127
|
"html-to-image": "^1.11.13",
|
|
121
128
|
"json5": "^2.2.3",
|
|
122
129
|
"ky": "^1.8.0",
|
|
123
130
|
"langium": "3.4.0",
|
|
124
131
|
"merge-error-cause": "^5.0.2",
|
|
125
132
|
"mkdirp": "^3.0.1",
|
|
133
|
+
"motion": "^12.7.3",
|
|
126
134
|
"nano-spawn": "^0.2.0",
|
|
127
|
-
"nanostores": "0.
|
|
135
|
+
"nanostores": "1.0.1",
|
|
128
136
|
"npm-run-all2": "^7.0.1",
|
|
129
137
|
"p-limit": "^6.2.0",
|
|
138
|
+
"package-manager-detector": "^1.1.0",
|
|
130
139
|
"package-up": "^5.0.0",
|
|
140
|
+
"picomatch": "^4.0.2",
|
|
131
141
|
"postcss": "^8.5.3",
|
|
132
142
|
"pretty-ms": "^9.2.0",
|
|
133
143
|
"prop-types": "^15.8.1",
|
|
144
|
+
"react-dom": "^19.0.0",
|
|
134
145
|
"react-error-boundary": "^5.0.0",
|
|
135
146
|
"react-resizable-panels": "^2.1.7",
|
|
136
147
|
"react-shadow": "^20.6.0",
|
|
148
|
+
"react": "^19.0.0",
|
|
137
149
|
"remeda": "^2.21.2",
|
|
138
150
|
"semver": "^7.7.1",
|
|
139
|
-
"std-env": "^3.
|
|
151
|
+
"std-env": "^3.9.0",
|
|
140
152
|
"strip-indent": "^4.0.0",
|
|
141
153
|
"terser": "^5.39.0",
|
|
142
154
|
"tinyrainbow": "^2.0.0",
|
|
143
155
|
"tsx": "~4.19.3",
|
|
144
156
|
"turbo": "^2.5.0",
|
|
145
157
|
"typescript": "^5.8.3",
|
|
146
|
-
"ufo": "^1.
|
|
158
|
+
"ufo": "^1.6.1",
|
|
147
159
|
"unbuild": "^3.5.0",
|
|
148
160
|
"vite-plugin-dts": "^4.5.3",
|
|
149
161
|
"vite-plugin-inspect": "^11.0.0",
|
|
150
162
|
"vite-plugin-singlefile": "^2.2.0",
|
|
151
163
|
"vitest": "^3.1.1",
|
|
152
164
|
"vscode-jsonrpc": "8.2.0",
|
|
153
|
-
"vscode-languageserver": "9.0.1",
|
|
154
165
|
"vscode-languageserver-types": "3.17.5",
|
|
166
|
+
"vscode-languageserver": "9.0.1",
|
|
155
167
|
"vscode-uri": "3.1.0",
|
|
156
|
-
"wireit": "^0.14.11",
|
|
157
168
|
"which": "^5.0.0",
|
|
169
|
+
"wireit": "^0.14.12",
|
|
158
170
|
"yargs": "17.7.2",
|
|
159
|
-
"@likec4/
|
|
160
|
-
"@likec4/
|
|
161
|
-
"@likec4/
|
|
162
|
-
"@likec4/
|
|
163
|
-
"@likec4/
|
|
164
|
-
"@likec4/
|
|
165
|
-
"@likec4/
|
|
166
|
-
"@likec4/
|
|
167
|
-
"@likec4/tsconfig": "1.
|
|
171
|
+
"@likec4/diagram": "1.29.0",
|
|
172
|
+
"@likec4/generators": "1.29.0",
|
|
173
|
+
"@likec4/icons": "1.29.0",
|
|
174
|
+
"@likec4/layouts": "1.29.0",
|
|
175
|
+
"@likec4/log": "1.29.0",
|
|
176
|
+
"@likec4/style-preset": "1.29.0",
|
|
177
|
+
"@likec4/language-server": "1.29.0",
|
|
178
|
+
"@likec4/styles": "1.29.0",
|
|
179
|
+
"@likec4/tsconfig": "1.29.0"
|
|
168
180
|
},
|
|
169
181
|
"scripts": {
|
|
170
182
|
"typecheck": "tsc --build --verbose",
|
|
@@ -190,10 +202,10 @@
|
|
|
190
202
|
"dev:example-dev": "pnpm cli:serve ../../examples/diagrams-dev/likec4",
|
|
191
203
|
"cli": "tsx --conditions=sources src/cli/index.ts",
|
|
192
204
|
"cli:serve": "tsx watch --conditions=sources src/cli/index.ts serve",
|
|
193
|
-
"cli:build": "
|
|
194
|
-
"cli:preview": "
|
|
195
|
-
"cli:export": "
|
|
196
|
-
"cli:export:json": "
|
|
205
|
+
"cli:build": "pnpm cli build -o dev/dist dev",
|
|
206
|
+
"cli:preview": "pnpm cli preview -o dev/dist dev",
|
|
207
|
+
"cli:export": "pnpm cli export png -o dev/export dev",
|
|
208
|
+
"cli:export:json": "pnpm cli export json -o dev/export/likec4.json dev",
|
|
197
209
|
"test": "vitest run --no-isolate",
|
|
198
210
|
"vitest:ui": "vitest --no-isolate --ui",
|
|
199
211
|
"test:watch": "vitest"
|