Comparing version 0.0.13 to 0.0.14
{ | ||
"name": "@iyio/aws", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"type": "commonjs", | ||
@@ -9,3 +9,3 @@ "main": "./src/index.js", | ||
"peerDependencies": { | ||
"@iyio/common": "0.0.13", | ||
"@iyio/common": "0.0.14", | ||
"rxjs": "^7.5.7", | ||
@@ -12,0 +12,0 @@ "uuid": "^9.0.0", |
@@ -6,5 +6,5 @@ "use strict"; | ||
exports.AwsAuthProviders = (0, common_1.defineProvider)("AwsAuthProviders"); | ||
exports.awsRegionParam = (0, common_1.defineStringParam)('AWS_REGION'); | ||
exports.awsProfileParam = (0, common_1.defineStringParam)('ASW_PROFILE'); | ||
exports.awsHttpSignerServiceParam = (0, common_1.defineStringParam)('AWS_HTTP_SIGNER_SERVICE', 'lambda'); | ||
exports.awsRegionParam = (0, common_1.defineStringParam)('awsRegion'); | ||
exports.awsProfileParam = (0, common_1.defineStringParam)('aswProfile'); | ||
exports.awsHttpSignerServiceParam = (0, common_1.defineStringParam)('awsHttpSignerService', 'lambda'); | ||
//# sourceMappingURL=_types.aws.js.map |
Sorry, the diff of this file is not supported yet
9272