@cedarjs/vite 0.5.0 → 0.5.1-next.38

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.
@@ -71,7 +71,10 @@ async function createServer() {
71
71
  "@cedarjs/forms",
72
72
  "@cedarjs/prerender/*",
73
73
  "@cedarjs/auth-*-api",
74
- "@cedarjs/auth-*-web"
74
+ // Add more to the pattern below as they're converted to dual ESM/CJS
75
+ // modules
76
+ // '@cedarjs/auth-!(dbauth|auth0|clerk)-web',
77
+ "@cedarjs/auth-!(dbauth)-web"
75
78
  ]
76
79
  }),
77
80
  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
  ],
@@ -52,7 +52,10 @@ async function createServer() {
52
52
  "@cedarjs/forms",
53
53
  "@cedarjs/prerender/*",
54
54
  "@cedarjs/auth-*-api",
55
- "@cedarjs/auth-*-web"
55
+ // Add more to the pattern below as they're converted to dual ESM/CJS
56
+ // modules
57
+ // '@cedarjs/auth-!(dbauth|auth0|clerk)-web',
58
+ "@cedarjs/auth-!(dbauth)-web"
56
59
  ]
57
60
  }),
58
61
  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": "0.5.0",
3
+ "version": "0.5.1-next.38+78d2119a5",
4
4
  "description": "Vite configuration package for CedarJS",
5
5
  "repository": {
6
6
  "type": "git",
@@ -59,14 +59,14 @@
59
59
  "@babel/generator": "7.27.5",
60
60
  "@babel/parser": "7.27.5",
61
61
  "@babel/traverse": "7.27.4",
62
- "@cedarjs/auth": "0.5.0",
63
- "@cedarjs/babel-config": "0.5.0",
64
- "@cedarjs/cookie-jar": "0.5.0",
65
- "@cedarjs/internal": "0.5.0",
66
- "@cedarjs/project-config": "0.5.0",
67
- "@cedarjs/server-store": "0.5.0",
68
- "@cedarjs/web": "0.5.0",
69
- "@swc/core": "1.12.1",
62
+ "@cedarjs/auth": "0.5.1-next.38+78d2119a5",
63
+ "@cedarjs/babel-config": "0.5.1-next.38+78d2119a5",
64
+ "@cedarjs/cookie-jar": "0.5.1-next.38+78d2119a5",
65
+ "@cedarjs/internal": "0.5.1-next.38+78d2119a5",
66
+ "@cedarjs/project-config": "0.5.1-next.38+78d2119a5",
67
+ "@cedarjs/server-store": "0.5.1-next.38+78d2119a5",
68
+ "@cedarjs/web": "0.5.1-next.38+78d2119a5",
69
+ "@swc/core": "1.13.2",
70
70
  "@vitejs/plugin-react": "4.3.4",
71
71
  "@whatwg-node/fetch": "0.9.21",
72
72
  "@whatwg-node/server": "0.9.65",
@@ -88,7 +88,7 @@
88
88
  "vite": "5.4.19",
89
89
  "vite-plugin-cjs-interop": "2.2.0",
90
90
  "vite-plugin-node-polyfills": "0.23.0",
91
- "ws": "8.18.0",
91
+ "ws": "8.18.3",
92
92
  "yargs-parser": "21.1.1"
93
93
  },
94
94
  "devDependencies": {
@@ -101,7 +101,7 @@
101
101
  "@types/ws": "^8",
102
102
  "@types/yargs-parser": "21.0.3",
103
103
  "concurrently": "8.2.2",
104
- "glob": "11.0.0",
104
+ "glob": "11.0.3",
105
105
  "memfs": "4.17.2",
106
106
  "publint": "0.3.12",
107
107
  "rollup": "4.24.0",
@@ -112,5 +112,5 @@
112
112
  "publishConfig": {
113
113
  "access": "public"
114
114
  },
115
- "gitHead": "0543d358657163ade6edaf1c7308fb9b35a889bc"
115
+ "gitHead": "78d2119a507ed80faa9adb94b78d92662f134c4b"
116
116
  }