@snyk/error-catalog-nodejs-public
Advanced tools
Comparing version 5.43.0 to 5.44.0
{ | ||
"name": "@snyk/error-catalog-nodejs-public", | ||
"version": "5.43.0", | ||
"version": "5.44.0", | ||
"type": "commonjs", | ||
@@ -12,3 +12,3 @@ "author": "snyk.io", | ||
"dependencies": { | ||
"uuid": "^11.0.5", | ||
"uuid": "^11.1.0", | ||
"tslib": "^2.8.1" | ||
@@ -15,0 +15,0 @@ }, |
@@ -19,3 +19,3 @@ /* | ||
readonly metadata: ErrorMetadata; | ||
readonly detail: string; | ||
detail: string; | ||
readonly additionalData?: Record<string, any> | undefined; | ||
@@ -22,0 +22,0 @@ readonly cause?: Error | undefined; |
Sorry, the diff of this file is not supported yet
1003034
Updateduuid@^11.1.0