We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ad0637 commit 70943a6Copy full SHA for 70943a6
lib/index.js
@@ -77,7 +77,7 @@ class BrokerBin {
77
// Get the UID
78
const UID = this.soapUid = resSession.$value
79
if (UID === "Failed Authentication") {
80
- return reject(new Error("Failed SOAP authentication"))
+ return reject(new Error("Failed BrokerBin authentication."))
81
}
82
resolve(UID)
83
})
package.json
@@ -10,7 +10,7 @@
10
"js"
11
],
12
"license": "MIT",
13
- "version": "1.1.0",
+ "version": "1.1.1",
14
"main": "lib/index.js",
15
"scripts": {
16
"test": "echo \"Error: no test specified\" && exit 1"
0 commit comments