@sveltejs/adapter-vercel
Advanced tools
Comparing version 1.0.0-next.6 to 1.0.0-next.7
# @sveltejs/adapter-vercel | ||
## 1.0.0-next.7 | ||
### Patch Changes | ||
- 17e82eb: Fix adapter-vercel imports | ||
## 1.0.0-next.6 | ||
@@ -4,0 +10,0 @@ |
@@ -1,4 +0,4 @@ | ||
import { writeFileSync, mkdirSync, renameSync } from 'fs'; | ||
import { resolve, join } from 'path'; | ||
import { copy } from '@sveltejs/app-utils/files'; | ||
const { writeFileSync, mkdirSync, renameSync } = require('fs'); | ||
const { resolve, join } = require('path'); | ||
const { copy } = require('@sveltejs/app-utils/files'); | ||
@@ -5,0 +5,0 @@ module.exports = function () { |
{ | ||
"name": "@sveltejs/adapter-vercel", | ||
"version": "1.0.0-next.6", | ||
"version": "1.0.0-next.7", | ||
"main": "index.js", | ||
"type": "module", | ||
"files": [ | ||
@@ -21,3 +20,3 @@ "files" | ||
"devDependencies": { | ||
"@sveltejs/kit": "1.0.0-next.54", | ||
"@sveltejs/kit": "1.0.0-next.55", | ||
"rollup": "^2.41.1", | ||
@@ -24,0 +23,0 @@ "sirv": "^1.0.11", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25364
No