Skip to content

Commit 2d1e07e

Browse files
author
Steven Yuan
authored
Bump SSDK libs version to 1.0.0-alpha.8 (#689)
1 parent 1ea35c7 commit 2d1e07e

File tree

7 files changed

+30
-17
lines changed

7 files changed

+30
-17
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
@@ -110,7 +110,7 @@ public enum TypeScriptDependency implements SymbolDependencyContainer {
110110
UTIL_STREAM_BROWSER("dependencies", "@aws-sdk/util-stream-browser", false),
111111

112112
// Server dependency for SSDKs
113-
SERVER_COMMON("dependencies", "@aws-smithy/server-common", "1.0.0-alpha.7", false);
113+
SERVER_COMMON("dependencies", "@aws-smithy/server-common", "1.0.0-alpha.8", false);
114114

115115
public static final String NORMAL_DEPENDENCY = "dependencies";
116116
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.7",
4+
"version": "1.0.0-alpha.8",
55
"description": "Smithy TypeScript SSDK packages",
66
"main": "index.js",
77
"scripts": {

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

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

3+
## 1.0.0-alpha.8 (2023-02-09)
4+
5+
### Features
6+
7+
- Generate ES module distributions ([#686](https://github.com/awslabs/smithy-typescript/pull/686))
8+
39
## 1.0.0-alpha.7 (2023-01-25)
410

511
## 1.0.0-alpha.6 (2022-08-22)

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.7",
3+
"version": "1.0.0-alpha.8",
44
"description": "Base components for Smithy services behind APIGateway",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/es/index.js",
@@ -26,8 +26,8 @@
2626
"author": "AWS Smithy Team",
2727
"license": "Apache-2.0",
2828
"dependencies": {
29-
"@aws-sdk/protocol-http": "^3.257.0",
30-
"@aws-sdk/types": "^3.257.0",
29+
"@aws-sdk/protocol-http": "^3.267.0",
30+
"@aws-sdk/types": "^3.267.0",
3131
"@types/aws-lambda": "^8.10.72",
3232
"tslib": "^1.8.0"
3333
},

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

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

3+
## 1.0.0-alpha.8 (2023-02-09)
4+
5+
### Features
6+
7+
- Generate ES module distributions ([#685](https://github.com/awslabs/smithy-typescript/pull/685))
8+
- Use re2 `test()` instead of `match()` ([#680](https://github.com/awslabs/smithy-typescript/pull/680))
9+
310
## 1.0.0-alpha.7 (2023-01-25)
411

512
### 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.7",
3+
"version": "1.0.0-alpha.8",
44
"description": "Base components for Smithy services",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/es/index.js",
@@ -26,8 +26,8 @@
2626
"author": "AWS Smithy Team",
2727
"license": "Apache-2.0",
2828
"dependencies": {
29-
"@aws-sdk/protocol-http": "^3.257.0",
30-
"@aws-sdk/types": "^3.257.0",
29+
"@aws-sdk/protocol-http": "^3.267.0",
30+
"@aws-sdk/types": "^3.267.0",
3131
"tslib": "^1.8.0",
3232
"re2-wasm": "^1.0.2"
3333
},

smithy-typescript-ssdk-libs/yarn.lock

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

44

5-
"@aws-sdk/protocol-http@^3.257.0":
6-
version "3.257.0"
7-
resolved "https://registry.yarnpkg.com/@aws-sdk/protocol-http/-/protocol-http-3.257.0.tgz#1452ce4f6a51e24297cc39f73aa889570dddd348"
8-
integrity sha512-xt7LGOgZIvbLS3418AYQLacOqx+mo5j4mPiIMz7f6AaUg+/fBUgESVsncKDqxbEJVwwCXSka8Ca0cntJmoeMSw==
5+
"@aws-sdk/protocol-http@^3.267.0":
6+
version "3.267.0"
7+
resolved "https://registry.yarnpkg.com/@aws-sdk/protocol-http/-/protocol-http-3.267.0.tgz#12c2e0fbaa01f9658daedad8196fa52c74675394"
8+
integrity sha512-8HhOZXMCZ0nsJC/FoifX7YrTYGP91tCpSxIHkr7HxQcTdBMI7QakMtIIWK9Qjsy6tUI98aAdEo5PNCbzdpozmQ==
99
dependencies:
10-
"@aws-sdk/types" "3.257.0"
10+
"@aws-sdk/types" "3.267.0"
1111
tslib "^2.3.1"
1212

13-
"@aws-sdk/types@3.257.0", "@aws-sdk/types@^3.257.0":
14-
version "3.257.0"
15-
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.257.0.tgz#4951ee3456cd9a46829516f5596c2b8a05ffe06a"
16-
integrity sha512-LmqXuBQBGeaGi/3Rp7XiEX1B5IPO2UUfBVvu0wwGqVsmstT0SbOVDZGPmxygACbm64n+PRx3uTSDefRfoiWYZg==
13+
"@aws-sdk/types@3.267.0", "@aws-sdk/types@^3.267.0":
14+
version "3.267.0"
15+
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.267.0.tgz#fe543d1a1977c4e9e7ca6c32c837fcfd87b32441"
16+
integrity sha512-fICTbSeIfXlTHnciQgDt37R0kXoKxgh0a3prnLWVvTcmf7NFujdZmg5YTAZT3KJJ7SuKsIgnI8azBYioVY8BVQ==
1717
dependencies:
1818
tslib "^2.3.1"
1919

0 commit comments

Comments
 (0)