@entreprise-os/vitest-config 2.4.83 → 2.4.84

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": "@entreprise-os/vitest-config",
3
- "version": "2.4.83",
3
+ "version": "2.4.84",
4
4
  "description": "Shared Vitest configuration for Enterprise OS packages",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -71,9 +71,6 @@ export const commonDataExternals = [
71
71
  // AWS SDK (complex re-exports that cause rolldown issues with treeshaking)
72
72
  /^@aws-sdk\//,
73
73
 
74
- // tRPC (has CommonJS internals that cause node:module issues)
75
- /^@trpc\//,
76
-
77
74
  // pdfs
78
75
  "pdf-lib",
79
76