@codegenie/serverless-express
Advanced tools
Comparing version 4.12.3 to 4.12.4
{ | ||
"name": "@codegenie/serverless-express", | ||
"version": "4.12.3", | ||
"version": "4.12.4", | ||
"description": "This library enables you to utilize AWS Lambda and Amazon API Gateway to respond to web and API requests using your existing Node.js application framework.", | ||
@@ -36,9 +36,2 @@ "keywords": [ | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "lint-staged", | ||
"pre-push": "npm test", | ||
"commit-msg": "commitlint -e $GIT_PARAMS" | ||
} | ||
}, | ||
"lint-staged": { | ||
@@ -98,3 +91,3 @@ "*.js": [ | ||
"jest": "^29.7.0", | ||
"lint-staged": "^15.2.0", | ||
"lint-staged": "^12.5.0", | ||
"node-notifier": "^10.0.1", | ||
@@ -105,4 +98,4 @@ "semantic-release": "^22.0.12", | ||
"scripts": { | ||
"test": "jest && npm run tsc", | ||
"tsc": "tsc ./src/*.ts --outDir typescript-out", | ||
"test": "jest", | ||
"verify-typescript-types": "tsc ./src/*.ts --outDir typescript-out", | ||
"test:watch": "jest --watch", | ||
@@ -115,3 +108,4 @@ "test:coverage": "jest --coverage", | ||
"lint": "eslint src", | ||
"prepare": "husky install" | ||
"prepare": "husky install", | ||
"lint-staged": "lint-staged" | ||
}, | ||
@@ -118,0 +112,0 @@ "config": { |
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
70204