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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "phirepass-channel",
3
3
  "type": "module",
4
- "version": "0.1.187",
4
+ "version": "0.1.189",
5
5
  "license": "SEE LICENSE IN ../LICENCE",
6
6
  "repository": {
7
7
  "type": "git",
@@ -31,6 +31,7 @@ export class Channel {
31
31
 
32
32
  export enum ErrorType {
33
33
  Generic = 0,
34
+ Authentication = 10,
34
35
  RequiresUsername = 100,
35
36
  RequiresPassword = 110,
36
37
  }
@@ -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
- __wbg_warn_de8250a91cb54dc5: function(arg0, arg1) {
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