@architect/parser
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -5,7 +5,7 @@ # Architect Parser changelog | ||
## [4.0.0] 2021-07-22 | ||
## [4.0.0 - 4.0.1] 2021-07-22 | ||
### Changed | ||
- Breaking change: removed support for Node.js 10.x (now EOL, and no longer available to created in AWS Lambda) | ||
- Breaking change: removed support for Node.js 10.x (now EOL, and no longer available to created in AWS Lambda) and Node.js 12.x and Node.js 12.x | ||
- Updated dependencies | ||
@@ -12,0 +12,0 @@ - Updated vendored dependencies (`js-yaml`, `toml`) |
{ | ||
"name": "@architect/parser", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Architect Parser accepts plaintext, JSON, or YAML .arc manifests and returns a plain JavaScript Object", | ||
@@ -21,3 +21,3 @@ "main": "./src/index.js", | ||
"engines": { | ||
"node": ">=12" | ||
"node": ">=14" | ||
}, | ||
@@ -43,3 +43,3 @@ "repository": { | ||
"tap-spec": "^5.0.0", | ||
"tape": "~5.2.2", | ||
"tape": "~5.3.0", | ||
"terser": "~5.7.1", | ||
@@ -46,0 +46,0 @@ "toml": "~3.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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
181361
0