@likec4/config 1.46.4 → 1.47.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/dist/index.d.mts CHANGED
@@ -568,7 +568,7 @@ declare const LikeC4ProjectJsonConfigSchema: z.ZodObject<{
568
568
  opacity: z.ZodOptional<z.ZodInt>;
569
569
  border: z.ZodOptional<z.ZodLiteral<"none" | "solid" | "dashed" | "dotted">>;
570
570
  size: z.ZodOptional<z.ZodLiteral<"xs" | "sm" | "md" | "lg" | "xl">>;
571
- shape: z.ZodOptional<z.ZodLiteral<"rectangle" | "person" | "browser" | "mobile" | "cylinder" | "storage" | "queue">>;
571
+ shape: z.ZodOptional<z.ZodLiteral<"rectangle" | "person" | "browser" | "mobile" | "cylinder" | "storage" | "queue" | "bucket" | "document">>;
572
572
  group: z.ZodOptional<z.ZodObject<{
573
573
  color: z.ZodOptional<z.ZodPipe<z.ZodUnion<readonly [z.ZodLiteral<"amber" | "blue" | "gray" | "slate" | "green" | "indigo" | "muted" | "primary" | "red" | "secondary" | "sky">, z.ZodString]>, z.ZodTransform<"amber" | "blue" | "gray" | "slate" | "green" | "indigo" | "muted" | "primary" | "red" | "secondary" | "sky", string>>>;
574
574
  opacity: z.ZodOptional<z.ZodInt>;
@@ -769,7 +769,7 @@ declare const LikeC4ProjectJsonConfigSchema: z.ZodObject<{
769
769
  opacity?: number | undefined;
770
770
  border?: "none" | "solid" | "dashed" | "dotted" | undefined;
771
771
  size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
772
- shape?: "rectangle" | "person" | "browser" | "mobile" | "cylinder" | "storage" | "queue" | undefined;
772
+ shape?: "rectangle" | "person" | "browser" | "mobile" | "cylinder" | "storage" | "queue" | "bucket" | "document" | undefined;
773
773
  group?: {
774
774
  color?: "amber" | "blue" | "gray" | "slate" | "green" | "indigo" | "muted" | "primary" | "red" | "secondary" | "sky" | undefined;
775
775
  opacity?: number | undefined;
@@ -2052,7 +2052,7 @@ declare const LikeC4StylesConfigSchema: z.ZodPipe<z.ZodObject<{
2052
2052
  opacity: z.ZodOptional<z.ZodInt>;
2053
2053
  border: z.ZodOptional<z.ZodLiteral<"none" | "solid" | "dashed" | "dotted">>;
2054
2054
  size: z.ZodOptional<z.ZodLiteral<"xs" | "sm" | "md" | "lg" | "xl">>;
2055
- shape: z.ZodOptional<z.ZodLiteral<"rectangle" | "person" | "browser" | "mobile" | "cylinder" | "storage" | "queue">>;
2055
+ shape: z.ZodOptional<z.ZodLiteral<"rectangle" | "person" | "browser" | "mobile" | "cylinder" | "storage" | "queue" | "bucket" | "document">>;
2056
2056
  group: z.ZodOptional<z.ZodObject<{
2057
2057
  color: z.ZodOptional<z.ZodPipe<z.ZodUnion<readonly [z.ZodLiteral<"amber" | "blue" | "gray" | "slate" | "green" | "indigo" | "muted" | "primary" | "red" | "secondary" | "sky">, z.ZodString]>, z.ZodTransform<"amber" | "blue" | "gray" | "slate" | "green" | "indigo" | "muted" | "primary" | "red" | "secondary" | "sky", string>>>;
2058
2058
  opacity: z.ZodOptional<z.ZodInt>;
@@ -2253,7 +2253,7 @@ declare const LikeC4StylesConfigSchema: z.ZodPipe<z.ZodObject<{
2253
2253
  opacity?: number | undefined;
2254
2254
  border?: "none" | "solid" | "dashed" | "dotted" | undefined;
2255
2255
  size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
2256
- shape?: "rectangle" | "person" | "browser" | "mobile" | "cylinder" | "storage" | "queue" | undefined;
2256
+ shape?: "rectangle" | "person" | "browser" | "mobile" | "cylinder" | "storage" | "queue" | "bucket" | "document" | undefined;
2257
2257
  group?: {
2258
2258
  color?: "amber" | "blue" | "gray" | "slate" | "green" | "indigo" | "muted" | "primary" | "red" | "secondary" | "sky" | undefined;
2259
2259
  opacity?: number | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@likec4/config",
3
- "version": "1.46.4",
3
+ "version": "1.47.0",
4
4
  "license": "MIT",
5
5
  "homepage": "https://likec4.dev",
6
6
  "author": "Denis Davydkov <denis@davydkov.com>",
@@ -58,13 +58,13 @@
58
58
  "bundle-require": "^5.1.0",
59
59
  "defu": "^6.1.4",
60
60
  "json5": "^2.2.3",
61
- "zod": "^4.1.13",
61
+ "zod": "^4.2.1",
62
62
  "type-fest": "^4.41.0"
63
63
  },
64
64
  "peerDependencies": {
65
- "esbuild": "^0.27.1",
65
+ "esbuild": "^0.27.2",
66
66
  "vscode-uri": "3.1.0",
67
- "@likec4/core": "1.46.4",
67
+ "@likec4/core": "1.47.0",
68
68
  "@likec4/log": "1.46.1"
69
69
  },
70
70
  "peerDependenciesMeta": {
@@ -76,15 +76,15 @@
76
76
  "@types/node": "~22.19.3",
77
77
  "remeda": "^2.32.0",
78
78
  "tsx": "4.21.0",
79
- "turbo": "2.6.3",
79
+ "turbo": "2.7.2",
80
80
  "typescript": "5.9.3",
81
81
  "unbuild": "3.5.0",
82
82
  "nano-spawn": "^2.0.0",
83
83
  "vitest": "4.0.16",
84
- "@likec4/log": "1.46.1",
85
- "@likec4/devops": "1.42.0",
84
+ "@likec4/core": "1.47.0",
86
85
  "@likec4/tsconfig": "1.46.1",
87
- "@likec4/core": "1.46.4"
86
+ "@likec4/devops": "1.42.0",
87
+ "@likec4/log": "1.46.1"
88
88
  },
89
89
  "scripts": {
90
90
  "typecheck": "tsc -b --verbose",
package/schema.json CHANGED
@@ -412,7 +412,9 @@
412
412
  "mobile",
413
413
  "cylinder",
414
414
  "storage",
415
- "queue"
415
+ "queue",
416
+ "bucket",
417
+ "document"
416
418
  ]
417
419
  },
418
420
  "GroupDefaultStyleValues": {