@xylabs/error 4.13.4 → 4.13.5

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,7 +1,6 @@
1
- export declare const handleError: <T>(error: any, handler: (error: Error) => T) => T;
2
-
3
- export declare const handleErrorAsync: <T>(error: any, handler: (error: Error) => Promise<T>) => Promise<T>;
4
-
5
- export declare const isError: (error: any) => error is Error;
6
-
7
- export { }
1
+ declare const handleError: <T>(error: any, handler: (error: Error) => T) => T;
2
+ declare const handleErrorAsync: <T>(error: any, handler: (error: Error) => Promise<T>) => Promise<T>;
3
+
4
+ declare const isError: (error: any) => error is Error;
5
+
6
+ export { handleError, handleErrorAsync, isError };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/error",
3
- "version": "4.13.4",
3
+ "version": "4.13.5",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "keywords": [
6
6
  "error",
@@ -36,8 +36,8 @@
36
36
  "module": "dist/neutral/index.mjs",
37
37
  "types": "dist/neutral/index.d.ts",
38
38
  "devDependencies": {
39
- "@xylabs/ts-scripts-yarn3": "^7.0.0-rc.7",
40
- "@xylabs/tsconfig": "^7.0.0-rc.7",
39
+ "@xylabs/ts-scripts-yarn3": "^7.0.0-rc.8",
40
+ "@xylabs/tsconfig": "^7.0.0-rc.8",
41
41
  "typescript": "^5.8.3"
42
42
  },
43
43
  "engines": {