Skip to content

Commit 1b43b62

Browse files
trivikrsrchase
authored andcommitted
chore: change version to 1.0.0-alpha.0 (#683)
1 parent dca6f95 commit 1b43b62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/protocol-http/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/protocol-http",
3-
"version": "0.1.0-preview.1",
3+
"version": "1.0.0-alpha.0",
44
"scripts": {
55
"prepublishOnly": "tsc",
66
"pretest": "tsc -p tsconfig.test.json",
@@ -16,8 +16,8 @@
1616
"license": "Apache-2.0",
1717
"dependencies": {
1818
"tslib": "^1.8.0",
19-
"@aws-sdk/types": "^0.1.0-preview.5",
20-
"@aws-sdk/util-uri-escape": "^0.1.0-preview.3"
19+
"@aws-sdk/types": "^1.0.0-alpha.0",
20+
"@aws-sdk/util-uri-escape": "^1.0.0-alpha.0"
2121
},
2222
"devDependencies": {
2323
"@types/jest": "^24.0.12",

0 commit comments

Comments
 (0)