File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4
4
"packages" : [
5
5
" packages/*"
6
6
],
7
- "version" : " 0.11 .0"
7
+ "version" : " 0.12 .0"
8
8
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @serverlessui/cli" ,
3
- "version" : " 0.11 .0" ,
3
+ "version" : " 0.12 .0" ,
4
4
"description" : " Serverless UI command-line utility for deploying serverless applications to AWS" ,
5
5
"author" :
" Jake Partusch <[email protected] >" ,
6
6
"license" : " MIT" ,
42
42
" bin"
43
43
],
44
44
"dependencies" : {
45
- "@serverlessui/domain-app" : " ^0.11 .0" ,
46
- "@serverlessui/serverless-app" : " ^0.11 .0" ,
45
+ "@serverlessui/domain-app" : " ^0.12 .0" ,
46
+ "@serverlessui/serverless-app" : " ^0.12 .0" ,
47
47
"aws-cdk" : " 1.115.0" ,
48
48
"cosmiconfig" : " ^7.0.0" ,
49
49
"esbuild" : " ^0.12.15" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @serverlessui/construct" ,
3
- "version" : " 0.11 .0" ,
3
+ "version" : " 0.12 .0" ,
4
4
"description" : " CDK constructs to support Serverless UI" ,
5
5
"license" : " MIT" ,
6
6
"homepage" : " https://github.com/JakePartusch/serverlessui/tree/main#README.md" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @serverlessui/domain-app" ,
3
- "version" : " 0.11 .0" ,
3
+ "version" : " 0.12 .0" ,
4
4
"description" : " CDK Application to deploy a stack with a Hosted Zone and Wildcard Certificate" ,
5
5
"license" : " MIT" ,
6
6
"homepage" : " https://github.com/JakePartusch/serverlessui/tree/main#README.md" ,
29
29
},
30
30
"dependencies" : {
31
31
"@aws-cdk/core" : " 1.115.0" ,
32
- "@serverlessui/construct" : " ^0.11 .0"
32
+ "@serverlessui/construct" : " ^0.12 .0"
33
33
},
34
34
"devDependencies" : {
35
35
"@rollup/plugin-typescript" : " ^8.2.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @serverlessui/serverless-app" ,
3
- "version" : " 0.11 .0" ,
3
+ "version" : " 0.12 .0" ,
4
4
"description" : " CDK Application to deploy a stack with a Hosted Zone and Wildcard Certificate" ,
5
5
"license" : " MIT" ,
6
6
"homepage" : " https://github.com/JakePartusch/serverlessui/tree/main#README.md" ,
32
32
"@aws-cdk/aws-route53" : " 1.115.0" ,
33
33
"@aws-cdk/aws-s3-deployment" : " 1.115.0" ,
34
34
"@aws-cdk/core" : " 1.115.0" ,
35
- "@serverlessui/construct" : " ^0.11 .0" ,
35
+ "@serverlessui/construct" : " ^0.12 .0" ,
36
36
"nanoid" : " ^3.1.22"
37
37
},
38
38
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments