@devua-lab/error-serialization 1.0.1 → 1.0.2

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/dist/index.d.cts CHANGED
@@ -229,4 +229,4 @@ declare class ZodErrorPlugin extends ErrorPlugin<ZodError> {
229
229
  private setNestedValue;
230
230
  }
231
231
 
232
- export { AxiosErrorPlugin, ErrorSerializer, StandardErrorPlugin, ZodErrorPlugin };
232
+ export { type AppErrorResponse, AxiosErrorPlugin, ErrorPlugin, ErrorSerializer, type SerializationCallback, StandardErrorPlugin, ZodErrorPlugin, type ZodSerializationOptions };
package/dist/index.d.ts CHANGED
@@ -229,4 +229,4 @@ declare class ZodErrorPlugin extends ErrorPlugin<ZodError> {
229
229
  private setNestedValue;
230
230
  }
231
231
 
232
- export { AxiosErrorPlugin, ErrorSerializer, StandardErrorPlugin, ZodErrorPlugin };
232
+ export { type AppErrorResponse, AxiosErrorPlugin, ErrorPlugin, ErrorSerializer, type SerializationCallback, StandardErrorPlugin, ZodErrorPlugin, type ZodSerializationOptions };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devua-lab/error-serialization",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",