@cedarjs/vite 6.0.0-canary.2760 → 6.0.0-canary.2762
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.
|
@@ -84,10 +84,10 @@ async function rscBuildForSsr({
|
|
|
84
84
|
plugins: [
|
|
85
85
|
(0, import_vite_plugin_cjs_interop.cjsInterop)({
|
|
86
86
|
dependencies: [
|
|
87
|
-
// Skip ESM modules: rwjs/auth, rwjs/web, rwjs/auth-*-middleware,
|
|
87
|
+
// Skip ESM modules: rwjs/auth, rwjs/web, rwjs/auth-*-middleware,
|
|
88
|
+
// rwjs/router, rwjs/auth-*-api
|
|
88
89
|
"@cedarjs/forms",
|
|
89
90
|
"@cedarjs/prerender/*",
|
|
90
|
-
"@cedarjs/auth-*-api",
|
|
91
91
|
"@cedarjs/auth-!(dbauth)-web"
|
|
92
92
|
]
|
|
93
93
|
}),
|
|
@@ -37,10 +37,10 @@ async function buildForStreamingServer({
|
|
|
37
37
|
plugins: [
|
|
38
38
|
(0, import_vite_plugin_cjs_interop.cjsInterop)({
|
|
39
39
|
dependencies: [
|
|
40
|
-
// Skip ESM modules: rwjs/auth, rwjs/web, rwjs/auth-*-middleware,
|
|
40
|
+
// Skip ESM modules: rwjs/auth, rwjs/web, rwjs/auth-*-middleware,
|
|
41
|
+
// rwjs/router, rwjs/auth-*-api
|
|
41
42
|
"@cedarjs/forms",
|
|
42
43
|
"@cedarjs/prerender/*",
|
|
43
|
-
"@cedarjs/auth-*-api",
|
|
44
44
|
"@cedarjs/auth-!(dbauth)-web"
|
|
45
45
|
]
|
|
46
46
|
})
|
package/dist/devFeServer.js
CHANGED
|
@@ -131,10 +131,10 @@ async function createServer() {
|
|
|
131
131
|
plugins: [
|
|
132
132
|
cjsInterop({
|
|
133
133
|
dependencies: [
|
|
134
|
-
// Skip ESM modules: rwjs/auth, rwjs/web, rwjs/auth-*-middleware,
|
|
134
|
+
// Skip ESM modules: rwjs/auth, rwjs/web, rwjs/auth-*-middleware,
|
|
135
|
+
// rwjs/router, rwjs/auth-*-api
|
|
135
136
|
"@cedarjs/forms",
|
|
136
137
|
"@cedarjs/prerender/*",
|
|
137
|
-
"@cedarjs/auth-*-api",
|
|
138
138
|
// Add more to the pattern below as they're converted to dual ESM/CJS
|
|
139
139
|
// modules
|
|
140
140
|
// '@cedarjs/auth-!(dbauth|auth0|clerk)-web',
|
|
@@ -51,10 +51,10 @@ async function rscBuildForSsr({
|
|
|
51
51
|
plugins: [
|
|
52
52
|
cjsInterop({
|
|
53
53
|
dependencies: [
|
|
54
|
-
// Skip ESM modules: rwjs/auth, rwjs/web, rwjs/auth-*-middleware,
|
|
54
|
+
// Skip ESM modules: rwjs/auth, rwjs/web, rwjs/auth-*-middleware,
|
|
55
|
+
// rwjs/router, rwjs/auth-*-api
|
|
55
56
|
"@cedarjs/forms",
|
|
56
57
|
"@cedarjs/prerender/*",
|
|
57
|
-
"@cedarjs/auth-*-api",
|
|
58
58
|
"@cedarjs/auth-!(dbauth)-web"
|
|
59
59
|
]
|
|
60
60
|
}),
|
|
@@ -14,10 +14,10 @@ async function buildForStreamingServer({
|
|
|
14
14
|
plugins: [
|
|
15
15
|
cjsInterop({
|
|
16
16
|
dependencies: [
|
|
17
|
-
// Skip ESM modules: rwjs/auth, rwjs/web, rwjs/auth-*-middleware,
|
|
17
|
+
// Skip ESM modules: rwjs/auth, rwjs/web, rwjs/auth-*-middleware,
|
|
18
|
+
// rwjs/router, rwjs/auth-*-api
|
|
18
19
|
"@cedarjs/forms",
|
|
19
20
|
"@cedarjs/prerender/*",
|
|
20
|
-
"@cedarjs/auth-*-api",
|
|
21
21
|
"@cedarjs/auth-!(dbauth)-web"
|
|
22
22
|
]
|
|
23
23
|
})
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cedarjs/vite",
|
|
3
|
-
"version": "6.0.0-canary.
|
|
3
|
+
"version": "6.0.0-canary.2762",
|
|
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.
|
|
67
|
-
"@cedarjs/api-server": "6.0.0-canary.
|
|
68
|
-
"@cedarjs/babel-config": "6.0.0-canary.
|
|
69
|
-
"@cedarjs/context": "6.0.0-canary.
|
|
70
|
-
"@cedarjs/cookie-jar": "6.0.0-canary.
|
|
71
|
-
"@cedarjs/graphql-server": "6.0.0-canary.
|
|
72
|
-
"@cedarjs/internal": "6.0.0-canary.
|
|
73
|
-
"@cedarjs/project-config": "6.0.0-canary.
|
|
74
|
-
"@cedarjs/server-store": "6.0.0-canary.
|
|
75
|
-
"@cedarjs/testing": "6.0.0-canary.
|
|
66
|
+
"@cedarjs/api": "6.0.0-canary.2762",
|
|
67
|
+
"@cedarjs/api-server": "6.0.0-canary.2762",
|
|
68
|
+
"@cedarjs/babel-config": "6.0.0-canary.2762",
|
|
69
|
+
"@cedarjs/context": "6.0.0-canary.2762",
|
|
70
|
+
"@cedarjs/cookie-jar": "6.0.0-canary.2762",
|
|
71
|
+
"@cedarjs/graphql-server": "6.0.0-canary.2762",
|
|
72
|
+
"@cedarjs/internal": "6.0.0-canary.2762",
|
|
73
|
+
"@cedarjs/project-config": "6.0.0-canary.2762",
|
|
74
|
+
"@cedarjs/server-store": "6.0.0-canary.2762",
|
|
75
|
+
"@cedarjs/testing": "6.0.0-canary.2762",
|
|
76
76
|
"@fastify/url-data": "6.0.3",
|
|
77
77
|
"@swc/core": "1.15.46",
|
|
78
78
|
"@universal-deploy/store": "^0.2.1",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"@vitejs/plugin-react": "4.7.0",
|
|
81
81
|
"@whatwg-node/fetch": "0.10.13",
|
|
82
82
|
"@whatwg-node/server": "0.11.0",
|
|
83
|
-
"acorn": "8.
|
|
83
|
+
"acorn": "8.17.0",
|
|
84
84
|
"acorn-loose": "8.5.2",
|
|
85
85
|
"ansis": "4.2.0",
|
|
86
86
|
"busboy": "^1.6.0",
|
|
@@ -109,9 +109,9 @@
|
|
|
109
109
|
},
|
|
110
110
|
"devDependencies": {
|
|
111
111
|
"@arethetypeswrong/cli": "0.18.5",
|
|
112
|
-
"@cedarjs/auth": "6.0.0-canary.
|
|
113
|
-
"@cedarjs/router": "6.0.0-canary.
|
|
114
|
-
"@cedarjs/web": "6.0.0-canary.
|
|
112
|
+
"@cedarjs/auth": "6.0.0-canary.2762",
|
|
113
|
+
"@cedarjs/router": "6.0.0-canary.2762",
|
|
114
|
+
"@cedarjs/web": "6.0.0-canary.2762",
|
|
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.
|
|
134
|
-
"@cedarjs/router": "6.0.0-canary.
|
|
135
|
-
"@cedarjs/web": "6.0.0-canary.
|
|
133
|
+
"@cedarjs/auth": "6.0.0-canary.2762",
|
|
134
|
+
"@cedarjs/router": "6.0.0-canary.2762",
|
|
135
|
+
"@cedarjs/web": "6.0.0-canary.2762"
|
|
136
136
|
},
|
|
137
137
|
"engines": {
|
|
138
138
|
"node": ">=24"
|