@sveltejs/adapter-netlify
Advanced tools
Comparing version 2.0.7 to 2.0.8
@@ -27,7 +27,3 @@ import './shims.js'; | ||
var setCookieExports = {}; | ||
var setCookie = { | ||
get exports(){ return setCookieExports; }, | ||
set exports(v){ setCookieExports = v; }, | ||
}; | ||
var setCookie = {exports: {}}; | ||
@@ -255,5 +251,5 @@ var defaultParseOptions = { | ||
setCookie.exports = parse; | ||
setCookieExports.parse = parse; | ||
setCookieExports.parseString = parseString; | ||
var splitCookiesString_1 = setCookieExports.splitCookiesString = splitCookiesString; | ||
setCookie.exports.parse = parse; | ||
setCookie.exports.parseString = parseString; | ||
var splitCookiesString_1 = setCookie.exports.splitCookiesString = splitCookiesString; | ||
@@ -260,0 +256,0 @@ /** |
{ | ||
"name": "@sveltejs/adapter-netlify", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"description": "A SvelteKit adapter that creates a Netlify app", | ||
@@ -28,3 +28,3 @@ "repository": { | ||
"@iarna/toml": "^2.2.5", | ||
"esbuild": "^0.17.18", | ||
"esbuild": "^0.18.11", | ||
"set-cookie-parser": "^2.6.0" | ||
@@ -34,3 +34,3 @@ }, | ||
"@netlify/functions": "^1.3.0", | ||
"@rollup/plugin-commonjs": "^24.0.0", | ||
"@rollup/plugin-commonjs": "^25.0.0", | ||
"@rollup/plugin-json": "^6.0.0", | ||
@@ -43,4 +43,4 @@ "@rollup/plugin-node-resolve": "^15.0.1", | ||
"typescript": "^4.9.4", | ||
"uvu": "^0.5.6", | ||
"@sveltejs/kit": "^1.15.9" | ||
"vitest": "^0.32.2", | ||
"@sveltejs/kit": "^1.22.2" | ||
}, | ||
@@ -53,3 +53,3 @@ "peerDependencies": { | ||
"build": "rimraf files && rollup -c && cp src/edge.js files/edge.js", | ||
"test": "uvu src \"(spec\\.js|test[\\\\/]index\\.js)\"", | ||
"test": "vitest run", | ||
"check": "tsc", | ||
@@ -56,0 +56,0 @@ "lint": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore", |
Sorry, the diff of this file is too big to display
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
787547
18416
- Removed@esbuild/android-arm@0.17.19(transitive)
- Removed@esbuild/android-arm64@0.17.19(transitive)
- Removed@esbuild/android-x64@0.17.19(transitive)
- Removed@esbuild/darwin-arm64@0.17.19(transitive)
- Removed@esbuild/darwin-x64@0.17.19(transitive)
- Removed@esbuild/freebsd-arm64@0.17.19(transitive)
- Removed@esbuild/freebsd-x64@0.17.19(transitive)
- Removed@esbuild/linux-arm@0.17.19(transitive)
- Removed@esbuild/linux-arm64@0.17.19(transitive)
- Removed@esbuild/linux-ia32@0.17.19(transitive)
- Removed@esbuild/linux-loong64@0.17.19(transitive)
- Removed@esbuild/linux-mips64el@0.17.19(transitive)
- Removed@esbuild/linux-ppc64@0.17.19(transitive)
- Removed@esbuild/linux-riscv64@0.17.19(transitive)
- Removed@esbuild/linux-s390x@0.17.19(transitive)
- Removed@esbuild/linux-x64@0.17.19(transitive)
- Removed@esbuild/netbsd-x64@0.17.19(transitive)
- Removed@esbuild/openbsd-x64@0.17.19(transitive)
- Removed@esbuild/sunos-x64@0.17.19(transitive)
- Removed@esbuild/win32-arm64@0.17.19(transitive)
- Removed@esbuild/win32-ia32@0.17.19(transitive)
- Removed@esbuild/win32-x64@0.17.19(transitive)
- Removedesbuild@0.17.19(transitive)
Updatedesbuild@^0.18.11