@datapos/datapos-shared 0.3.584 → 0.3.585
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.
|
@@ -6,8 +6,8 @@ export interface SerialisedError {
|
|
|
6
6
|
stack: string | undefined;
|
|
7
7
|
}
|
|
8
8
|
export declare class DPUError extends Error {
|
|
9
|
-
readonly locator: string;
|
|
10
|
-
constructor(message: string, locator: string, options?: ErrorOptions);
|
|
9
|
+
readonly locator: string | undefined;
|
|
10
|
+
constructor(message: string, locator: string | undefined, options?: ErrorOptions);
|
|
11
11
|
}
|
|
12
12
|
export declare class AppError extends DPUError {
|
|
13
13
|
constructor(message: string, locator: string, options?: ErrorOptions);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datapos/datapos-shared",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.585",
|
|
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>",
|