@tdxvolt/volt-client-grpc 0.18.1 → 0.18.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.cjs +1 -1
- package/package.json +2 -2
- package/src/volt-client.js +1 -1
package/lib/index.cjs
CHANGED
|
@@ -2447,8 +2447,8 @@ class VoltClient extends EventEmitter__default["default"] {
|
|
|
2447
2447
|
log(
|
|
2448
2448
|
"failure authenticating on Volt - did you supply a challenge code or verified credential?"
|
|
2449
2449
|
);
|
|
2450
|
-
throw bindErr;
|
|
2451
2450
|
}
|
|
2451
|
+
throw bindErr;
|
|
2452
2452
|
}
|
|
2453
2453
|
}
|
|
2454
2454
|
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "0.18.
|
|
6
|
+
"version": "0.18.3",
|
|
7
7
|
"description": "tdx Volt library for nodejs clients",
|
|
8
8
|
"type": "module",
|
|
9
9
|
"exports": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"author": "toby.ealden@gmail.com",
|
|
37
37
|
"license": "ISC",
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@grpc/proto-loader": "^0.
|
|
39
|
+
"@grpc/proto-loader": "^0.7.13",
|
|
40
40
|
"@tdxvolt/volt-client-web": "^0.18.1",
|
|
41
41
|
"bent": "^7.3.12",
|
|
42
42
|
"builtin-modules": "^3.3.0",
|
package/src/volt-client.js
CHANGED