Comparing version 0.16.11 to 0.16.12
@@ -20,3 +20,3 @@ "use strict"; | ||
.alias('h', 'help') | ||
.parse(argv); | ||
.parseSync(argv); | ||
this.modules_to_load = (_a = args.require) !== null && _a !== void 0 ? _a : []; | ||
@@ -23,0 +23,0 @@ } |
{ | ||
"name": "cormo", | ||
"description": "ORM framework for Node.js", | ||
"version": "0.16.11", | ||
"version": "0.16.12", | ||
"keywords": [ | ||
@@ -42,13 +42,13 @@ "orm", | ||
"toposort-class": "^1.0.1", | ||
"yargs": "^16.2.0" | ||
"yargs": "^17.0.1" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.2.17", | ||
"@types/chai": "^4.2.21", | ||
"@types/inflected": "^1.1.29", | ||
"@types/lodash": "^4.14.168", | ||
"@types/mocha": "^8.2.2", | ||
"@types/mongodb": "^3.6.12", | ||
"@types/node": "^15.0.0", | ||
"@types/sinon": "^10.0.0", | ||
"@types/yargs": "^16.0.1", | ||
"@types/lodash": "^4.14.171", | ||
"@types/mocha": "^9.0.0", | ||
"@types/mongodb": "^3.6.20", | ||
"@types/node": "^16.4.3", | ||
"@types/sinon": "^10.0.2", | ||
"@types/yargs": "^17.0.2", | ||
"benchmark": "^2.1.4", | ||
@@ -59,4 +59,4 @@ "chai": "^4.3.4", | ||
"microtime": "^3.0.0", | ||
"mocha": "^8.3.2", | ||
"mongodb": "^3.6.6", | ||
"mocha": "^9.0.3", | ||
"mongodb": "^3.6.10", | ||
"mysql": "^2.18.1", | ||
@@ -68,8 +68,8 @@ "mysql2": "^2.2.5", | ||
"rimraf": "^3.0.2", | ||
"sinon": "^10.0.0", | ||
"sinon": "^11.1.1", | ||
"sqlite3": "^5.0.2", | ||
"ts-node": "^9.1.1", | ||
"typescript": "^4.2.4" | ||
"ts-node": "^10.1.0", | ||
"typescript": "^4.3.5" | ||
}, | ||
"gitHead": "ece608d18c0029538129ddb9277f9ed3795bc890" | ||
"gitHead": "78a75130658a1768fdb443903ba9a14fac0ef2e1" | ||
} |
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
351712
+ Addedcliui@8.0.1(transitive)
+ Addedyargs@17.7.2(transitive)
+ Addedyargs-parser@21.1.1(transitive)
- Removedcliui@7.0.4(transitive)
- Removedyargs@16.2.0(transitive)
- Removedyargs-parser@20.2.9(transitive)
Updatedyargs@^17.0.1