@entreprise-os/vitest-config 2.4.65 → 2.4.67

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.65",
3
+ "version": "2.4.67",
4
4
  "description": "Shared Vitest configuration for Enterprise OS packages",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -26,6 +26,7 @@ export const commonUIExternals = [
26
26
 
27
27
  // PDF libraries
28
28
  /^@react-pdf\//,
29
+ /^react-pdf/,
29
30
 
30
31
  // Utilities
31
32
  /^lodash/,
@@ -36,7 +37,6 @@ export const commonUIExternals = [
36
37
  "class-variance-authority",
37
38
 
38
39
  // AI libraries (have Node.js dependencies)
39
- "streamdown",
40
40
  "ai",
41
41
  "tokenlens",
42
42
 
@@ -60,6 +60,12 @@ export const commonDataExternals = [
60
60
  "zod",
61
61
  "better-auth",
62
62
 
63
+ // AWS SDK (complex re-exports that cause rolldown issues with treeshaking)
64
+ /^@aws-sdk\//,
65
+
66
+ // pdfs
67
+ "pdf-lib",
68
+
63
69
  // Queue & Workers
64
70
  "bullmq",
65
71
  "cron-parser",