@mojaloop/logging-bc-client-lib
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -51,2 +51,4 @@ /***** | ||
logger.error("typed error message", new Error("TypedErrorClass")); | ||
const logger2 = logger.createChild("childComponent"); | ||
logger2.warn("childComponent warn"); | ||
setTimeout(async () => { | ||
@@ -53,0 +55,0 @@ // NOTE Make sure to call KafkaLogger.destroy |
{ | ||
"name": "@mojaloop/logging-bc-client-lib", | ||
"version": "0.0.10", | ||
"description": "mojaloop logging client lib", | ||
"version": "0.0.11", | ||
"description": "mojaloop logging client lib 6", | ||
"license": "Apache-2.0", | ||
@@ -27,11 +27,11 @@ "homepage": "https://github.com/mojaloop/logging-bc/tree/main/modules/logging-svc", | ||
"scripts": { | ||
"start": "yarn run service", | ||
"service": "tsc && node dist/index.js --config ../../.env", | ||
"start": "node dist/application/index.js", | ||
"build": "tsc", | ||
"watch": "tsc -w", | ||
"clean": "rm -Rf dist", | ||
"pretest": "yarn run build", | ||
"standard": "yarn run lint", | ||
"lint": "yarn run build && npx eslint ./src", | ||
"lint:fix": "yarn run build && npx eslint ./src --fix", | ||
"prestart": "npm run build", | ||
"pretest": "npm run build", | ||
"standard": "npm run lint", | ||
"lint": "npm run build && npx eslint ./src", | ||
"lint:fix": "npm run build && npx eslint ./src --fix", | ||
"test:unit": "jest --passWithNoTests --testMatch '**/test/unit/**/*.test.ts'", | ||
@@ -41,9 +41,9 @@ "test:integration": "jest --passWithNoTests --testMatch '**/test/integration/**/*.test.ts'", | ||
"test:coverage-check": "jest --coverage --testMatch '**/test/unit/**/*.test.ts'", | ||
"audit:check": "yarn npm audit", | ||
"audit:check": "npm npm audit", | ||
"dep:check": "ncu -e 2", | ||
"dep:update": "ncu -u", | ||
"publish": "yarn run build && yarn version patch && yarn npm publish --tag=latest --access public" | ||
"publish": "npm version patch && npm publish --tag=latest --access public" | ||
}, | ||
"dependencies": { | ||
"@mojaloop/logging-bc-public-types-lib": "0.0.3", | ||
"@mojaloop/logging-bc-public-types-lib": "*", | ||
"@mojaloop/platform-shared-lib-nodejs-kafka-client-lib": "^0.0.8", | ||
@@ -61,2 +61,2 @@ "winston": "^3.3.3" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
43624
564
2
1
+ Added@mojaloop/logging-bc-public-types-lib@0.5.4(transitive)