@cedarjs/vite 6.0.0-canary.2773 → 6.0.0-canary.2776

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.
@@ -132,8 +132,7 @@ 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, rwjs/auth-*-web
136
- "@cedarjs/forms",
135
+ // rwjs/router, rwjs/auth-*-api, rwjs/auth-*-web, rwjs/forms
137
136
  "@cedarjs/prerender/*"
138
137
  ]
139
138
  }),
@@ -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,+GA8IA"}
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,+GA6IA"}
@@ -52,8 +52,7 @@ 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, rwjs/auth-*-web
56
- "@cedarjs/forms",
55
+ // rwjs/router, rwjs/auth-*-api, rwjs/auth-*-web, rwjs/forms
57
56
  "@cedarjs/prerender/*"
58
57
  ]
59
58
  }),
@@ -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,iBAiCA"}
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,iBAgCA"}
@@ -15,8 +15,7 @@ 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, rwjs/auth-*-web
19
- "@cedarjs/forms",
18
+ // rwjs/router, rwjs/auth-*-api, rwjs/auth-*-web, rwjs/forms
20
19
  "@cedarjs/prerender/*"
21
20
  ]
22
21
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/vite",
3
- "version": "6.0.0-canary.2773",
3
+ "version": "6.0.0-canary.2776",
4
4
  "description": "Vite configuration package for CedarJS",
5
5
  "repository": {
6
6
  "type": "git",
@@ -48,21 +48,21 @@
48
48
  "test:watch": "vitest watch"
49
49
  },
50
50
  "dependencies": {
51
- "@ast-grep/napi": "0.44.1",
51
+ "@ast-grep/napi": "0.45.0",
52
52
  "@babel/generator": "7.29.7",
53
53
  "@babel/parser": "7.29.7",
54
54
  "@babel/traverse": "7.29.7",
55
55
  "@babel/types": "7.29.7",
56
- "@cedarjs/api": "6.0.0-canary.2773",
57
- "@cedarjs/api-server": "6.0.0-canary.2773",
58
- "@cedarjs/babel-config": "6.0.0-canary.2773",
59
- "@cedarjs/context": "6.0.0-canary.2773",
60
- "@cedarjs/cookie-jar": "6.0.0-canary.2773",
61
- "@cedarjs/graphql-server": "6.0.0-canary.2773",
62
- "@cedarjs/internal": "6.0.0-canary.2773",
63
- "@cedarjs/project-config": "6.0.0-canary.2773",
64
- "@cedarjs/server-store": "6.0.0-canary.2773",
65
- "@cedarjs/testing": "6.0.0-canary.2773",
56
+ "@cedarjs/api": "6.0.0-canary.2776",
57
+ "@cedarjs/api-server": "6.0.0-canary.2776",
58
+ "@cedarjs/babel-config": "6.0.0-canary.2776",
59
+ "@cedarjs/context": "6.0.0-canary.2776",
60
+ "@cedarjs/cookie-jar": "6.0.0-canary.2776",
61
+ "@cedarjs/graphql-server": "6.0.0-canary.2776",
62
+ "@cedarjs/internal": "6.0.0-canary.2776",
63
+ "@cedarjs/project-config": "6.0.0-canary.2776",
64
+ "@cedarjs/server-store": "6.0.0-canary.2776",
65
+ "@cedarjs/testing": "6.0.0-canary.2776",
66
66
  "@fastify/url-data": "6.0.3",
67
67
  "@swc/core": "1.15.46",
68
68
  "@universal-deploy/store": "^0.2.1",
@@ -99,9 +99,9 @@
99
99
  },
100
100
  "devDependencies": {
101
101
  "@arethetypeswrong/cli": "0.18.5",
102
- "@cedarjs/auth": "6.0.0-canary.2773",
103
- "@cedarjs/router": "6.0.0-canary.2773",
104
- "@cedarjs/web": "6.0.0-canary.2773",
102
+ "@cedarjs/auth": "6.0.0-canary.2776",
103
+ "@cedarjs/router": "6.0.0-canary.2776",
104
+ "@cedarjs/web": "6.0.0-canary.2776",
105
105
  "@hyrious/esbuild-plugin-commonjs": "0.2.6",
106
106
  "@jridgewell/trace-mapping": "0.3.31",
107
107
  "@types/aws-lambda": "8.10.162",
@@ -120,9 +120,9 @@
120
120
  "vitest": "4.1.10"
121
121
  },
122
122
  "peerDependencies": {
123
- "@cedarjs/auth": "6.0.0-canary.2773",
124
- "@cedarjs/router": "6.0.0-canary.2773",
125
- "@cedarjs/web": "6.0.0-canary.2773"
123
+ "@cedarjs/auth": "6.0.0-canary.2776",
124
+ "@cedarjs/router": "6.0.0-canary.2776",
125
+ "@cedarjs/web": "6.0.0-canary.2776"
126
126
  },
127
127
  "engines": {
128
128
  "node": ">=24"