@mojaloop/logging-bc-client-lib
Advanced tools
Comparing version 0.1.12 to 0.1.13
{ | ||
"name": "@mojaloop/logging-bc-client-lib", | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"description": "Mojaloop logging bounded context client lib (test change 2)", | ||
@@ -20,8 +20,2 @@ "license": "Apache-2.0", | ||
], | ||
"pre-commit": [ | ||
"dep:check", | ||
"build", | ||
"lint", | ||
"test:unit" | ||
], | ||
"scripts": { | ||
@@ -35,4 +29,4 @@ "start": "node dist/application/index.js", | ||
"standard": "npm run lint", | ||
"lint": "npm run build && npx eslint ./src", | ||
"lint:fix": "npm run build && npx eslint ./src --fix", | ||
"lint": "npx eslint ./src", | ||
"lint:fix": "eslint ./src --fix", | ||
"test:unit": "jest --passWithNoTests --testMatch '**/test/unit/**/*.test.ts'", | ||
@@ -39,0 +33,0 @@ "test:integration": "jest --passWithNoTests --testMatch '**/test/integration/**/*.test.ts'", |
43565