File tree 3 files changed +7
-5
lines changed
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) {
17
17
}
18
18
const basePath = resolve ( process . argv [ 2 ] ) ;
19
19
const 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' ] ;
22
22
23
23
( ( ) => {
24
24
try {
Original file line number Diff line number Diff line change 1
1
// 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 6
6
"name" : " Amazon Web Services" ,
7
7
"url" : " https://aws.amazon.com"
8
8
},
9
- "private" : true ,
9
+ "publishConfig" : {
10
+ "access" : " public"
11
+ },
10
12
"scripts" : {
11
13
"test" : " npm run test:unit" ,
12
14
"test:unit" : " jest --group=unit --detectOpenHandles --coverage --verbose" ,
97
99
"aws-sdk-client-mock" : " ^2.2.0" ,
98
100
"aws-sdk-client-mock-jest" : " ^2.2.0"
99
101
}
100
- }
102
+ }
You can’t perform that action at this time.
0 commit comments