@mojaloop/logging-bc-public-types-lib
Advanced tools
Comparing version 0.1.11 to 0.1.12
{ | ||
"name": "@mojaloop/logging-bc-public-types-lib", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"description": "Mojaloop logging bounded context public types lib (test change 2)", | ||
@@ -26,2 +26,3 @@ "license": "Apache-2.0", | ||
"clean": "rm -Rf dist", | ||
"clean:npm": "rm -Rf node_modules", | ||
"pretest": "npm run build", | ||
@@ -35,14 +36,13 @@ "standard": "npm run lint", | ||
"audit:check": "npm npm audit", | ||
"dep:check": "ncu -e 2", | ||
"dep:update": "ncu -u", | ||
"dep:check": "npm exec ncu -e 2", | ||
"dep:update": "npm exec ncu -u", | ||
"npm_publish": "npm version patch && npm publish --tag=latest --access public" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^8.14.0", | ||
"husky": "^7.0.4", | ||
"jest": "^27.3.1", | ||
"npm-check-updates": "^12.5.11", | ||
"ts-jest": "^27.0.7", | ||
"eslint": "^8.23.1", | ||
"jest": "^29.0.3", | ||
"npm-check-updates": "^16.2.1", | ||
"ts-jest": "^29.0.1", | ||
"typescript": "^4.6.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
18740
5