@cedarjs/vite 5.0.0-canary.2418 → 5.0.0-canary.2421

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,6 +139,7 @@ function cedarUniversalDeployPlugin(options = {}) {
139
139
  this.emitFile({
140
140
  type: "chunk",
141
141
  id: resolvedId,
142
+ // Emit the functions into a sub-dir to "hide" them from Netlify
142
143
  fileName: "chunks/" + safeName + "-handler.js"
143
144
  });
144
145
  }
@@ -1 +1 @@
1
- {"version":3,"file":"vite-plugin-cedar-universal-deploy.d.ts","sourceRoot":"","sources":["../../src/plugins/vite-plugin-cedar-universal-deploy.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,MAAM,CAAA;AAMlC,MAAM,WAAW,iCAAiC;IAChD,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB;AAuJD,wBAAgB,0BAA0B,CACxC,OAAO,GAAE,iCAAsC,GAC9C,MAAM,CA+GR"}
1
+ {"version":3,"file":"vite-plugin-cedar-universal-deploy.d.ts","sourceRoot":"","sources":["../../src/plugins/vite-plugin-cedar-universal-deploy.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,MAAM,CAAA;AAMlC,MAAM,WAAW,iCAAiC;IAChD,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB;AAuJD,wBAAgB,0BAA0B,CACxC,OAAO,GAAE,iCAAsC,GAC9C,MAAM,CAgHR"}
@@ -106,6 +106,7 @@ function cedarUniversalDeployPlugin(options = {}) {
106
106
  this.emitFile({
107
107
  type: "chunk",
108
108
  id: resolvedId,
109
+ // Emit the functions into a sub-dir to "hide" them from Netlify
109
110
  fileName: "chunks/" + safeName + "-handler.js"
110
111
  });
111
112
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/vite",
3
- "version": "5.0.0-canary.2418",
3
+ "version": "5.0.0-canary.2421",
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.2418",
73
- "@cedarjs/auth": "5.0.0-canary.2418",
74
- "@cedarjs/babel-config": "5.0.0-canary.2418",
75
- "@cedarjs/context": "5.0.0-canary.2418",
76
- "@cedarjs/cookie-jar": "5.0.0-canary.2418",
77
- "@cedarjs/graphql-server": "5.0.0-canary.2418",
78
- "@cedarjs/internal": "5.0.0-canary.2418",
79
- "@cedarjs/project-config": "5.0.0-canary.2418",
80
- "@cedarjs/server-store": "5.0.0-canary.2418",
81
- "@cedarjs/testing": "5.0.0-canary.2418",
82
- "@cedarjs/web": "5.0.0-canary.2418",
72
+ "@cedarjs/api": "5.0.0-canary.2421",
73
+ "@cedarjs/auth": "5.0.0-canary.2421",
74
+ "@cedarjs/babel-config": "5.0.0-canary.2421",
75
+ "@cedarjs/context": "5.0.0-canary.2421",
76
+ "@cedarjs/cookie-jar": "5.0.0-canary.2421",
77
+ "@cedarjs/graphql-server": "5.0.0-canary.2421",
78
+ "@cedarjs/internal": "5.0.0-canary.2421",
79
+ "@cedarjs/project-config": "5.0.0-canary.2421",
80
+ "@cedarjs/server-store": "5.0.0-canary.2421",
81
+ "@cedarjs/testing": "5.0.0-canary.2421",
82
+ "@cedarjs/web": "5.0.0-canary.2421",
83
83
  "@fastify/url-data": "6.0.3",
84
84
  "@swc/core": "1.15.33",
85
85
  "@universal-deploy/store": "^0.2.1",