knex-paginate
Advanced tools
Comparing version 3.1.2 to 3.1.3
{ | ||
"name": "knex-paginate", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"description": "Extension of Knex's query builder with `paginate` method that will help with your pagination tasks.", | ||
@@ -37,13 +37,13 @@ "main": "lib/index.js", | ||
"@types/jest": "^29.2.0", | ||
"@types/node": "^16.6.1", | ||
"@types/node": "^18.19.34", | ||
"auto-changelog": "^2.4.0", | ||
"dotenv": "^16.0.3", | ||
"jest": "^29.2.2", | ||
"knex": "^2.3.0", | ||
"knex-mock-client": "^1.8.4", | ||
"mysql2": "^3.9.4", | ||
"prettier": "^2.7.1", | ||
"release-it": "^15.5.0", | ||
"dotenv": "^16.4.5", | ||
"jest": "^29.7.0", | ||
"knex": "^3.1.0", | ||
"knex-mock-client": "^3.0.0", | ||
"mysql2": "^3.10.0", | ||
"prettier": "^3.3.0", | ||
"release-it": "^16.3.0", | ||
"stringcase": "^4.3.1", | ||
"tsd": "^0.24.1" | ||
"tsd": "^0.31.0" | ||
}, | ||
@@ -50,0 +50,0 @@ "jest": { |
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
8225