Skip to content

Commit

Permalink
fix(aws-client-api-test): rename package (#4165)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed Nov 10, 2022
1 parent 7811cd9 commit 2e13b67
Show file tree
Hide file tree
Showing 15 changed files with 4 additions and 4 deletions.
File renamed without changes.
@@ -1,5 +1,5 @@
{
"name": "@aws-sdk/client-api-test",
"name": "@aws-sdk/aws-client-api-test",
"description": "Test suite for client interface stability",
"version": "3.0.0",
"scripts": {
Expand Down Expand Up @@ -56,6 +56,6 @@
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-js-v3.git",
"directory": "private/client-api-test"
"directory": "private/aws-client-api-test"
}
}
@@ -1,4 +1,4 @@
# @aws-sdk/client-api-test
# @aws-sdk/aws-client-api-test

This is not a runtime or published package.

Expand Down
Expand Up @@ -39,7 +39,7 @@ export const initializeWithMaximalConfiguration = () => {

const s3 = new S3Client({
endpoint: "endpoint",
customUserAgent: "client-api-test-user-agent",
customUserAgent: "aws-client-api-test-user-agent",
apiVersion: "2006-03-01",
base64Decoder: fromBase64,
base64Encoder: toBase64,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2e13b67

Please sign in to comment.