knex-on-duplicate-update
Advanced tools
Comparing version 2.1.2 to 2.1.3
{ | ||
"name": "knex-on-duplicate-update", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "Simple patcher for Knex. It adds the .onDuplicateUpdate() function to knex's query builder.", | ||
@@ -36,11 +36,11 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@types/jest": "^24.0.12", | ||
"@types/node": "^12.0.0", | ||
"@types/jest": "^27.0.1", | ||
"@types/node": "^16.6.1", | ||
"auto-changelog": "^2.2.1", | ||
"dotenv": "^8.2.0", | ||
"jest": "^25.1.0", | ||
"knex": "latest", | ||
"dotenv": "^10.0.0", | ||
"jest": "^27.0.6", | ||
"knex": "0.95.9", | ||
"mysql": "^2.18.1", | ||
"release-it": "^14.4.1", | ||
"tsd": "^0.14.0" | ||
"tsd": "^0.17.0" | ||
}, | ||
@@ -55,2 +55,6 @@ "jest": { | ||
"hooks": { | ||
"before:init": [ | ||
"yarn test", | ||
"yarn test:types" | ||
], | ||
"after:bump": "npx auto-changelog -p" | ||
@@ -57,0 +61,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
6246