aws-core-utils
Advanced tools
Comparing version 7.0.10 to 7.0.11
{ | ||
"name": "aws-core-utils", | ||
"version": "7.0.10", | ||
"version": "7.0.11", | ||
"description": "Core utilities for working with Amazon Web Services (AWS), including ARNs, regions, stages, Lambdas, AWS errors, stream events, Kinesis, DynamoDB.DocumentClients, etc.", | ||
@@ -14,9 +14,9 @@ "author": "Byron du Preez", | ||
"dependencies": { | ||
"core-functions": "3.0.19", | ||
"core-functions": "3.0.20", | ||
"deep-equal": "1.0.1", | ||
"logging-utils": "4.0.19" | ||
"logging-utils": "4.0.20" | ||
}, | ||
"devDependencies": { | ||
"aws-sdk": "2.143.0", | ||
"aws-core-test-utils": "3.0.6", | ||
"aws-sdk": "2.161.0", | ||
"aws-core-test-utils": "3.0.7", | ||
"tape": "^4.8.0", | ||
@@ -23,0 +23,0 @@ "uuid": "3.1.0" |
@@ -1,2 +0,2 @@ | ||
# aws-core-utils v7.0.10 | ||
# aws-core-utils v7.0.11 | ||
@@ -47,3 +47,3 @@ Core utilities for working with Amazon Web Services (AWS), including ARNs, regions, stages, Lambdas, AWS errors, stream events, Kinesis, DynamoDB.DocumentClients, etc. | ||
This module is exported as a [Node.js](https://nodejs.org/) module. | ||
This module is exported as a [Node.js](https://nodejs.org) module. | ||
@@ -544,3 +544,3 @@ ## Installation | ||
## Unit tests | ||
This module's unit tests were developed with and must be run with [tape](https://www.npmjs.com/package/tape). The unit tests have been tested on [Node.js v4.3.2](https://nodejs.org/en/blog/release/v4.3.2/). | ||
This module's unit tests were developed with and must be run with [tape](https://www.npmjs.com/package/tape). The unit tests have been tested on [Node.js v6.10.3](https://nodejs.org/en/blog/release/v6.10.3). | ||
@@ -547,0 +547,0 @@ Install tape globally if you want to run multiple tests at once: |
## Changes | ||
### 7.0.11 | ||
- Updated `core-functions` dependency to version 3.0.20 | ||
- Updated `logging-utils` dependency to version 4.0.20 | ||
- Updated `aws-sdk` dev dependency to version 2.161.0 | ||
- Updated `aws-core-test-utils` dev dependency to version 3.0.7 | ||
### 7.0.10 | ||
@@ -4,0 +10,0 @@ - Renamed dummy first exports (`exports._ = '_'; //IDE workaround`) of most modules to (`exports._$_ = '_$_';`) to avoid |
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
586074
+ Addedcore-functions@3.0.20(transitive)
+ Addedlogging-utils@4.0.20(transitive)
- Removedcore-functions@3.0.19(transitive)
- Removedlogging-utils@4.0.19(transitive)
Updatedcore-functions@3.0.20
Updatedlogging-utils@4.0.20