@travetto/config
Advanced tools
Comparing version
{ | ||
"name": "@travetto/config", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "Configuration support", | ||
@@ -29,5 +29,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@travetto/di": "^4.1.0", | ||
"@travetto/schema": "^4.1.0", | ||
"@travetto/yaml": "^4.1.0" | ||
"@travetto/di": "^4.1.1", | ||
"@travetto/schema": "^4.1.1", | ||
"@travetto/yaml": "^4.1.1" | ||
}, | ||
@@ -34,0 +34,0 @@ "travetto": { |
@@ -131,3 +131,3 @@ import util from 'node:util'; | ||
const file = RuntimeIndex.getFunctionMetadata(cls)!.source; | ||
err.details = { class: cls.Ⲑid, file, ...(err.details ?? {}) }; | ||
Object.defineProperty(err, 'details', { value: { class: cls.Ⲑid, file, ...(err.details ?? {}) } }); | ||
} | ||
@@ -134,0 +134,0 @@ throw err; |
Sorry, the diff of this file is not supported yet
28696
0.13%Updated
Updated
Updated