@architect/hydrate
Advanced tools
Comparing version 1.4.1-RC.1 to 1.4.1
@@ -1,21 +0,29 @@ | ||
# Architect Utils changelog | ||
# Architect Hydrate changelog | ||
--- | ||
## [1.4.1] 2019-09-11 | ||
## [On branch] 2019-09-11 | ||
### Changed | ||
### Added | ||
- `hydrate.update` now properly inventories its update operations, avoiding superfluous work | ||
- Internal cleanup of printing operations using new Architect-standardized `updater` | ||
- Results returned by `hydrate` are now symmetrical with what's printed | ||
- Numerous internal changes to clean up common code paths and simplify key operations, like printing & reporting | ||
- | ||
--- | ||
## [1.4.0] 2019-09-06 | ||
### Changed | ||
### Added | ||
- Internal cleanup of printing operations using new Architect-standardized `updater` | ||
- All `hydrate` printing is now silenced by using `quiet` | ||
### Fixed | ||
### Changed | ||
- `hydrate.update` now properly inventories its update operations | ||
- `hydrate.install` now properly inventories its update operations, avoiding superfluous work | ||
- `hydrate.install` now accepts absolute `basepath` values (e.g. `/full/path/to/your/project`) | ||
- `hydrate.install` and `hydrate.update` now always run `hydrate.shared` | ||
- `hydrate.shared` now accepts parameters | ||
@@ -22,0 +30,0 @@ --- |
{ | ||
"name": "@architect/hydrate", | ||
"version": "1.4.1-RC.1", | ||
"version": "1.4.1", | ||
"description": "Architect dependency hydrator and shared file manager", | ||
@@ -26,3 +26,3 @@ "main": "index.js", | ||
"@architect/parser": "^1.2.0", | ||
"@architect/utils": "^1.3.6-RC.1", | ||
"@architect/utils": "^1.3.6", | ||
"chalk": "^2.4.2", | ||
@@ -37,3 +37,3 @@ "cpr": "^3.0.1", | ||
"codecov": "^3.5.0", | ||
"eslint": "^5.16.0", | ||
"eslint": "^6.3.0", | ||
"mkdirp": "^0.5.1", | ||
@@ -40,0 +40,0 @@ "nyc": "^14.1.1", |
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
44303
0
Updated@architect/utils@^1.3.6