@synnaxlabs/freighter 0.42.3 → 0.43.0

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.
@@ -1,3 +1,3 @@
1
1
  {
2
- "vitest.disableWorkspaceWarning": true
3
- }
2
+ "vitest.disableWorkspaceWarning": true
3
+ }
package/dist/errors.d.ts CHANGED
@@ -1,33 +1,33 @@
1
1
  import { errors, URL } from '@synnaxlabs/x';
2
2
  declare const FreighterError_base: errors.TypedClass;
3
3
  /**
4
- * @description Base class for all freighter-specific errors
4
+ * Base class for all freighter-specific errors
5
5
  */
6
6
  export declare class FreighterError extends FreighterError_base {
7
7
  }
8
8
  declare const EOF_base: errors.TypedClass;
9
9
  /**
10
- * @description Error thrown when reaching the end of a file or stream
10
+ * Error thrown when reaching the end of a file or stream
11
11
  */
12
12
  export declare class EOF extends EOF_base {
13
13
  constructor();
14
14
  }
15
15
  declare const StreamClosed_base: errors.TypedClass;
16
16
  /**
17
- * @description Error thrown when attempting to operate on a closed stream
17
+ * Error thrown when attempting to operate on a closed stream
18
18
  */
19
19
  export declare class StreamClosed extends StreamClosed_base {
20
20
  constructor();
21
21
  }
22
22
  /**
23
- * @description Arguments for constructing an Unreachable error
23
+ * Arguments for constructing an Unreachable error
24
24
  */
25
25
  export interface UnreachableArgs {
26
26
  message?: string;
27
27
  url?: URL;
28
28
  }
29
29
  declare const Unreachable_base: errors.TypedClass;
30
- /** @description Thrown when a network target is unreachable. */
30
+ /** Thrown when a network target is unreachable. */
31
31
  export declare class Unreachable extends Unreachable_base {
32
32
  url: URL;
33
33
  constructor(args?: UnreachableArgs);
@@ -1 +1 @@
1
- {"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../src/errors.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,eAAe,CAAC;;AAE5C;;GAEG;AACH,qBAAa,cAAe,SAAQ,mBAA+B;CAAG;;AAEtE;;GAEG;AACH,qBAAa,GAAI,SAAQ,QAAyB;;CAIjD;;AAED;;GAEG;AACH,qBAAa,YAAa,SAAQ,iBAAmC;;CAIpE;AAED;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,GAAG,CAAC,EAAE,GAAG,CAAC;CACX;;AAED,gEAAgE;AAChE,qBAAa,WAAY,SAAQ,gBAAiC;IAChE,GAAG,EAAE,GAAG,CAAC;gBAEG,IAAI,GAAE,eAAoB;CAKvC"}
1
+ {"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../src/errors.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,eAAe,CAAC;;AAE5C;;GAEG;AACH,qBAAa,cAAe,SAAQ,mBAA+B;CAAG;;AAEtE;;GAEG;AACH,qBAAa,GAAI,SAAQ,QAAyB;;CAIjD;;AAED;;GAEG;AACH,qBAAa,YAAa,SAAQ,iBAAmC;;CAIpE;AAED;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,GAAG,CAAC,EAAE,GAAG,CAAC;CACX;;AAED,mDAAmD;AACnD,qBAAa,WAAY,SAAQ,gBAAiC;IAChE,GAAG,EAAE,GAAG,CAAC;gBAEG,IAAI,GAAE,eAAoB;CAKvC"}