File tree 3 files changed +11
-2
lines changed
packages/middleware-compression
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ../../api-extractor.packages.json" ,
3
+ "mainEntryPointFilePath" : " ./dist-types/index.d.ts"
4
+ }
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " middleware-compression" ,
3
- "version" : " 1 .0.0" ,
2
+ "name" : " @aws-sdk/ middleware-compression" ,
3
+ "version" : " 3 .0.0" ,
4
4
"description" : " Middleware and Plugin for request compression." ,
5
5
"scripts" : {
6
6
"build" : " concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'" ,
10
10
"build:types" : " tsc -p tsconfig.types.json" ,
11
11
"build:types:downlevel" : " downlevel-dts dist-types dist-types/ts3.4" ,
12
12
"clean" : " rimraf ./dist-* && rimraf *.tsbuildinfo" ,
13
+ "extract:docs" : " api-extractor run --local" ,
13
14
"test" : " jest"
14
15
},
15
16
"main" : " ./dist-cjs/index.js" ,
You can’t perform that action at this time.
0 commit comments