Skip to content

Commit

Permalink
v1.9.13
Browse files Browse the repository at this point in the history
  • Loading branch information
nlrxwang committed Feb 2, 2024
1 parent 485ceb1 commit b4ed00d
Show file tree
Hide file tree
Showing 18 changed files with 70 additions and 70 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.9.12",
"version": "1.9.13",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/cloudbase-next-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudbase/next-builder",
"version": "1.9.12",
"version": "1.9.13",
"description": "云开发 CloudBase Next 构建工具",
"main": "lib/index.js",
"scripts": {
Expand All @@ -15,7 +15,7 @@
"access": "public"
},
"dependencies": {
"@cloudbase/framework-core": "^1.9.12",
"@cloudbase/framework-core": "^1.9.13",
"@types/fs-extra": "^8.1.0",
"archiver": "^5.3.0",
"fs-extra": "^8.1.0"
Expand All @@ -25,5 +25,5 @@
"@types/node": "^13.13.5",
"typescript": "^4.0.5"
},
"gitHead": "049f20cd93e03f23770b94a91602f21a637b4a66"
"gitHead": "485ceb1d3020e5684eece085d446585fe24164d5"
}
6 changes: 3 additions & 3 deletions packages/cloudbase-node-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudbase/node-builder",
"version": "1.9.12",
"version": "1.9.13",
"description": "云开发 CloudBase Node 应用构建工具",
"main": "lib/index.js",
"scripts": {
Expand All @@ -15,7 +15,7 @@
"access": "public"
},
"dependencies": {
"@cloudbase/framework-core": "^1.9.12",
"@cloudbase/framework-core": "^1.9.13",
"archiver": "^5.3.0",
"express": "^4.17.1",
"fs-extra": "^8.1.0",
Expand All @@ -28,5 +28,5 @@
"@types/node": "^13.13.5",
"typescript": "^4.0.5"
},
"gitHead": "049f20cd93e03f23770b94a91602f21a637b4a66"
"gitHead": "485ceb1d3020e5684eece085d446585fe24164d5"
}
6 changes: 3 additions & 3 deletions packages/cloudbase-nuxt-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudbase/nuxt-builder",
"version": "1.9.12",
"version": "1.9.13",
"description": "云开发 CloudBase Nuxt 构建工具",
"main": "lib/index.js",
"scripts": {
Expand All @@ -17,7 +17,7 @@
"dependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@cloudbase/framework-core": "^1.9.12",
"@cloudbase/framework-core": "^1.9.13",
"@types/babel-core": "^6.25.7",
"@types/fs-extra": "^8.1.0",
"archiver": "^5.3.0",
Expand All @@ -29,5 +29,5 @@
"@types/node": "^13.13.5",
"typescript": "^4.0.5"
},
"gitHead": "049f20cd93e03f23770b94a91602f21a637b4a66"
"gitHead": "485ceb1d3020e5684eece085d446585fe24164d5"
}
6 changes: 3 additions & 3 deletions packages/cloudbase-static-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudbase/static-builder",
"version": "1.9.12",
"version": "1.9.13",
"description": "云开发 CloudBase Static Builder,静态文件构建工具",
"main": "lib/index.js",
"scripts": {
Expand All @@ -15,7 +15,7 @@
"access": "public"
},
"dependencies": {
"@cloudbase/framework-core": "^1.9.12",
"@cloudbase/framework-core": "^1.9.13",
"@cloudbase/toolbox": "^0.6.0",
"@types/node-fetch": "^2.5.7",
"cpy": "^8.1.0"
Expand All @@ -24,5 +24,5 @@
"@types/node": "^13.13.5",
"typescript": "^4.0.5"
},
"gitHead": "049f20cd93e03f23770b94a91602f21a637b4a66"
"gitHead": "485ceb1d3020e5684eece085d446585fe24164d5"
}
6 changes: 3 additions & 3 deletions packages/cloudbase-static-deployer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudbase/static-deployer",
"version": "1.9.12",
"version": "1.9.13",
"description": "云开发 CloudBase 静态网站部署工具",
"author": "Weijia Wang <starkwang@126.com>",
"homepage": "",
Expand All @@ -25,11 +25,11 @@
"build": "tsc"
},
"dependencies": {
"@cloudbase/framework-core": "^1.9.12"
"@cloudbase/framework-core": "^1.9.13"
},
"devDependencies": {
"@types/node": "^13.13.5",
"typescript": "^4.0.5"
},
"gitHead": "049f20cd93e03f23770b94a91602f21a637b4a66"
"gitHead": "485ceb1d3020e5684eece085d446585fe24164d5"
}
24 changes: 12 additions & 12 deletions packages/cloudbaserc-json-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudbase/cloudbaserc-json-schema",
"version": "1.9.12",
"version": "1.9.13",
"description": "cloudbaserc 配置文件的 JSON Schema 定义",
"keywords": [
"cloudbase",
Expand Down Expand Up @@ -33,20 +33,20 @@
"url": "https://github.com/Tencent/cloudbase-framework/issues"
},
"dependencies": {
"@cloudbase/framework-plugin-auth": "^1.9.12",
"@cloudbase/framework-plugin-container": "^1.9.12",
"@cloudbase/framework-plugin-dart": "^1.9.12",
"@cloudbase/framework-plugin-database": "^1.9.12",
"@cloudbase/framework-plugin-auth": "^1.9.13",
"@cloudbase/framework-plugin-container": "^1.9.13",
"@cloudbase/framework-plugin-dart": "^1.9.13",
"@cloudbase/framework-plugin-database": "^1.9.13",
"@cloudbase/framework-plugin-deno": "^1.9.6",
"@cloudbase/framework-plugin-function": "^1.9.12",
"@cloudbase/framework-plugin-mp": "^1.9.12",
"@cloudbase/framework-plugin-next": "^1.9.12",
"@cloudbase/framework-plugin-node": "^1.9.12",
"@cloudbase/framework-plugin-nuxt": "^1.9.12",
"@cloudbase/framework-plugin-website": "^1.9.12",
"@cloudbase/framework-plugin-function": "^1.9.13",
"@cloudbase/framework-plugin-mp": "^1.9.13",
"@cloudbase/framework-plugin-next": "^1.9.13",
"@cloudbase/framework-plugin-node": "^1.9.13",
"@cloudbase/framework-plugin-nuxt": "^1.9.13",
"@cloudbase/framework-plugin-website": "^1.9.13",
"typescript-json-schema": "^0.42.0"
},
"gitHead": "049f20cd93e03f23770b94a91602f21a637b4a66",
"gitHead": "485ceb1d3020e5684eece085d446585fe24164d5",
"devDependencies": {
"cli-watch": "^1.0.7"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/framework-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudbase/framework-core",
"version": "1.9.12",
"version": "1.9.13",
"description": "CloudBase Framework 云开发 CloudBase 全栈应用开发框架,开箱即用,方便开发和部署多端+全栈的 serverless 应用",
"author": "Tencent CloudBase Team",
"homepage": "https://github.com/Tencent/cloudbase-framework#readme",
Expand Down Expand Up @@ -64,5 +64,5 @@
"terminal-link": "^2.1.1",
"winston": "^3.2.1"
},
"gitHead": "049f20cd93e03f23770b94a91602f21a637b4a66"
"gitHead": "485ceb1d3020e5684eece085d446585fe24164d5"
}
6 changes: 3 additions & 3 deletions packages/framework-plugin-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudbase/framework-plugin-auth",
"version": "1.9.12",
"version": "1.9.13",
"description": "云开发 Tencent CloudBase Framework Auth Plugin 插件,可以一键设置项目下的登录配置。",
"author": "Tencent CloudBase Team",
"homepage": "https://github.com/Tencent/cloudbase-framework#readme",
Expand Down Expand Up @@ -30,11 +30,11 @@
"url": "https://github.com/Tencent/cloudbase-framework/issues"
},
"dependencies": {
"@cloudbase/framework-core": "^1.9.12"
"@cloudbase/framework-core": "^1.9.13"
},
"devDependencies": {
"jest": "^26.0.1",
"typescript": "^4.0.5"
},
"gitHead": "049f20cd93e03f23770b94a91602f21a637b4a66"
"gitHead": "485ceb1d3020e5684eece085d446585fe24164d5"
}
6 changes: 3 additions & 3 deletions packages/framework-plugin-container/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudbase/framework-plugin-container",
"version": "1.9.12",
"version": "1.9.13",
"description": "云开发 Tencent CloudBase Framework Container Plugin 插件,将项目下的后端应用一键部署云开发云托管环境,提供自动弹性伸缩的高性能容器服务。",
"author": "Tencent CloudBase Team",
"homepage": "https://github.com/Tencent/cloudbase-framework#readme",
Expand Down Expand Up @@ -30,7 +30,7 @@
"url": "https://github.com/Tencent/cloudbase-framework/issues"
},
"dependencies": {
"@cloudbase/framework-core": "^1.9.12",
"@cloudbase/framework-core": "^1.9.13",
"@cloudbase/toolbox": "^0.6.0",
"archiver": "^4.0.1",
"fs-extra": "^8.1.0"
Expand All @@ -42,5 +42,5 @@
"jest": "^26.0.1",
"typescript": "^4.0.5"
},
"gitHead": "049f20cd93e03f23770b94a91602f21a637b4a66"
"gitHead": "485ceb1d3020e5684eece085d446585fe24164d5"
}
8 changes: 4 additions & 4 deletions packages/framework-plugin-dart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudbase/framework-plugin-dart",
"version": "1.9.12",
"version": "1.9.13",
"description": "云开发 Tencent CloudBase Framework Dart Server Plugin 插件,将项目下的 Dart Server 一键部署云开发环境,提供自动弹性伸缩的高性能 Dart Server 服务",
"author": "Tencent CloudBase Team",
"homepage": "https://github.com/Tencent/cloudbase-framework#readme",
Expand Down Expand Up @@ -31,14 +31,14 @@
"url": "https://github.com/Tencent/cloudbase-framework/issues"
},
"dependencies": {
"@cloudbase/framework-core": "^1.9.12",
"@cloudbase/framework-plugin-container": "^1.9.12",
"@cloudbase/framework-core": "^1.9.13",
"@cloudbase/framework-plugin-container": "^1.9.13",
"@types/fs-extra": "^8.1.0",
"fs-extra": "^8.1.0"
},
"devDependencies": {
"jest": "^26.0.1",
"typescript": "^4.0.5"
},
"gitHead": "049f20cd93e03f23770b94a91602f21a637b4a66"
"gitHead": "485ceb1d3020e5684eece085d446585fe24164d5"
}
6 changes: 3 additions & 3 deletions packages/framework-plugin-database/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudbase/framework-plugin-database",
"version": "1.9.12",
"version": "1.9.13",
"description": "云开发 Tencent CloudBase Framework Database Plugin 插件,将项目下的后端应用一键部署云开发云托管应用环境,提供自动弹性伸缩的高性能服务。",
"author": "Tencent CloudBase Team",
"homepage": "https://github.com/Tencent/cloudbase-framework#readme",
Expand Down Expand Up @@ -30,12 +30,12 @@
"url": "https://github.com/Tencent/cloudbase-framework/issues"
},
"dependencies": {
"@cloudbase/framework-core": "^1.9.12",
"@cloudbase/framework-core": "^1.9.13",
"change-case": "^4.1.1"
},
"devDependencies": {
"jest": "^26.0.1",
"typescript": "^4.0.5"
},
"gitHead": "049f20cd93e03f23770b94a91602f21a637b4a66"
"gitHead": "485ceb1d3020e5684eece085d446585fe24164d5"
}
6 changes: 3 additions & 3 deletions packages/framework-plugin-function/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudbase/framework-plugin-function",
"version": "1.9.12",
"version": "1.9.13",
"description": "云开发 Tencent CloudBase Framework Function Plugin 插件,将项目下的云函数一键部署云开发环境,提供自动弹性伸缩的高性能函数服务。",
"author": "Tencent CloudBase Team",
"homepage": "https://github.com/Tencent/cloudbase-framework#readme",
Expand Down Expand Up @@ -30,7 +30,7 @@
"url": "https://github.com/Tencent/cloudbase-framework/issues"
},
"dependencies": {
"@cloudbase/framework-core": "^1.9.12",
"@cloudbase/framework-core": "^1.9.13",
"@cloudbase/toolbox": "^0.6.0",
"@types/lodash.merge": "^4.6.6",
"@types/node-fetch": "^2.5.7",
Expand All @@ -42,5 +42,5 @@
"jest": "^26.0.1",
"typescript": "^4.0.5"
},
"gitHead": "049f20cd93e03f23770b94a91602f21a637b4a66"
"gitHead": "485ceb1d3020e5684eece085d446585fe24164d5"
}
6 changes: 3 additions & 3 deletions packages/framework-plugin-mp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudbase/framework-plugin-mp",
"version": "1.9.12",
"version": "1.9.13",
"description": "云开发 Tencent CloudBase Framework MiniProgram Plugin 插件,可以一键部署项目下的微信小程序应用。",
"author": "Tencent CloudBase Team",
"homepage": "https://github.com/Tencent/cloudbase-framework#readme",
Expand Down Expand Up @@ -30,12 +30,12 @@
"url": "https://github.com/Tencent/cloudbase-framework/issues"
},
"dependencies": {
"@cloudbase/framework-core": "^1.9.12",
"@cloudbase/framework-core": "^1.9.13",
"miniprogram-ci": "1.0.76"
},
"devDependencies": {
"jest": "^26.0.1",
"typescript": "^4.0.5"
},
"gitHead": "049f20cd93e03f23770b94a91602f21a637b4a66"
"gitHead": "485ceb1d3020e5684eece085d446585fe24164d5"
}
10 changes: 5 additions & 5 deletions packages/framework-plugin-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudbase/framework-plugin-next",
"version": "1.9.12",
"version": "1.9.13",
"description": "云开发 Tencent CloudBase Framework Next SSR Plugin 插件,将项目下的 Next 应用一键部署云开发环境,提供自动弹性伸缩的高性能 Next 服务。",
"author": "Tencent CloudBase Team",
"homepage": "https://github.com/Tencent/cloudbase-framework#readme",
Expand Down Expand Up @@ -30,15 +30,15 @@
"url": "https://github.com/Tencent/cloudbase-framework/issues"
},
"dependencies": {
"@cloudbase/framework-core": "^1.9.12",
"@cloudbase/framework-plugin-function": "^1.9.12",
"@cloudbase/next-builder": "^1.9.12",
"@cloudbase/framework-core": "^1.9.13",
"@cloudbase/framework-plugin-function": "^1.9.13",
"@cloudbase/next-builder": "^1.9.13",
"@types/fs-extra": "^9.0.5",
"fs-extra": "^8.1.0"
},
"devDependencies": {
"jest": "^26.0.1",
"typescript": "^4.0.5"
},
"gitHead": "049f20cd93e03f23770b94a91602f21a637b4a66"
"gitHead": "485ceb1d3020e5684eece085d446585fe24164d5"
}
12 changes: 6 additions & 6 deletions packages/framework-plugin-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudbase/framework-plugin-node",
"version": "1.9.12",
"version": "1.9.13",
"description": "云开发 Tencent CloudBase Framework Node Plugin 插件,将项目下的Node应用一键部署云开发环境,提供自动弹性伸缩的高性能Node服务。",
"author": "Tencent CloudBase Team",
"homepage": "https://github.com/Tencent/cloudbase-framework#readme",
Expand Down Expand Up @@ -31,16 +31,16 @@
"url": "https://github.com/Tencent/cloudbase-framework/issues"
},
"dependencies": {
"@cloudbase/framework-core": "^1.9.12",
"@cloudbase/framework-plugin-container": "^1.9.12",
"@cloudbase/framework-plugin-function": "^1.9.12",
"@cloudbase/node-builder": "^1.9.12",
"@cloudbase/framework-core": "^1.9.13",
"@cloudbase/framework-plugin-container": "^1.9.13",
"@cloudbase/framework-plugin-function": "^1.9.13",
"@cloudbase/node-builder": "^1.9.13",
"fs-extra": "^8.1.0"
},
"devDependencies": {
"@types/fs-extra": "^8.1.0",
"jest": "^26.0.1",
"typescript": "^4.0.5"
},
"gitHead": "049f20cd93e03f23770b94a91602f21a637b4a66"
"gitHead": "485ceb1d3020e5684eece085d446585fe24164d5"
}
Loading

0 comments on commit b4ed00d

Please sign in to comment.