@entreprise-os/vitest-config 2.4.59 → 2.4.60

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.59",
3
+ "version": "2.4.60",
4
4
  "description": "Shared Vitest configuration for Enterprise OS packages",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -23,6 +23,9 @@ export const commonUIExternals = [
23
23
  /^quill/,
24
24
  /^react-quill/,
25
25
 
26
+ // PDF libraries
27
+ /^@react-pdf\//,
28
+
26
29
  // Utilities
27
30
  /^lodash/,
28
31
  "uuid",
@@ -56,6 +59,7 @@ export const commonDataExternals = [
56
59
 
57
60
  // Email
58
61
  "resend",
62
+ "ejs",
59
63
 
60
64
  // Utilities
61
65
  "uuid",
@@ -71,6 +75,12 @@ export const commonDataExternals = [
71
75
 
72
76
  // Node.js built-ins
73
77
  /^node:/,
78
+ "fs",
79
+ "path",
80
+ "url",
81
+ "buffer",
82
+ "stream",
83
+ "zlib",
74
84
 
75
85
  // Workspace packages
76
86
  /^@entreprise-os\//,