@sveltejs/adapter-cloudflare-workers
Advanced tools
Comparing version 1.0.0-next.59 to 1.0.0-next.60
{ | ||
"name": "@sveltejs/adapter-cloudflare-workers", | ||
"version": "1.0.0-next.59", | ||
"version": "1.0.0-next.60", | ||
"repository": { | ||
@@ -27,16 +27,16 @@ "type": "git", | ||
"dependencies": { | ||
"@cloudflare/workers-types": "^3.14.0", | ||
"@cloudflare/workers-types": "^3.18.0", | ||
"@iarna/toml": "^2.2.5", | ||
"esbuild": "^0.15.7" | ||
"esbuild": "^0.15.12" | ||
}, | ||
"devDependencies": { | ||
"@cloudflare/kv-asset-handler": "^0.2.0", | ||
"@types/node": "^16.11.36", | ||
"typescript": "^4.8.2" | ||
"@types/node": "^16.11.68", | ||
"typescript": "^4.8.4" | ||
}, | ||
"scripts": { | ||
"lint": "prettier --check . --config ../../.prettierrc --ignore-path .gitignore", | ||
"format": "npm run lint -- --write", | ||
"format": "pnpm lint --write", | ||
"check": "tsc" | ||
} | ||
} |
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
12679
Updatedesbuild@^0.15.12