@sveltejs/adapter-vercel 1.0.0-next.48 → 1.0.0-next.49

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.
Files changed (2) hide show
  1. package/index.js +0 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -366,7 +366,6 @@ async function v3(builder, external, edge, split) {
366
366
  `${dir}/config.json`,
367
367
  JSON.stringify({
368
368
  version: 3,
369
- target: 'production',
370
369
  routes,
371
370
  overrides
372
371
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sveltejs/adapter-vercel",
3
- "version": "1.0.0-next.48",
3
+ "version": "1.0.0-next.49",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/sveltejs/kit",
@@ -25,7 +25,7 @@
25
25
  "esbuild": "^0.14.21"
26
26
  },
27
27
  "devDependencies": {
28
- "@sveltejs/kit": "1.0.0-next.317",
28
+ "@sveltejs/kit": "1.0.0-next.318",
29
29
  "typescript": "^4.6.2"
30
30
  },
31
31
  "scripts": {