@keyv/postgres
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "@keyv/postgres", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "PostgreSQL storage adapter for Keyv", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
import test from 'ava'; | ||
import keyvTestSuite, { keyvOfficialTests } from 'keyv-test-suite'; | ||
import keyvTestSuite, { keyvOfficialTests } from '@keyv/test-suite'; | ||
import Keyv from 'keyv'; | ||
@@ -4,0 +4,0 @@ import KeyvPostgres from 'this'; |
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
5752