@cedarjs/vite 6.0.0-canary.2769 → 6.0.0-canary.2771

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.
@@ -85,10 +85,9 @@ async function rscBuildForSsr({
85
85
  (0, import_vite_plugin_cjs_interop.cjsInterop)({
86
86
  dependencies: [
87
87
  // Skip ESM modules: rwjs/auth, rwjs/web, rwjs/auth-*-middleware,
88
- // rwjs/router, rwjs/auth-*-api
88
+ // rwjs/router, rwjs/auth-*-api, rwjs/auth-*-web
89
89
  "@cedarjs/forms",
90
- "@cedarjs/prerender/*",
91
- "@cedarjs/auth-!(dbauth)-web"
90
+ "@cedarjs/prerender/*"
92
91
  ]
93
92
  }),
94
93
  (0, import_vite_plugin_rsc_routes_auto_loader.rscRoutesAutoLoader)(),
@@ -38,10 +38,9 @@ async function buildForStreamingServer({
38
38
  (0, import_vite_plugin_cjs_interop.cjsInterop)({
39
39
  dependencies: [
40
40
  // Skip ESM modules: rwjs/auth, rwjs/web, rwjs/auth-*-middleware,
41
- // rwjs/router, rwjs/auth-*-api
41
+ // rwjs/router, rwjs/auth-*-api, rwjs/auth-*-web
42
42
  "@cedarjs/forms",
43
- "@cedarjs/prerender/*",
44
- "@cedarjs/auth-!(dbauth)-web"
43
+ "@cedarjs/prerender/*"
45
44
  ]
46
45
  })
47
46
  ],
@@ -132,13 +132,9 @@ async function createServer() {
132
132
  cjsInterop({
133
133
  dependencies: [
134
134
  // Skip ESM modules: rwjs/auth, rwjs/web, rwjs/auth-*-middleware,
135
- // rwjs/router, rwjs/auth-*-api
135
+ // rwjs/router, rwjs/auth-*-api, rwjs/auth-*-web
136
136
  "@cedarjs/forms",
137
- "@cedarjs/prerender/*",
138
- // Add more to the pattern below as they're converted to dual ESM/CJS
139
- // modules
140
- // '@cedarjs/auth-!(dbauth|auth0|clerk)-web',
141
- "@cedarjs/auth-!(dbauth)-web"
137
+ "@cedarjs/prerender/*"
142
138
  ]
143
139
  }),
144
140
  rscEnabled && rscRoutesAutoLoader(),
@@ -1 +1 @@
1
- {"version":3,"file":"rscBuildForSsr.d.ts","sourceRoot":"","sources":["../../src/rsc/rscBuildForSsr.ts"],"names":[],"mappings":"AAWA;;;GAGG;AACH,wBAAsB,cAAc,CAAC,EACnC,gBAAgB,EAChB,OAAe,GAChB,EAAE;IACD,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IACxC,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,+GA+IA"}
1
+ {"version":3,"file":"rscBuildForSsr.d.ts","sourceRoot":"","sources":["../../src/rsc/rscBuildForSsr.ts"],"names":[],"mappings":"AAWA;;;GAGG;AACH,wBAAsB,cAAc,CAAC,EACnC,gBAAgB,EAChB,OAAe,GAChB,EAAE;IACD,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IACxC,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,+GA8IA"}
@@ -52,10 +52,9 @@ async function rscBuildForSsr({
52
52
  cjsInterop({
53
53
  dependencies: [
54
54
  // Skip ESM modules: rwjs/auth, rwjs/web, rwjs/auth-*-middleware,
55
- // rwjs/router, rwjs/auth-*-api
55
+ // rwjs/router, rwjs/auth-*-api, rwjs/auth-*-web
56
56
  "@cedarjs/forms",
57
- "@cedarjs/prerender/*",
58
- "@cedarjs/auth-!(dbauth)-web"
57
+ "@cedarjs/prerender/*"
59
58
  ]
60
59
  }),
61
60
  rscRoutesAutoLoader(),
@@ -1 +1 @@
1
- {"version":3,"file":"buildForStreamingServer.d.ts","sourceRoot":"","sources":["../../src/streaming/buildForStreamingServer.ts"],"names":[],"mappings":"AAKA,wBAAsB,uBAAuB,CAAC,EAC5C,OAAe,GAChB,EAAE;IACD,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,iBAkCA"}
1
+ {"version":3,"file":"buildForStreamingServer.d.ts","sourceRoot":"","sources":["../../src/streaming/buildForStreamingServer.ts"],"names":[],"mappings":"AAKA,wBAAsB,uBAAuB,CAAC,EAC5C,OAAe,GAChB,EAAE;IACD,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,iBAiCA"}
@@ -15,10 +15,9 @@ async function buildForStreamingServer({
15
15
  cjsInterop({
16
16
  dependencies: [
17
17
  // Skip ESM modules: rwjs/auth, rwjs/web, rwjs/auth-*-middleware,
18
- // rwjs/router, rwjs/auth-*-api
18
+ // rwjs/router, rwjs/auth-*-api, rwjs/auth-*-web
19
19
  "@cedarjs/forms",
20
- "@cedarjs/prerender/*",
21
- "@cedarjs/auth-!(dbauth)-web"
20
+ "@cedarjs/prerender/*"
22
21
  ]
23
22
  })
24
23
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/vite",
3
- "version": "6.0.0-canary.2769",
3
+ "version": "6.0.0-canary.2771",
4
4
  "description": "Vite configuration package for CedarJS",
5
5
  "repository": {
6
6
  "type": "git",
@@ -63,16 +63,16 @@
63
63
  "@babel/parser": "7.29.7",
64
64
  "@babel/traverse": "7.29.7",
65
65
  "@babel/types": "7.29.7",
66
- "@cedarjs/api": "6.0.0-canary.2769",
67
- "@cedarjs/api-server": "6.0.0-canary.2769",
68
- "@cedarjs/babel-config": "6.0.0-canary.2769",
69
- "@cedarjs/context": "6.0.0-canary.2769",
70
- "@cedarjs/cookie-jar": "6.0.0-canary.2769",
71
- "@cedarjs/graphql-server": "6.0.0-canary.2769",
72
- "@cedarjs/internal": "6.0.0-canary.2769",
73
- "@cedarjs/project-config": "6.0.0-canary.2769",
74
- "@cedarjs/server-store": "6.0.0-canary.2769",
75
- "@cedarjs/testing": "6.0.0-canary.2769",
66
+ "@cedarjs/api": "6.0.0-canary.2771",
67
+ "@cedarjs/api-server": "6.0.0-canary.2771",
68
+ "@cedarjs/babel-config": "6.0.0-canary.2771",
69
+ "@cedarjs/context": "6.0.0-canary.2771",
70
+ "@cedarjs/cookie-jar": "6.0.0-canary.2771",
71
+ "@cedarjs/graphql-server": "6.0.0-canary.2771",
72
+ "@cedarjs/internal": "6.0.0-canary.2771",
73
+ "@cedarjs/project-config": "6.0.0-canary.2771",
74
+ "@cedarjs/server-store": "6.0.0-canary.2771",
75
+ "@cedarjs/testing": "6.0.0-canary.2771",
76
76
  "@fastify/url-data": "6.0.3",
77
77
  "@swc/core": "1.15.46",
78
78
  "@universal-deploy/store": "^0.2.1",
@@ -109,9 +109,9 @@
109
109
  },
110
110
  "devDependencies": {
111
111
  "@arethetypeswrong/cli": "0.18.5",
112
- "@cedarjs/auth": "6.0.0-canary.2769",
113
- "@cedarjs/router": "6.0.0-canary.2769",
114
- "@cedarjs/web": "6.0.0-canary.2769",
112
+ "@cedarjs/auth": "6.0.0-canary.2771",
113
+ "@cedarjs/router": "6.0.0-canary.2771",
114
+ "@cedarjs/web": "6.0.0-canary.2771",
115
115
  "@hyrious/esbuild-plugin-commonjs": "0.2.6",
116
116
  "@jridgewell/trace-mapping": "0.3.31",
117
117
  "@types/aws-lambda": "8.10.162",
@@ -130,9 +130,9 @@
130
130
  "vitest": "4.1.10"
131
131
  },
132
132
  "peerDependencies": {
133
- "@cedarjs/auth": "6.0.0-canary.2769",
134
- "@cedarjs/router": "6.0.0-canary.2769",
135
- "@cedarjs/web": "6.0.0-canary.2769"
133
+ "@cedarjs/auth": "6.0.0-canary.2771",
134
+ "@cedarjs/router": "6.0.0-canary.2771",
135
+ "@cedarjs/web": "6.0.0-canary.2771"
136
136
  },
137
137
  "engines": {
138
138
  "node": ">=24"