aws-core-utils
Advanced tools
Comparing version 5.0.1 to 5.0.2
{ | ||
"name": "aws-core-utils", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "Core utilities for working with Amazon Web Services (AWS), including ARNs, regions, stages, Lambdas, AWS errors, stream events, Kinesis, DynamoDB.DocumentClients, etc.", | ||
@@ -5,0 +5,0 @@ "author": "Byron du Preez", |
@@ -1,2 +0,2 @@ | ||
# aws-core-utils v5.0.1 | ||
# aws-core-utils v5.0.2 | ||
@@ -294,3 +294,14 @@ Core utilities for working with Amazon Web Services (AWS), including ARNs, regions, stages, Lambdas, AWS errors, stream events, Kinesis, DynamoDB.DocumentClients, etc. | ||
### 5.0.2 | ||
- Changes to `stages.js` module: | ||
- Moved export of `configureStageHandlingWithSettings` to `FOR_TESTING_ONLY` | ||
- Added missing notes on changes for Release 5.0.1 to `README.md` | ||
### 5.0.1 | ||
- Changes to `stages.js` module: | ||
- Changed `configureStageHandling` function to use `core-functions/objects` module's `copy` and | ||
`merge` functions to ensure that any and all given custom settings and options are not lost | ||
- Changed `getDefaultStageHandlingSettings` & `loadDefaultStageHandlingOptions` functions to use | ||
`core-functions/objects` module's `copy` and `merge` functions to ensure that any and all given | ||
custom options are not lost | ||
- Changes to `kinesis-cache.js` module: | ||
@@ -297,0 +308,0 @@ - Changed `setKinesis` to only modify a copy of the given kinesisOptions to avoid side-effects |
@@ -34,3 +34,2 @@ 'use strict'; | ||
configureStageHandling: configureStageHandling, | ||
configureStageHandlingWithSettings: configureStageHandlingWithSettings, | ||
getDefaultStageHandlingSettings: getDefaultStageHandlingSettings, | ||
@@ -67,2 +66,5 @@ configureDefaultStageHandling: configureDefaultStageHandling, | ||
toCase: toCase | ||
}, | ||
FOR_TESTING_ONLY: { | ||
configureStageHandlingWithSettings: configureStageHandlingWithSettings | ||
} | ||
@@ -69,0 +71,0 @@ }; |
{ | ||
"name": "aws-core-utils-tests", | ||
"description": "Unit tests for aws-core-utils modules", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"author": "Byron du Preez", | ||
@@ -6,0 +6,0 @@ "license": "Apache-2.0", |
@@ -15,3 +15,3 @@ 'use strict'; | ||
const isStageHandlingConfigured = stages.isStageHandlingConfigured; | ||
const configureStageHandlingWithSettings = stages.configureStageHandlingWithSettings; | ||
const configureStageHandlingWithSettings = stages.FOR_TESTING_ONLY.configureStageHandlingWithSettings; | ||
const configureDefaultStageHandling = stages.configureDefaultStageHandling; | ||
@@ -18,0 +18,0 @@ const getDefaultStageHandlingSettings = stages.getDefaultStageHandlingSettings; |
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
296795
4282
447