@mojaloop/logging-bc-public-types-lib
Advanced tools
Comparing version 0.1.9 to 0.1.10
{ | ||
"name": "@mojaloop/logging-bc-public-types-lib", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "Mojaloop logging bounded context public types lib (test change 2)", | ||
@@ -34,4 +34,4 @@ "license": "Apache-2.0", | ||
"standard": "npm run lint", | ||
"lint": "npm run build && npx eslint ./src", | ||
"lint:fix": "npm run build && npx eslint ./src --fix", | ||
"lint": "eslint ./src", | ||
"lint:fix": "eslint ./src --fix", | ||
"test:unit": "jest --passWithNoTests --testMatch '**/test/unit/**/*.test.ts'", | ||
@@ -38,0 +38,0 @@ "test:coverage": "jest --passWithNoTests --coverage --coverageThreshold='{}' --testMatch '**/test/unit/**/*.test.ts'", |
18787