Skip to content

Commit 114d6a0

Browse files
author
awstools
committed
Publish v1.0.0-alpha.5
1 parent 8b4efe5 commit 114d6a0

File tree

8 files changed

+65
-22
lines changed

8 files changed

+65
-22
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+
# 1.0.0-alpha.1 (2020-01-14)
7+
8+
9+
### Features
10+
11+
* add rest-xml clients ([#728](https://github.com/aws/aws-sdk-js-v3/issues/728)) ([8b4efe5](https://github.com/aws/aws-sdk-js-v3/commit/8b4efe5))

clients/client-cloudfront/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-cloudfront",
33
"description": "@aws-sdk/client-cloudfront client",
4-
"version": "1.0.0-alpha.0",
4+
"version": "1.0.0-alpha.1",
55
"scripts": {
66
"clean": "npm run remove-definitions && npm run remove-dist && npm run remove-js && npm run remove-maps",
77
"build-documentation": "npm run clean && typedoc ./",
@@ -25,7 +25,6 @@
2525
},
2626
"sideEffects": false,
2727
"dependencies": {
28-
"tslib": "^1.8.0",
2928
"@aws-crypto/sha256-browser": "^0.1.0-preview.1",
3029
"@aws-sdk/config-resolver": "^1.0.0-alpha.1",
3130
"@aws-sdk/credential-provider-node": "^1.0.0-alpha.0",
@@ -57,15 +56,16 @@
5756
"@aws-sdk/util-utf8-browser": "^1.0.0-alpha.1",
5857
"@aws-sdk/util-utf8-node": "^1.0.0-alpha.1",
5958
"@aws-sdk/xml-builder": "^1.0.0-alpha.0",
60-
"pixl-xml": "^1.0.13"
59+
"pixl-xml": "^1.0.13",
60+
"tslib": "^1.8.0"
6161
},
6262
"devDependencies": {
63-
"rimraf": "^3.0.0",
64-
"typedoc": "^0.15.0",
65-
"typescript": "^3.6.3",
6663
"@types/node": "^12.7.5",
6764
"@types/pixl-xml": "^1.0.1",
68-
"tslib": "^1.8.0"
65+
"rimraf": "^3.0.0",
66+
"tslib": "^1.8.0",
67+
"typedoc": "^0.15.0",
68+
"typescript": "^3.6.3"
6969
},
7070
"engines": {
7171
"node": ">=8.0.0"

clients/client-route-53/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+
# 1.0.0-alpha.1 (2020-01-14)
7+
8+
9+
### Features
10+
11+
* add rest-xml clients ([#728](https://github.com/aws/aws-sdk-js-v3/issues/728)) ([8b4efe5](https://github.com/aws/aws-sdk-js-v3/commit/8b4efe5))

clients/client-route-53/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-route-53",
33
"description": "@aws-sdk/client-route-53 client",
4-
"version": "1.0.0-alpha.0",
4+
"version": "1.0.0-alpha.1",
55
"scripts": {
66
"clean": "npm run remove-definitions && npm run remove-dist && npm run remove-js && npm run remove-maps",
77
"build-documentation": "npm run clean && typedoc ./",
@@ -25,7 +25,6 @@
2525
},
2626
"sideEffects": false,
2727
"dependencies": {
28-
"tslib": "^1.8.0",
2928
"@aws-crypto/sha256-browser": "^0.1.0-preview.1",
3029
"@aws-sdk/config-resolver": "^1.0.0-alpha.1",
3130
"@aws-sdk/credential-provider-node": "^1.0.0-alpha.0",
@@ -58,15 +57,16 @@
5857
"@aws-sdk/util-utf8-browser": "^1.0.0-alpha.1",
5958
"@aws-sdk/util-utf8-node": "^1.0.0-alpha.1",
6059
"@aws-sdk/xml-builder": "^1.0.0-alpha.0",
61-
"pixl-xml": "^1.0.13"
60+
"pixl-xml": "^1.0.13",
61+
"tslib": "^1.8.0"
6262
},
6363
"devDependencies": {
64-
"rimraf": "^3.0.0",
65-
"typedoc": "^0.15.0",
66-
"typescript": "^3.6.3",
6764
"@types/node": "^12.7.5",
6865
"@types/pixl-xml": "^1.0.1",
69-
"tslib": "^1.8.0"
66+
"rimraf": "^3.0.0",
67+
"tslib": "^1.8.0",
68+
"typedoc": "^0.15.0",
69+
"typescript": "^3.6.3"
7070
},
7171
"engines": {
7272
"node": ">=8.0.0"

clients/client-s3/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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+
# 1.0.0-alpha.1 (2020-01-14)
7+
8+
9+
### Features
10+
11+
* add rest-xml clients ([#728](https://github.com/aws/aws-sdk-js-v3/issues/728)) ([8b4efe5](https://github.com/aws/aws-sdk-js-v3/commit/8b4efe5))

clients/client-s3/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-s3",
33
"description": "@aws-sdk/client-s3 client",
4-
"version": "1.0.0-alpha.0",
4+
"version": "1.0.0-alpha.1",
55
"scripts": {
66
"clean": "npm run remove-definitions && npm run remove-dist && npm run remove-js && npm run remove-maps",
77
"build-documentation": "npm run clean && typedoc ./",
@@ -25,7 +25,6 @@
2525
},
2626
"sideEffects": false,
2727
"dependencies": {
28-
"tslib": "^1.8.0",
2928
"@aws-crypto/sha256-browser": "^0.1.0-preview.1",
3029
"@aws-sdk/config-resolver": "^1.0.0-alpha.1",
3130
"@aws-sdk/credential-provider-node": "^1.0.0-alpha.0",
@@ -66,15 +65,16 @@
6665
"@aws-sdk/util-utf8-browser": "^1.0.0-alpha.1",
6766
"@aws-sdk/util-utf8-node": "^1.0.0-alpha.1",
6867
"@aws-sdk/xml-builder": "^1.0.0-alpha.0",
69-
"pixl-xml": "^1.0.13"
68+
"pixl-xml": "^1.0.13",
69+
"tslib": "^1.8.0"
7070
},
7171
"devDependencies": {
72-
"rimraf": "^3.0.0",
73-
"typedoc": "^0.15.0",
74-
"typescript": "^3.6.3",
7572
"@types/node": "^12.7.5",
7673
"@types/pixl-xml": "^1.0.1",
77-
"tslib": "^1.8.0"
74+
"rimraf": "^3.0.0",
75+
"tslib": "^1.8.0",
76+
"typedoc": "^0.15.0",
77+
"typescript": "^3.6.3"
7878
},
7979
"engines": {
8080
"node": ">=8.0.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aws-sdk-js-v3",
33
"private": true,
4-
"version": "1.0.0-alpha.4",
4+
"version": "1.0.0-alpha.5",
55
"description": "AWS SDK for JavaScript from the future",
66
"main": "index.js",
77
"scripts": {

yarn.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1504,6 +1504,11 @@
15041504
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
15051505
integrity sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA==
15061506

1507+
"@types/pixl-xml@^1.0.1":
1508+
version "1.0.1"
1509+
resolved "https://registry.yarnpkg.com/@types/pixl-xml/-/pixl-xml-1.0.1.tgz#6a1dbf64c23a3f790c6508a611917f7261ff9480"
1510+
integrity sha512-QM0k228ODLF4CCPr8QLWpX3WT5BT5c/TVyF61Wz6t9Xh2VcHYOzMN9HDLuuS4Z9vhK3Hvl3806APwuWxUS2GVA==
1511+
15071512
"@types/semver@^6.0.1":
15081513
version "6.2.0"
15091514
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-6.2.0.tgz#d688d574400d96c5b0114968705366f431831e1a"
@@ -7371,6 +7376,11 @@ pirates@^4.0.1:
73717376
dependencies:
73727377
node-modules-regexp "^1.0.0"
73737378

7379+
pixl-xml@^1.0.13:
7380+
version "1.0.13"
7381+
resolved "https://registry.yarnpkg.com/pixl-xml/-/pixl-xml-1.0.13.tgz#5ba71408bdf37994c239dd01251c10c53c0587e3"
7382+
integrity sha1-W6cUCL3zeZTCOd0BJRwQxTwFh+M=
7383+
73747384
pkg-dir@^3.0.0:
73757385
version "3.0.0"
73767386
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-3.0.0.tgz#2749020f239ed990881b1f71210d51eb6523bea3"

0 commit comments

Comments
 (0)