koatty_cli
Advanced tools
Comparing version 1.12.0 to 1.12.2
@@ -21,7 +21,9 @@ { | ||
"@types/koa__router": "^8.x.x", | ||
"@types/lodash": "^4.x.x", | ||
"@types/node": "^12.x.x", | ||
"@typescript-eslint/eslint-plugin": "^2.x.x", | ||
"@typescript-eslint/parser": "^2.x.x", | ||
"apidoc": "^0.17.7", | ||
"eslint": "^6.6.0", | ||
"apidoc": "^0.19.1", | ||
"apidoc-plugin-class-validator": "^0.0.3", | ||
"eslint": "^6.8.0", | ||
"reflect-metadata": "^0.1.13", | ||
@@ -33,4 +35,4 @@ "supervisor": "^0.12.0", | ||
"tslint-config-alloy": "^0.2.1", | ||
"typescript": "^3.7.3" | ||
"typescript": "^3.7.4" | ||
} | ||
} |
@@ -71,2 +71,3 @@ { | ||
"eofline": false, | ||
"linebreak-style": false, | ||
"no-var-requires": false, | ||
@@ -81,2 +82,2 @@ "no-magic-numbers": false, | ||
} | ||
} | ||
} |
{ | ||
"name": "koatty_cli", | ||
"version": "1.12.0", | ||
"version": "1.12.2", | ||
"description": "Koatty command line tool.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
47161