digitalproperty-network
Advanced tools
Comparing version 0.2.2-20180228214049 to 0.2.2-20180301135319
@@ -6,3 +6,3 @@ { | ||
"name": "digitalproperty-network", | ||
"version": "0.2.2-20180228214049", | ||
"version": "0.2.2-20180301135319", | ||
"description": "Digital Property Network", | ||
@@ -9,0 +9,0 @@ "networkImage": "https://hyperledger.github.io/composer-sample-networks/packages/digitalproperty-network/networkimage.svg", |
@@ -19,3 +19,3 @@ /* | ||
const BusinessNetworkConnection = require('composer-client').BusinessNetworkConnection; | ||
const { BusinessNetworkDefinition, CertificateUtil, IdCard, MemoryCardStore } = require('composer-common'); | ||
const { BusinessNetworkDefinition, CertificateUtil, IdCard } = require('composer-common'); | ||
const path = require('path'); | ||
@@ -27,3 +27,3 @@ | ||
// In-memory card store for testing so cards are not persisted to the file system | ||
const cardStore = new MemoryCardStore(); | ||
const cardStore = require('composer-common').NetworkCardStoreManager.getCardStore( { type: 'composer-wallet-inmemory' } ); | ||
let adminConnection; | ||
@@ -30,0 +30,0 @@ let businessNetworkConnection; |
Sorry, the diff of this file is not supported yet
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
31817