File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ if (process.argv.length < 3) {
1717}
1818const basePath = resolve ( process . argv [ 2 ] ) ;
1919const packageJsonPath = join ( basePath , 'package.json' ) ;
20- const alphaPackages = [ '@aws-lambda-powertools/idempotency' ] ;
21- const betaPackages = [ ] ;
20+ const alphaPackages = [ ] ;
21+ const betaPackages = [ '@aws-lambda-powertools/idempotency' ] ;
2222
2323( ( ) => {
2424 try {
Original file line number Diff line number Diff line change 11// this file is auto generated, do not modify
2- export const PT_VERSION = '1.11.0 ' ;
2+ export const PT_VERSION = '1.11.1 ' ;
Original file line number Diff line number Diff line change 66 "name" : " Amazon Web Services" ,
77 "url" : " https://aws.amazon.com"
88 },
9- "private" : true ,
9+ "publishConfig" : {
10+ "access" : " public"
11+ },
1012 "scripts" : {
1113 "test" : " npm run test:unit" ,
1214 "test:unit" : " jest --group=unit --detectOpenHandles --coverage --verbose" ,
9799 "aws-sdk-client-mock" : " ^2.2.0" ,
98100 "aws-sdk-client-mock-jest" : " ^2.2.0"
99101 }
100- }
102+ }
You can’t perform that action at this time.
0 commit comments