@likec4/generators 1.35.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/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@likec4/generators",
3
- "version": "1.35.0",
3
+ "version": "1.36.1",
4
4
  "license": "MIT",
5
5
  "bugs": "https://github.com/likec4/likec4/issues",
6
6
  "homepage": "https://likec4.dev",
7
7
  "author": "Denis Davydkov <denis@davydkov.com>",
8
+ "description": "Converts LikeC4 Model to other formats, like Mermaid, PlantUML, SVG, etc. Also generates typings for Model API and React",
8
9
  "files": [
9
10
  "dist",
10
11
  "src"
@@ -34,14 +35,14 @@
34
35
  "json5": "^2.2.3",
35
36
  "langium": "3.5.0",
36
37
  "remeda": "^2.23.1",
37
- "@likec4/core": "1.35.0"
38
+ "@likec4/core": "1.36.1"
38
39
  },
39
40
  "devDependencies": {
40
41
  "@types/node": "~20.19.2",
41
- "typescript": "5.8.3",
42
+ "typescript": "5.9.2",
42
43
  "unbuild": "3.5.0",
43
44
  "vitest": "3.2.4",
44
- "@likec4/tsconfig": "1.35.0"
45
+ "@likec4/tsconfig": "1.36.1"
45
46
  },
46
47
  "scripts": {
47
48
  "typecheck": "tsc -b --verbose",
@@ -86,6 +86,9 @@ export type $MetadataKey = $Aux['MetadataKey']
86
86
  export const likec4model: LikeC4Model<$Aux> = new LikeC4Model(<ComputedLikeC4ModelData<$Aux>>({
87
87
  _stage: 'computed',
88
88
  projectId: 'from-builder',
89
+ project: {
90
+ id: 'from-builder',
91
+ },
89
92
  specification: {
90
93
  elements: {
91
94
  person: {
@@ -86,6 +86,9 @@ export type $MetadataKey = $Aux['MetadataKey']
86
86
  export const likec4model: LikeC4Model<$Aux> = new LikeC4Model(<ParsedLikeC4ModelData<$Aux>>({
87
87
  _stage: 'parsed',
88
88
  projectId: 'from-builder',
89
+ project: {
90
+ id: 'from-builder',
91
+ },
89
92
  specification: {
90
93
  elements: {
91
94
  person: {