@stencila/configa
Advanced tools
Comparing version 0.4.3 to 0.4.4
@@ -0,1 +1,8 @@ | ||
## [0.4.4](https://github.com/stencila/configa/compare/v0.4.3...v0.4.4) (2020-02-26) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to ^6.12.0 ([925d4c8](https://github.com/stencila/configa/commit/925d4c85fb8470d7b058e4efb657aa48b68f489e)) | ||
## [0.4.3](https://github.com/stencila/configa/compare/v0.4.2...v0.4.3) (2020-02-24) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"type": "object", | ||
"description": "Configa 0.4.2", | ||
"description": "Configa 0.4.3", | ||
"$comment": "", | ||
@@ -6,0 +6,0 @@ "properties": { |
{ | ||
"name": "@stencila/configa", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"description": "Application configuration: DRY, flexible and type-safe", | ||
@@ -52,3 +52,3 @@ "bin": "dist/cli.js", | ||
"@stencila/logga": "^2.1.0", | ||
"ajv": "^6.10.2", | ||
"ajv": "^6.12.0", | ||
"chalk": "^3.0.0", | ||
@@ -55,0 +55,0 @@ "globby": "^11.0.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
77474
Updatedajv@^6.12.0