@architect/parser
Advanced tools
Comparing version 2.1.0-RC.1 to 2.1.0
@@ -9,4 +9,9 @@ # Architect Parser changelog | ||
- Parser now returns a default Architect project if one is not found | ||
- Parser now returns a default Architect project if one is not found in the root of the working directory | ||
### Changed | ||
- Updated dependencies | ||
--- | ||
@@ -13,0 +18,0 @@ |
{ | ||
"name": "@architect/parser", | ||
"version": "2.1.0-RC.1", | ||
"version": "2.1.0", | ||
"description": "Architect Parser accepts plaintext, JSON, or YAML .arc manifests and returns a plain JavaScript Object", | ||
@@ -24,11 +24,11 @@ "main": "./src/index.js", | ||
"@rollup/plugin-json": "^4.0.2", | ||
"assert-diff": "^2.0.3", | ||
"codecov": "^3.6.1", | ||
"eslint": "^6.6.0", | ||
"assert-diff": "~3.0.0", | ||
"codecov": "~3.6.5", | ||
"eslint": "~6.8.0", | ||
"nyc": "^15.0.0", | ||
"rollup": "^1.31.1", | ||
"rollup-plugin-terser": "^5.2.0", | ||
"rollup": "^2.0.3", | ||
"rollup-plugin-terser": "^5.3.0", | ||
"tap-spec": "^5.0.0", | ||
"tape": "^4.11.0" | ||
"tape": "~4.13.2" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
477057
2