File tree 14 files changed +33
-33
lines changed
cloudbase-static-deployer
framework-plugin-container
framework-plugin-database
framework-plugin-function
14 files changed +33
-33
lines changed Original file line number Diff line number Diff line change 2
2
"packages" : [
3
3
" packages/*"
4
4
],
5
- "version" : " 0.8.2 " ,
5
+ "version" : " 0.9.0 " ,
6
6
"publishConfig" : {
7
7
"access" : " public"
8
8
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cloudbase/node-builder" ,
3
- "version" : " 0.8.2 " ,
3
+ "version" : " 0.9.0 " ,
4
4
"description" : " 云开发 CloudBase Node 应用构建工具" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
15
15
"access" : " public"
16
16
},
17
17
"dependencies" : {
18
- "@cloudbase/framework-core" : " ^0.8.2 " ,
18
+ "@cloudbase/framework-core" : " ^0.9.0 " ,
19
19
"archiver" : " ^4.0.1" ,
20
20
"express" : " ^4.17.1" ,
21
21
"fs-extra" : " ^8.1.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cloudbase/nuxt-builder" ,
3
- "version" : " 0.8.2 " ,
3
+ "version" : " 0.9.0 " ,
4
4
"description" : " 云开发 CloudBase Nuxt 构建工具" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
15
15
"access" : " public"
16
16
},
17
17
"dependencies" : {
18
- "@cloudbase/framework-core" : " ^0.8.2 " ,
18
+ "@cloudbase/framework-core" : " ^0.9.0 " ,
19
19
"@types/fs-extra" : " ^8.1.0" ,
20
20
"archiver" : " ^4.0.1" ,
21
21
"fs-extra" : " ^8.1.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cloudbase/static-builder" ,
3
- "version" : " 0.8.2 " ,
3
+ "version" : " 0.9.0 " ,
4
4
"description" : " 云开发 CloudBase Static Builder,静态文件构建工具" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
15
15
"access" : " public"
16
16
},
17
17
"dependencies" : {
18
- "@cloudbase/framework-core" : " ^0.8.2 " ,
18
+ "@cloudbase/framework-core" : " ^0.9.0 " ,
19
19
"@cloudbase/toolbox" : " ^0.4.11" ,
20
20
"cpy" : " ^8.1.0"
21
21
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cloudbase/static-deployer" ,
3
- "version" : " 0.8.2 " ,
3
+ "version" : " 0.9.0 " ,
4
4
"description" : " 云开发 CloudBase 静态网站部署工具" ,
5
5
"author" :
" Weijia Wang <[email protected] >" ,
6
6
"homepage" : " " ,
25
25
"build" : " tsc"
26
26
},
27
27
"dependencies" : {
28
- "@cloudbase/framework-core" : " ^0.8.2 "
28
+ "@cloudbase/framework-core" : " ^0.9.0 "
29
29
},
30
30
"devDependencies" : {
31
31
"@types/node" : " ^13.13.5" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cloudbase/framework-core" ,
3
- "version" : " 0.8.2 " ,
3
+ "version" : " 0.9.0 " ,
4
4
"description" : " CloudBase Framework 云开发 CloudBase 全栈应用开发框架,开箱即用,方便开发和部署多端+全栈的 Serverless 应用" ,
5
5
"author" : " Tencent CloudBase Team" ,
6
6
"homepage" : " https://github.com/TencentCloudBase/cloudbase-framework#readme" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cloudbase/framework-plugin-container" ,
3
- "version" : " 0.8.2 " ,
3
+ "version" : " 0.9.0 " ,
4
4
"description" : " 云开发 Tencent CloudBase Framework Container Plugin 插件,将项目下的后端应用一键部署云开发云应用环境,提供自动弹性伸缩的高性能容器服务。" ,
5
5
"author" : " Tencent CloudBase Team" ,
6
6
"homepage" : " https://github.com/TencentCloudBase/cloudbase-framework#readme" ,
30
30
"url" : " https://github.com/TencentCloudBase/cloudbase-framework/issues"
31
31
},
32
32
"dependencies" : {
33
- "@cloudbase/framework-core" : " ^0.8.2 " ,
33
+ "@cloudbase/framework-core" : " ^0.9.0 " ,
34
34
"archiver" : " ^4.0.1" ,
35
35
"fs-extra" : " ^8.1.0"
36
36
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cloudbase/framework-plugin-dart" ,
3
- "version" : " 0.8.2 " ,
3
+ "version" : " 0.9.0 " ,
4
4
"description" : " 云开发 Tencent CloudBase Framework Dart Server Plugin 插件,将项目下的 Dart Server 一键部署云开发环境,提供自动弹性伸缩的高性能 Dart Server 服务" ,
5
5
"author" : " Tencent CloudBase Team" ,
6
6
"homepage" : " https://github.com/TencentCloudBase/cloudbase-framework#readme" ,
31
31
"url" : " https://github.com/TencentCloudBase/cloudbase-framework/issues"
32
32
},
33
33
"dependencies" : {
34
- "@cloudbase/framework-core" : " ^0.8.2 " ,
35
- "@cloudbase/framework-plugin-container" : " ^0.8.2 " ,
34
+ "@cloudbase/framework-core" : " ^0.9.0 " ,
35
+ "@cloudbase/framework-plugin-container" : " ^0.9.0 " ,
36
36
"@types/fs-extra" : " ^8.1.0" ,
37
37
"fs-extra" : " ^8.1.0"
38
38
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cloudbase/framework-plugin-database" ,
3
- "version" : " 0.8.2 " ,
3
+ "version" : " 0.9.0 " ,
4
4
"description" : " 云开发 Tencent CloudBase Framework Database Plugin 插件,将项目下的后端应用一键部署云开发云应用环境,提供自动弹性伸缩的高性能服务。" ,
5
5
"author" : " Tencent CloudBase Team" ,
6
6
"homepage" : " https://github.com/TencentCloudBase/cloudbase-framework#readme" ,
30
30
"url" : " https://github.com/TencentCloudBase/cloudbase-framework/issues"
31
31
},
32
32
"dependencies" : {
33
- "@cloudbase/framework-core" : " ^0.8.2 " ,
33
+ "@cloudbase/framework-core" : " ^0.9.0 " ,
34
34
"change-case" : " ^4.1.1"
35
35
},
36
36
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cloudbase/framework-plugin-deno" ,
3
- "version" : " 0.1 .0" ,
3
+ "version" : " 0.9 .0" ,
4
4
"description" : " 云开发 Tencent CloudBase Framework Deno Server Plugin 插件,将项目下的 Deno 应用一键部署云开发环境,提供自动弹性伸缩的高性能 Deno 服务" ,
5
5
"author" : " Tencent CloudBase Team" ,
6
6
"homepage" : " https://github.com/TencentCloudBase/cloudbase-framework#readme" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cloudbase/framework-plugin-function" ,
3
- "version" : " 0.8.2 " ,
3
+ "version" : " 0.9.0 " ,
4
4
"description" : " 云开发 Tencent CloudBase Framework Function Plugin 插件,将项目下的云函数一键部署云开发环境,提供自动弹性伸缩的高性能函数服务。" ,
5
5
"author" : " Tencent CloudBase Team" ,
6
6
"homepage" : " https://github.com/TencentCloudBase/cloudbase-framework#readme" ,
30
30
"url" : " https://github.com/TencentCloudBase/cloudbase-framework/issues"
31
31
},
32
32
"dependencies" : {
33
- "@cloudbase/framework-core" : " ^0.8.2 " ,
33
+ "@cloudbase/framework-core" : " ^0.9.0 " ,
34
34
"archiver" : " ^4.0.2"
35
35
},
36
36
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cloudbase/framework-plugin-node" ,
3
- "version" : " 0.8.2 " ,
3
+ "version" : " 0.9.0 " ,
4
4
"description" : " 云开发 Tencent CloudBase Framework Node Plugin 插件,将项目下的Node应用一键部署云开发环境,提供自动弹性伸缩的高性能Node服务。" ,
5
5
"author" : " Tencent CloudBase Team" ,
6
6
"homepage" : " https://github.com/TencentCloudBase/cloudbase-framework#readme" ,
31
31
"url" : " https://github.com/TencentCloudBase/cloudbase-framework/issues"
32
32
},
33
33
"dependencies" : {
34
- "@cloudbase/framework-core" : " ^0.8.2 " ,
35
- "@cloudbase/framework-plugin-container" : " ^0.8.2 " ,
36
- "@cloudbase/framework-plugin-function" : " ^0.8.2 " ,
37
- "@cloudbase/node-builder" : " ^0.8.2 " ,
34
+ "@cloudbase/framework-core" : " ^0.9.0 " ,
35
+ "@cloudbase/framework-plugin-container" : " ^0.9.0 " ,
36
+ "@cloudbase/framework-plugin-function" : " ^0.9.0 " ,
37
+ "@cloudbase/node-builder" : " ^0.9.0 " ,
38
38
"fs-extra" : " ^8.1.0"
39
39
},
40
40
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cloudbase/framework-plugin-nuxt" ,
3
- "version" : " 0.8.2 " ,
3
+ "version" : " 0.9.0 " ,
4
4
"description" : " 云开发 Tencent CloudBase Framework Nuxt SSR Plugin 插件,将项目下的 Nuxt 应用一键部署云开发环境,提供自动弹性伸缩的高性能 Nuxt 服务。" ,
5
5
"author" : " Tencent CloudBase Team" ,
6
6
"homepage" : " https://github.com/TencentCloudBase/cloudbase-framework#readme" ,
30
30
"url" : " https://github.com/TencentCloudBase/cloudbase-framework/issues"
31
31
},
32
32
"dependencies" : {
33
- "@cloudbase/framework-core" : " ^0.8.2 " ,
34
- "@cloudbase/framework-plugin-function" : " ^0.8.2 " ,
35
- "@cloudbase/nuxt-builder" : " ^0.8.2 "
33
+ "@cloudbase/framework-core" : " ^0.9.0 " ,
34
+ "@cloudbase/framework-plugin-function" : " ^0.9.0 " ,
35
+ "@cloudbase/nuxt-builder" : " ^0.9.0 "
36
36
},
37
37
"devDependencies" : {
38
38
"jest" : " ^26.0.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cloudbase/framework-plugin-website" ,
3
- "version" : " 0.8.2 " ,
3
+ "version" : " 0.9.0 " ,
4
4
"description" : " 云开发 Tencent CloudBase Framework Website Plugin 插件" ,
5
5
"author" : " Tencent CloudBase Team" ,
6
6
"homepage" : " https://github.com/TencentCloudBase/cloudbase-framework#readme" ,
29
29
"url" : " https://github.com/TencentCloudBase/cloudbase-framework/issues"
30
30
},
31
31
"dependencies" : {
32
- "@cloudbase/framework-core" : " ^0.8.2 " ,
33
- "@cloudbase/static-builder" : " ^0.8.2 " ,
34
- "@cloudbase/static-deployer" : " ^0.8.2 "
32
+ "@cloudbase/framework-core" : " ^0.9.0 " ,
33
+ "@cloudbase/static-builder" : " ^0.9.0 " ,
34
+ "@cloudbase/static-deployer" : " ^0.9.0 "
35
35
},
36
36
"devDependencies" : {
37
37
"typescript" : " ^3.9.2"
You can’t perform that action at this time.
0 commit comments