vite-plugin-vercel 0.0.5 → 0.0.6

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.
package/dist/index.cjs CHANGED
@@ -263,7 +263,7 @@ function getEntries(resolvedConfig) {
263
263
  var standardBuildOptions = {
264
264
  bundle: true,
265
265
  target: "es2020",
266
- format: "esm",
266
+ format: "cjs",
267
267
  platform: "node",
268
268
  logLevel: "info",
269
269
  minify: true
package/dist/index.js CHANGED
@@ -240,7 +240,7 @@ function getEntries(resolvedConfig) {
240
240
  var standardBuildOptions = {
241
241
  bundle: true,
242
242
  target: "es2020",
243
- format: "esm",
243
+ format: "cjs",
244
244
  platform: "node",
245
245
  logLevel: "info",
246
246
  minify: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-plugin-vercel",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",