RubyGems
npm
Organizations
Log in
Sign up
npm
resurgence-data
Versions diffs
1.0.4 → 1.0.6
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.
Files changed (2)
hide
show
package/dist/types/error.type.d.ts
+1
-0
package/package.json
+1
-1
package/dist/types/error.type.d.ts
CHANGED
Viewed
@@ -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
Viewed
@@ -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",