Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Cloudbase Framework
Commits
6ef17d71
Commit
6ef17d71
authored
5 years ago
by
Booker Zhao
Browse files
Options
Download
Email Patches
Plain Diff
v0.2.26-alpha.0
parent
b41839b2
Changes
25
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
lerna.json
+1
-1
lerna.json
packages/cloudbase-node-builder/package-lock.json
+1
-1
packages/cloudbase-node-builder/package-lock.json
packages/cloudbase-node-builder/package.json
+2
-2
packages/cloudbase-node-builder/package.json
packages/cloudbase-nuxt-builder/package-lock.json
+1
-1
packages/cloudbase-nuxt-builder/package-lock.json
packages/cloudbase-nuxt-builder/package.json
+2
-2
packages/cloudbase-nuxt-builder/package.json
packages/cloudbase-static-builder/package-lock.json
+1
-1
packages/cloudbase-static-builder/package-lock.json
packages/cloudbase-static-builder/package.json
+2
-2
packages/cloudbase-static-builder/package.json
packages/cloudbase-static-deployer/package-lock.json
+1
-1
packages/cloudbase-static-deployer/package-lock.json
packages/cloudbase-static-deployer/package.json
+2
-2
packages/cloudbase-static-deployer/package.json
packages/framework-core/package-lock.json
+1
-1
packages/framework-core/package-lock.json
packages/framework-core/package.json
+1
-1
packages/framework-core/package.json
packages/framework-plugin-container/package-lock.json
+1
-1
packages/framework-plugin-container/package-lock.json
packages/framework-plugin-container/package.json
+2
-2
packages/framework-plugin-container/package.json
packages/framework-plugin-dart/package-lock.json
+1
-1
packages/framework-plugin-dart/package-lock.json
packages/framework-plugin-dart/package.json
+3
-3
packages/framework-plugin-dart/package.json
packages/framework-plugin-database/package-lock.json
+1
-1
packages/framework-plugin-database/package-lock.json
packages/framework-plugin-database/package.json
+2
-2
packages/framework-plugin-database/package.json
packages/framework-plugin-function/package-lock.json
+1
-1
packages/framework-plugin-function/package-lock.json
packages/framework-plugin-function/package.json
+2
-2
packages/framework-plugin-function/package.json
packages/framework-plugin-node/package-lock.json
+1
-1
packages/framework-plugin-node/package-lock.json
with
29 additions
and
29 deletions
+29
-29
lerna.json
+
1
-
1
View file @
6ef17d71
...
...
@@ -2,7 +2,7 @@
"packages"
:
[
"packages/*"
],
"version"
:
"0.2.2
5
-alpha.0"
,
"version"
:
"0.2.2
6
-alpha.0"
,
"publishConfig"
:
{
"access"
:
"public"
}
...
...
This diff is collapsed.
Click to expand it.
packages/cloudbase-node-builder/package-lock.json
+
1
-
1
View file @
6ef17d71
{
"name"
:
"@cloudbase/node-builder"
,
"version"
:
"0.2.2
5
-alpha.0"
,
"version"
:
"0.2.2
6
-alpha.0"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"dependencies"
:
{
...
...
This diff is collapsed.
Click to expand it.
packages/cloudbase-node-builder/package.json
+
2
-
2
View file @
6ef17d71
{
"name"
:
"@cloudbase/node-builder"
,
"version"
:
"0.2.2
5
-alpha.0"
,
"version"
:
"0.2.2
6
-alpha.0"
,
"description"
:
"云开发 CloudBase Node 应用构建工具"
,
"main"
:
"lib/index.js"
,
"scripts"
:
{
...
...
@@ -15,7 +15,7 @@
"access"
:
"public"
},
"dependencies"
:
{
"@cloudbase/framework-core"
:
"^0.2.2
5
-alpha.0"
,
"@cloudbase/framework-core"
:
"^0.2.2
6
-alpha.0"
,
"@zeit/node-file-trace"
:
"^0.5.1"
,
"archiver"
:
"^4.0.1"
,
"express"
:
"^4.17.1"
,
...
...
This diff is collapsed.
Click to expand it.
packages/cloudbase-nuxt-builder/package-lock.json
+
1
-
1
View file @
6ef17d71
{
"name"
:
"@cloudbase/nuxt-builder"
,
"version"
:
"0.2.2
5
-alpha.0"
,
"version"
:
"0.2.2
6
-alpha.0"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"dependencies"
:
{
...
...
This diff is collapsed.
Click to expand it.
packages/cloudbase-nuxt-builder/package.json
+
2
-
2
View file @
6ef17d71
{
"name"
:
"@cloudbase/nuxt-builder"
,
"version"
:
"0.2.2
5
-alpha.0"
,
"version"
:
"0.2.2
6
-alpha.0"
,
"description"
:
"云开发 CloudBase Nuxt 构建工具"
,
"main"
:
"lib/index.js"
,
"scripts"
:
{
...
...
@@ -15,7 +15,7 @@
"access"
:
"public"
},
"dependencies"
:
{
"@cloudbase/framework-core"
:
"^0.2.2
5
-alpha.0"
,
"@cloudbase/framework-core"
:
"^0.2.2
6
-alpha.0"
,
"@types/fs-extra"
:
"^9.0.1"
,
"archiver"
:
"^4.0.1"
,
"fs-extra"
:
"^9.0.0"
...
...
This diff is collapsed.
Click to expand it.
packages/cloudbase-static-builder/package-lock.json
+
1
-
1
View file @
6ef17d71
{
"name"
:
"@cloudbase/static-builder"
,
"version"
:
"0.2.2
5
-alpha.0"
,
"version"
:
"0.2.2
6
-alpha.0"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"dependencies"
:
{
...
...
This diff is collapsed.
Click to expand it.
packages/cloudbase-static-builder/package.json
+
2
-
2
View file @
6ef17d71
{
"name"
:
"@cloudbase/static-builder"
,
"version"
:
"0.2.2
5
-alpha.0"
,
"version"
:
"0.2.2
6
-alpha.0"
,
"description"
:
"云开发 CloudBase Static Builder,静态文件构建工具"
,
"main"
:
"lib/index.js"
,
"scripts"
:
{
...
...
@@ -15,7 +15,7 @@
"access"
:
"public"
},
"dependencies"
:
{
"@cloudbase/framework-core"
:
"^0.2.2
5
-alpha.0"
,
"@cloudbase/framework-core"
:
"^0.2.2
6
-alpha.0"
,
"anymatch"
:
"^3.1.1"
,
"cpy"
:
"^8.1.0"
,
"fs-extra"
:
"^9.0.0"
...
...
This diff is collapsed.
Click to expand it.
packages/cloudbase-static-deployer/package-lock.json
+
1
-
1
View file @
6ef17d71
{
"name"
:
"@cloudbase/static-deployer"
,
"version"
:
"0.2.2
5
-alpha.0"
,
"version"
:
"0.2.2
6
-alpha.0"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"dependencies"
:
{
...
...
This diff is collapsed.
Click to expand it.
packages/cloudbase-static-deployer/package.json
+
2
-
2
View file @
6ef17d71
{
"name"
:
"@cloudbase/static-deployer"
,
"version"
:
"0.2.2
5
-alpha.0"
,
"version"
:
"0.2.2
6
-alpha.0"
,
"description"
:
"云开发 CloudBase 静态网站部署工具"
,
"author"
:
"Weijia Wang <starkwang@126.com>"
,
"homepage"
:
""
,
...
...
@@ -30,7 +30,7 @@
"typescript"
:
"^3.8.3"
},
"dependencies"
:
{
"@cloudbase/framework-core"
:
"^0.2.2
5
-alpha.0"
"@cloudbase/framework-core"
:
"^0.2.2
6
-alpha.0"
},
"gitHead"
:
"cb3332a918c2841545872edcb933cad0e6cb7789"
}
This diff is collapsed.
Click to expand it.
packages/framework-core/package-lock.json
+
1
-
1
View file @
6ef17d71
{
"name"
:
"@cloudbase/framework-core"
,
"version"
:
"0.2.2
5
-alpha.0"
,
"version"
:
"0.2.2
6
-alpha.0"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"dependencies"
:
{
...
...
This diff is collapsed.
Click to expand it.
packages/framework-core/package.json
+
1
-
1
View file @
6ef17d71
{
"name"
:
"@cloudbase/framework-core"
,
"version"
:
"0.2.2
5
-alpha.0"
,
"version"
:
"0.2.2
6
-alpha.0"
,
"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-lock.json
+
1
-
1
View file @
6ef17d71
{
"name"
:
"@cloudbase/framework-plugin-container"
,
"version"
:
"0.2.2
5
-alpha.0"
,
"version"
:
"0.2.2
6
-alpha.0"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"dependencies"
:
{
...
...
This diff is collapsed.
Click to expand it.
packages/framework-plugin-container/package.json
+
2
-
2
View file @
6ef17d71
{
"name"
:
"@cloudbase/framework-plugin-container"
,
"version"
:
"0.2.2
5
-alpha.0"
,
"version"
:
"0.2.2
6
-alpha.0"
,
"description"
:
"云开发 Tencent CloudBase Framework Container Plugin 插件,将项目下的后端应用一键部署云开发云应用环境,提供自动弹性伸缩的高性能容器服务。"
,
"author"
:
"Tencent CloudBase Team"
,
"homepage"
:
"https://github.com/TencentCloudBase/cloudbase-framework#readme"
,
...
...
@@ -31,7 +31,7 @@
},
"dependencies"
:
{
"@cloudbase/cloud-api"
:
"^0.1.4"
,
"@cloudbase/framework-core"
:
"^0.2.2
5
-alpha.0"
,
"@cloudbase/framework-core"
:
"^0.2.2
6
-alpha.0"
,
"@types/archiver"
:
"^3.1.0"
,
"@types/fs-extra"
:
"^9.0.1"
,
"@types/node-fetch"
:
"^2.5.7"
,
...
...
This diff is collapsed.
Click to expand it.
packages/framework-plugin-dart/package-lock.json
+
1
-
1
View file @
6ef17d71
{
"name"
:
"@cloudbase/framework-plugin-dart"
,
"version"
:
"0.2.2
5
-alpha.0"
,
"version"
:
"0.2.2
6
-alpha.0"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"dependencies"
:
{
...
...
This diff is collapsed.
Click to expand it.
packages/framework-plugin-dart/package.json
+
3
-
3
View file @
6ef17d71
{
"name"
:
"@cloudbase/framework-plugin-dart"
,
"version"
:
"0.2.2
5
-alpha.0"
,
"version"
:
"0.2.2
6
-alpha.0"
,
"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"
:
"^0.2.2
5
-alpha.0"
,
"@cloudbase/framework-plugin-container"
:
"^0.2.2
5
-alpha.0"
,
"@cloudbase/framework-core"
:
"^0.2.2
6
-alpha.0"
,
"@cloudbase/framework-plugin-container"
:
"^0.2.2
6
-alpha.0"
,
"@types/fs-extra"
:
"^9.0.1"
,
"fs-extra"
:
"^9.0.1"
},
...
...
This diff is collapsed.
Click to expand it.
packages/framework-plugin-database/package-lock.json
+
1
-
1
View file @
6ef17d71
{
"name"
:
"@cloudbase/framework-plugin-database"
,
"version"
:
"0.2.2
5
-alpha.0"
,
"version"
:
"0.2.2
6
-alpha.0"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"dependencies"
:
{
...
...
This diff is collapsed.
Click to expand it.
packages/framework-plugin-database/package.json
+
2
-
2
View file @
6ef17d71
{
"name"
:
"@cloudbase/framework-plugin-database"
,
"version"
:
"0.2.2
5
-alpha.0"
,
"version"
:
"0.2.2
6
-alpha.0"
,
"description"
:
"云开发 Tencent CloudBase Framework Database Plugin 插件,将项目下的后端应用一键部署云开发云应用环境,提供自动弹性伸缩的高性能服务。"
,
"author"
:
"Tencent CloudBase Team"
,
"homepage"
:
"https://github.com/TencentCloudBase/cloudbase-framework#readme"
,
...
...
@@ -31,7 +31,7 @@
},
"dependencies"
:
{
"@cloudbase/cloud-api"
:
"^0.1.4"
,
"@cloudbase/framework-core"
:
"^0.2.2
5
-alpha.0"
,
"@cloudbase/framework-core"
:
"^0.2.2
6
-alpha.0"
,
"@types/archiver"
:
"^3.1.0"
,
"@types/fs-extra"
:
"^9.0.1"
,
"@types/node-fetch"
:
"^2.5.7"
,
...
...
This diff is collapsed.
Click to expand it.
packages/framework-plugin-function/package-lock.json
+
1
-
1
View file @
6ef17d71
{
"name"
:
"@cloudbase/framework-plugin-function"
,
"version"
:
"0.2.2
5
-alpha.0"
,
"version"
:
"0.2.2
6
-alpha.0"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"dependencies"
:
{
...
...
This diff is collapsed.
Click to expand it.
packages/framework-plugin-function/package.json
+
2
-
2
View file @
6ef17d71
{
"name"
:
"@cloudbase/framework-plugin-function"
,
"version"
:
"0.2.2
5
-alpha.0"
,
"version"
:
"0.2.2
6
-alpha.0"
,
"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"
:
"^0.2.2
5
-alpha.0"
"@cloudbase/framework-core"
:
"^0.2.2
6
-alpha.0"
},
"devDependencies"
:
{
"jest"
:
"^26.0.1"
,
...
...
This diff is collapsed.
Click to expand it.
packages/framework-plugin-node/package-lock.json
+
1
-
1
View file @
6ef17d71
{
"name"
:
"@cloudbase/framework-plugin-node"
,
"version"
:
"0.2.2
5
-alpha.0"
,
"version"
:
"0.2.2
6
-alpha.0"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"dependencies"
:
{
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
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