@travetto/yaml
Advanced tools
Comparing version 3.0.2 to 3.0.3
{ | ||
"name": "@travetto/yaml", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Simple YAML support, provides only clean subset of yaml", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@travetto/base": "^3.0.2" | ||
"@travetto/base": "^3.0.3" | ||
}, | ||
@@ -30,0 +30,0 @@ "travetto": { |
<!-- This file was generated by @travetto/doc and should not be modified directly --> | ||
<!-- Please modify https://github.com/travetto/travetto/tree/main/module/yaml/DOC.ts and execute "npx trv doc" to rebuild --> | ||
<!-- Please modify https://github.com/travetto/travetto/tree/main/module/yaml/DOC.tsx and execute "npx trv doc" to rebuild --> | ||
# YAML | ||
## Simple YAML support, provides only clean subset of yaml | ||
@@ -15,3 +16,3 @@ | ||
In the desire to provide a minimal footprint, the framework provides a minimal [YAML](https://en.wikipedia.org/wiki/YAML) parser/serializer to handle standard configuration structure. | ||
In the desire to provide a minimal footprint, the framework provides a minimal [YAML](https://en.wikipedia.org/wiki/YAML) parser/serializer to handle standard configuration structure. | ||
@@ -18,0 +19,0 @@ [YamlUtil](https://github.com/travetto/travetto/tree/main/module/yaml/src/util.ts#L7) is the main access point for this module, and will expose two method, `parse` and `serialize`. |
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
25487
109
Updated@travetto/base@^3.0.3