Skip to content

Commit 4734548

Browse files
awstoolssrchase
authored andcommitted
Publish v0.2.0
1 parent fbe2d3b commit 4734548

File tree

48 files changed

+406
-58
lines changed

Some content is hidden

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

48 files changed

+406
-58
lines changed

packages/abort-controller/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [0.1.0-preview.4](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/[email protected]...@aws-sdk/[email protected]) (2019-07-12)
7+
8+
9+
### Features
10+
11+
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c))
12+
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab))
13+
14+
15+
16+
# 0.1.0 (2019-04-19)
17+
18+
19+
20+
21+
622
# [0.1.0-preview.3](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/[email protected]...@aws-sdk/[email protected]) (2019-04-19)
723

824
**Note:** Version bump only for package @aws-sdk/abort-controller

packages/abort-controller/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/abort-controller",
3-
"version": "0.1.0-preview.3",
3+
"version": "0.1.0-preview.4",
44
"description": "A simple abort controller library",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",
@@ -16,7 +16,7 @@
1616
},
1717
"license": "Apache-2.0",
1818
"dependencies": {
19-
"@aws-sdk/types": "^0.1.0-preview.3",
19+
"@aws-sdk/types": "^0.1.0-preview.4",
2020
"tslib": "^1.8.0"
2121
},
2222
"devDependencies": {
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [0.1.0-preview.2](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/[email protected]...@aws-sdk/[email protected]) (2019-07-12)
7+
8+
9+
### Features
10+
11+
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c))
12+
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab))

packages/chunked-blob-reader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/chunked-blob-reader",
3-
"version": "0.1.0-preview.1",
3+
"version": "0.1.0-preview.2",
44
"scripts": {
55
"prepublishOnly": "tsc",
66
"pretest": "tsc -p tsconfig.test.json",

packages/config-resolver/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [0.1.0-preview.4](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/[email protected]...@aws-sdk/[email protected]) (2019-07-12)
7+
8+
9+
### Features
10+
11+
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c))
12+
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab))
13+
14+
15+
16+
# 0.1.0 (2019-04-19)
17+
18+
19+
20+
21+
622
# [0.1.0-preview.3](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/[email protected]...@aws-sdk/[email protected]) (2019-04-19)
723

824
**Note:** Version bump only for package @aws-sdk/config-resolver

packages/config-resolver/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/config-resolver",
3-
"version": "0.1.0-preview.3",
3+
"version": "0.1.0-preview.4",
44
"scripts": {
55
"prepublishOnly": "tsc",
66
"pretest": "tsc -p tsconfig.test.json",
@@ -21,7 +21,7 @@
2121
"typescript": "~3.4.0"
2222
},
2323
"dependencies": {
24-
"@aws-sdk/types": "^0.1.0-preview.3",
24+
"@aws-sdk/types": "^0.1.0-preview.4",
2525
"tslib": "^1.8.0"
2626
}
2727
}

packages/credential-provider-imds/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [0.1.0-preview.4](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/[email protected]...@aws-sdk/[email protected]) (2019-07-12)
7+
8+
9+
### Features
10+
11+
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c))
12+
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab))
13+
14+
15+
16+
# 0.1.0 (2019-04-19)
17+
18+
19+
20+
21+
622
# [0.1.0-preview.3](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/[email protected]...@aws-sdk/[email protected]) (2019-04-19)
723

824
**Note:** Version bump only for package @aws-sdk/credential-provider-imds

packages/credential-provider-imds/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/credential-provider-imds",
3-
"version": "0.1.0-preview.3",
3+
"version": "0.1.0-preview.4",
44
"description": "AWS credential provider that sources credentials from the EC2 instance metadata service and ECS container metadata service",
55
"main": "./build/index.js",
66
"scripts": {
@@ -19,8 +19,8 @@
1919
},
2020
"license": "Apache-2.0",
2121
"dependencies": {
22-
"@aws-sdk/property-provider": "^0.1.0-preview.3",
23-
"@aws-sdk/types": "^0.1.0-preview.3",
22+
"@aws-sdk/property-provider": "^0.1.0-preview.4",
23+
"@aws-sdk/types": "^0.1.0-preview.4",
2424
"tslib": "^1.8.0"
2525
},
2626
"devDependencies": {

packages/fetch-http-handler/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [0.1.0-preview.4](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/[email protected]...@aws-sdk/[email protected]) (2019-07-12)
7+
8+
9+
### Features
10+
11+
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c))
12+
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab))
13+
14+
15+
16+
# 0.1.0 (2019-04-19)
17+
18+
19+
20+
21+
622
# [0.1.0-preview.3](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/[email protected]...@aws-sdk/[email protected]) (2019-04-19)
723

824
**Note:** Version bump only for package @aws-sdk/fetch-http-handler

packages/fetch-http-handler/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/fetch-http-handler",
3-
"version": "0.1.0-preview.3",
3+
"version": "0.1.0-preview.4",
44
"description": "Provides a way to make requests",
55
"scripts": {
66
"prepublishOnly": "tsc",
@@ -16,12 +16,12 @@
1616
"main": "./build/index.js",
1717
"types": "./build/index.d.ts",
1818
"dependencies": {
19-
"@aws-sdk/querystring-builder": "^0.1.0-preview.3",
20-
"@aws-sdk/types": "^0.1.0-preview.3",
19+
"@aws-sdk/querystring-builder": "^0.1.0-preview.4",
20+
"@aws-sdk/types": "^0.1.0-preview.4",
2121
"tslib": "^1.8.0"
2222
},
2323
"devDependencies": {
24-
"@aws-sdk/abort-controller": "^0.1.0-preview.3",
24+
"@aws-sdk/abort-controller": "^0.1.0-preview.4",
2525
"@types/jest": "^24.0.12",
2626
"@types/node": "^10.0.0",
2727
"jest": "^24.7.1",

packages/hash-blob-browser/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [0.1.0-preview.5](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/[email protected]...@aws-sdk/[email protected]) (2019-07-12)
7+
8+
9+
### Features
10+
11+
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c))
12+
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab))
13+
14+
15+
16+
# 0.1.0 (2019-04-19)
17+
18+
19+
20+
21+
622
# [0.1.0-preview.4](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/[email protected]...@aws-sdk/[email protected]) (2019-04-19)
723

824
**Note:** Version bump only for package @aws-sdk/hash-blob-browser

packages/hash-blob-browser/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/hash-blob-browser",
3-
"version": "0.1.0-preview.4",
3+
"version": "0.1.0-preview.5",
44
"scripts": {
55
"prepublishOnly": "tsc",
66
"pretest": "tsc",
@@ -15,13 +15,13 @@
1515
},
1616
"license": "Apache-2.0",
1717
"dependencies": {
18-
"@aws-sdk/chunked-blob-reader": "^0.1.0-preview.1",
19-
"@aws-sdk/types": "^0.1.0-preview.3",
18+
"@aws-sdk/chunked-blob-reader": "^0.1.0-preview.2",
19+
"@aws-sdk/types": "^0.1.0-preview.4",
2020
"tslib": "^1.8.0"
2121
},
2222
"devDependencies": {
2323
"@aws-crypto/sha256-js": "^0.1.0-preview.1",
24-
"@aws-sdk/util-hex-encoding": "^0.1.0-preview.1",
24+
"@aws-sdk/util-hex-encoding": "^0.1.0-preview.2",
2525
"@types/jest": "^24.0.12",
2626
"jasmine-core": "^3.4.0",
2727
"jest": "^24.7.1",

packages/hash-node/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [0.1.0-preview.4](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/[email protected]...@aws-sdk/[email protected]) (2019-07-12)
7+
8+
9+
### Features
10+
11+
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c))
12+
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab))
13+
14+
15+
16+
# 0.1.0 (2019-04-19)
17+
18+
19+
20+
21+
622
# [0.1.0-preview.3](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/[email protected]...@aws-sdk/[email protected]) (2019-04-19)
723

824
**Note:** Version bump only for package @aws-sdk/hash-node

packages/hash-node/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/hash-node",
3-
"version": "0.1.0-preview.3",
3+
"version": "0.1.0-preview.4",
44
"scripts": {
55
"prepublishOnly": "tsc",
66
"pretest": "tsc -p tsconfig.test.json",
@@ -22,8 +22,8 @@
2222
"typescript": "~3.4.0"
2323
},
2424
"dependencies": {
25-
"@aws-sdk/types": "^0.1.0-preview.3",
26-
"@aws-sdk/util-buffer-from": "^0.1.0-preview.1",
25+
"@aws-sdk/types": "^0.1.0-preview.4",
26+
"@aws-sdk/util-buffer-from": "^0.1.0-preview.2",
2727
"tslib": "^1.8.0"
2828
}
2929
}

packages/hash-stream-node/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [0.1.0-preview.5](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/[email protected]...@aws-sdk/[email protected]) (2019-07-12)
7+
8+
9+
### Features
10+
11+
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c))
12+
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab))
13+
14+
15+
16+
# 0.1.0 (2019-04-19)
17+
18+
19+
20+
21+
622
# [0.1.0-preview.4](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/[email protected]...@aws-sdk/[email protected]) (2019-04-19)
723

824
**Note:** Version bump only for package @aws-sdk/hash-stream-node

packages/hash-stream-node/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/hash-stream-node",
3-
"version": "0.1.0-preview.4",
3+
"version": "0.1.0-preview.5",
44
"scripts": {
55
"prepublishOnly": "tsc",
66
"pretest": "tsc -p tsconfig.test.json",
@@ -15,12 +15,12 @@
1515
},
1616
"license": "Apache-2.0",
1717
"dependencies": {
18-
"@aws-sdk/types": "^0.1.0-preview.3",
18+
"@aws-sdk/types": "^0.1.0-preview.4",
1919
"tslib": "^1.8.0"
2020
},
2121
"devDependencies": {
2222
"@aws-crypto/sha256-js": "^0.1.0-preview.1",
23-
"@aws-sdk/util-hex-encoding": "^0.1.0-preview.1",
23+
"@aws-sdk/util-hex-encoding": "^0.1.0-preview.2",
2424
"@types/jest": "^24.0.12",
2525
"@types/node": "^10.0.0",
2626
"jest": "^24.7.1",

packages/is-array-buffer/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [0.1.0-preview.2](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/[email protected]...@aws-sdk/[email protected]) (2019-07-12)
7+
8+
9+
### Features
10+
11+
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c))
12+
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab))

packages/is-array-buffer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/is-array-buffer",
3-
"version": "0.1.0-preview.1",
3+
"version": "0.1.0-preview.2",
44
"description": "Provides a function for detecting if an argument is an ArrayBuffer",
55
"scripts": {
66
"prepublishOnly": "tsc",

packages/md5-js/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [0.1.0-preview.4](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/[email protected]...@aws-sdk/[email protected]) (2019-07-12)
7+
8+
9+
### Features
10+
11+
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10c))
12+
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab))
13+
14+
15+
16+
# 0.1.0 (2019-04-19)
17+
18+
19+
20+
21+
622
# [0.1.0-preview.3](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/[email protected]...@aws-sdk/[email protected]) (2019-04-19)
723

824
**Note:** Version bump only for package @aws-sdk/md5-js

packages/md5-js/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/md5-js",
3-
"version": "0.1.0-preview.3",
3+
"version": "0.1.0-preview.4",
44
"scripts": {
55
"prepublishOnly": "tsc",
66
"pretest": "tsc -p tsconfig.test.json",
@@ -15,17 +15,17 @@
1515
},
1616
"license": "Apache-2.0",
1717
"devDependencies": {
18-
"@aws-sdk/util-base64-universal": "^0.1.0-preview.1",
19-
"@aws-sdk/util-hex-encoding": "^0.1.0-preview.1",
18+
"@aws-sdk/util-base64-universal": "^0.1.0-preview.2",
19+
"@aws-sdk/util-hex-encoding": "^0.1.0-preview.2",
2020
"@types/jest": "^24.0.12",
2121
"@types/node": "^10.0.0",
2222
"hash-test-vectors": "^1.3.2",
2323
"jest": "^24.7.1",
2424
"typescript": "~3.4.0"
2525
},
2626
"dependencies": {
27-
"@aws-sdk/types": "^0.1.0-preview.3",
28-
"@aws-sdk/util-utf8-browser": "^0.1.0-preview.1",
27+
"@aws-sdk/types": "^0.1.0-preview.4",
28+
"@aws-sdk/util-utf8-browser": "^0.1.0-preview.2",
2929
"tslib": "^1.8.0"
3030
}
3131
}

0 commit comments

Comments
 (0)