Skip to content

Commit 21bba1c

Browse files
author
awstools
committed
Publish v1.0.0-alpha.10
1 parent f5a8455 commit 21bba1c

File tree

35 files changed

+256
-120
lines changed

35 files changed

+256
-120
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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.2 (2020-01-17)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-auto-scaling

clients/client-auto-scaling/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-auto-scaling",
33
"description": "@aws-sdk/client-auto-scaling client",
4-
"version": "1.0.0-alpha.1",
4+
"version": "1.0.0-alpha.2",
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.4",
3029
"@aws-sdk/config-resolver": "^1.0.0-alpha.5",
3130
"@aws-sdk/credential-provider-node": "^1.0.0-alpha.2",
@@ -56,15 +55,16 @@
5655
"@aws-sdk/util-user-agent-node": "^1.0.0-alpha.4",
5756
"@aws-sdk/util-utf8-browser": "^1.0.0-alpha.2",
5857
"@aws-sdk/util-utf8-node": "^1.0.0-alpha.2",
59-
"pixl-xml": "^1.0.13"
58+
"pixl-xml": "^1.0.13",
59+
"tslib": "^1.8.0"
6060
},
6161
"devDependencies": {
62-
"rimraf": "^3.0.0",
63-
"typedoc": "^0.15.0",
64-
"typescript": "^3.6.3",
6562
"@types/node": "^12.7.5",
6663
"@types/pixl-xml": "^1.0.1",
67-
"tslib": "^1.8.0"
64+
"rimraf": "^3.0.0",
65+
"tslib": "^1.8.0",
66+
"typedoc": "^0.15.0",
67+
"typescript": "^3.6.3"
6868
},
6969
"engines": {
7070
"node": ">=8.0.0"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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.2 (2020-01-17)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-cloudformation

clients/client-cloudformation/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-cloudformation",
33
"description": "@aws-sdk/client-cloudformation client",
4-
"version": "1.0.0-alpha.1",
4+
"version": "1.0.0-alpha.2",
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.4",
3029
"@aws-sdk/config-resolver": "^1.0.0-alpha.5",
3130
"@aws-sdk/credential-provider-node": "^1.0.0-alpha.2",
@@ -56,15 +55,16 @@
5655
"@aws-sdk/util-user-agent-node": "^1.0.0-alpha.4",
5756
"@aws-sdk/util-utf8-browser": "^1.0.0-alpha.2",
5857
"@aws-sdk/util-utf8-node": "^1.0.0-alpha.2",
59-
"pixl-xml": "^1.0.13"
58+
"pixl-xml": "^1.0.13",
59+
"tslib": "^1.8.0"
6060
},
6161
"devDependencies": {
62-
"rimraf": "^3.0.0",
63-
"typedoc": "^0.15.0",
64-
"typescript": "^3.6.3",
6562
"@types/node": "^12.7.5",
6663
"@types/pixl-xml": "^1.0.1",
67-
"tslib": "^1.8.0"
64+
"rimraf": "^3.0.0",
65+
"tslib": "^1.8.0",
66+
"typedoc": "^0.15.0",
67+
"typescript": "^3.6.3"
6868
},
6969
"engines": {
7070
"node": ">=8.0.0"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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.2 (2020-01-17)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-cloudsearch

clients/client-cloudsearch/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-cloudsearch",
33
"description": "@aws-sdk/client-cloudsearch client",
4-
"version": "1.0.0-alpha.1",
4+
"version": "1.0.0-alpha.2",
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.4",
3029
"@aws-sdk/config-resolver": "^1.0.0-alpha.5",
3130
"@aws-sdk/credential-provider-node": "^1.0.0-alpha.2",
@@ -56,15 +55,16 @@
5655
"@aws-sdk/util-user-agent-node": "^1.0.0-alpha.4",
5756
"@aws-sdk/util-utf8-browser": "^1.0.0-alpha.2",
5857
"@aws-sdk/util-utf8-node": "^1.0.0-alpha.2",
59-
"pixl-xml": "^1.0.13"
58+
"pixl-xml": "^1.0.13",
59+
"tslib": "^1.8.0"
6060
},
6161
"devDependencies": {
62-
"rimraf": "^3.0.0",
63-
"typedoc": "^0.15.0",
64-
"typescript": "^3.6.3",
6562
"@types/node": "^12.7.5",
6663
"@types/pixl-xml": "^1.0.1",
67-
"tslib": "^1.8.0"
64+
"rimraf": "^3.0.0",
65+
"tslib": "^1.8.0",
66+
"typedoc": "^0.15.0",
67+
"typescript": "^3.6.3"
6868
},
6969
"engines": {
7070
"node": ">=8.0.0"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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.2 (2020-01-17)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-cloudwatch

clients/client-cloudwatch/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-cloudwatch",
33
"description": "@aws-sdk/client-cloudwatch client",
4-
"version": "1.0.0-alpha.1",
4+
"version": "1.0.0-alpha.2",
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.4",
3029
"@aws-sdk/config-resolver": "^1.0.0-alpha.5",
3130
"@aws-sdk/credential-provider-node": "^1.0.0-alpha.2",
@@ -56,15 +55,16 @@
5655
"@aws-sdk/util-user-agent-node": "^1.0.0-alpha.4",
5756
"@aws-sdk/util-utf8-browser": "^1.0.0-alpha.2",
5857
"@aws-sdk/util-utf8-node": "^1.0.0-alpha.2",
59-
"pixl-xml": "^1.0.13"
58+
"pixl-xml": "^1.0.13",
59+
"tslib": "^1.8.0"
6060
},
6161
"devDependencies": {
62-
"rimraf": "^3.0.0",
63-
"typedoc": "^0.15.0",
64-
"typescript": "^3.6.3",
6562
"@types/node": "^12.7.5",
6663
"@types/pixl-xml": "^1.0.1",
67-
"tslib": "^1.8.0"
64+
"rimraf": "^3.0.0",
65+
"tslib": "^1.8.0",
66+
"typedoc": "^0.15.0",
67+
"typescript": "^3.6.3"
6868
},
6969
"engines": {
7070
"node": ">=8.0.0"

clients/client-docdb/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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.2 (2020-01-17)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-docdb

clients/client-docdb/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-docdb",
33
"description": "@aws-sdk/client-docdb client",
4-
"version": "1.0.0-alpha.1",
4+
"version": "1.0.0-alpha.2",
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.4",
3029
"@aws-sdk/config-resolver": "^1.0.0-alpha.5",
3130
"@aws-sdk/credential-provider-node": "^1.0.0-alpha.2",
@@ -56,15 +55,16 @@
5655
"@aws-sdk/util-user-agent-node": "^1.0.0-alpha.4",
5756
"@aws-sdk/util-utf8-browser": "^1.0.0-alpha.2",
5857
"@aws-sdk/util-utf8-node": "^1.0.0-alpha.2",
59-
"pixl-xml": "^1.0.13"
58+
"pixl-xml": "^1.0.13",
59+
"tslib": "^1.8.0"
6060
},
6161
"devDependencies": {
62-
"rimraf": "^3.0.0",
63-
"typedoc": "^0.15.0",
64-
"typescript": "^3.6.3",
6562
"@types/node": "^12.7.5",
6663
"@types/pixl-xml": "^1.0.1",
67-
"tslib": "^1.8.0"
64+
"rimraf": "^3.0.0",
65+
"tslib": "^1.8.0",
66+
"typedoc": "^0.15.0",
67+
"typescript": "^3.6.3"
6868
},
6969
"engines": {
7070
"node": ">=8.0.0"

0 commit comments

Comments
 (0)