phirepass-channel 0.1.187 → 0.1.189
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/package.json
CHANGED
package/phirepass-channel.d.ts
CHANGED
package/phirepass-channel.js
CHANGED
|
@@ -249,10 +249,11 @@ export class Channel {
|
|
|
249
249
|
if (Symbol.dispose) Channel.prototype[Symbol.dispose] = Channel.prototype.free;
|
|
250
250
|
|
|
251
251
|
/**
|
|
252
|
-
* @enum {0 | 100 | 110}
|
|
252
|
+
* @enum {0 | 10 | 100 | 110}
|
|
253
253
|
*/
|
|
254
254
|
export const ErrorType = Object.freeze({
|
|
255
255
|
Generic: 0, "0": "Generic",
|
|
256
|
+
Authentication: 10, "10": "Authentication",
|
|
256
257
|
RequiresUsername: 100, "100": "RequiresUsername",
|
|
257
258
|
RequiresPassword: 110, "110": "RequiresPassword",
|
|
258
259
|
});
|
|
@@ -408,7 +409,7 @@ function __wbg_get_imports() {
|
|
|
408
409
|
__wbg_set_onopen_7ffeb01f8a628209: function(arg0, arg1) {
|
|
409
410
|
getObject(arg0).onopen = getObject(arg1);
|
|
410
411
|
},
|
|
411
|
-
|
|
412
|
+
__wbg_warn_ff02e35fb30e06d6: function(arg0, arg1) {
|
|
412
413
|
console.warn(getStringFromWasm0(arg0, arg1));
|
|
413
414
|
},
|
|
414
415
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
Binary file
|