@architect/utils
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -5,4 +5,12 @@ # Architect Utils changelog | ||
## [4.0.0] 2023-10-19 | ||
## [4.0.2] 2024-02-06 | ||
### Changed | ||
- Updated `aws-lite` | ||
--- | ||
## [4.0.0 - 4.0.1] 2024-02-01 | ||
### Added | ||
@@ -9,0 +17,0 @@ |
@@ -21,4 +21,4 @@ /** | ||
awsLite({ | ||
autoloadPlugins: false, | ||
profile: inventory.inv?.aws?.profile, // aws-lite falls back to AWS_PROFILE or 'default' if undefined | ||
// aws-lite falls back to AWS_PROFILE or 'default' if undefined | ||
profile: inventory.inv?.aws?.profile, | ||
region: 'us-west-1', | ||
@@ -25,0 +25,0 @@ }) |
{ | ||
"name": "@architect/utils", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "Common utility functions", | ||
@@ -23,3 +23,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@aws-lite/client": "^0.16.1", | ||
"@aws-lite/client": "^0.17.1", | ||
"chalk": "4.1.2", | ||
@@ -35,3 +35,3 @@ "glob": "~10.3.10", | ||
"@architect/eslint-config": "~2.1.2", | ||
"@architect/inventory": "~4.0.1", | ||
"@architect/inventory": "~4.0.2", | ||
"cross-env": "~7.0.3", | ||
@@ -38,0 +38,0 @@ "eslint": "~8.56.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
45460
+ Added@aws-lite/client@0.17.3(transitive)
- Removed@aws-lite/client@0.16.1(transitive)
Updated@aws-lite/client@^0.17.1