File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @flowaccount/aws-cdk-stack" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.0.2 " ,
4
4
"dependencies" : {
5
5
"constructs" : " ^10.3.0" ,
6
6
"aws-cdk" : " ^2.143.1" ,
Original file line number Diff line number Diff line change @@ -373,7 +373,7 @@ class SecurityGroupsModel {
373
373
name : string ;
374
374
inboudRule : SecurityGroupsInboudRuleModel [ ] ;
375
375
}
376
- class PolicyStatementModel {
376
+ export class PolicyStatementModel {
377
377
actions : string [ ] ;
378
378
resources : string [ ] ;
379
379
conditions ?: Conditions ;
Original file line number Diff line number Diff line change 35
35
"help" : " nx help" ,
36
36
"workspace-generator" : " nx workspace-generator" ,
37
37
"e2e-registry" : " yarn verdaccio --config ./tools/scripts/local-registry/config.yml --listen 4872" ,
38
+ "publish-global" : " yarn nx build $1 && cd dist/libs/$1 && npm publish" ,
38
39
"publish-beta" : " ts-node tools/scripts/publish-beta" ,
39
40
"publish-local" : " cp .npmrc.local .npmrc && run-p \" rimraf tmp\" e2e-registry \" ts-node ./tools/scripts/publish-all 99.99.99 local\" " ,
40
41
"semantic-release" : " semantic-release" ,
You can’t perform that action at this time.
0 commit comments