@travetto/config
Advanced tools
Comparing version 4.0.0-rc.6 to 4.0.0-rc.7
{ | ||
"name": "@travetto/config", | ||
"version": "4.0.0-rc.6", | ||
"version": "4.0.0-rc.7", | ||
"description": "Configuration support", | ||
@@ -29,5 +29,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@travetto/di": "^4.0.0-rc.6", | ||
"@travetto/schema": "^4.0.0-rc.6", | ||
"@travetto/yaml": "^4.0.0-rc.6" | ||
"@travetto/di": "^4.0.0-rc.7", | ||
"@travetto/schema": "^4.0.0-rc.7", | ||
"@travetto/yaml": "^4.0.0-rc.7" | ||
}, | ||
@@ -34,0 +34,0 @@ "travetto": { |
@@ -202,14 +202,16 @@ <!-- This file was generated by @travetto/doc and should not be modified directly --> | ||
at: 2029-03-14T04:00:00.618Z, | ||
class: '@travetto/config:doc/dbconfig○DBConfig', | ||
file: './doc/dbconfig.ts', | ||
errors: [ | ||
{ | ||
kind: 'required', | ||
active: true, | ||
value: undefined, | ||
message: 'port is required', | ||
path: 'port', | ||
type: undefined | ||
} | ||
] | ||
details: { | ||
class: '@travetto/config:doc/dbconfig○DBConfig', | ||
file: './doc/dbconfig.ts', | ||
errors: [ | ||
{ | ||
kind: 'required', | ||
active: true, | ||
value: undefined, | ||
message: 'port is required', | ||
path: 'port', | ||
type: undefined | ||
} | ||
] | ||
} | ||
} | ||
@@ -216,0 +218,0 @@ ``` |
@@ -131,3 +131,3 @@ import util from 'node:util'; | ||
const file = RuntimeIndex.getFunctionMetadata(cls)!.source; | ||
err.payload = { class: cls.Ⲑid, file, ...(err.payload ?? {}) }; | ||
err.details = { class: cls.Ⲑid, file, ...(err.details ?? {}) }; | ||
} | ||
@@ -134,0 +134,0 @@ throw err; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28671
248
Updated@travetto/di@^4.0.0-rc.7
Updated@travetto/schema@^4.0.0-rc.7
Updated@travetto/yaml@^4.0.0-rc.7