@voilab/vmol-objection
Advanced tools
Comparing version 0.6.0 to 0.7.0
'use strict'; | ||
module.exports = require('./src'); | ||
const DBMiddleware = require('./src/DBMiddleware'); | ||
const BaseModel = require('./src/BaseModel'); | ||
module.exports = { | ||
DBMiddleware, | ||
BaseModel | ||
}; |
{ | ||
"name": "@voilab/vmol-objection", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "Moleculer mixin for Objection.js and knex", | ||
@@ -29,14 +29,15 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"knex": "^0.95.11", | ||
"objection": "^3.0.0" | ||
"knex": "^2.0.0", | ||
"objection": "^3.0.0", | ||
"ajv-formats": "^2.1.1" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^8.2.0", | ||
"jest": "^27.2.4", | ||
"jest-cli": "^27.2.4", | ||
"knex": "^0.95.11", | ||
"moleculer": "^0.14.6", | ||
"jest": "^28.1.0", | ||
"jest-cli": "^28.1.0", | ||
"knex": "^0.95.15", | ||
"moleculer": "^0.14.21", | ||
"objection": "^3.0.0", | ||
"sqlite3": "^5.0.2" | ||
"sqlite3": "^5.0.8" | ||
} | ||
} |
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
16905
9
440
5