@travetto/config
Advanced tools
Comparing version 5.0.0-rc.7 to 5.0.0-rc.8
{ | ||
"name": "@travetto/config", | ||
"version": "5.0.0-rc.7", | ||
"version": "5.0.0-rc.8", | ||
"description": "Configuration support", | ||
@@ -29,4 +29,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@travetto/di": "^5.0.0-rc.7", | ||
"@travetto/schema": "^5.0.0-rc.7", | ||
"@travetto/di": "^5.0.0-rc.8", | ||
"@travetto/schema": "^5.0.0-rc.8", | ||
"yaml": "^2.4.5" | ||
@@ -33,0 +33,0 @@ }, |
@@ -151,3 +151,3 @@ import util from 'node:util'; | ||
runtime: { | ||
name: Runtime.envName, | ||
env: Runtime.env, | ||
debug: Runtime.debug, | ||
@@ -154,0 +154,0 @@ production: Runtime.production, |
@@ -25,3 +25,3 @@ import fs from 'node:fs/promises'; | ||
['application', 100], | ||
[Runtime.envName!, 200], | ||
[Runtime.env!, 200], | ||
...(Env.TRV_PROFILES.list ?? []) | ||
@@ -28,0 +28,0 @@ .map((p, i) => [p, 300 + i * 10] as const) |
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
28851
Updated@travetto/di@^5.0.0-rc.8
Updated@travetto/schema@^5.0.0-rc.8