@architect/hydrate
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -5,2 +5,10 @@ # Architect Hydrate changelog | ||
## [3.0.3] 2022-05-10 | ||
### Changed | ||
- Updated dependencies; sub-dep `lambda-runtimes` adds `nodejs16.x`. | ||
--- | ||
## [3.0.2] 2022-03-31 | ||
@@ -7,0 +15,0 @@ |
{ | ||
"name": "@architect/hydrate", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Architect dependency hydrator and shared file manager", | ||
@@ -36,4 +36,4 @@ "main": "src/index.js", | ||
"dependencies": { | ||
"@architect/inventory": "~3.1.0", | ||
"@architect/utils": "~3.1.0", | ||
"@architect/inventory": "~3.1.1", | ||
"@architect/utils": "~3.1.1", | ||
"acorn-loose": "~8.3.0", | ||
@@ -51,3 +51,3 @@ "chalk": "4.1.2", | ||
"cross-env": "~7.0.3", | ||
"eslint": "~8.12.0", | ||
"eslint": "~8.15.0", | ||
"mock-fs": "~5.1.2", | ||
@@ -57,3 +57,3 @@ "nyc": "^15.1.0", | ||
"tap-spec": "^5.0.0", | ||
"tape": "~5.5.2", | ||
"tape": "~5.5.3", | ||
"yarn": "~1.22.18" | ||
@@ -60,0 +60,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
61356
Updated@architect/inventory@~3.1.1
Updated@architect/utils@~3.1.1