@aws-sdk/core 3.430.0 → 3.431.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.431.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.430.0...v3.431.0) (2023-10-18)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/core
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.430.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.429.0...v3.430.0) (2023-10-17)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/core
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @aws-sdk/common
1
+ # @aws-sdk/core
2
2
 
3
3
  This package provides common or core functionality to the AWS SDK for JavaScript (v3).
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/core",
3
- "version": "3.430.0",
3
+ "version": "3.431.0",
4
4
  "description": "Core functions & classes shared by multiple AWS SDK clients",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",