@likec4/config 1.57.0 → 1.58.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.
@@ -1,4 +1,4 @@
1
- //#region ../../node_modules/.pnpm/remeda@2.33.7/node_modules/remeda/dist/lazyDataLastImpl-DtF3cihj.js
1
+ //#region ../../node_modules/.pnpm/remeda@2.37.0/node_modules/remeda/dist/lazyDataLastImpl-DtF3cihj.js
2
2
  function e$2(e, t, n) {
3
3
  let r = (n) => e(n, ...t);
4
4
  return n === void 0 ? r : Object.assign(r, {
@@ -7,7 +7,7 @@ function e$2(e, t, n) {
7
7
  });
8
8
  }
9
9
  //#endregion
10
- //#region ../../node_modules/.pnpm/remeda@2.33.7/node_modules/remeda/dist/purry.js
10
+ //#region ../../node_modules/.pnpm/remeda@2.37.0/node_modules/remeda/dist/purry.js
11
11
  function t$3(t, n, r) {
12
12
  let i = t.length - n.length;
13
13
  if (i === 0) return t(...n);
@@ -15,24 +15,24 @@ function t$3(t, n, r) {
15
15
  throw Error(`Wrong number of arguments`);
16
16
  }
17
17
  //#endregion
18
- //#region ../../node_modules/.pnpm/remeda@2.33.7/node_modules/remeda/dist/hasAtLeast.js
18
+ //#region ../../node_modules/.pnpm/remeda@2.37.0/node_modules/remeda/dist/hasAtLeast.js
19
19
  function t$2(...t) {
20
20
  return t$3(n$2, t);
21
21
  }
22
22
  const n$2 = (e, t) => e.length >= t;
23
23
  //#endregion
24
- //#region ../../node_modules/.pnpm/remeda@2.33.7/node_modules/remeda/dist/isNonNullish.js
24
+ //#region ../../node_modules/.pnpm/remeda@2.37.0/node_modules/remeda/dist/isNonNullish.js
25
25
  function e$1(e) {
26
26
  return e != null;
27
27
  }
28
28
  //#endregion
29
- //#region ../../node_modules/.pnpm/remeda@2.33.7/node_modules/remeda/dist/last.js
29
+ //#region ../../node_modules/.pnpm/remeda@2.37.0/node_modules/remeda/dist/last.js
30
30
  function t$1(...t) {
31
31
  return t$3(n$1, t);
32
32
  }
33
33
  const n$1 = (e) => e.at(-1);
34
34
  //#endregion
35
- //#region ../../node_modules/.pnpm/remeda@2.33.7/node_modules/remeda/dist/omit.js
35
+ //#region ../../node_modules/.pnpm/remeda@2.37.0/node_modules/remeda/dist/omit.js
36
36
  function n(...t) {
37
37
  return t$3(r, t);
38
38
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@likec4/config",
3
- "version": "1.57.0",
3
+ "version": "1.58.0",
4
4
  "license": "MIT",
5
5
  "homepage": "https://likec4.dev",
6
6
  "author": "Denis Davydkov <denis@davydkov.com>",
@@ -54,14 +54,14 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "json5": "^2.2.3",
57
- "zod": "^4.3.6",
57
+ "zod": "^4.4.3",
58
58
  "type-fest": "^4.41.0",
59
- "@likec4/core": "1.57.0",
60
- "@likec4/log": "1.57.0"
59
+ "@likec4/core": "1.58.0",
60
+ "@likec4/log": "1.58.0"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "bundle-require": "^5.1.0",
64
- "esbuild": "0.27.4"
64
+ "esbuild": "0.28.0"
65
65
  },
66
66
  "peerDependenciesMeta": {
67
67
  "esbuild": {
@@ -73,17 +73,17 @@
73
73
  },
74
74
  "devDependencies": {
75
75
  "@types/node": "~22.19.19",
76
- "remeda": "^2.33.7",
76
+ "remeda": "^2.37.0",
77
77
  "defu": "^6.1.7",
78
- "ufo": "1.6.3",
79
- "tsx": "4.21.0",
80
- "turbo": "2.9.14",
81
- "typescript": "5.9.3",
78
+ "ufo": "1.6.4",
79
+ "tsx": "4.22.4",
80
+ "turbo": "2.9.16",
81
+ "typescript": "6.0.3",
82
82
  "obuild": "0.4.31",
83
- "nano-spawn": "^2.0.0",
84
- "vitest": "4.1.3",
85
- "@likec4/tsconfig": "1.57.0",
86
- "@likec4/devops": "1.57.0"
83
+ "nano-spawn": "^2.1.0",
84
+ "vitest": "4.1.8",
85
+ "@likec4/tsconfig": "1.58.0",
86
+ "@likec4/devops": "1.58.0"
87
87
  },
88
88
  "scripts": {
89
89
  "generate": "tsx --conditions=sources scripts/generate.mts",