@aws-sdk/client-location
Advanced tools
@@ -6,2 +6,13 @@ # Change Log | ||
# [3.141.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.140.0...v3.141.0) (2022-08-01) | ||
### Features | ||
* **clients:** update client endpoints as of 2022-08-01 ([aaf49f2](https://github.com/aws/aws-sdk-js-v3/commit/aaf49f21b371412e6ea7e00890b71a7b31991b66)) | ||
# [3.137.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.136.1...v3.137.0) (2022-07-26) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@aws-sdk/client-location", | ||
"description": "AWS SDK for JavaScript Location Client for Node.js, Browser and React Native", | ||
"version": "3.137.0", | ||
"version": "3.141.0", | ||
"scripts": { | ||
@@ -21,5 +21,5 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", | ||
"@aws-crypto/sha256-js": "2.0.0", | ||
"@aws-sdk/client-sts": "3.137.0", | ||
"@aws-sdk/client-sts": "3.141.0", | ||
"@aws-sdk/config-resolver": "3.130.0", | ||
"@aws-sdk/credential-provider-node": "3.137.0", | ||
"@aws-sdk/credential-provider-node": "3.141.0", | ||
"@aws-sdk/fetch-http-handler": "3.131.0", | ||
@@ -26,0 +26,0 @@ "@aws-sdk/hash-node": "3.127.0", |
@@ -168,3 +168,3 @@ <!-- generated file, do not edit directly --> | ||
} catch (error) { | ||
const { requestId, cfId, extendedRequestId } = error.$metadata; | ||
const { requestId, cfId, extendedRequestId } = error.$$metadata; | ||
console.log({ requestId, cfId, extendedRequestId }); | ||
@@ -171,0 +171,0 @@ /** |
1757540
0.02%