resurgence-data 1.0.4 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,4 +2,5 @@ export interface ErrorContent {
2
2
  message: string;
3
3
  status?: number;
4
4
  description: string;
5
+ context?: string;
5
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "resurgence-data",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "DTOs and shareable resources",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",