aws-core-utils
Advanced tools
Comparing version 5.0.2 to 5.0.3
{ | ||
"name": "aws-core-utils", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"description": "Core utilities for working with Amazon Web Services (AWS), including ARNs, regions, stages, Lambdas, AWS errors, stream events, Kinesis, DynamoDB.DocumentClients, etc.", | ||
@@ -14,4 +14,4 @@ "author": "Byron du Preez", | ||
"dependencies": { | ||
"core-functions": "^2.0.7", | ||
"logging-utils": "^3.0.1", | ||
"core-functions": "^2.0.8", | ||
"logging-utils": "^3.0.2", | ||
"deep-equal": "^1.0.1" | ||
@@ -18,0 +18,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
# aws-core-utils v5.0.2 | ||
# aws-core-utils v5.0.3 | ||
@@ -294,2 +294,7 @@ Core utilities for working with Amazon Web Services (AWS), including ARNs, regions, stages, Lambdas, AWS errors, stream events, Kinesis, DynamoDB.DocumentClients, etc. | ||
### 5.0.3 | ||
- Updated `core-functions` dependency to version 2.0.8 | ||
- Updated `logging-utils` dependency to version 3.0.2 | ||
### 5.0.2 | ||
@@ -296,0 +301,0 @@ - Changes to `stages.js` module: |
{ | ||
"name": "aws-core-utils-tests", | ||
"description": "Unit tests for aws-core-utils modules", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"author": "Byron du Preez", | ||
@@ -6,0 +6,0 @@ "license": "Apache-2.0", |
296916
452
Updatedcore-functions@^2.0.8
Updatedlogging-utils@^3.0.2