@sveltejs/adapter-vercel
Advanced tools
Comparing version 1.0.0-next.26 to 1.0.0-next.27
{ | ||
"name": "@sveltejs/adapter-vercel", | ||
"version": "1.0.0-next.26", | ||
"type": "module", | ||
"exports": { | ||
"import": "./index.js" | ||
}, | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"files": [ | ||
"files", | ||
"index.d.ts" | ||
], | ||
"dependencies": { | ||
"esbuild": "^0.12.5" | ||
}, | ||
"devDependencies": { | ||
"@sveltejs/kit": "1.0.0-next.131", | ||
"typescript": "^4.2.4" | ||
}, | ||
"scripts": { | ||
"lint": "eslint --ignore-path .gitignore \"**/*.{ts,js,svelte}\" && npm run check-format", | ||
"format": "prettier --write . --config ../../.prettierrc --ignore-path .gitignore", | ||
"check-format": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore" | ||
} | ||
} | ||
"name": "@sveltejs/adapter-vercel", | ||
"version": "1.0.0-next.27", | ||
"type": "module", | ||
"exports": { | ||
"import": "./index.js" | ||
}, | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"files": [ | ||
"files", | ||
"index.d.ts" | ||
], | ||
"dependencies": { | ||
"esbuild": "^0.12.5" | ||
}, | ||
"devDependencies": { | ||
"@sveltejs/kit": "1.0.0-next.140", | ||
"typescript": "^4.3.5" | ||
}, | ||
"scripts": { | ||
"lint": "eslint --ignore-path .gitignore \"**/*.{ts,js,svelte}\" && npm run check-format", | ||
"format": "prettier --write . --config ../../.prettierrc --ignore-path .gitignore", | ||
"check-format": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore" | ||
} | ||
} |
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
6317
8