@vercel/postgres
Advanced tools
Comparing version 0.1.0-canary.19 to 0.1.0-canary.20
{ | ||
"name": "@vercel/postgres", | ||
"version": "0.1.0-canary.19", | ||
"version": "0.1.0-canary.20", | ||
"description": "Connect to Vercel Postgres databases on the Edge", | ||
@@ -63,3 +63,4 @@ "homepage": "https://vercel.com", | ||
"dependencies": { | ||
"@neondatabase/serverless": "0.4.3" | ||
"@neondatabase/serverless": "0.4.3", | ||
"ws": "8.13.0" | ||
}, | ||
@@ -83,4 +84,3 @@ "devDependencies": { | ||
"tsup": "6.3.0", | ||
"typescript": "4.8.4", | ||
"ws": "8.13.0" | ||
"typescript": "4.8.4" | ||
}, | ||
@@ -87,0 +87,0 @@ "peerDependencies": { |
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
17
4
+ Addedws@8.13.0