@datapos/datapos-shared 0.3.561 → 0.3.562
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.
|
@@ -5,7 +5,7 @@ export interface SerialisedError {
|
|
|
5
5
|
name: string;
|
|
6
6
|
stack: string | undefined;
|
|
7
7
|
}
|
|
8
|
-
declare class DPUError extends Error {
|
|
8
|
+
export declare class DPUError extends Error {
|
|
9
9
|
readonly locator: string;
|
|
10
10
|
constructor(message: string, locator: string, options?: ErrorOptions);
|
|
11
11
|
}
|
|
@@ -51,4 +51,3 @@ export declare function serialiseError(error?: unknown): SerialisedError[];
|
|
|
51
51
|
* - Returns `undefined` if the input array is empty.
|
|
52
52
|
*/
|
|
53
53
|
export declare function unserialiseError(serialisedErrors: SerialisedError[]): Error | undefined;
|
|
54
|
-
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datapos/datapos-shared",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.562",
|
|
4
4
|
"description": "A library containing common constants, types and utilities used across all Data Positioning projects.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Jonathan Terrell <terrell.jm@gmail.com>",
|