Skip to content

Commit c81613a

Browse files
committed
Bump ssdk lib version to 1.0.0-alpha.5
1 parent f5c1e59 commit c81613a

File tree

7 files changed

+43
-30
lines changed

7 files changed

+43
-30
lines changed

smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/TypeScriptDependency.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public enum TypeScriptDependency implements SymbolDependencyContainer {
101101
HTML_ENTITIES("dependencies", "entities", "2.2.0", false),
102102

103103
// Server dependency for SSDKs
104-
SERVER_COMMON("dependencies", "@aws-smithy/server-common", "1.0.0-alpha.4", false);
104+
SERVER_COMMON("dependencies", "@aws-smithy/server-common", "1.0.0-alpha.5", false);
105105

106106
public static final String NORMAL_DEPENDENCY = "dependencies";
107107
public static final String DEV_DEPENDENCY = "devDependencies";

smithy-typescript-ssdk-libs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "smithy-typescript-ssdk",
33
"private": true,
4-
"version": "1.0.0-alpha.4",
4+
"version": "1.0.0-alpha.5",
55
"description": "Smithy TypeScript SSDK packages",
66
"main": "index.js",
77
"scripts": {

smithy-typescript-ssdk-libs/server-apigateway/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# server-apigateway Changelog
22

3+
## 1.0.0-alpha.5 (2022-02-23)
4+
5+
### Features
6+
7+
- Updated SDK dependencies.
8+
9+
### Other
10+
11+
- Converted from lerna to turborepo. ([#506](https://github.com/awslabs/smithy-typescript/pull/506))
12+
313
## 1.0.0-alpha.4 (2022-01-03)
414

515
### Features

smithy-typescript-ssdk-libs/server-apigateway/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-smithy/server-apigateway",
3-
"version": "1.0.0-alpha.4",
3+
"version": "1.0.0-alpha.5",
44
"description": "Base components for Smithy services behind APIGateway",
55
"main": "./dist/cjs/index.js",
66
"types": "./dist/types/index.d.ts",
@@ -22,8 +22,8 @@
2222
"author": "AWS Smithy Team",
2323
"license": "Apache-2.0",
2424
"dependencies": {
25-
"@aws-sdk/protocol-http": "^3.40.0",
26-
"@aws-sdk/types": "^3.40.0",
25+
"@aws-sdk/protocol-http": "^3.52.0",
26+
"@aws-sdk/types": "^3.52.0",
2727
"@types/aws-lambda": "^8.10.72",
2828
"tslib": "^1.8.0"
2929
},

smithy-typescript-ssdk-libs/server-common/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# server-common Changelog
22

3+
## 1.0.0-alpha.5 (2022-02-23)
4+
5+
### Features
6+
7+
- Defined ServiceException as base class for service side exception. ([#502](https://github.com/awslabs/smithy-typescript/pull/502))
8+
- Updated SDK dependencies.
9+
10+
### Bug Fixes
11+
12+
- Fix the uniqueItems implementation to accommodate non-primitive values. ([#511](https://github.com/awslabs/smithy-typescript/pull/511))
13+
- Fixed the implementation of length validation for strings. ([#510](https://github.com/awslabs/smithy-typescript/pull/510))
14+
15+
### Other
16+
17+
- Converted from lerna to turborepo. ([#506](https://github.com/awslabs/smithy-typescript/pull/506))
18+
319
## 1.0.0-alpha.4 (2022-01-03)
420

521
### Features

smithy-typescript-ssdk-libs/server-common/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-smithy/server-common",
3-
"version": "1.0.0-alpha.4",
3+
"version": "1.0.0-alpha.5",
44
"description": "Base components for Smithy services",
55
"main": "./dist/cjs/index.js",
66
"types": "./dist/types/index.d.ts",
@@ -22,8 +22,8 @@
2222
"author": "AWS Smithy Team",
2323
"license": "Apache-2.0",
2424
"dependencies": {
25-
"@aws-sdk/protocol-http": "3.40.0",
26-
"@aws-sdk/types": "3.40.0",
25+
"@aws-sdk/protocol-http": "^3.52.0",
26+
"@aws-sdk/types": "^3.52.0",
2727
"tslib": "^1.8.0",
2828
"re2-wasm": "^1.0.2"
2929
},

smithy-typescript-ssdk-libs/yarn.lock

Lines changed: 9 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,18 @@
22
# yarn lockfile v1
33

44

5-
"@aws-sdk/protocol-http@3.40.0":
6-
version "3.40.0"
7-
resolved "https://registry.yarnpkg.com/@aws-sdk/protocol-http/-/protocol-http-3.40.0.tgz#ce6c7170a59e0a0eb63df5cd7cec87fe05bae680"
8-
integrity sha512-f4ea7/HZkjpvGBrnRIuzc/bhrExWrgDv7eulj4htPukZGHdTqSJD3Jk8lEXWvFuX2vUKQDGhEhCDsqup7YWJQQ==
5+
"@aws-sdk/protocol-http@^3.52.0":
6+
version "3.52.0"
7+
resolved "https://registry.yarnpkg.com/@aws-sdk/protocol-http/-/protocol-http-3.52.0.tgz#67f790df41fdb3c9641614f302cac958e3e0fe08"
8+
integrity sha512-L6ITU9NG0L6nyYfzhSLa0EsgDlyL1vHNz+Om9o7TayUUF7O0f3UiZToWf2hdETQ04Os8625aZt0VH92ZnYyeEw==
99
dependencies:
10-
"@aws-sdk/types" "3.40.0"
10+
"@aws-sdk/types" "3.52.0"
1111
tslib "^2.3.0"
1212

13-
"@aws-sdk/protocol-http@^3.40.0":
14-
version "3.50.0"
15-
resolved "https://registry.yarnpkg.com/@aws-sdk/protocol-http/-/protocol-http-3.50.0.tgz#6a6eefac4b823cb61b4e95e0f161e0bade2754cf"
16-
integrity sha512-o6/eoDqjNRIKq6Zp5ujS6oP/GhQRzqvEsvWgKXHMVEMPmr9jkyQEdOqs4eWQ0+eRKJYhhWU3Perd6B+8z7BC1Q==
17-
dependencies:
18-
"@aws-sdk/types" "3.50.0"
19-
tslib "^2.3.0"
20-
21-
"@aws-sdk/[email protected]":
22-
version "3.40.0"
23-
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.40.0.tgz#a9d7926fcb9b699bc46be975033559d2293e60d1"
24-
integrity sha512-KpILcfvRaL88TLvo3SY4OuCCg90SvcNLPyjDwUuBqiOyWODjrKShHtAPJzej4CLp92lofh+ul0UnBfV9Jb/5PA==
25-
26-
"@aws-sdk/[email protected]", "@aws-sdk/types@^3.40.0":
27-
version "3.50.0"
28-
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.50.0.tgz#87b7679901129f5989d7da8b44364bf6a9ff8722"
29-
integrity sha512-ANj9L+lR4NWWSLPkr5tRdFaw0kW0BjlDgnyNWyFrGVOHqT0MYjhCjPsH2y45G59z+b2qe+v/VsKuTyNmSvoZCA==
13+
"@aws-sdk/[email protected]", "@aws-sdk/types@^3.52.0":
14+
version "3.52.0"
15+
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.52.0.tgz#e09d7cec3c155afc76ca8036ec18b2034964456f"
16+
integrity sha512-5deI1v6Fr7/a+TT9hPuiy6I/L/7uJTda3q3DEvUd0CsGbBB/fcDXJg8jlnMHcmw7mkfP9vE553ZJQS3Cb0v4vg==
3017

3118
3219
version "7.12.11"

0 commit comments

Comments
 (0)