mirror of
				https://github.com/node-ebics/node-ebics-client.git
				synced 2025-11-03 14:41:03 +00:00 
			
		
		
		
	chore: cleanup & bump
This commit is contained in:
		@@ -92,10 +92,10 @@ module.exports = class Client {
 | 
				
			|||||||
		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) {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user