@entreprise-os/vitest-config 2.4.330 → 2.4.332-beta.1f8a6ff

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.
@@ -0,0 +1,7 @@
1
+
2
+ > @entreprise-os/vitest-config@2.4.332 build:prod
3
+ > node ../../scripts/prepare-build.js
4
+
5
+ Preparing package for production: @entreprise-os/vitest-config
6
+ Updated 4 exports to point to built files
7
+ ✓ Production package.json created at package-prod.json
@@ -0,0 +1,42 @@
1
+ {
2
+ "name": "@entreprise-os/vitest-config",
3
+ "version": "2.4.332",
4
+ "description": "Shared Vitest configuration for Enterprise OS packages",
5
+ "type": "module",
6
+ "scripts": {
7
+ "build:prod": "node ../../scripts/prepare-build.js"
8
+ },
9
+ "publishConfig": {
10
+ "access": "public"
11
+ },
12
+ "exports": {
13
+ "./app": {
14
+ "types": "./dist/app.d.ts",
15
+ "default": "./dist/app.js"
16
+ },
17
+ "./data": {
18
+ "types": "./dist/data.d.ts",
19
+ "default": "./dist/data.js"
20
+ },
21
+ "./ui": {
22
+ "types": "./dist/ui.d.ts",
23
+ "default": "./dist/ui.js"
24
+ },
25
+ "./tsdown-externals": {
26
+ "types": "./dist/tsdown-externals.d.ts",
27
+ "default": "./dist/tsdown-externals.js"
28
+ }
29
+ },
30
+ "peerDependencies": {
31
+ "vitest": "^3.2.4",
32
+ "@vitest/coverage-v8": "^3.2.4"
33
+ },
34
+ "dependencies": {
35
+ "tsx": "^4.19.2"
36
+ },
37
+ "devDependencies": {
38
+ "@types/node": "^24.3.0",
39
+ "@vitest/coverage-v8": "^3.2.4",
40
+ "vitest": "^3.2.4"
41
+ }
42
+ }
package/package.json CHANGED
@@ -1,16 +1,31 @@
1
1
  {
2
2
  "name": "@entreprise-os/vitest-config",
3
- "version": "2.4.330",
3
+ "version": "2.4.332-beta.1f8a6ff",
4
4
  "description": "Shared Vitest configuration for Enterprise OS packages",
5
5
  "type": "module",
6
+ "scripts": {
7
+ "build:prod": "node ../../scripts/prepare-build.js"
8
+ },
6
9
  "publishConfig": {
7
10
  "access": "public"
8
11
  },
9
12
  "exports": {
10
- "./app": "./app.ts",
11
- "./data": "./data.ts",
12
- "./ui": "./ui.ts",
13
- "./tsdown-externals": "./tsdown-externals.ts"
13
+ "./app": {
14
+ "types": "./dist/app.d.ts",
15
+ "default": "./dist/app.js"
16
+ },
17
+ "./data": {
18
+ "types": "./dist/data.d.ts",
19
+ "default": "./dist/data.js"
20
+ },
21
+ "./ui": {
22
+ "types": "./dist/ui.d.ts",
23
+ "default": "./dist/ui.js"
24
+ },
25
+ "./tsdown-externals": {
26
+ "types": "./dist/tsdown-externals.d.ts",
27
+ "default": "./dist/tsdown-externals.js"
28
+ }
14
29
  },
15
30
  "peerDependencies": {
16
31
  "vitest": "^3.2.4",
@@ -0,0 +1,30 @@
1
+ {
2
+ "name": "@entreprise-os/vitest-config",
3
+ "version": "2.4.332",
4
+ "description": "Shared Vitest configuration for Enterprise OS packages",
5
+ "type": "module",
6
+ "scripts": {
7
+ "build:prod": "node ../../scripts/prepare-build.js"
8
+ },
9
+ "publishConfig": {
10
+ "access": "public"
11
+ },
12
+ "exports": {
13
+ "./app": "./app.ts",
14
+ "./data": "./data.ts",
15
+ "./ui": "./ui.ts",
16
+ "./tsdown-externals": "./tsdown-externals.ts"
17
+ },
18
+ "peerDependencies": {
19
+ "vitest": "^3.2.4",
20
+ "@vitest/coverage-v8": "^3.2.4"
21
+ },
22
+ "dependencies": {
23
+ "tsx": "^4.19.2"
24
+ },
25
+ "devDependencies": {
26
+ "@types/node": "^24.3.0",
27
+ "@vitest/coverage-v8": "^3.2.4",
28
+ "vitest": "^3.2.4"
29
+ }
30
+ }