@entreprise-os/vitest-config 2.4.87 → 2.4.89

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