@mojaloop/logging-bc-public-types-lib
Advanced tools
Comparing version 0.1.15 to 0.1.16
@@ -35,5 +35,3 @@ /***** | ||
class ConsoleLogger { | ||
constructor() { | ||
this._logLevel = index_1.LogLevel.DEBUG; // default | ||
} | ||
_logLevel = index_1.LogLevel.DEBUG; // default | ||
createChild(componentName) { | ||
@@ -40,0 +38,0 @@ // nop - not implemented here, just return the same instance |
{ | ||
"name": "@mojaloop/logging-bc-public-types-lib", | ||
"version": "0.1.15", | ||
"description": "Mojaloop logging bounded context public types lib (test change 2)", | ||
"version": "0.1.16", | ||
"description": "Mojaloop logging bounded context public types lib", | ||
"license": "Apache-2.0", | ||
"homepage": "https://github.com/mojaloop/logging-bc/tree/main/modules/public-types-lib", | ||
"homepage": "https://github.com/mojaloop/logging-bc/tree/main/packages/public-types-lib", | ||
"bugs": { | ||
@@ -25,4 +25,5 @@ "url": "https://github.com/mojaloop/logging-bc/issues#readme" | ||
"watch": "tsc -w", | ||
"clean": "rm -Rf dist", | ||
"clean:npm": "rm -Rf node_modules", | ||
"clean": "npm run clean:npm; npm run clean:dist", | ||
"clean:dist": "rm -rf dist", | ||
"clean:npm": "rm -rf node_modules", | ||
"pretest": "npm run build", | ||
@@ -36,10 +37,10 @@ "standard": "npm run lint", | ||
"audit:check": "npm npm audit", | ||
"dep:check": "npm exec ncu -- -e 2", | ||
"dep:update": "npm exec ncu -- -u", | ||
"dep:check": "ncu -e 2", | ||
"dep:update": "ncu -u", | ||
"npm_publish": "npm version patch && npm publish --tag=latest --access public" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^8.34.0", | ||
"jest": "^29.4.3", | ||
"npm-check-updates": "^16.7.9", | ||
"eslint": "^8.36.0", | ||
"jest": "^29.5.0", | ||
"npm-check-updates": "^16.7.12", | ||
"ts-jest": "^29.0.5", | ||
@@ -46,0 +47,0 @@ "typescript": "^4.6.4" |
Sorry, the diff of this file is not supported yet
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
1
18734
225