kysely-pg-client
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "kysely-pg-client", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"author": "Joseph T. Lapp <arachnojoe@gmail.com>", | ||
@@ -21,4 +21,4 @@ "license": "MIT", | ||
], | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"main": "dist/esm/index.js", | ||
"types": "dist/esm/index.d.ts", | ||
"source": "/index.ts", | ||
@@ -30,4 +30,4 @@ "files": [ | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.js", | ||
"types": "./dist/esm/index.d.ts", | ||
"import": "./dist/esm/index.js", | ||
"default": "./dist/cjs/index.js" | ||
@@ -34,0 +34,0 @@ } |
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
26965