@travetto/config
Advanced tools
Comparing version 5.0.1 to 5.0.2
{ | ||
"name": "@travetto/config", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "Configuration support", | ||
@@ -29,4 +29,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@travetto/di": "^5.0.1", | ||
"@travetto/schema": "^5.0.1", | ||
"@travetto/di": "^5.0.2", | ||
"@travetto/schema": "^5.0.2", | ||
"yaml": "^2.5.0" | ||
@@ -33,0 +33,0 @@ }, |
@@ -0,4 +1,3 @@ | ||
import { parse as parseYaml } from 'yaml'; | ||
import { Injectable } from '@travetto/di'; | ||
import { parse as parseYaml } from 'yaml'; | ||
import { ConfigData, ConfigParser } from './types'; | ||
@@ -5,0 +4,0 @@ |
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
28736
Updated@travetto/di@^5.0.2
Updated@travetto/schema@^5.0.2