@aws-sdk/client-codecatalyst 3.449.0 → 3.450.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -313,7 +313,7 @@ try {
313
313
  const data = await client.send(command);
314
314
  // process data.
315
315
  } catch (error) {
316
- const { requestId, cfId, extendedRequestId } = error.$$metadata;
316
+ const { requestId, cfId, extendedRequestId } = error.$metadata;
317
317
  console.log({ requestId, cfId, extendedRequestId });
318
318
  /**
319
319
  * The keys within exceptions are also parsed.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-codecatalyst",
3
3
  "description": "AWS SDK for JavaScript Codecatalyst Client for Node.js, Browser and React Native",
4
- "version": "3.449.0",
4
+ "version": "3.450.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",