chore: cleanup & bump

This commit is contained in:
nanov 2021-03-30 14:26:35 +03:00
parent 2d580c0d44
commit f9fb6d3dc9
2 changed files with 5 additions and 12 deletions

View File

@ -91,11 +91,11 @@ module.exports = class Client {
this.hostId = hostId; this.hostId = hostId;
this.keyStorage = keyStorage; this.keyStorage = keyStorage;
this.keyEncryptor = defaultKeyEncryptor({ passphrase }); this.keyEncryptor = defaultKeyEncryptor({ passphrase });
this.tracesStorage = tracesStorage || null; this.tracesStorage = tracesStorage || null;
this.bankName = bankName || "Dummy Bank Full Name", this.bankName = bankName || 'Dummy Bank Full Name';
this.bankShortName = bankShortName || "BANKSHORTCODE", this.bankShortName = bankShortName || 'BANKSHORTCODE';
this.languageCode = languageCode || "en", this.languageCode = languageCode || 'en';
this.storageLocation = storageLocation || null, this.storageLocation = storageLocation || null;
} }
async send(order) { async send(order) {

View File

@ -63,17 +63,10 @@
"js2xmlparser": "^4.0.1", "js2xmlparser": "^4.0.1",
"node-forge": "^0.10.0", "node-forge": "^0.10.0",
"request": "^2.88.2", "request": "^2.88.2",
<<<<<<< HEAD
"uuid": "^8.3.2", "uuid": "^8.3.2",
"xml-crypto": "^2.1.1", "xml-crypto": "^2.1.1",
"xmldom": "^0.5.0", "xmldom": "^0.5.0",
"xpath": "0.0.32" "xpath": "0.0.32"
=======
"uuid": "^8.0.0",
"xml-crypto": "^2.0.0",
"xmldom": "^0.5.0",
"xpath": "0.0.27"
>>>>>>> cecaa782c93ee847c48b6580ee6c82b5a495f240
}, },
"devDependencies": { "devDependencies": {
"auto-changelog": "^1.16.2", "auto-changelog": "^1.16.2",