@finesoft/create-app 0.1.36 → 0.1.38

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@finesoft/create-app",
3
- "version": "0.1.36",
3
+ "version": "0.1.38",
4
4
  "description": "Scaffold a new Finesoft Front project",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -8,7 +8,7 @@
8
8
  "preview": "vp preview"
9
9
  },
10
10
  "dependencies": {
11
- "@finesoft/front": "^0.5.3",
11
+ "@finesoft/front": "^0.5.5",
12
12
  "react": "^19.2.8",
13
13
  "react-dom": "^19.2.8"
14
14
  },
@@ -18,9 +18,10 @@
18
18
  "@types/react": "^19.2.18",
19
19
  "@types/react-dom": "^19.2.4",
20
20
  "@vitejs/plugin-react": "^6.0.5",
21
- "hono": "^4.13.1",
21
+ "hono": "^4.13.5",
22
22
  "typescript": "^6.0.3",
23
23
  "vite": "npm:@voidzero-dev/vite-plus-core@0.2.8",
24
24
  "vite-plus": "0.2.8"
25
- }
25
+ },
26
+ "packageManager": "pnpm@11.20.0"
26
27
  }
@@ -0,0 +1,46 @@
1
+ diff --git a/dist/constants-BppDcRc1.js b/dist/constants-BppDcRc1.js
2
+ --- a/dist/constants-BppDcRc1.js
3
+ +++ b/dist/constants-BppDcRc1.js
4
+ @@ -5,7 +5,7 @@
5
+ //#region src/utils/constants.ts
6
+ const VITE_PLUS_NAME = "vite-plus";
7
+ const VITE_PLUS_VERSION = process.env.VP_VERSION || version;
8
+ -const VITEST_VERSION = "4.1.10";
9
+ +const VITEST_VERSION = "4.1.11";
10
+ const VITE_PLUS_OVERRIDE_PACKAGES = process.env.VP_OVERRIDE_PACKAGES ? JSON.parse(process.env.VP_OVERRIDE_PACKAGES) : {
11
+ vite: `npm:@voidzero-dev/vite-plus-core@${VITE_PLUS_VERSION}`,
12
+ vitest: VITEST_VERSION
13
+ diff --git a/dist/define-config-CEm_MtvJ.cjs b/dist/define-config-CEm_MtvJ.cjs
14
+ --- a/dist/define-config-CEm_MtvJ.cjs
15
+ +++ b/dist/define-config-CEm_MtvJ.cjs
16
+ @@ -40,7 +40,7 @@
17
+ var version = "0.2.8", VITE_PLUS_VERSION, VITEST_VERSION, CONFIG_METADATA_ENV;
18
+ var init_constants = __esmMin((() => {
19
+ VITE_PLUS_VERSION = process.env.VP_VERSION || version;
20
+ - VITEST_VERSION = "4.1.10";
21
+ + VITEST_VERSION = "4.1.11";
22
+ process.env.VP_OVERRIDE_PACKAGES ? JSON.parse(process.env.VP_OVERRIDE_PACKAGES) : `${VITE_PLUS_VERSION}`;
23
+ (0, node_module.createRequire)(require("url").pathToFileURL(__filename).href);
24
+ process.versions.node, process.release.name;
25
+ diff --git a/dist/versions.js b/dist/versions.js
26
+ --- a/dist/versions.js
27
+ +++ b/dist/versions.js
28
+ @@ -5,5 +5,5 @@
29
+ "oxlint": "1.76.0",
30
+ "oxfmt": "0.61.0",
31
+ "oxlint-tsgolint": "7.0.2001",
32
+ - "vitest": "4.1.10"
33
+ + "vitest": "4.1.11"
34
+ };
35
+ diff --git a/dist/editor-CGWdbLgD.js b/dist/editor-CGWdbLgD.js
36
+ --- a/dist/editor-CGWdbLgD.js
37
+ +++ b/dist/editor-CGWdbLgD.js
38
+ @@ -1266,7 +1266,7 @@
39
+ pkg.optionalDependencies
40
+ ]) {
41
+ if (!dependencies) continue;
42
+ - for (const [name, spec] of Object.entries(dependencies)) if (isAlignableVitestEcosystemPackage(name) && spec.startsWith("catalog:") && catalogDependencyResolver(spec, name) !== "4.1.10") return true;
43
+ + for (const [name, spec] of Object.entries(dependencies)) if (isAlignableVitestEcosystemPackage(name) && spec.startsWith("catalog:") && catalogDependencyResolver(spec, name) !== VITEST_VERSION) return true;
44
+ }
45
+ return false;
46
+ }
@@ -0,0 +1,26 @@
1
+ packages:
2
+ - "."
3
+
4
+ # Keep the patched toolchain and dependency versions used by the framework.
5
+ overrides:
6
+ "vite": "npm:@voidzero-dev/vite-plus-core@0.2.8"
7
+ "vitest": "4.1.11"
8
+ "@vitest/browser": "4.1.11"
9
+ "@vitest/browser-preview": "4.1.11"
10
+ "@vitest/expect": "4.1.11"
11
+ "@vitest/mocker": "4.1.11"
12
+ "@vitest/pretty-format": "4.1.11"
13
+ "@vitest/runner": "4.1.11"
14
+ "@vitest/snapshot": "4.1.11"
15
+ "@vitest/spy": "4.1.11"
16
+ "@vitest/utils": "4.1.11"
17
+ "hono@>=4.0.0 <4.13.5": "^4.13.5"
18
+ "devalue@>=5.0.0 <5.9.2": "5.9.2"
19
+ "esbuild@>=0.27.3 <0.28.1": "0.28.2"
20
+ "js-yaml@>=3.0.0 <3.15.2": "3.15.2"
21
+ "js-yaml@>=4.0.0 <4.3.2": "4.3.2"
22
+ "postcss@<8.5.10": ">=8.5.10"
23
+ "ws@<8.20.1": ">=8.20.1"
24
+
25
+ patchedDependencies:
26
+ "vite-plus@0.2.8": "patches/vite-plus@0.2.8.patch"
@@ -8,12 +8,9 @@ import { HttpClient, type HttpClientConfig } from "@finesoft/front";
8
8
  export class ApiClient extends HttpClient {
9
9
  constructor(config: Partial<HttpClientConfig> & Pick<HttpClientConfig, "fetch">) {
10
10
  super({
11
+ ...config,
11
12
  baseUrl: config.baseUrl ?? "/api",
12
13
  defaultHeaders: { "Content-Type": "application/json", ...config.defaultHeaders },
13
- fetch: config.fetch,
14
- validateDns: config.validateDns,
15
- lookup: config.lookup,
16
- allowInternalHosts: config.allowInternalHosts,
17
14
  });
18
15
  }
19
16
 
@@ -8,7 +8,7 @@
8
8
  "preview": "vp preview"
9
9
  },
10
10
  "dependencies": {
11
- "@finesoft/front": "^0.5.3",
11
+ "@finesoft/front": "^0.5.5",
12
12
  "react": "^19.2.8",
13
13
  "react-dom": "^19.2.8"
14
14
  },
@@ -18,9 +18,10 @@
18
18
  "@types/react": "^19.2.18",
19
19
  "@types/react-dom": "^19.2.4",
20
20
  "@vitejs/plugin-react": "^6.0.5",
21
- "hono": "^4.13.1",
21
+ "hono": "^4.13.5",
22
22
  "typescript": "^6.0.3",
23
23
  "vite": "npm:@voidzero-dev/vite-plus-core@0.2.8",
24
24
  "vite-plus": "0.2.8"
25
- }
25
+ },
26
+ "packageManager": "pnpm@11.20.0"
26
27
  }
@@ -0,0 +1,46 @@
1
+ diff --git a/dist/constants-BppDcRc1.js b/dist/constants-BppDcRc1.js
2
+ --- a/dist/constants-BppDcRc1.js
3
+ +++ b/dist/constants-BppDcRc1.js
4
+ @@ -5,7 +5,7 @@
5
+ //#region src/utils/constants.ts
6
+ const VITE_PLUS_NAME = "vite-plus";
7
+ const VITE_PLUS_VERSION = process.env.VP_VERSION || version;
8
+ -const VITEST_VERSION = "4.1.10";
9
+ +const VITEST_VERSION = "4.1.11";
10
+ const VITE_PLUS_OVERRIDE_PACKAGES = process.env.VP_OVERRIDE_PACKAGES ? JSON.parse(process.env.VP_OVERRIDE_PACKAGES) : {
11
+ vite: `npm:@voidzero-dev/vite-plus-core@${VITE_PLUS_VERSION}`,
12
+ vitest: VITEST_VERSION
13
+ diff --git a/dist/define-config-CEm_MtvJ.cjs b/dist/define-config-CEm_MtvJ.cjs
14
+ --- a/dist/define-config-CEm_MtvJ.cjs
15
+ +++ b/dist/define-config-CEm_MtvJ.cjs
16
+ @@ -40,7 +40,7 @@
17
+ var version = "0.2.8", VITE_PLUS_VERSION, VITEST_VERSION, CONFIG_METADATA_ENV;
18
+ var init_constants = __esmMin((() => {
19
+ VITE_PLUS_VERSION = process.env.VP_VERSION || version;
20
+ - VITEST_VERSION = "4.1.10";
21
+ + VITEST_VERSION = "4.1.11";
22
+ process.env.VP_OVERRIDE_PACKAGES ? JSON.parse(process.env.VP_OVERRIDE_PACKAGES) : `${VITE_PLUS_VERSION}`;
23
+ (0, node_module.createRequire)(require("url").pathToFileURL(__filename).href);
24
+ process.versions.node, process.release.name;
25
+ diff --git a/dist/versions.js b/dist/versions.js
26
+ --- a/dist/versions.js
27
+ +++ b/dist/versions.js
28
+ @@ -5,5 +5,5 @@
29
+ "oxlint": "1.76.0",
30
+ "oxfmt": "0.61.0",
31
+ "oxlint-tsgolint": "7.0.2001",
32
+ - "vitest": "4.1.10"
33
+ + "vitest": "4.1.11"
34
+ };
35
+ diff --git a/dist/editor-CGWdbLgD.js b/dist/editor-CGWdbLgD.js
36
+ --- a/dist/editor-CGWdbLgD.js
37
+ +++ b/dist/editor-CGWdbLgD.js
38
+ @@ -1266,7 +1266,7 @@
39
+ pkg.optionalDependencies
40
+ ]) {
41
+ if (!dependencies) continue;
42
+ - for (const [name, spec] of Object.entries(dependencies)) if (isAlignableVitestEcosystemPackage(name) && spec.startsWith("catalog:") && catalogDependencyResolver(spec, name) !== "4.1.10") return true;
43
+ + for (const [name, spec] of Object.entries(dependencies)) if (isAlignableVitestEcosystemPackage(name) && spec.startsWith("catalog:") && catalogDependencyResolver(spec, name) !== VITEST_VERSION) return true;
44
+ }
45
+ return false;
46
+ }
@@ -0,0 +1,26 @@
1
+ packages:
2
+ - "."
3
+
4
+ # Keep the patched toolchain and dependency versions used by the framework.
5
+ overrides:
6
+ "vite": "npm:@voidzero-dev/vite-plus-core@0.2.8"
7
+ "vitest": "4.1.11"
8
+ "@vitest/browser": "4.1.11"
9
+ "@vitest/browser-preview": "4.1.11"
10
+ "@vitest/expect": "4.1.11"
11
+ "@vitest/mocker": "4.1.11"
12
+ "@vitest/pretty-format": "4.1.11"
13
+ "@vitest/runner": "4.1.11"
14
+ "@vitest/snapshot": "4.1.11"
15
+ "@vitest/spy": "4.1.11"
16
+ "@vitest/utils": "4.1.11"
17
+ "hono@>=4.0.0 <4.13.5": "^4.13.5"
18
+ "devalue@>=5.0.0 <5.9.2": "5.9.2"
19
+ "esbuild@>=0.27.3 <0.28.1": "0.28.2"
20
+ "js-yaml@>=3.0.0 <3.15.2": "3.15.2"
21
+ "js-yaml@>=4.0.0 <4.3.2": "4.3.2"
22
+ "postcss@<8.5.10": ">=8.5.10"
23
+ "ws@<8.20.1": ">=8.20.1"
24
+
25
+ patchedDependencies:
26
+ "vite-plus@0.2.8": "patches/vite-plus@0.2.8.patch"
@@ -8,16 +8,17 @@
8
8
  "preview": "vp preview"
9
9
  },
10
10
  "dependencies": {
11
- "@finesoft/front": "^0.5.3",
11
+ "@finesoft/front": "^0.5.5",
12
12
  "svelte": "^5.56.8"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@hono/node-server": "^2.1.0",
16
16
  "@sveltejs/vite-plugin-svelte": "^7.3.0",
17
17
  "@types/node": "^22.20.1",
18
- "hono": "^4.13.1",
18
+ "hono": "^4.13.5",
19
19
  "typescript": "^6.0.3",
20
20
  "vite": "npm:@voidzero-dev/vite-plus-core@0.2.8",
21
21
  "vite-plus": "0.2.8"
22
- }
22
+ },
23
+ "packageManager": "pnpm@11.20.0"
23
24
  }
@@ -0,0 +1,46 @@
1
+ diff --git a/dist/constants-BppDcRc1.js b/dist/constants-BppDcRc1.js
2
+ --- a/dist/constants-BppDcRc1.js
3
+ +++ b/dist/constants-BppDcRc1.js
4
+ @@ -5,7 +5,7 @@
5
+ //#region src/utils/constants.ts
6
+ const VITE_PLUS_NAME = "vite-plus";
7
+ const VITE_PLUS_VERSION = process.env.VP_VERSION || version;
8
+ -const VITEST_VERSION = "4.1.10";
9
+ +const VITEST_VERSION = "4.1.11";
10
+ const VITE_PLUS_OVERRIDE_PACKAGES = process.env.VP_OVERRIDE_PACKAGES ? JSON.parse(process.env.VP_OVERRIDE_PACKAGES) : {
11
+ vite: `npm:@voidzero-dev/vite-plus-core@${VITE_PLUS_VERSION}`,
12
+ vitest: VITEST_VERSION
13
+ diff --git a/dist/define-config-CEm_MtvJ.cjs b/dist/define-config-CEm_MtvJ.cjs
14
+ --- a/dist/define-config-CEm_MtvJ.cjs
15
+ +++ b/dist/define-config-CEm_MtvJ.cjs
16
+ @@ -40,7 +40,7 @@
17
+ var version = "0.2.8", VITE_PLUS_VERSION, VITEST_VERSION, CONFIG_METADATA_ENV;
18
+ var init_constants = __esmMin((() => {
19
+ VITE_PLUS_VERSION = process.env.VP_VERSION || version;
20
+ - VITEST_VERSION = "4.1.10";
21
+ + VITEST_VERSION = "4.1.11";
22
+ process.env.VP_OVERRIDE_PACKAGES ? JSON.parse(process.env.VP_OVERRIDE_PACKAGES) : `${VITE_PLUS_VERSION}`;
23
+ (0, node_module.createRequire)(require("url").pathToFileURL(__filename).href);
24
+ process.versions.node, process.release.name;
25
+ diff --git a/dist/versions.js b/dist/versions.js
26
+ --- a/dist/versions.js
27
+ +++ b/dist/versions.js
28
+ @@ -5,5 +5,5 @@
29
+ "oxlint": "1.76.0",
30
+ "oxfmt": "0.61.0",
31
+ "oxlint-tsgolint": "7.0.2001",
32
+ - "vitest": "4.1.10"
33
+ + "vitest": "4.1.11"
34
+ };
35
+ diff --git a/dist/editor-CGWdbLgD.js b/dist/editor-CGWdbLgD.js
36
+ --- a/dist/editor-CGWdbLgD.js
37
+ +++ b/dist/editor-CGWdbLgD.js
38
+ @@ -1266,7 +1266,7 @@
39
+ pkg.optionalDependencies
40
+ ]) {
41
+ if (!dependencies) continue;
42
+ - for (const [name, spec] of Object.entries(dependencies)) if (isAlignableVitestEcosystemPackage(name) && spec.startsWith("catalog:") && catalogDependencyResolver(spec, name) !== "4.1.10") return true;
43
+ + for (const [name, spec] of Object.entries(dependencies)) if (isAlignableVitestEcosystemPackage(name) && spec.startsWith("catalog:") && catalogDependencyResolver(spec, name) !== VITEST_VERSION) return true;
44
+ }
45
+ return false;
46
+ }
@@ -0,0 +1,26 @@
1
+ packages:
2
+ - "."
3
+
4
+ # Keep the patched toolchain and dependency versions used by the framework.
5
+ overrides:
6
+ "vite": "npm:@voidzero-dev/vite-plus-core@0.2.8"
7
+ "vitest": "4.1.11"
8
+ "@vitest/browser": "4.1.11"
9
+ "@vitest/browser-preview": "4.1.11"
10
+ "@vitest/expect": "4.1.11"
11
+ "@vitest/mocker": "4.1.11"
12
+ "@vitest/pretty-format": "4.1.11"
13
+ "@vitest/runner": "4.1.11"
14
+ "@vitest/snapshot": "4.1.11"
15
+ "@vitest/spy": "4.1.11"
16
+ "@vitest/utils": "4.1.11"
17
+ "hono@>=4.0.0 <4.13.5": "^4.13.5"
18
+ "devalue@>=5.0.0 <5.9.2": "5.9.2"
19
+ "esbuild@>=0.27.3 <0.28.1": "0.28.2"
20
+ "js-yaml@>=3.0.0 <3.15.2": "3.15.2"
21
+ "js-yaml@>=4.0.0 <4.3.2": "4.3.2"
22
+ "postcss@<8.5.10": ">=8.5.10"
23
+ "ws@<8.20.1": ">=8.20.1"
24
+
25
+ patchedDependencies:
26
+ "vite-plus@0.2.8": "patches/vite-plus@0.2.8.patch"
@@ -8,12 +8,9 @@ import { HttpClient, type HttpClientConfig } from "@finesoft/front";
8
8
  export class ApiClient extends HttpClient {
9
9
  constructor(config: Partial<HttpClientConfig> & Pick<HttpClientConfig, "fetch">) {
10
10
  super({
11
+ ...config,
11
12
  baseUrl: config.baseUrl ?? "/api",
12
13
  defaultHeaders: { "Content-Type": "application/json", ...config.defaultHeaders },
13
- fetch: config.fetch,
14
- validateDns: config.validateDns,
15
- lookup: config.lookup,
16
- allowInternalHosts: config.allowInternalHosts,
17
14
  });
18
15
  }
19
16
 
@@ -8,16 +8,17 @@
8
8
  "preview": "vp preview"
9
9
  },
10
10
  "dependencies": {
11
- "@finesoft/front": "^0.5.3",
11
+ "@finesoft/front": "^0.5.5",
12
12
  "svelte": "^5.56.8"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@hono/node-server": "^2.1.0",
16
16
  "@sveltejs/vite-plugin-svelte": "^7.3.0",
17
17
  "@types/node": "^22.20.1",
18
- "hono": "^4.13.1",
18
+ "hono": "^4.13.5",
19
19
  "typescript": "^6.0.3",
20
20
  "vite": "npm:@voidzero-dev/vite-plus-core@0.2.8",
21
21
  "vite-plus": "0.2.8"
22
- }
22
+ },
23
+ "packageManager": "pnpm@11.20.0"
23
24
  }
@@ -0,0 +1,46 @@
1
+ diff --git a/dist/constants-BppDcRc1.js b/dist/constants-BppDcRc1.js
2
+ --- a/dist/constants-BppDcRc1.js
3
+ +++ b/dist/constants-BppDcRc1.js
4
+ @@ -5,7 +5,7 @@
5
+ //#region src/utils/constants.ts
6
+ const VITE_PLUS_NAME = "vite-plus";
7
+ const VITE_PLUS_VERSION = process.env.VP_VERSION || version;
8
+ -const VITEST_VERSION = "4.1.10";
9
+ +const VITEST_VERSION = "4.1.11";
10
+ const VITE_PLUS_OVERRIDE_PACKAGES = process.env.VP_OVERRIDE_PACKAGES ? JSON.parse(process.env.VP_OVERRIDE_PACKAGES) : {
11
+ vite: `npm:@voidzero-dev/vite-plus-core@${VITE_PLUS_VERSION}`,
12
+ vitest: VITEST_VERSION
13
+ diff --git a/dist/define-config-CEm_MtvJ.cjs b/dist/define-config-CEm_MtvJ.cjs
14
+ --- a/dist/define-config-CEm_MtvJ.cjs
15
+ +++ b/dist/define-config-CEm_MtvJ.cjs
16
+ @@ -40,7 +40,7 @@
17
+ var version = "0.2.8", VITE_PLUS_VERSION, VITEST_VERSION, CONFIG_METADATA_ENV;
18
+ var init_constants = __esmMin((() => {
19
+ VITE_PLUS_VERSION = process.env.VP_VERSION || version;
20
+ - VITEST_VERSION = "4.1.10";
21
+ + VITEST_VERSION = "4.1.11";
22
+ process.env.VP_OVERRIDE_PACKAGES ? JSON.parse(process.env.VP_OVERRIDE_PACKAGES) : `${VITE_PLUS_VERSION}`;
23
+ (0, node_module.createRequire)(require("url").pathToFileURL(__filename).href);
24
+ process.versions.node, process.release.name;
25
+ diff --git a/dist/versions.js b/dist/versions.js
26
+ --- a/dist/versions.js
27
+ +++ b/dist/versions.js
28
+ @@ -5,5 +5,5 @@
29
+ "oxlint": "1.76.0",
30
+ "oxfmt": "0.61.0",
31
+ "oxlint-tsgolint": "7.0.2001",
32
+ - "vitest": "4.1.10"
33
+ + "vitest": "4.1.11"
34
+ };
35
+ diff --git a/dist/editor-CGWdbLgD.js b/dist/editor-CGWdbLgD.js
36
+ --- a/dist/editor-CGWdbLgD.js
37
+ +++ b/dist/editor-CGWdbLgD.js
38
+ @@ -1266,7 +1266,7 @@
39
+ pkg.optionalDependencies
40
+ ]) {
41
+ if (!dependencies) continue;
42
+ - for (const [name, spec] of Object.entries(dependencies)) if (isAlignableVitestEcosystemPackage(name) && spec.startsWith("catalog:") && catalogDependencyResolver(spec, name) !== "4.1.10") return true;
43
+ + for (const [name, spec] of Object.entries(dependencies)) if (isAlignableVitestEcosystemPackage(name) && spec.startsWith("catalog:") && catalogDependencyResolver(spec, name) !== VITEST_VERSION) return true;
44
+ }
45
+ return false;
46
+ }
@@ -0,0 +1,26 @@
1
+ packages:
2
+ - "."
3
+
4
+ # Keep the patched toolchain and dependency versions used by the framework.
5
+ overrides:
6
+ "vite": "npm:@voidzero-dev/vite-plus-core@0.2.8"
7
+ "vitest": "4.1.11"
8
+ "@vitest/browser": "4.1.11"
9
+ "@vitest/browser-preview": "4.1.11"
10
+ "@vitest/expect": "4.1.11"
11
+ "@vitest/mocker": "4.1.11"
12
+ "@vitest/pretty-format": "4.1.11"
13
+ "@vitest/runner": "4.1.11"
14
+ "@vitest/snapshot": "4.1.11"
15
+ "@vitest/spy": "4.1.11"
16
+ "@vitest/utils": "4.1.11"
17
+ "hono@>=4.0.0 <4.13.5": "^4.13.5"
18
+ "devalue@>=5.0.0 <5.9.2": "5.9.2"
19
+ "esbuild@>=0.27.3 <0.28.1": "0.28.2"
20
+ "js-yaml@>=3.0.0 <3.15.2": "3.15.2"
21
+ "js-yaml@>=4.0.0 <4.3.2": "4.3.2"
22
+ "postcss@<8.5.10": ">=8.5.10"
23
+ "ws@<8.20.1": ">=8.20.1"
24
+
25
+ patchedDependencies:
26
+ "vite-plus@0.2.8": "patches/vite-plus@0.2.8.patch"
@@ -8,16 +8,17 @@
8
8
  "preview": "vp preview"
9
9
  },
10
10
  "dependencies": {
11
- "@finesoft/front": "^0.5.3",
11
+ "@finesoft/front": "^0.5.5",
12
12
  "vue": "^3.5.41"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@hono/node-server": "^2.1.0",
16
16
  "@types/node": "^22.20.1",
17
17
  "@vitejs/plugin-vue": "^6.0.8",
18
- "hono": "^4.13.1",
18
+ "hono": "^4.13.5",
19
19
  "typescript": "^6.0.3",
20
20
  "vite": "npm:@voidzero-dev/vite-plus-core@0.2.8",
21
21
  "vite-plus": "0.2.8"
22
- }
22
+ },
23
+ "packageManager": "pnpm@11.20.0"
23
24
  }
@@ -0,0 +1,46 @@
1
+ diff --git a/dist/constants-BppDcRc1.js b/dist/constants-BppDcRc1.js
2
+ --- a/dist/constants-BppDcRc1.js
3
+ +++ b/dist/constants-BppDcRc1.js
4
+ @@ -5,7 +5,7 @@
5
+ //#region src/utils/constants.ts
6
+ const VITE_PLUS_NAME = "vite-plus";
7
+ const VITE_PLUS_VERSION = process.env.VP_VERSION || version;
8
+ -const VITEST_VERSION = "4.1.10";
9
+ +const VITEST_VERSION = "4.1.11";
10
+ const VITE_PLUS_OVERRIDE_PACKAGES = process.env.VP_OVERRIDE_PACKAGES ? JSON.parse(process.env.VP_OVERRIDE_PACKAGES) : {
11
+ vite: `npm:@voidzero-dev/vite-plus-core@${VITE_PLUS_VERSION}`,
12
+ vitest: VITEST_VERSION
13
+ diff --git a/dist/define-config-CEm_MtvJ.cjs b/dist/define-config-CEm_MtvJ.cjs
14
+ --- a/dist/define-config-CEm_MtvJ.cjs
15
+ +++ b/dist/define-config-CEm_MtvJ.cjs
16
+ @@ -40,7 +40,7 @@
17
+ var version = "0.2.8", VITE_PLUS_VERSION, VITEST_VERSION, CONFIG_METADATA_ENV;
18
+ var init_constants = __esmMin((() => {
19
+ VITE_PLUS_VERSION = process.env.VP_VERSION || version;
20
+ - VITEST_VERSION = "4.1.10";
21
+ + VITEST_VERSION = "4.1.11";
22
+ process.env.VP_OVERRIDE_PACKAGES ? JSON.parse(process.env.VP_OVERRIDE_PACKAGES) : `${VITE_PLUS_VERSION}`;
23
+ (0, node_module.createRequire)(require("url").pathToFileURL(__filename).href);
24
+ process.versions.node, process.release.name;
25
+ diff --git a/dist/versions.js b/dist/versions.js
26
+ --- a/dist/versions.js
27
+ +++ b/dist/versions.js
28
+ @@ -5,5 +5,5 @@
29
+ "oxlint": "1.76.0",
30
+ "oxfmt": "0.61.0",
31
+ "oxlint-tsgolint": "7.0.2001",
32
+ - "vitest": "4.1.10"
33
+ + "vitest": "4.1.11"
34
+ };
35
+ diff --git a/dist/editor-CGWdbLgD.js b/dist/editor-CGWdbLgD.js
36
+ --- a/dist/editor-CGWdbLgD.js
37
+ +++ b/dist/editor-CGWdbLgD.js
38
+ @@ -1266,7 +1266,7 @@
39
+ pkg.optionalDependencies
40
+ ]) {
41
+ if (!dependencies) continue;
42
+ - for (const [name, spec] of Object.entries(dependencies)) if (isAlignableVitestEcosystemPackage(name) && spec.startsWith("catalog:") && catalogDependencyResolver(spec, name) !== "4.1.10") return true;
43
+ + for (const [name, spec] of Object.entries(dependencies)) if (isAlignableVitestEcosystemPackage(name) && spec.startsWith("catalog:") && catalogDependencyResolver(spec, name) !== VITEST_VERSION) return true;
44
+ }
45
+ return false;
46
+ }
@@ -0,0 +1,26 @@
1
+ packages:
2
+ - "."
3
+
4
+ # Keep the patched toolchain and dependency versions used by the framework.
5
+ overrides:
6
+ "vite": "npm:@voidzero-dev/vite-plus-core@0.2.8"
7
+ "vitest": "4.1.11"
8
+ "@vitest/browser": "4.1.11"
9
+ "@vitest/browser-preview": "4.1.11"
10
+ "@vitest/expect": "4.1.11"
11
+ "@vitest/mocker": "4.1.11"
12
+ "@vitest/pretty-format": "4.1.11"
13
+ "@vitest/runner": "4.1.11"
14
+ "@vitest/snapshot": "4.1.11"
15
+ "@vitest/spy": "4.1.11"
16
+ "@vitest/utils": "4.1.11"
17
+ "hono@>=4.0.0 <4.13.5": "^4.13.5"
18
+ "devalue@>=5.0.0 <5.9.2": "5.9.2"
19
+ "esbuild@>=0.27.3 <0.28.1": "0.28.2"
20
+ "js-yaml@>=3.0.0 <3.15.2": "3.15.2"
21
+ "js-yaml@>=4.0.0 <4.3.2": "4.3.2"
22
+ "postcss@<8.5.10": ">=8.5.10"
23
+ "ws@<8.20.1": ">=8.20.1"
24
+
25
+ patchedDependencies:
26
+ "vite-plus@0.2.8": "patches/vite-plus@0.2.8.patch"
@@ -8,12 +8,9 @@ import { HttpClient, type HttpClientConfig } from "@finesoft/front";
8
8
  export class ApiClient extends HttpClient {
9
9
  constructor(config: Partial<HttpClientConfig> & Pick<HttpClientConfig, "fetch">) {
10
10
  super({
11
+ ...config,
11
12
  baseUrl: config.baseUrl ?? "/api",
12
13
  defaultHeaders: { "Content-Type": "application/json", ...config.defaultHeaders },
13
- fetch: config.fetch,
14
- validateDns: config.validateDns,
15
- lookup: config.lookup,
16
- allowInternalHosts: config.allowInternalHosts,
17
14
  });
18
15
  }
19
16
 
@@ -8,16 +8,17 @@
8
8
  "preview": "vp preview"
9
9
  },
10
10
  "dependencies": {
11
- "@finesoft/front": "^0.5.3",
11
+ "@finesoft/front": "^0.5.5",
12
12
  "vue": "^3.5.41"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@hono/node-server": "^2.1.0",
16
16
  "@types/node": "^22.20.1",
17
17
  "@vitejs/plugin-vue": "^6.0.8",
18
- "hono": "^4.13.1",
18
+ "hono": "^4.13.5",
19
19
  "typescript": "^6.0.3",
20
20
  "vite": "npm:@voidzero-dev/vite-plus-core@0.2.8",
21
21
  "vite-plus": "0.2.8"
22
- }
22
+ },
23
+ "packageManager": "pnpm@11.20.0"
23
24
  }
@@ -0,0 +1,46 @@
1
+ diff --git a/dist/constants-BppDcRc1.js b/dist/constants-BppDcRc1.js
2
+ --- a/dist/constants-BppDcRc1.js
3
+ +++ b/dist/constants-BppDcRc1.js
4
+ @@ -5,7 +5,7 @@
5
+ //#region src/utils/constants.ts
6
+ const VITE_PLUS_NAME = "vite-plus";
7
+ const VITE_PLUS_VERSION = process.env.VP_VERSION || version;
8
+ -const VITEST_VERSION = "4.1.10";
9
+ +const VITEST_VERSION = "4.1.11";
10
+ const VITE_PLUS_OVERRIDE_PACKAGES = process.env.VP_OVERRIDE_PACKAGES ? JSON.parse(process.env.VP_OVERRIDE_PACKAGES) : {
11
+ vite: `npm:@voidzero-dev/vite-plus-core@${VITE_PLUS_VERSION}`,
12
+ vitest: VITEST_VERSION
13
+ diff --git a/dist/define-config-CEm_MtvJ.cjs b/dist/define-config-CEm_MtvJ.cjs
14
+ --- a/dist/define-config-CEm_MtvJ.cjs
15
+ +++ b/dist/define-config-CEm_MtvJ.cjs
16
+ @@ -40,7 +40,7 @@
17
+ var version = "0.2.8", VITE_PLUS_VERSION, VITEST_VERSION, CONFIG_METADATA_ENV;
18
+ var init_constants = __esmMin((() => {
19
+ VITE_PLUS_VERSION = process.env.VP_VERSION || version;
20
+ - VITEST_VERSION = "4.1.10";
21
+ + VITEST_VERSION = "4.1.11";
22
+ process.env.VP_OVERRIDE_PACKAGES ? JSON.parse(process.env.VP_OVERRIDE_PACKAGES) : `${VITE_PLUS_VERSION}`;
23
+ (0, node_module.createRequire)(require("url").pathToFileURL(__filename).href);
24
+ process.versions.node, process.release.name;
25
+ diff --git a/dist/versions.js b/dist/versions.js
26
+ --- a/dist/versions.js
27
+ +++ b/dist/versions.js
28
+ @@ -5,5 +5,5 @@
29
+ "oxlint": "1.76.0",
30
+ "oxfmt": "0.61.0",
31
+ "oxlint-tsgolint": "7.0.2001",
32
+ - "vitest": "4.1.10"
33
+ + "vitest": "4.1.11"
34
+ };
35
+ diff --git a/dist/editor-CGWdbLgD.js b/dist/editor-CGWdbLgD.js
36
+ --- a/dist/editor-CGWdbLgD.js
37
+ +++ b/dist/editor-CGWdbLgD.js
38
+ @@ -1266,7 +1266,7 @@
39
+ pkg.optionalDependencies
40
+ ]) {
41
+ if (!dependencies) continue;
42
+ - for (const [name, spec] of Object.entries(dependencies)) if (isAlignableVitestEcosystemPackage(name) && spec.startsWith("catalog:") && catalogDependencyResolver(spec, name) !== "4.1.10") return true;
43
+ + for (const [name, spec] of Object.entries(dependencies)) if (isAlignableVitestEcosystemPackage(name) && spec.startsWith("catalog:") && catalogDependencyResolver(spec, name) !== VITEST_VERSION) return true;
44
+ }
45
+ return false;
46
+ }
@@ -0,0 +1,26 @@
1
+ packages:
2
+ - "."
3
+
4
+ # Keep the patched toolchain and dependency versions used by the framework.
5
+ overrides:
6
+ "vite": "npm:@voidzero-dev/vite-plus-core@0.2.8"
7
+ "vitest": "4.1.11"
8
+ "@vitest/browser": "4.1.11"
9
+ "@vitest/browser-preview": "4.1.11"
10
+ "@vitest/expect": "4.1.11"
11
+ "@vitest/mocker": "4.1.11"
12
+ "@vitest/pretty-format": "4.1.11"
13
+ "@vitest/runner": "4.1.11"
14
+ "@vitest/snapshot": "4.1.11"
15
+ "@vitest/spy": "4.1.11"
16
+ "@vitest/utils": "4.1.11"
17
+ "hono@>=4.0.0 <4.13.5": "^4.13.5"
18
+ "devalue@>=5.0.0 <5.9.2": "5.9.2"
19
+ "esbuild@>=0.27.3 <0.28.1": "0.28.2"
20
+ "js-yaml@>=3.0.0 <3.15.2": "3.15.2"
21
+ "js-yaml@>=4.0.0 <4.3.2": "4.3.2"
22
+ "postcss@<8.5.10": ">=8.5.10"
23
+ "ws@<8.20.1": ">=8.20.1"
24
+
25
+ patchedDependencies:
26
+ "vite-plus@0.2.8": "patches/vite-plus@0.2.8.patch"