@cedarjs/vite 1.0.0-canary.12462 → 1.0.0-canary.12463

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.
@@ -148,7 +148,10 @@ async function createServer() {
148
148
  "@cedarjs/forms",
149
149
  "@cedarjs/prerender/*",
150
150
  "@cedarjs/auth-*-api",
151
- "@cedarjs/auth-*-web"
151
+ // Add more to the pattern below as they're converted to dual ESM/CJS
152
+ // modules
153
+ // '@cedarjs/auth-!(dbauth|auth0|clerk)-web',
154
+ "@cedarjs/auth-!(dbauth)-web"
152
155
  ]
153
156
  }),
154
157
  rscEnabled && (0, import_vite_plugin_rsc_routes_auto_loader.rscRoutesAutoLoader)(),
@@ -85,7 +85,7 @@ async function rscBuildForSsr({
85
85
  "@cedarjs/forms",
86
86
  "@cedarjs/prerender/*",
87
87
  "@cedarjs/auth-*-api",
88
- "@cedarjs/auth-*-web"
88
+ "@cedarjs/auth-!(dbauth)-web"
89
89
  ]
90
90
  }),
91
91
  (0, import_vite_plugin_rsc_routes_auto_loader.rscRoutesAutoLoader)(),
@@ -41,7 +41,7 @@ async function buildForStreamingServer({
41
41
  "@cedarjs/forms",
42
42
  "@cedarjs/prerender/*",
43
43
  "@cedarjs/auth-*-api",
44
- "@cedarjs/auth-*-web"
44
+ "@cedarjs/auth-!(dbauth)-web"
45
45
  ]
46
46
  })
47
47
  ],
@@ -128,7 +128,10 @@ async function createServer() {
128
128
  "@cedarjs/forms",
129
129
  "@cedarjs/prerender/*",
130
130
  "@cedarjs/auth-*-api",
131
- "@cedarjs/auth-*-web"
131
+ // Add more to the pattern below as they're converted to dual ESM/CJS
132
+ // modules
133
+ // '@cedarjs/auth-!(dbauth|auth0|clerk)-web',
134
+ "@cedarjs/auth-!(dbauth)-web"
132
135
  ]
133
136
  }),
134
137
  rscEnabled && rscRoutesAutoLoader(),
@@ -52,7 +52,7 @@ async function rscBuildForSsr({
52
52
  "@cedarjs/forms",
53
53
  "@cedarjs/prerender/*",
54
54
  "@cedarjs/auth-*-api",
55
- "@cedarjs/auth-*-web"
55
+ "@cedarjs/auth-!(dbauth)-web"
56
56
  ]
57
57
  }),
58
58
  rscRoutesAutoLoader(),
@@ -18,7 +18,7 @@ async function buildForStreamingServer({
18
18
  "@cedarjs/forms",
19
19
  "@cedarjs/prerender/*",
20
20
  "@cedarjs/auth-*-api",
21
- "@cedarjs/auth-*-web"
21
+ "@cedarjs/auth-!(dbauth)-web"
22
22
  ]
23
23
  })
24
24
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/vite",
3
- "version": "1.0.0-canary.12462+32a23d603",
3
+ "version": "1.0.0-canary.12463+8bd9383e7",
4
4
  "description": "Vite configuration package for CedarJS",
5
5
  "repository": {
6
6
  "type": "git",
@@ -59,13 +59,13 @@
59
59
  "@babel/generator": "7.27.5",
60
60
  "@babel/parser": "7.27.5",
61
61
  "@babel/traverse": "7.27.4",
62
- "@cedarjs/auth": "1.0.0-canary.12462",
63
- "@cedarjs/babel-config": "1.0.0-canary.12462",
64
- "@cedarjs/cookie-jar": "1.0.0-canary.12462",
65
- "@cedarjs/internal": "1.0.0-canary.12462",
66
- "@cedarjs/project-config": "1.0.0-canary.12462",
67
- "@cedarjs/server-store": "1.0.0-canary.12462",
68
- "@cedarjs/web": "1.0.0-canary.12462",
62
+ "@cedarjs/auth": "1.0.0-canary.12463",
63
+ "@cedarjs/babel-config": "1.0.0-canary.12463",
64
+ "@cedarjs/cookie-jar": "1.0.0-canary.12463",
65
+ "@cedarjs/internal": "1.0.0-canary.12463",
66
+ "@cedarjs/project-config": "1.0.0-canary.12463",
67
+ "@cedarjs/server-store": "1.0.0-canary.12463",
68
+ "@cedarjs/web": "1.0.0-canary.12463",
69
69
  "@swc/core": "1.12.1",
70
70
  "@vitejs/plugin-react": "4.3.4",
71
71
  "@whatwg-node/fetch": "0.9.21",
@@ -109,5 +109,5 @@
109
109
  "typescript": "5.6.2",
110
110
  "vitest": "3.2.4"
111
111
  },
112
- "gitHead": "32a23d60384830b9b54c9905bffcda7b84c6fce7"
112
+ "gitHead": "8bd9383e7803e35a3cab18ad3a084172e3655b2b"
113
113
  }