@entreprise-os/vitest-config 2.4.86 → 2.4.87

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.86",
3
+ "version": "2.4.87",
4
4
  "description": "Shared Vitest configuration for Enterprise OS packages",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -102,7 +102,7 @@ export const commonDataExternals = [
102
102
  "vitest",
103
103
  /^@vitest\//,
104
104
 
105
- // tRPC (complex re-exports)
105
+ // tRPC (externalize to avoid bundling)
106
106
  /^@trpc\//,
107
107
 
108
108
  // Express (has CommonJS dependencies like debug that use node:module)