@sqb/postgres
Advanced tools
Comparing version 4.0.1-beta.16 to 4.0.1-beta.17
{ | ||
"name": "@sqb/postgres", | ||
"description": "SQB serialization extension for PostgreSQL database", | ||
"version": "4.0.1-beta.16", | ||
"version": "4.0.1-beta.17", | ||
"author": "Panates Ltd.", | ||
@@ -34,3 +34,3 @@ "contributors": [ | ||
"postgresql-client": "^1.13.0", | ||
"@sqb/postgres-dialect": "^4.0.1-beta.16" | ||
"@sqb/postgres-dialect": "^4.0.1-beta.17" | ||
}, | ||
@@ -55,3 +55,3 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"test": "ts-mocha -p test/tsconfig.json --paths --reporter spec test/**/*.spec.ts", | ||
"test": "TS_NODE_PROJECT='./test/tsconfig.json' mocha -r ts-node/register -r tsconfig-paths/register --reporter spec test/**/*.spec.ts", | ||
"cover": "nyc --reporter=cobertura --reporter html --reporter text npm run test", | ||
@@ -58,0 +58,0 @@ "build": "tsc -b tsconfig-build.json", |
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
12997