@entreprise-os/vitest-config 2.4.414 → 2.4.415

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/app.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import * as vite0 from "vite";
1
+ import * as vite1 from "vite";
2
2
 
3
3
  //#region app.d.ts
4
4
 
@@ -8,6 +8,6 @@ import * as vite0 from "vite";
8
8
  * Provides path alias resolution for the package's src directory.
9
9
  * Individual packages can extend this config and customize the alias name.
10
10
  */
11
- declare function createAppConfig(aliasName: string, srcPath?: string): vite0.UserConfig;
11
+ declare function createAppConfig(aliasName: string, srcPath?: string): vite1.UserConfig;
12
12
  //#endregion
13
13
  export { createAppConfig };
package/dist/data.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import * as vite1 from "vite";
1
+ import * as vite0 from "vite";
2
2
 
3
3
  //#region data.d.ts
4
4
 
@@ -8,6 +8,6 @@ import * as vite1 from "vite";
8
8
  * Configures sequential test execution to avoid database race conditions.
9
9
  * Tests run sequentially across all files since they share a database singleton.
10
10
  */
11
- declare const _default: vite1.UserConfig;
11
+ declare const _default: vite0.UserConfig;
12
12
  //#endregion
13
13
  export { _default as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entreprise-os/vitest-config",
3
- "version": "2.4.414",
3
+ "version": "2.4.415",
4
4
  "description": "Shared Vitest configuration for Enterprise OS packages",
5
5
  "type": "module",
6
6
  "publishConfig": {