@aws-sdk/core 3.495.0 → 3.496.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 +11 -0
- package/dist-cjs/index.js +2 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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.496.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.495.0...v3.496.0) (2024-01-19)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* get full list of exports for esm compat in dist-cjs ([#5694](https://github.com/aws/aws-sdk-js-v3/issues/5694)) ([5d26da6](https://github.com/aws/aws-sdk-js-v3/commit/5d26da6d07b593ae286ca674fb3cbff7c833cbb0))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.495.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.494.0...v3.495.0) (2024-01-18)
|
|
7
18
|
|
|
8
19
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -301,6 +301,7 @@ var awsExpectUnion = /* @__PURE__ */ __name((value) => {
|
|
|
301
301
|
return (0, import_smithy_client.expectUnion)(value);
|
|
302
302
|
}, "awsExpectUnion");
|
|
303
303
|
// Annotate the CommonJS export names for ESM import in node:
|
|
304
|
+
|
|
304
305
|
0 && (module.exports = {
|
|
305
306
|
AWSSDKSigV4Signer,
|
|
306
307
|
AwsSdkSigV4Signer,
|
|
@@ -312,3 +313,4 @@ var awsExpectUnion = /* @__PURE__ */ __name((value) => {
|
|
|
312
313
|
resolveAWSSDKSigV4Config,
|
|
313
314
|
resolveAwsSdkSigV4Config
|
|
314
315
|
});
|
|
316
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/core",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.496.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'",
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
},
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@smithy/core": "^1.3.
|
|
28
|
-
"@smithy/protocol-http": "^3.1.
|
|
29
|
-
"@smithy/signature-v4": "^2.1.
|
|
30
|
-
"@smithy/smithy-client": "^2.3.
|
|
31
|
-
"@smithy/types": "^2.9.
|
|
27
|
+
"@smithy/core": "^1.3.1",
|
|
28
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
29
|
+
"@smithy/signature-v4": "^2.1.1",
|
|
30
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
31
|
+
"@smithy/types": "^2.9.1",
|
|
32
32
|
"tslib": "^2.5.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|