@sqb/postgres
Advanced tools
Comparing version 4.0.6 to 4.0.7
{ | ||
"name": "@sqb/postgres", | ||
"description": "SQB serialization extension for PostgreSQL database", | ||
"version": "4.0.6", | ||
"version": "4.0.7", | ||
"author": "Panates Ltd.", | ||
@@ -9,3 +9,3 @@ "contributors": [ | ||
], | ||
"license": "MIT", | ||
"license": "Apache-2.0", | ||
"repository": { | ||
@@ -35,3 +35,5 @@ "type": "git", | ||
"postgresql-client": "^1.21.0", | ||
"@sqb/postgres-dialect": "^4.0.6" | ||
"@sqb/postgres-dialect": "^4.x.x", | ||
"@sqb/builder": "^4.x.x", | ||
"@sqb/connect": "^4.x.x" | ||
}, | ||
@@ -52,12 +54,13 @@ "main": "dist/index.js", | ||
], | ||
"nyc": { | ||
"temp-dir": "./coverage/.nyc_output" | ||
}, | ||
"scripts": { | ||
"build": "tsc -b tsconfig.build.json", | ||
"prebuild": "npm run lint && npm run clean:dist", | ||
"postbuild": "copyfiles package.json README.md LICENSE ../../build/postgres", | ||
"clean": "ts-cleanup -s src --all & ts-cleanup -s test", | ||
"clean:dist": "rimraf ../../build/postgres", | ||
"compile": "tsc", | ||
"lint": "eslint src/** --no-error-on-unmatched-pattern", | ||
"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", | ||
"build": "tsc -b tsconfig-build.json", | ||
"compile": "tsc -b tsconfig.json", | ||
"lint": "eslint src/** --no-error-on-unmatched-pattern" | ||
"version": "#version" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
23607
5