@heathmont/lab-flask
Advanced tools
Comparing version 0.7.22 to 0.7.23
{ | ||
"name": "@heathmont/lab-flask", | ||
"version": "0.7.22", | ||
"version": "0.7.23", | ||
"author": "Margus Lamp", | ||
@@ -11,3 +11,3 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"@heathmont/coingaming-protobuf": "0.16.0", | ||
"@heathmont/coingaming-protobuf": "0.19.0", | ||
"@heathmont/node-logger": "^1.0.12", | ||
@@ -26,8 +26,11 @@ "@types/body-parser": "1.17.0", | ||
"devDependencies": { | ||
"@types/express": "4.0.30", | ||
"@types/jest": "23.3.2", | ||
"@types/node": "10.11.2", | ||
"@types/node-forge": "0.8.3", | ||
"@types/express": "4.0.30", | ||
"babel-jest": "^24.5.0", | ||
"husky": "^4.2.5", | ||
"jest": "^24.5.0", | ||
"long": "4.0.0", | ||
"semantic-release": "^17.1.1", | ||
"ts-jest": "^24.0.0", | ||
@@ -37,3 +40,3 @@ "tslint": "5.11.0", | ||
"typescript": "3.3.4000", | ||
"long": "4.0.0" | ||
"validate-commit-msg": "^2.14.0" | ||
}, | ||
@@ -55,4 +58,3 @@ "peerDependencies": { | ||
"test:coverage": "jest --coverage", | ||
"prepack": "npm run test && npm run lint && npm run compile", | ||
"postpublish": "git push --follow-tags" | ||
"prepack": "npm run compile" | ||
}, | ||
@@ -78,3 +80,22 @@ "jest": { | ||
] | ||
}, | ||
"validate-commit-msg": { | ||
"types": [ | ||
"feat", | ||
"fix", | ||
"docs", | ||
"style", | ||
"refactor", | ||
"perf", | ||
"test", | ||
"chore", | ||
"revert" | ||
], | ||
"warnOnFail": false | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"commit-msg": "validate-commit-msg" | ||
} | ||
} | ||
} |
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
128678
73
14