@cedarjs/vite 5.0.0-canary.2379 → 5.0.0-canary.2382

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.
@@ -139,7 +139,7 @@ function cedarUniversalDeployPlugin(options = {}) {
139
139
  this.emitFile({
140
140
  type: "chunk",
141
141
  id: resolvedId,
142
- fileName: safeName + "-handler.js"
142
+ fileName: "chunks/" + safeName + "-handler.js"
143
143
  });
144
144
  }
145
145
  },
@@ -106,7 +106,7 @@ function cedarUniversalDeployPlugin(options = {}) {
106
106
  this.emitFile({
107
107
  type: "chunk",
108
108
  id: resolvedId,
109
- fileName: safeName + "-handler.js"
109
+ fileName: "chunks/" + safeName + "-handler.js"
110
110
  });
111
111
  }
112
112
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/vite",
3
- "version": "5.0.0-canary.2379",
3
+ "version": "5.0.0-canary.2382",
4
4
  "description": "Vite configuration package for CedarJS",
5
5
  "repository": {
6
6
  "type": "git",
@@ -69,17 +69,17 @@
69
69
  "@babel/generator": "7.29.1",
70
70
  "@babel/parser": "7.29.3",
71
71
  "@babel/traverse": "7.29.0",
72
- "@cedarjs/api": "5.0.0-canary.2379",
73
- "@cedarjs/auth": "5.0.0-canary.2379",
74
- "@cedarjs/babel-config": "5.0.0-canary.2379",
75
- "@cedarjs/context": "5.0.0-canary.2379",
76
- "@cedarjs/cookie-jar": "5.0.0-canary.2379",
77
- "@cedarjs/graphql-server": "5.0.0-canary.2379",
78
- "@cedarjs/internal": "5.0.0-canary.2379",
79
- "@cedarjs/project-config": "5.0.0-canary.2379",
80
- "@cedarjs/server-store": "5.0.0-canary.2379",
81
- "@cedarjs/testing": "5.0.0-canary.2379",
82
- "@cedarjs/web": "5.0.0-canary.2379",
72
+ "@cedarjs/api": "5.0.0-canary.2382",
73
+ "@cedarjs/auth": "5.0.0-canary.2382",
74
+ "@cedarjs/babel-config": "5.0.0-canary.2382",
75
+ "@cedarjs/context": "5.0.0-canary.2382",
76
+ "@cedarjs/cookie-jar": "5.0.0-canary.2382",
77
+ "@cedarjs/graphql-server": "5.0.0-canary.2382",
78
+ "@cedarjs/internal": "5.0.0-canary.2382",
79
+ "@cedarjs/project-config": "5.0.0-canary.2382",
80
+ "@cedarjs/server-store": "5.0.0-canary.2382",
81
+ "@cedarjs/testing": "5.0.0-canary.2382",
82
+ "@cedarjs/web": "5.0.0-canary.2382",
83
83
  "@fastify/url-data": "6.0.3",
84
84
  "@swc/core": "1.15.33",
85
85
  "@universal-deploy/store": "^0.2.1",