Skip to content

Commit 6823816

Browse files
author
awstools
committed
Publish v3.13.1
1 parent 3a09043 commit 6823816

File tree

74 files changed

+407
-111
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+407
-111
lines changed

packages/abort-controller/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.13.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.13.0...v3.13.1) (2021-04-22)
7+
8+
**Note:** Version bump only for package @aws-sdk/abort-controller
9+
10+
11+
12+
13+
614
# [3.12.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.11.0...v3.12.0) (2021-04-09)
715

816

packages/abort-controller/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/abort-controller",
3-
"version": "3.12.0",
3+
"version": "3.13.1",
44
"description": "A simple abort controller library",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/es/index.js",
@@ -18,7 +18,7 @@
1818
},
1919
"license": "Apache-2.0",
2020
"dependencies": {
21-
"@aws-sdk/types": "3.12.0",
21+
"@aws-sdk/types": "3.13.1",
2222
"tslib": "^2.0.0"
2323
},
2424
"devDependencies": {

packages/chunked-blob-reader-native/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.13.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.13.0...v3.13.1) (2021-04-22)
7+
8+
**Note:** Version bump only for package @aws-sdk/chunked-blob-reader-native
9+
10+
11+
12+
13+
614
# [3.12.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.11.0...v3.12.0) (2021-04-09)
715

816

packages/chunked-blob-reader-native/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/chunked-blob-reader-native",
3-
"version": "3.12.0",
3+
"version": "3.13.1",
44
"scripts": {
55
"prepublishOnly": "yarn build && downlevel-dts dist/types dist/types/ts3.4",
66
"build:cjs": "tsc -p tsconfig.cjs.json",
@@ -17,7 +17,7 @@
1717
},
1818
"license": "Apache-2.0",
1919
"dependencies": {
20-
"@aws-sdk/util-base64-browser": "3.12.0",
20+
"@aws-sdk/util-base64-browser": "3.13.1",
2121
"tslib": "^2.0.0"
2222
},
2323
"devDependencies": {

packages/chunked-blob-reader/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.13.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.13.0...v3.13.1) (2021-04-22)
7+
8+
**Note:** Version bump only for package @aws-sdk/chunked-blob-reader
9+
10+
11+
12+
13+
614
# [3.12.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.11.0...v3.12.0) (2021-04-09)
715

816

packages/chunked-blob-reader/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/chunked-blob-reader",
3-
"version": "3.12.0",
3+
"version": "3.13.1",
44
"scripts": {
55
"prepublishOnly": "yarn build && downlevel-dts dist/types dist/types/ts3.4",
66
"build:cjs": "tsc -p tsconfig.cjs.json",

packages/config-resolver/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.13.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.13.0...v3.13.1) (2021-04-22)
7+
8+
**Note:** Version bump only for package @aws-sdk/config-resolver
9+
10+
11+
12+
13+
614
# [3.12.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.11.0...v3.12.0) (2021-04-09)
715

816

packages/config-resolver/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/config-resolver",
3-
"version": "3.12.0",
3+
"version": "3.13.1",
44
"scripts": {
55
"prepublishOnly": "yarn build && downlevel-dts dist/types dist/types/ts3.4",
66
"build:cjs": "tsc -p tsconfig.cjs.json",
@@ -17,15 +17,15 @@
1717
},
1818
"license": "Apache-2.0",
1919
"devDependencies": {
20-
"@aws-sdk/node-config-provider": "3.12.0",
20+
"@aws-sdk/node-config-provider": "3.13.1",
2121
"@types/jest": "^26.0.4",
2222
"jest": "^26.1.0",
2323
"tslib": "^2.0.0",
2424
"typescript": "~4.2.4"
2525
},
2626
"dependencies": {
27-
"@aws-sdk/signature-v4": "3.12.0",
28-
"@aws-sdk/types": "3.12.0",
27+
"@aws-sdk/signature-v4": "3.13.1",
28+
"@aws-sdk/types": "3.13.1",
2929
"tslib": "^2.0.0"
3030
},
3131
"engines": {

packages/credential-provider-imds/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.13.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.13.0...v3.13.1) (2021-04-22)
7+
8+
**Note:** Version bump only for package @aws-sdk/credential-provider-imds
9+
10+
11+
12+
13+
614
# [3.12.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.11.0...v3.12.0) (2021-04-09)
715

816

packages/credential-provider-imds/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/credential-provider-imds",
3-
"version": "3.12.0",
3+
"version": "3.13.1",
44
"description": "AWS credential provider that sources credentials from the EC2 instance metadata service and ECS container metadata service",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/es/index.js",
@@ -21,8 +21,8 @@
2121
},
2222
"license": "Apache-2.0",
2323
"dependencies": {
24-
"@aws-sdk/property-provider": "3.12.0",
25-
"@aws-sdk/types": "3.12.0",
24+
"@aws-sdk/property-provider": "3.13.1",
25+
"@aws-sdk/types": "3.13.1",
2626
"tslib": "^2.0.0"
2727
},
2828
"devDependencies": {

packages/eventstream-serde-browser/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.13.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.13.0...v3.13.1) (2021-04-22)
7+
8+
**Note:** Version bump only for package @aws-sdk/eventstream-serde-browser
9+
10+
11+
12+
13+
614
# [3.12.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.11.0...v3.12.0) (2021-04-09)
715

816

packages/eventstream-serde-browser/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/eventstream-serde-browser",
3-
"version": "3.12.0",
3+
"version": "3.13.1",
44
"scripts": {
55
"prepublishOnly": "yarn build && downlevel-dts dist/types dist/types/ts3.4",
66
"build:cjs": "tsc -p tsconfig.cjs.json",
@@ -17,9 +17,9 @@
1717
},
1818
"license": "Apache-2.0",
1919
"dependencies": {
20-
"@aws-sdk/eventstream-marshaller": "3.12.0",
21-
"@aws-sdk/eventstream-serde-universal": "3.12.0",
22-
"@aws-sdk/types": "3.12.0",
20+
"@aws-sdk/eventstream-marshaller": "3.13.1",
21+
"@aws-sdk/eventstream-serde-universal": "3.13.1",
22+
"@aws-sdk/types": "3.13.1",
2323
"tslib": "^2.0.0"
2424
},
2525
"devDependencies": {

packages/eventstream-serde-config-resolver/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.13.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.13.0...v3.13.1) (2021-04-22)
7+
8+
**Note:** Version bump only for package @aws-sdk/eventstream-serde-config-resolver
9+
10+
11+
12+
13+
614
# [3.12.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.11.0...v3.12.0) (2021-04-09)
715

816

packages/eventstream-serde-config-resolver/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/eventstream-serde-config-resolver",
3-
"version": "3.12.0",
3+
"version": "3.13.1",
44
"scripts": {
55
"prepublishOnly": "yarn build && downlevel-dts dist/types dist/types/ts3.4",
66
"build:cjs": "tsc -p tsconfig.cjs.json",
@@ -17,7 +17,7 @@
1717
},
1818
"license": "Apache-2.0",
1919
"dependencies": {
20-
"@aws-sdk/types": "3.12.0",
20+
"@aws-sdk/types": "3.13.1",
2121
"tslib": "^2.0.0"
2222
},
2323
"devDependencies": {

packages/eventstream-serde-node/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.13.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.13.0...v3.13.1) (2021-04-22)
7+
8+
**Note:** Version bump only for package @aws-sdk/eventstream-serde-node
9+
10+
11+
12+
13+
614
# [3.12.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.11.0...v3.12.0) (2021-04-09)
715

816

packages/eventstream-serde-node/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/eventstream-serde-node",
3-
"version": "3.12.0",
3+
"version": "3.13.1",
44
"scripts": {
55
"prepublishOnly": "yarn build && downlevel-dts dist/types dist/types/ts3.4",
66
"build:cjs": "tsc -p tsconfig.cjs.json",
@@ -17,13 +17,13 @@
1717
},
1818
"license": "Apache-2.0",
1919
"dependencies": {
20-
"@aws-sdk/eventstream-marshaller": "3.12.0",
21-
"@aws-sdk/eventstream-serde-universal": "3.12.0",
22-
"@aws-sdk/types": "3.12.0",
20+
"@aws-sdk/eventstream-marshaller": "3.13.1",
21+
"@aws-sdk/eventstream-serde-universal": "3.13.1",
22+
"@aws-sdk/types": "3.13.1",
2323
"tslib": "^2.0.0"
2424
},
2525
"devDependencies": {
26-
"@aws-sdk/util-utf8-node": "3.12.0",
26+
"@aws-sdk/util-utf8-node": "3.13.1",
2727
"@types/jest": "^26.0.4",
2828
"jest": "^26.1.0",
2929
"typescript": "~4.2.4"

packages/eventstream-serde-universal/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.13.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.13.0...v3.13.1) (2021-04-22)
7+
8+
**Note:** Version bump only for package @aws-sdk/eventstream-serde-universal
9+
10+
11+
12+
13+
614
# [3.12.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.11.0...v3.12.0) (2021-04-09)
715

816

packages/eventstream-serde-universal/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/eventstream-serde-universal",
3-
"version": "3.12.0",
3+
"version": "3.13.1",
44
"scripts": {
55
"prepublishOnly": "yarn build && downlevel-dts dist/types dist/types/ts3.4",
66
"build:cjs": "tsc -p tsconfig.cjs.json",
@@ -17,12 +17,12 @@
1717
},
1818
"license": "Apache-2.0",
1919
"dependencies": {
20-
"@aws-sdk/eventstream-marshaller": "3.12.0",
21-
"@aws-sdk/types": "3.12.0",
20+
"@aws-sdk/eventstream-marshaller": "3.13.1",
21+
"@aws-sdk/types": "3.13.1",
2222
"tslib": "^2.0.0"
2323
},
2424
"devDependencies": {
25-
"@aws-sdk/util-utf8-node": "3.12.0",
25+
"@aws-sdk/util-utf8-node": "3.13.1",
2626
"@types/jest": "^26.0.4",
2727
"jest": "^26.1.0",
2828
"typescript": "~4.2.4"

packages/fetch-http-handler/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.13.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.13.0...v3.13.1) (2021-04-22)
7+
8+
**Note:** Version bump only for package @aws-sdk/fetch-http-handler
9+
10+
11+
12+
13+
614
# [3.12.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.11.0...v3.12.0) (2021-04-09)
715

816

packages/fetch-http-handler/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/fetch-http-handler",
3-
"version": "3.12.0",
3+
"version": "3.13.1",
44
"description": "Provides a way to make requests",
55
"scripts": {
66
"prepublishOnly": "yarn build && downlevel-dts dist/types dist/types/ts3.4",
@@ -18,14 +18,14 @@
1818
"module": "./dist/es/index.js",
1919
"types": "./dist/types/index.d.ts",
2020
"dependencies": {
21-
"@aws-sdk/protocol-http": "3.12.0",
22-
"@aws-sdk/querystring-builder": "3.12.0",
23-
"@aws-sdk/types": "3.12.0",
24-
"@aws-sdk/util-base64-browser": "3.12.0",
21+
"@aws-sdk/protocol-http": "3.13.1",
22+
"@aws-sdk/querystring-builder": "3.13.1",
23+
"@aws-sdk/types": "3.13.1",
24+
"@aws-sdk/util-base64-browser": "3.13.1",
2525
"tslib": "^2.0.0"
2626
},
2727
"devDependencies": {
28-
"@aws-sdk/abort-controller": "3.12.0",
28+
"@aws-sdk/abort-controller": "3.13.1",
2929
"@types/jest": "^26.0.4",
3030
"typescript": "~4.2.4"
3131
},

packages/hash-blob-browser/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.13.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.13.0...v3.13.1) (2021-04-22)
7+
8+
**Note:** Version bump only for package @aws-sdk/hash-blob-browser
9+
10+
11+
12+
13+
614
# [3.12.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.11.0...v3.12.0) (2021-04-09)
715

816

packages/hash-blob-browser/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/hash-blob-browser",
3-
"version": "3.12.0",
3+
"version": "3.13.1",
44
"scripts": {
55
"prepublishOnly": "yarn build && downlevel-dts dist/types dist/types/ts3.4",
66
"build:cjs": "tsc -p tsconfig.cjs.json",
@@ -17,14 +17,14 @@
1717
},
1818
"license": "Apache-2.0",
1919
"dependencies": {
20-
"@aws-sdk/chunked-blob-reader": "3.12.0",
21-
"@aws-sdk/chunked-blob-reader-native": "3.12.0",
22-
"@aws-sdk/types": "3.12.0",
20+
"@aws-sdk/chunked-blob-reader": "3.13.1",
21+
"@aws-sdk/chunked-blob-reader-native": "3.13.1",
22+
"@aws-sdk/types": "3.13.1",
2323
"tslib": "^2.0.0"
2424
},
2525
"devDependencies": {
2626
"@aws-crypto/sha256-js": "^1.0.0",
27-
"@aws-sdk/util-hex-encoding": "3.12.0",
27+
"@aws-sdk/util-hex-encoding": "3.13.1",
2828
"@types/jest": "^26.0.4",
2929
"jest": "^26.1.0",
3030
"typescript": "~4.2.4"

0 commit comments

Comments
 (0)