ibm-blockchain-js
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -739,3 +739,3 @@ 'use strict'; | ||
}, | ||
id: 11100010 | ||
id: Date.now() | ||
}; | ||
@@ -759,3 +759,4 @@ } | ||
options.success = function(statusCode, data){ | ||
ibc.chaincode.details.deployed_name = data.message; | ||
if(data.result && ibc.chaincode.details.version.indexOf('hyperledger/fabric/core/chaincode/shim') >= 0) ibc.chaincode.details.deployed_name = data.result.message; | ||
else ibc.chaincode.details.deployed_name = data.message; | ||
ibc.prototype.save(tempDirectory); //save it so we remember we have deployed | ||
@@ -887,3 +888,3 @@ if(deploy_options && deploy_options.save_path != null) ibc.prototype.save(deploy_options.save_path); | ||
}, | ||
id: 11100010 | ||
id: Date.now() | ||
}; | ||
@@ -959,3 +960,3 @@ } | ||
}, | ||
id: 11100010 | ||
id: Date.now() | ||
}; | ||
@@ -962,0 +963,0 @@ } |
{ | ||
"name": "ibm-blockchain-js", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A library for easily interacting with IBM Blockchain.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
73328
1293