aws-core-utils
Advanced tools
Comparing version 7.0.9 to 7.0.10
@@ -31,3 +31,3 @@ 'use strict'; | ||
*/ | ||
exports._ = '_'; //IDE workaround | ||
exports._$_ = '_$_'; //IDE workaround | ||
@@ -34,0 +34,0 @@ // Configures a standard context for an API Gateway exposed Lambda (re-exported from contexts module for convenience) |
@@ -20,3 +20,3 @@ 'use strict'; | ||
*/ | ||
exports._ = '_'; //IDE workaround | ||
exports._$_ = '_$_'; //IDE workaround | ||
@@ -23,0 +23,0 @@ exports.getArnComponent = getArnComponent; |
@@ -12,3 +12,3 @@ "use strict"; | ||
*/ | ||
exports._ = '_'; //IDE workaround | ||
exports._$_ = '_$_'; //IDE workaround | ||
@@ -15,0 +15,0 @@ // General error checks |
@@ -32,3 +32,3 @@ 'use strict'; | ||
*/ | ||
exports._ = '_'; //IDE workaround | ||
exports._$_ = '_$_'; //IDE workaround | ||
@@ -35,0 +35,0 @@ exports.configureStandardContext = configureStandardContext; |
@@ -30,3 +30,3 @@ 'use strict'; | ||
*/ | ||
exports._ = '_'; //IDE workaround | ||
exports._$_ = '_$_'; //IDE workaround | ||
@@ -33,0 +33,0 @@ exports.setDynamoDBDocClient = setDynamoDBDocClient; |
@@ -16,3 +16,3 @@ 'use strict'; | ||
*/ | ||
exports._ = '_'; //IDE workaround | ||
exports._$_ = '_$_'; //IDE workaround | ||
@@ -19,0 +19,0 @@ exports.getItem = getItem; |
@@ -14,3 +14,3 @@ 'use strict'; | ||
*/ | ||
exports._ = '_'; //IDE workaround | ||
exports._$_ = '_$_'; //IDE workaround | ||
@@ -17,0 +17,0 @@ exports.toObjectFromDynamoDBMap = toObjectFromDynamoDBMap; |
@@ -30,3 +30,3 @@ 'use strict'; | ||
*/ | ||
exports._ = '_'; //IDE workaround | ||
exports._$_ = '_$_'; //IDE workaround | ||
@@ -33,0 +33,0 @@ exports.setKinesis = setKinesis; |
@@ -30,3 +30,3 @@ 'use strict'; | ||
*/ | ||
exports._ = '_'; //IDE workaround | ||
exports._$_ = '_$_'; //IDE workaround | ||
@@ -33,0 +33,0 @@ exports.setKMS = setKMS; |
@@ -8,3 +8,3 @@ 'use strict'; | ||
*/ | ||
exports._ = '_'; //IDE workaround | ||
exports._$_ = '_$_'; //IDE workaround | ||
@@ -11,0 +11,0 @@ exports.encrypt = encrypt; |
@@ -30,3 +30,3 @@ 'use strict'; | ||
*/ | ||
exports._ = '_'; //IDE workaround | ||
exports._$_ = '_$_'; //IDE workaround | ||
@@ -33,0 +33,0 @@ exports.setLambda = setLambda; |
@@ -10,3 +10,3 @@ 'use strict'; | ||
*/ | ||
exports._ = '_'; //IDE workaround | ||
exports._$_ = '_$_'; //IDE workaround | ||
@@ -13,0 +13,0 @@ exports.listEventSourceMappings = listEventSourceMappings; |
@@ -18,3 +18,3 @@ 'use strict'; | ||
*/ | ||
exports._ = '_'; //IDE workaround | ||
exports._$_ = '_$_'; //IDE workaround | ||
@@ -21,0 +21,0 @@ // Functions to extract Lambda-related information from an AWS context |
{ | ||
"name": "aws-core-utils", | ||
"version": "7.0.9", | ||
"version": "7.0.10", | ||
"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.18", | ||
"core-functions": "3.0.19", | ||
"deep-equal": "1.0.1", | ||
"logging-utils": "4.0.18" | ||
"logging-utils": "4.0.19" | ||
}, | ||
"devDependencies": { | ||
"aws-sdk": "2.143.0", | ||
"aws-core-test-utils": "3.0.5", | ||
"aws-core-test-utils": "3.0.6", | ||
"tape": "^4.8.0", | ||
@@ -23,0 +23,0 @@ "uuid": "3.1.0" |
@@ -1,2 +0,2 @@ | ||
# aws-core-utils v7.0.9 | ||
# aws-core-utils v7.0.10 | ||
@@ -3,0 +3,0 @@ Core utilities for working with Amazon Web Services (AWS), including ARNs, regions, stages, Lambdas, AWS errors, stream events, Kinesis, DynamoDB.DocumentClients, etc. |
@@ -19,3 +19,3 @@ 'use strict'; | ||
*/ | ||
exports._ = '_'; //IDE workaround | ||
exports._$_ = '_$_'; //IDE workaround | ||
@@ -22,0 +22,0 @@ exports.getRegion = getRegion; |
## Changes | ||
### 7.0.10 | ||
- Renamed dummy first exports (`exports._ = '_'; //IDE workaround`) of most modules to (`exports._$_ = '_$_';`) to avoid | ||
potential future collisions with `lodash` & `underscore` | ||
- Updated `core-functions` dependency to version 3.0.19 | ||
- Updated `logging-utils` dependency to version 4.0.19 | ||
- Updated `aws-core-test-utils` dev dependency to version 3.0.6 | ||
### 7.0.9 | ||
@@ -4,0 +11,0 @@ - Changed `dynamodb-doc-client-cache`, `kinesis-cache`, `kms-cache` & `lambda-cache` modules to use an optional, |
@@ -34,3 +34,3 @@ 'use strict'; | ||
*/ | ||
exports._ = '_'; //IDE workaround | ||
exports._$_ = '_$_'; //IDE workaround | ||
@@ -37,0 +37,0 @@ // Stage handling configuration |
@@ -13,3 +13,3 @@ 'use strict'; | ||
*/ | ||
exports._ = '_'; //IDE workaround | ||
exports._$_ = '_$_'; //IDE workaround | ||
@@ -16,0 +16,0 @@ exports.MAX_PARTITION_KEY_SIZE = MAX_PARTITION_KEY_SIZE; |
@@ -35,3 +35,3 @@ 'use strict'; | ||
*/ | ||
exports._ = '_'; //IDE workaround | ||
exports._$_ = '_$_'; //IDE workaround | ||
@@ -38,0 +38,0 @@ exports.sampleAwsAccountId = sampleAwsAccountId; |
585827
+ Addedcore-functions@3.0.19(transitive)
+ Addedlogging-utils@4.0.19(transitive)
- Removedcore-functions@3.0.18(transitive)
- Removedlogging-utils@4.0.18(transitive)
Updatedcore-functions@3.0.19
Updatedlogging-utils@4.0.19