@slonik/pg-driver
Advanced tools
Comparing version 46.0.0 to 46.0.1
@@ -19,7 +19,7 @@ { | ||
"dependencies": { | ||
"@slonik/driver": "^46.0.0", | ||
"@slonik/errors": "^46.0.0", | ||
"@slonik/sql-tag": "^46.0.0", | ||
"@slonik/types": "^46.0.0", | ||
"@slonik/utilities": "^46.0.0", | ||
"@slonik/driver": "^46.0.1", | ||
"@slonik/errors": "^46.0.1", | ||
"@slonik/sql-tag": "^46.0.1", | ||
"@slonik/types": "^46.0.1", | ||
"@slonik/utilities": "^46.0.1", | ||
"pg": "^8.12.0", | ||
@@ -82,2 +82,4 @@ "pg-query-stream": "^4.6.0", | ||
}, | ||
"types": "./dist/index.d.ts", | ||
"version": "46.0.1", | ||
"scripts": { | ||
@@ -90,5 +92,3 @@ "build": "rm -fr ./dist && tsc --project ./tsconfig.json", | ||
"test": "nyc ava --verbose --serial" | ||
}, | ||
"types": "./dist/index.d.ts", | ||
"version": "46.0.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
36701
18
Updated@slonik/driver@^46.0.1
Updated@slonik/errors@^46.0.1
Updated@slonik/sql-tag@^46.0.1
Updated@slonik/types@^46.0.1
Updated@slonik/utilities@^46.0.1