Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Cloudbase Framework
Commits
382ebae9
Commit
382ebae9
authored
4 years ago
by
Booker Zhao
Browse files
Options
Download
Email Patches
Plain Diff
v1.1.6
parent
015a645b
gitee
beta
dependabot/npm_and_yarn/packages/cloudbase-next-builder/test/project/next-9.5.4
develop
master
v1.3.0-alpha.0
v1.2.10
v1.2.9
v1.2.9-alpha.0
v1.2.8-alpha.0
v1.2.7-alpha.0
v1.2.5-alpha.0
v1.2.4-alpha.0
v1.2.3-alpha.0
v1.2.2-alpha.0
v1.2.1-alpha.0
v1.2.0-alpha.0
v1.1.10
v1.1.9
v1.1.8
v1.1.7
v1.1.6
No related merge requests found
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
lerna.json
+1
-1
lerna.json
packages/cloudbase-node-builder/package.json
+2
-2
packages/cloudbase-node-builder/package.json
packages/cloudbase-nuxt-builder/package.json
+2
-2
packages/cloudbase-nuxt-builder/package.json
packages/cloudbase-static-builder/package.json
+2
-2
packages/cloudbase-static-builder/package.json
packages/cloudbase-static-deployer/package.json
+2
-2
packages/cloudbase-static-deployer/package.json
packages/cloudbaserc-json-schema/package.json
+10
-10
packages/cloudbaserc-json-schema/package.json
packages/framework-core/package.json
+1
-1
packages/framework-core/package.json
packages/framework-plugin-container/package.json
+2
-2
packages/framework-plugin-container/package.json
packages/framework-plugin-dart/package.json
+3
-3
packages/framework-plugin-dart/package.json
packages/framework-plugin-database/package.json
+2
-2
packages/framework-plugin-database/package.json
packages/framework-plugin-deno/package.json
+3
-3
packages/framework-plugin-deno/package.json
packages/framework-plugin-function/package.json
+2
-2
packages/framework-plugin-function/package.json
packages/framework-plugin-next/package.json
+3
-3
packages/framework-plugin-next/package.json
packages/framework-plugin-node/package.json
+5
-5
packages/framework-plugin-node/package.json
packages/framework-plugin-nuxt/package.json
+4
-4
packages/framework-plugin-nuxt/package.json
packages/framework-plugin-website/package.json
+4
-4
packages/framework-plugin-website/package.json
with
48 additions
and
48 deletions
+48
-48
lerna.json
+
1
-
1
View file @
382ebae9
...
...
@@ -2,7 +2,7 @@
"packages"
:
[
"packages/*"
],
"version"
:
"1.1.
5
"
,
"version"
:
"1.1.
6
"
,
"publishConfig"
:
{
"access"
:
"public"
},
...
...
This diff is collapsed.
Click to expand it.
packages/cloudbase-node-builder/package.json
+
2
-
2
View file @
382ebae9
{
"name"
:
"@cloudbase/node-builder"
,
"version"
:
"1.1.
5
"
,
"version"
:
"1.1.
6
"
,
"description"
:
"云开发 CloudBase Node 应用构建工具"
,
"main"
:
"lib/index.js"
,
"scripts"
:
{
...
...
@@ -15,7 +15,7 @@
"access"
:
"public"
},
"dependencies"
:
{
"@cloudbase/framework-core"
:
"^1.1.
5
"
,
"@cloudbase/framework-core"
:
"^1.1.
6
"
,
"archiver"
:
"^4.0.1"
,
"express"
:
"^4.17.1"
,
"fs-extra"
:
"^8.1.0"
,
...
...
This diff is collapsed.
Click to expand it.
packages/cloudbase-nuxt-builder/package.json
+
2
-
2
View file @
382ebae9
{
"name"
:
"@cloudbase/nuxt-builder"
,
"version"
:
"1.1.
5
"
,
"version"
:
"1.1.
6
"
,
"description"
:
"云开发 CloudBase Nuxt 构建工具"
,
"main"
:
"lib/index.js"
,
"scripts"
:
{
...
...
@@ -15,7 +15,7 @@
"access"
:
"public"
},
"dependencies"
:
{
"@cloudbase/framework-core"
:
"^1.1.
5
"
,
"@cloudbase/framework-core"
:
"^1.1.
6
"
,
"@types/fs-extra"
:
"^8.1.0"
,
"archiver"
:
"^4.0.1"
,
"fs-extra"
:
"^8.1.0"
...
...
This diff is collapsed.
Click to expand it.
packages/cloudbase-static-builder/package.json
+
2
-
2
View file @
382ebae9
{
"name"
:
"@cloudbase/static-builder"
,
"version"
:
"1.1.
5
"
,
"version"
:
"1.1.
6
"
,
"description"
:
"云开发 CloudBase Static Builder,静态文件构建工具"
,
"main"
:
"lib/index.js"
,
"scripts"
:
{
...
...
@@ -15,7 +15,7 @@
"access"
:
"public"
},
"dependencies"
:
{
"@cloudbase/framework-core"
:
"^1.1.
5
"
,
"@cloudbase/framework-core"
:
"^1.1.
6
"
,
"@cloudbase/toolbox"
:
"^0.4.11"
,
"cpy"
:
"^8.1.0"
},
...
...
This diff is collapsed.
Click to expand it.
packages/cloudbase-static-deployer/package.json
+
2
-
2
View file @
382ebae9
{
"name"
:
"@cloudbase/static-deployer"
,
"version"
:
"1.1.
5
"
,
"version"
:
"1.1.
6
"
,
"description"
:
"云开发 CloudBase 静态网站部署工具"
,
"author"
:
"Weijia Wang <starkwang@126.com>"
,
"homepage"
:
""
,
...
...
@@ -25,7 +25,7 @@
"build"
:
"tsc"
},
"dependencies"
:
{
"@cloudbase/framework-core"
:
"^1.1.
5
"
"@cloudbase/framework-core"
:
"^1.1.
6
"
},
"devDependencies"
:
{
"@types/node"
:
"^13.13.5"
,
...
...
This diff is collapsed.
Click to expand it.
packages/cloudbaserc-json-schema/package.json
+
10
-
10
View file @
382ebae9
{
"name"
:
"@cloudbase/cloudbaserc-json-schema"
,
"version"
:
"1.1.
5
"
,
"version"
:
"1.1.
6
"
,
"description"
:
"cloudbaserc 配置文件的 JSON Schema 定义"
,
"keywords"
:
[
"cloudbase"
,
...
...
@@ -34,15 +34,15 @@
"url"
:
"https://github.com/TencentCloudBase/cloudbase-framework/issues"
},
"dependencies"
:
{
"@cloudbase/framework-plugin-container"
:
"^1.1.
5
"
,
"@cloudbase/framework-plugin-dart"
:
"^1.1.
5
"
,
"@cloudbase/framework-plugin-database"
:
"^1.1.
5
"
,
"@cloudbase/framework-plugin-deno"
:
"^1.1.
5
"
,
"@cloudbase/framework-plugin-function"
:
"^1.1.
5
"
,
"@cloudbase/framework-plugin-next"
:
"^1.1.
5
"
,
"@cloudbase/framework-plugin-node"
:
"^1.1.
5
"
,
"@cloudbase/framework-plugin-nuxt"
:
"^1.1.
5
"
,
"@cloudbase/framework-plugin-website"
:
"^1.1.
5
"
,
"@cloudbase/framework-plugin-container"
:
"^1.1.
6
"
,
"@cloudbase/framework-plugin-dart"
:
"^1.1.
6
"
,
"@cloudbase/framework-plugin-database"
:
"^1.1.
6
"
,
"@cloudbase/framework-plugin-deno"
:
"^1.1.
6
"
,
"@cloudbase/framework-plugin-function"
:
"^1.1.
6
"
,
"@cloudbase/framework-plugin-next"
:
"^1.1.
6
"
,
"@cloudbase/framework-plugin-node"
:
"^1.1.
6
"
,
"@cloudbase/framework-plugin-nuxt"
:
"^1.1.
6
"
,
"@cloudbase/framework-plugin-website"
:
"^1.1.
6
"
,
"typescript-json-schema"
:
"^0.42.0"
}
}
This diff is collapsed.
Click to expand it.
packages/framework-core/package.json
+
1
-
1
View file @
382ebae9
{
"name"
:
"@cloudbase/framework-core"
,
"version"
:
"1.1.
5
"
,
"version"
:
"1.1.
6
"
,
"description"
:
"CloudBase Framework 云开发 CloudBase 全栈应用开发框架,开箱即用,方便开发和部署多端+全栈的 Serverless 应用"
,
"author"
:
"Tencent CloudBase Team"
,
"homepage"
:
"https://github.com/TencentCloudBase/cloudbase-framework#readme"
,
...
...
This diff is collapsed.
Click to expand it.
packages/framework-plugin-container/package.json
+
2
-
2
View file @
382ebae9
{
"name"
:
"@cloudbase/framework-plugin-container"
,
"version"
:
"1.1.
5
"
,
"version"
:
"1.1.
6
"
,
"description"
:
"云开发 Tencent CloudBase Framework Container Plugin 插件,将项目下的后端应用一键部署云开发云应用环境,提供自动弹性伸缩的高性能容器服务。"
,
"author"
:
"Tencent CloudBase Team"
,
"homepage"
:
"https://github.com/TencentCloudBase/cloudbase-framework#readme"
,
...
...
@@ -30,7 +30,7 @@
"url"
:
"https://github.com/TencentCloudBase/cloudbase-framework/issues"
},
"dependencies"
:
{
"@cloudbase/framework-core"
:
"^1.1.
5
"
,
"@cloudbase/framework-core"
:
"^1.1.
6
"
,
"archiver"
:
"^4.0.1"
,
"fs-extra"
:
"^8.1.0"
},
...
...
This diff is collapsed.
Click to expand it.
packages/framework-plugin-dart/package.json
+
3
-
3
View file @
382ebae9
{
"name"
:
"@cloudbase/framework-plugin-dart"
,
"version"
:
"1.1.
5
"
,
"version"
:
"1.1.
6
"
,
"description"
:
"云开发 Tencent CloudBase Framework Dart Server Plugin 插件,将项目下的 Dart Server 一键部署云开发环境,提供自动弹性伸缩的高性能 Dart Server 服务"
,
"author"
:
"Tencent CloudBase Team"
,
"homepage"
:
"https://github.com/TencentCloudBase/cloudbase-framework#readme"
,
...
...
@@ -31,8 +31,8 @@
"url"
:
"https://github.com/TencentCloudBase/cloudbase-framework/issues"
},
"dependencies"
:
{
"@cloudbase/framework-core"
:
"^1.1.
5
"
,
"@cloudbase/framework-plugin-container"
:
"^1.1.
5
"
,
"@cloudbase/framework-core"
:
"^1.1.
6
"
,
"@cloudbase/framework-plugin-container"
:
"^1.1.
6
"
,
"@types/fs-extra"
:
"^8.1.0"
,
"fs-extra"
:
"^8.1.0"
},
...
...
This diff is collapsed.
Click to expand it.
packages/framework-plugin-database/package.json
+
2
-
2
View file @
382ebae9
{
"name"
:
"@cloudbase/framework-plugin-database"
,
"version"
:
"1.1.
5
"
,
"version"
:
"1.1.
6
"
,
"description"
:
"云开发 Tencent CloudBase Framework Database Plugin 插件,将项目下的后端应用一键部署云开发云应用环境,提供自动弹性伸缩的高性能服务。"
,
"author"
:
"Tencent CloudBase Team"
,
"homepage"
:
"https://github.com/TencentCloudBase/cloudbase-framework#readme"
,
...
...
@@ -30,7 +30,7 @@
"url"
:
"https://github.com/TencentCloudBase/cloudbase-framework/issues"
},
"dependencies"
:
{
"@cloudbase/framework-core"
:
"^1.1.
5
"
,
"@cloudbase/framework-core"
:
"^1.1.
6
"
,
"change-case"
:
"^4.1.1"
},
"devDependencies"
:
{
...
...
This diff is collapsed.
Click to expand it.
packages/framework-plugin-deno/package.json
+
3
-
3
View file @
382ebae9
{
"name"
:
"@cloudbase/framework-plugin-deno"
,
"version"
:
"1.1.
5
"
,
"version"
:
"1.1.
6
"
,
"description"
:
"云开发 Tencent CloudBase Framework Deno Server Plugin 插件,将项目下的 Deno 应用一键部署云开发环境,提供自动弹性伸缩的高性能 Deno 服务"
,
"author"
:
"Tencent CloudBase Team"
,
"homepage"
:
"https://github.com/TencentCloudBase/cloudbase-framework#readme"
,
...
...
@@ -31,8 +31,8 @@
"url"
:
"https://github.com/TencentCloudBase/cloudbase-framework/issues"
},
"dependencies"
:
{
"@cloudbase/framework-core"
:
"^1.1.
5
"
,
"@cloudbase/framework-plugin-container"
:
"^1.1.
5
"
,
"@cloudbase/framework-core"
:
"^1.1.
6
"
,
"@cloudbase/framework-plugin-container"
:
"^1.1.
6
"
,
"@types/fs-extra"
:
"^8.1.0"
,
"fs-extra"
:
"^8.1.0"
},
...
...
This diff is collapsed.
Click to expand it.
packages/framework-plugin-function/package.json
+
2
-
2
View file @
382ebae9
{
"name"
:
"@cloudbase/framework-plugin-function"
,
"version"
:
"1.1.
5
"
,
"version"
:
"1.1.
6
"
,
"description"
:
"云开发 Tencent CloudBase Framework Function Plugin 插件,将项目下的云函数一键部署云开发环境,提供自动弹性伸缩的高性能函数服务。"
,
"author"
:
"Tencent CloudBase Team"
,
"homepage"
:
"https://github.com/TencentCloudBase/cloudbase-framework#readme"
,
...
...
@@ -30,7 +30,7 @@
"url"
:
"https://github.com/TencentCloudBase/cloudbase-framework/issues"
},
"dependencies"
:
{
"@cloudbase/framework-core"
:
"^1.1.
5
"
,
"@cloudbase/framework-core"
:
"^1.1.
6
"
,
"@cloudbase/toolbox"
:
"^0.4.14"
,
"archiver"
:
"^4.0.2"
},
...
...
This diff is collapsed.
Click to expand it.
packages/framework-plugin-next/package.json
+
3
-
3
View file @
382ebae9
{
"name"
:
"@cloudbase/framework-plugin-next"
,
"version"
:
"1.1.
5
"
,
"version"
:
"1.1.
6
"
,
"description"
:
"云开发 Tencent CloudBase Framework Next SSR Plugin 插件,将项目下的 Next 应用一键部署云开发环境,提供自动弹性伸缩的高性能 Next 服务。"
,
"author"
:
"Tencent CloudBase Team"
,
"homepage"
:
"https://github.com/TencentCloudBase/cloudbase-framework#readme"
,
...
...
@@ -30,8 +30,8 @@
"url"
:
"https://github.com/TencentCloudBase/cloudbase-framework/issues"
},
"dependencies"
:
{
"@cloudbase/framework-core"
:
"^1.1.
5
"
,
"@cloudbase/framework-plugin-function"
:
"^1.1.
5
"
,
"@cloudbase/framework-core"
:
"^1.1.
6
"
,
"@cloudbase/framework-plugin-function"
:
"^1.1.
6
"
,
"@cloudbase/next-builder"
:
"^1.0.0"
},
"devDependencies"
:
{
...
...
This diff is collapsed.
Click to expand it.
packages/framework-plugin-node/package.json
+
5
-
5
View file @
382ebae9
{
"name"
:
"@cloudbase/framework-plugin-node"
,
"version"
:
"1.1.
5
"
,
"version"
:
"1.1.
6
"
,
"description"
:
"云开发 Tencent CloudBase Framework Node Plugin 插件,将项目下的Node应用一键部署云开发环境,提供自动弹性伸缩的高性能Node服务。"
,
"author"
:
"Tencent CloudBase Team"
,
"homepage"
:
"https://github.com/TencentCloudBase/cloudbase-framework#readme"
,
...
...
@@ -31,10 +31,10 @@
"url"
:
"https://github.com/TencentCloudBase/cloudbase-framework/issues"
},
"dependencies"
:
{
"@cloudbase/framework-core"
:
"^1.1.
5
"
,
"@cloudbase/framework-plugin-container"
:
"^1.1.
5
"
,
"@cloudbase/framework-plugin-function"
:
"^1.1.
5
"
,
"@cloudbase/node-builder"
:
"^1.1.
5
"
,
"@cloudbase/framework-core"
:
"^1.1.
6
"
,
"@cloudbase/framework-plugin-container"
:
"^1.1.
6
"
,
"@cloudbase/framework-plugin-function"
:
"^1.1.
6
"
,
"@cloudbase/node-builder"
:
"^1.1.
6
"
,
"fs-extra"
:
"^8.1.0"
},
"devDependencies"
:
{
...
...
This diff is collapsed.
Click to expand it.
packages/framework-plugin-nuxt/package.json
+
4
-
4
View file @
382ebae9
{
"name"
:
"@cloudbase/framework-plugin-nuxt"
,
"version"
:
"1.1.
5
"
,
"version"
:
"1.1.
6
"
,
"description"
:
"云开发 Tencent CloudBase Framework Nuxt SSR Plugin 插件,将项目下的 Nuxt 应用一键部署云开发环境,提供自动弹性伸缩的高性能 Nuxt 服务。"
,
"author"
:
"Tencent CloudBase Team"
,
"homepage"
:
"https://github.com/TencentCloudBase/cloudbase-framework#readme"
,
...
...
@@ -30,9 +30,9 @@
"url"
:
"https://github.com/TencentCloudBase/cloudbase-framework/issues"
},
"dependencies"
:
{
"@cloudbase/framework-core"
:
"^1.1.
5
"
,
"@cloudbase/framework-plugin-function"
:
"^1.1.
5
"
,
"@cloudbase/nuxt-builder"
:
"^1.1.
5
"
"@cloudbase/framework-core"
:
"^1.1.
6
"
,
"@cloudbase/framework-plugin-function"
:
"^1.1.
6
"
,
"@cloudbase/nuxt-builder"
:
"^1.1.
6
"
},
"devDependencies"
:
{
"jest"
:
"^26.0.1"
,
...
...
This diff is collapsed.
Click to expand it.
packages/framework-plugin-website/package.json
+
4
-
4
View file @
382ebae9
{
"name"
:
"@cloudbase/framework-plugin-website"
,
"version"
:
"1.1.
5
"
,
"version"
:
"1.1.
6
"
,
"description"
:
"云开发 Tencent CloudBase Framework Website Plugin 插件"
,
"author"
:
"Tencent CloudBase Team"
,
"homepage"
:
"https://github.com/TencentCloudBase/cloudbase-framework#readme"
,
...
...
@@ -29,9 +29,9 @@
"url"
:
"https://github.com/TencentCloudBase/cloudbase-framework/issues"
},
"dependencies"
:
{
"@cloudbase/framework-core"
:
"^1.1.
5
"
,
"@cloudbase/static-builder"
:
"^1.1.
5
"
,
"@cloudbase/static-deployer"
:
"^1.1.
5
"
"@cloudbase/framework-core"
:
"^1.1.
6
"
,
"@cloudbase/static-builder"
:
"^1.1.
6
"
,
"@cloudbase/static-deployer"
:
"^1.1.
6
"
},
"devDependencies"
:
{
"typescript"
:
"^3.9.2"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help