@likec4/core 1.59.1 → 1.59.3
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/dist/builder/index.d.mts +2 -2
- package/dist/builder/index.mjs +2 -2
- package/dist/chunks/Builder.view-element.mjs +2 -2
- package/dist/chunks/LikeC4Model.d.mts +5 -0
- package/dist/chunks/_types.d.mts +9 -2
- package/dist/chunks/assignTagColors.mjs +1 -1
- package/dist/chunks/calcDriftsFromSnapshot.mjs +1 -1
- package/dist/chunks/index.d.mts +15 -2
- package/dist/chunks/index3.d.mts +2 -2
- package/dist/chunks/libs/chroma-js.mjs +1 -1
- package/dist/chunks/libs/graphology-dag.mjs +1 -1
- package/dist/chunks/libs/graphology.mjs +1 -1
- package/dist/chunks/libs/hast-util-sanitize.mjs +1 -1
- package/dist/chunks/libs/hast-util-to-html.mjs +2 -2
- package/dist/chunks/libs/hastscript.mjs +1 -0
- package/dist/chunks/libs/mdast.mjs +9 -9
- package/dist/chunks/libs/mnemonist.mjs +1 -1
- package/dist/chunks/libs/ohash.mjs +1 -1
- package/dist/chunks/libs/parse-entities.mjs +1 -0
- package/dist/chunks/libs/refractor.mjs +3 -0
- package/dist/chunks/libs/rehype-prism-plus.mjs +4 -0
- package/dist/chunks/libs/remark.mjs +3 -3
- package/dist/chunks/libs/remeda.mjs +1 -1
- package/dist/chunks/libs/unified.mjs +1 -1
- package/dist/chunks/model.mjs +4 -4
- package/dist/chunks/rolldown-runtime.mjs +1 -1
- package/dist/chunks/types.mjs +2 -2
- package/dist/compute-view/index.d.mts +1 -1
- package/dist/compute-view/index.mjs +2 -2
- package/package.json +15 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@likec4/core",
|
|
3
|
-
"version": "1.59.
|
|
3
|
+
"version": "1.59.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"homepage": "https://likec4.dev",
|
|
6
6
|
"author": "Denis Davydkov <denis@davydkov.com>",
|
|
@@ -102,22 +102,25 @@
|
|
|
102
102
|
"access": "public"
|
|
103
103
|
},
|
|
104
104
|
"dependencies": {
|
|
105
|
-
"immer": "^11.1.
|
|
105
|
+
"immer": "^11.1.18",
|
|
106
106
|
"type-fest": "^4.41.0",
|
|
107
107
|
"zod": "^4.4.3"
|
|
108
108
|
},
|
|
109
109
|
"devDependencies": {
|
|
110
110
|
"@dagrejs/dagre": "1.1.8",
|
|
111
|
-
"@
|
|
111
|
+
"@likec4/devops": "1.59.3",
|
|
112
|
+
"@likec4/style-preset": "1.59.3",
|
|
113
|
+
"@likec4/tsconfig": "1.59.3",
|
|
114
|
+
"@mantine/colors-generator": "9.6.0",
|
|
112
115
|
"@rolldown/plugin-node-polyfills": "^1.0.3",
|
|
113
116
|
"@types/chroma-js": "^3.1.2",
|
|
114
117
|
"@types/extend": "3.0.4",
|
|
115
|
-
"@types/hast": "3.0.
|
|
118
|
+
"@types/hast": "3.0.5",
|
|
116
119
|
"@types/mdast": "4.0.4",
|
|
117
120
|
"@types/natural-compare-lite": "^1.4.2",
|
|
118
121
|
"@types/node": "~22.19.19",
|
|
119
122
|
"@types/unist": "3.0.3",
|
|
120
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
123
|
+
"@typescript/native-preview": "7.0.0-dev.20260707.2",
|
|
121
124
|
"chroma-js": "3.2.0",
|
|
122
125
|
"defu": "^6.1.7",
|
|
123
126
|
"fdir": "6.4.0",
|
|
@@ -130,24 +133,22 @@
|
|
|
130
133
|
"mnemonist": "0.40.4",
|
|
131
134
|
"natural-compare-lite": "^1.4.0",
|
|
132
135
|
"obliterator": "^2.0.5",
|
|
133
|
-
"
|
|
134
|
-
"ohash": "^2.0.11",
|
|
136
|
+
"ohash": "^2.0.12",
|
|
135
137
|
"oxlint": "1.72.0",
|
|
136
138
|
"rehype-format": "5.0.1",
|
|
139
|
+
"rehype-prism-plus": "2.0.2",
|
|
137
140
|
"rehype-sanitize": "^6.0.0",
|
|
138
141
|
"rehype-stringify": "10.0.1",
|
|
139
142
|
"remark-gfm": "4.0.1",
|
|
140
|
-
"remark-github-blockquote-alert": "^2.0
|
|
143
|
+
"remark-github-blockquote-alert": "^2.1.0",
|
|
141
144
|
"remark-parse": "11.0.0",
|
|
142
145
|
"remark-rehype": "11.1.2",
|
|
143
|
-
"remeda": "^2.
|
|
144
|
-
"
|
|
146
|
+
"remeda": "^2.45.0",
|
|
147
|
+
"tsdown": "^0.22.9",
|
|
148
|
+
"turbo": "2.10.12",
|
|
145
149
|
"typescript": "6.0.3",
|
|
146
150
|
"unified": "11.0.5",
|
|
147
|
-
"vitest": "4.1.
|
|
148
|
-
"@likec4/devops": "1.59.1",
|
|
149
|
-
"@likec4/tsconfig": "1.59.1",
|
|
150
|
-
"@likec4/style-preset": "1.59.1"
|
|
151
|
+
"vitest": "4.1.11"
|
|
151
152
|
},
|
|
152
153
|
"scripts": {
|
|
153
154
|
"typecheck": "tsc -b --verbose",
|