Skip to content

Commit

Permalink
jsDoc update: fix log4js legacy text (#239)
Browse files Browse the repository at this point in the history
make root project private to prevent unexpected publish misaction

Signed-off-by: davidliu <david-khala@hotmail.com>

Co-authored-by: Matthew B White <mbwhite@users.noreply.github.com>
  • Loading branch information
davidkhala and mbwhite authored Dec 9, 2020
1 parent c0199de commit 6b2b671
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions libraries/fabric-shim/lib/chaincode.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,10 @@ class Shim {
}

/**
* Returns a log4js logger named after <code>name</code>
* Returns a winston logger named after <code>name</code>
* @static
* @param {string} name Logger name used to label log messages produced by the returned logger
* @returns {Object} log4js based logger. See log4js documentation for usage details
* @returns {Object} winston based logger. See [winston]{@link https://github.com/winstonjs/winston} documentation for usage details
*/
static newLogger(name) {
if (!name) {
Expand Down
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "fabric-chaincode-node",
"version": "2.3.1-unstable",
"tag": "unstable",
"description": "fabric-chaincode-node monorepo, built with rush",
"testFabricVersion": "master",
"testFabricCAVersion": "1.4.4",
"testFabricThirdParty": "0.4.15",
"docsLatestVersion": "release-1.4",
"license": "Apache-2.0"
"name": "fabric-chaincode-node",
"version": "2.3.1-unstable",
"private": true,
"tag": "unstable",
"description": "fabric-chaincode-node monorepo, built with rush",
"testFabricVersion": "master",
"testFabricCAVersion": "1.4.4",
"testFabricThirdParty": "0.4.15",
"docsLatestVersion": "release-1.4",
"license": "Apache-2.0"
}

0 comments on commit 6b2b671

Please sign in to comment.