Skip to content

Commit

Permalink
fix(middleware-compression): add missing @AWS-SDK prefix in package n…
Browse files Browse the repository at this point in the history
…ame (#5627)
  • Loading branch information
trivikr authored Dec 29, 2023
1 parent df38d23 commit 8b874f7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/middleware-compression/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
4 changes: 4 additions & 0 deletions packages/middleware-compression/api-extractor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"extends": "../../api-extractor.packages.json",
"mainEntryPointFilePath": "./dist-types/index.d.ts"
}
5 changes: 3 additions & 2 deletions packages/middleware-compression/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "middleware-compression",
"version": "1.0.0",
"name": "@aws-sdk/middleware-compression",
"version": "3.0.0",
"description": "Middleware and Plugin for request compression.",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
Expand All @@ -10,6 +10,7 @@
"build:types": "tsc -p tsconfig.types.json",
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
"extract:docs": "api-extractor run --local",
"test": "jest"
},
"main": "./dist-cjs/index.js",
Expand Down

0 comments on commit 8b874f7

Please sign in to comment.