aws-core-utils
Advanced tools
Comparing version 6.0.10 to 6.0.11
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
{ | ||
"name": "aws-core-utils", | ||
"version": "6.0.10", | ||
"version": "6.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.", | ||
@@ -5,0 +5,0 @@ "author": "Byron du Preez", |
@@ -1,2 +0,2 @@ | ||
# aws-core-utils v6.0.10 | ||
# aws-core-utils v6.0.11 | ||
@@ -137,2 +137,3 @@ Core utilities for working with Amazon Web Services (AWS), including ARNs, regions, stages, Lambdas, AWS errors, stream events, Kinesis, DynamoDB.DocumentClients, etc. | ||
const myCustomSettings = {myCustomSetting1: 1, myCustomSetting2: 2, myCustomFunction: () => {}}; | ||
console.log(`Irrelevant logging - only added to avoid unused function warning - ${myCustomSettings.myCustomFunction()}`); | ||
const myCustomOptions = require('my-custom-options.json'); | ||
@@ -394,2 +395,6 @@ contexts.configureCustomSettings(context, myCustomSettings, myCustomOptions); | ||
### 6.0.11 | ||
- Upgraded `aws-core-test-utils` test dependency to 2.0.7 | ||
- Upgraded `uuid` test dependency to 3.1.0 | ||
### 6.0.10 | ||
@@ -396,0 +401,0 @@ - Changes to `type-defs` module - added more detail to type definitions: |
@@ -0,0 +0,0 @@ 'use strict'; |
{ | ||
"name": "aws-core-utils-tests", | ||
"description": "Unit tests for aws-core-utils modules", | ||
"version": "6.0.10", | ||
"version": "6.0.11", | ||
"author": "Byron du Preez", | ||
@@ -15,7 +15,7 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"aws-core-test-utils": "2.0.6", | ||
"aws-core-test-utils": "2.0.7", | ||
"tape": "^4.6.3", | ||
"uuid": "^3.0.1" | ||
"uuid": "3.1.0" | ||
}, | ||
"repository": "https://github.com/byron-dupreez/aws-core-utils" | ||
} |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
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
749
456802