@vercel/postgres
Advanced tools
Comparing version 0.1.0-canary.9 to 0.1.0-canary.10
{ | ||
"name": "@vercel/postgres", | ||
"version": "0.1.0-canary.9", | ||
"version": "0.1.0-canary.10", | ||
"description": "Connect to Vercel Postgres databases on the Edge", | ||
@@ -38,3 +38,9 @@ "homepage": "https://vercel.com", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"typesVersions": { | ||
"*": { | ||
"*": [ | ||
"./dist/*.d.ts" | ||
] | ||
} | ||
}, | ||
"files": [ | ||
@@ -41,0 +47,0 @@ "dist" |
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
17542