From 485ceb1d3020e5684eece085d446585fe24164d5 Mon Sep 17 00:00:00 2001 From: nlrxwang Date: Fri, 2 Feb 2024 19:55:45 +0800 Subject: [PATCH] v1.9.12 --- lerna.json | 2 +- packages/cloudbase-next-builder/package.json | 4 ++-- packages/cloudbase-node-builder/package.json | 4 ++-- packages/cloudbase-nuxt-builder/package.json | 4 ++-- .../cloudbase-static-builder/package.json | 4 ++-- .../cloudbase-static-deployer/package.json | 4 ++-- packages/cloudbaserc-json-schema/package.json | 22 +++++++++---------- packages/framework-core/package.json | 2 +- packages/framework-plugin-auth/package.json | 4 ++-- .../framework-plugin-container/package.json | 4 ++-- packages/framework-plugin-dart/package.json | 6 ++--- .../framework-plugin-database/package.json | 4 ++-- .../framework-plugin-function/package.json | 4 ++-- packages/framework-plugin-mp/package.json | 4 ++-- packages/framework-plugin-next/package.json | 8 +++---- packages/framework-plugin-node/package.json | 10 ++++----- packages/framework-plugin-nuxt/package.json | 8 +++---- .../framework-plugin-website/package.json | 8 +++---- 18 files changed, 53 insertions(+), 53 deletions(-) diff --git a/lerna.json b/lerna.json index cae10f03..befe3988 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "1.9.11", + "version": "1.9.12", "publishConfig": { "access": "public" }, diff --git a/packages/cloudbase-next-builder/package.json b/packages/cloudbase-next-builder/package.json index 531f84ba..1d0bb29a 100644 --- a/packages/cloudbase-next-builder/package.json +++ b/packages/cloudbase-next-builder/package.json @@ -1,6 +1,6 @@ { "name": "@cloudbase/next-builder", - "version": "1.9.11", + "version": "1.9.12", "description": "云开发 CloudBase Next 构建工具", "main": "lib/index.js", "scripts": { @@ -15,7 +15,7 @@ "access": "public" }, "dependencies": { - "@cloudbase/framework-core": "^1.9.11", + "@cloudbase/framework-core": "^1.9.12", "@types/fs-extra": "^8.1.0", "archiver": "^5.3.0", "fs-extra": "^8.1.0" diff --git a/packages/cloudbase-node-builder/package.json b/packages/cloudbase-node-builder/package.json index 14506add..75acc877 100644 --- a/packages/cloudbase-node-builder/package.json +++ b/packages/cloudbase-node-builder/package.json @@ -1,6 +1,6 @@ { "name": "@cloudbase/node-builder", - "version": "1.9.11", + "version": "1.9.12", "description": "云开发 CloudBase Node 应用构建工具", "main": "lib/index.js", "scripts": { @@ -15,7 +15,7 @@ "access": "public" }, "dependencies": { - "@cloudbase/framework-core": "^1.9.11", + "@cloudbase/framework-core": "^1.9.12", "archiver": "^5.3.0", "express": "^4.17.1", "fs-extra": "^8.1.0", diff --git a/packages/cloudbase-nuxt-builder/package.json b/packages/cloudbase-nuxt-builder/package.json index ae41b709..6faeedf5 100644 --- a/packages/cloudbase-nuxt-builder/package.json +++ b/packages/cloudbase-nuxt-builder/package.json @@ -1,6 +1,6 @@ { "name": "@cloudbase/nuxt-builder", - "version": "1.9.11", + "version": "1.9.12", "description": "云开发 CloudBase Nuxt 构建工具", "main": "lib/index.js", "scripts": { @@ -17,7 +17,7 @@ "dependencies": { "@babel/core": "^7.15.0", "@babel/preset-env": "^7.15.0", - "@cloudbase/framework-core": "^1.9.11", + "@cloudbase/framework-core": "^1.9.12", "@types/babel-core": "^6.25.7", "@types/fs-extra": "^8.1.0", "archiver": "^5.3.0", diff --git a/packages/cloudbase-static-builder/package.json b/packages/cloudbase-static-builder/package.json index 6c153a2a..3eabccac 100644 --- a/packages/cloudbase-static-builder/package.json +++ b/packages/cloudbase-static-builder/package.json @@ -1,6 +1,6 @@ { "name": "@cloudbase/static-builder", - "version": "1.9.11", + "version": "1.9.12", "description": "云开发 CloudBase Static Builder,静态文件构建工具", "main": "lib/index.js", "scripts": { @@ -15,7 +15,7 @@ "access": "public" }, "dependencies": { - "@cloudbase/framework-core": "^1.9.11", + "@cloudbase/framework-core": "^1.9.12", "@cloudbase/toolbox": "^0.6.0", "@types/node-fetch": "^2.5.7", "cpy": "^8.1.0" diff --git a/packages/cloudbase-static-deployer/package.json b/packages/cloudbase-static-deployer/package.json index 15455753..e7a64b1a 100644 --- a/packages/cloudbase-static-deployer/package.json +++ b/packages/cloudbase-static-deployer/package.json @@ -1,6 +1,6 @@ { "name": "@cloudbase/static-deployer", - "version": "1.9.11", + "version": "1.9.12", "description": "云开发 CloudBase 静态网站部署工具", "author": "Weijia Wang ", "homepage": "", @@ -25,7 +25,7 @@ "build": "tsc" }, "dependencies": { - "@cloudbase/framework-core": "^1.9.11" + "@cloudbase/framework-core": "^1.9.12" }, "devDependencies": { "@types/node": "^13.13.5", diff --git a/packages/cloudbaserc-json-schema/package.json b/packages/cloudbaserc-json-schema/package.json index 2afef911..1c2e616d 100644 --- a/packages/cloudbaserc-json-schema/package.json +++ b/packages/cloudbaserc-json-schema/package.json @@ -1,6 +1,6 @@ { "name": "@cloudbase/cloudbaserc-json-schema", - "version": "1.9.11", + "version": "1.9.12", "description": "cloudbaserc 配置文件的 JSON Schema 定义", "keywords": [ "cloudbase", @@ -33,17 +33,17 @@ "url": "https://github.com/Tencent/cloudbase-framework/issues" }, "dependencies": { - "@cloudbase/framework-plugin-auth": "^1.9.11", - "@cloudbase/framework-plugin-container": "^1.9.11", - "@cloudbase/framework-plugin-dart": "^1.9.11", - "@cloudbase/framework-plugin-database": "^1.9.11", + "@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-deno": "^1.9.6", - "@cloudbase/framework-plugin-function": "^1.9.11", - "@cloudbase/framework-plugin-mp": "^1.9.11", - "@cloudbase/framework-plugin-next": "^1.9.11", - "@cloudbase/framework-plugin-node": "^1.9.11", - "@cloudbase/framework-plugin-nuxt": "^1.9.11", - "@cloudbase/framework-plugin-website": "^1.9.11", + "@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", "typescript-json-schema": "^0.42.0" }, "gitHead": "049f20cd93e03f23770b94a91602f21a637b4a66", diff --git a/packages/framework-core/package.json b/packages/framework-core/package.json index 60a8a7a6..7c8c74f8 100644 --- a/packages/framework-core/package.json +++ b/packages/framework-core/package.json @@ -1,6 +1,6 @@ { "name": "@cloudbase/framework-core", - "version": "1.9.11", + "version": "1.9.12", "description": "CloudBase Framework 云开发 CloudBase 全栈应用开发框架,开箱即用,方便开发和部署多端+全栈的 serverless 应用", "author": "Tencent CloudBase Team", "homepage": "https://github.com/Tencent/cloudbase-framework#readme", diff --git a/packages/framework-plugin-auth/package.json b/packages/framework-plugin-auth/package.json index 2654642e..c8abe29c 100644 --- a/packages/framework-plugin-auth/package.json +++ b/packages/framework-plugin-auth/package.json @@ -1,6 +1,6 @@ { "name": "@cloudbase/framework-plugin-auth", - "version": "1.9.11", + "version": "1.9.12", "description": "云开发 Tencent CloudBase Framework Auth Plugin 插件,可以一键设置项目下的登录配置。", "author": "Tencent CloudBase Team", "homepage": "https://github.com/Tencent/cloudbase-framework#readme", @@ -30,7 +30,7 @@ "url": "https://github.com/Tencent/cloudbase-framework/issues" }, "dependencies": { - "@cloudbase/framework-core": "^1.9.11" + "@cloudbase/framework-core": "^1.9.12" }, "devDependencies": { "jest": "^26.0.1", diff --git a/packages/framework-plugin-container/package.json b/packages/framework-plugin-container/package.json index cbae901c..8f14426e 100644 --- a/packages/framework-plugin-container/package.json +++ b/packages/framework-plugin-container/package.json @@ -1,6 +1,6 @@ { "name": "@cloudbase/framework-plugin-container", - "version": "1.9.11", + "version": "1.9.12", "description": "云开发 Tencent CloudBase Framework Container Plugin 插件,将项目下的后端应用一键部署云开发云托管环境,提供自动弹性伸缩的高性能容器服务。", "author": "Tencent CloudBase Team", "homepage": "https://github.com/Tencent/cloudbase-framework#readme", @@ -30,7 +30,7 @@ "url": "https://github.com/Tencent/cloudbase-framework/issues" }, "dependencies": { - "@cloudbase/framework-core": "^1.9.11", + "@cloudbase/framework-core": "^1.9.12", "@cloudbase/toolbox": "^0.6.0", "archiver": "^4.0.1", "fs-extra": "^8.1.0" diff --git a/packages/framework-plugin-dart/package.json b/packages/framework-plugin-dart/package.json index af95408a..4702dded 100644 --- a/packages/framework-plugin-dart/package.json +++ b/packages/framework-plugin-dart/package.json @@ -1,6 +1,6 @@ { "name": "@cloudbase/framework-plugin-dart", - "version": "1.9.11", + "version": "1.9.12", "description": "云开发 Tencent CloudBase Framework Dart Server Plugin 插件,将项目下的 Dart Server 一键部署云开发环境,提供自动弹性伸缩的高性能 Dart Server 服务", "author": "Tencent CloudBase Team", "homepage": "https://github.com/Tencent/cloudbase-framework#readme", @@ -31,8 +31,8 @@ "url": "https://github.com/Tencent/cloudbase-framework/issues" }, "dependencies": { - "@cloudbase/framework-core": "^1.9.11", - "@cloudbase/framework-plugin-container": "^1.9.11", + "@cloudbase/framework-core": "^1.9.12", + "@cloudbase/framework-plugin-container": "^1.9.12", "@types/fs-extra": "^8.1.0", "fs-extra": "^8.1.0" }, diff --git a/packages/framework-plugin-database/package.json b/packages/framework-plugin-database/package.json index fcde6200..3d5b3d13 100644 --- a/packages/framework-plugin-database/package.json +++ b/packages/framework-plugin-database/package.json @@ -1,6 +1,6 @@ { "name": "@cloudbase/framework-plugin-database", - "version": "1.9.11", + "version": "1.9.12", "description": "云开发 Tencent CloudBase Framework Database Plugin 插件,将项目下的后端应用一键部署云开发云托管应用环境,提供自动弹性伸缩的高性能服务。", "author": "Tencent CloudBase Team", "homepage": "https://github.com/Tencent/cloudbase-framework#readme", @@ -30,7 +30,7 @@ "url": "https://github.com/Tencent/cloudbase-framework/issues" }, "dependencies": { - "@cloudbase/framework-core": "^1.9.11", + "@cloudbase/framework-core": "^1.9.12", "change-case": "^4.1.1" }, "devDependencies": { diff --git a/packages/framework-plugin-function/package.json b/packages/framework-plugin-function/package.json index 125f8581..0ab3c2b6 100644 --- a/packages/framework-plugin-function/package.json +++ b/packages/framework-plugin-function/package.json @@ -1,6 +1,6 @@ { "name": "@cloudbase/framework-plugin-function", - "version": "1.9.11", + "version": "1.9.12", "description": "云开发 Tencent CloudBase Framework Function Plugin 插件,将项目下的云函数一键部署云开发环境,提供自动弹性伸缩的高性能函数服务。", "author": "Tencent CloudBase Team", "homepage": "https://github.com/Tencent/cloudbase-framework#readme", @@ -30,7 +30,7 @@ "url": "https://github.com/Tencent/cloudbase-framework/issues" }, "dependencies": { - "@cloudbase/framework-core": "^1.9.11", + "@cloudbase/framework-core": "^1.9.12", "@cloudbase/toolbox": "^0.6.0", "@types/lodash.merge": "^4.6.6", "@types/node-fetch": "^2.5.7", diff --git a/packages/framework-plugin-mp/package.json b/packages/framework-plugin-mp/package.json index fc30c65c..8ea26145 100644 --- a/packages/framework-plugin-mp/package.json +++ b/packages/framework-plugin-mp/package.json @@ -1,6 +1,6 @@ { "name": "@cloudbase/framework-plugin-mp", - "version": "1.9.11", + "version": "1.9.12", "description": "云开发 Tencent CloudBase Framework MiniProgram Plugin 插件,可以一键部署项目下的微信小程序应用。", "author": "Tencent CloudBase Team", "homepage": "https://github.com/Tencent/cloudbase-framework#readme", @@ -30,7 +30,7 @@ "url": "https://github.com/Tencent/cloudbase-framework/issues" }, "dependencies": { - "@cloudbase/framework-core": "^1.9.11", + "@cloudbase/framework-core": "^1.9.12", "miniprogram-ci": "1.0.76" }, "devDependencies": { diff --git a/packages/framework-plugin-next/package.json b/packages/framework-plugin-next/package.json index c9eccf58..aeddce53 100644 --- a/packages/framework-plugin-next/package.json +++ b/packages/framework-plugin-next/package.json @@ -1,6 +1,6 @@ { "name": "@cloudbase/framework-plugin-next", - "version": "1.9.11", + "version": "1.9.12", "description": "云开发 Tencent CloudBase Framework Next SSR Plugin 插件,将项目下的 Next 应用一键部署云开发环境,提供自动弹性伸缩的高性能 Next 服务。", "author": "Tencent CloudBase Team", "homepage": "https://github.com/Tencent/cloudbase-framework#readme", @@ -30,9 +30,9 @@ "url": "https://github.com/Tencent/cloudbase-framework/issues" }, "dependencies": { - "@cloudbase/framework-core": "^1.9.11", - "@cloudbase/framework-plugin-function": "^1.9.11", - "@cloudbase/next-builder": "^1.9.11", + "@cloudbase/framework-core": "^1.9.12", + "@cloudbase/framework-plugin-function": "^1.9.12", + "@cloudbase/next-builder": "^1.9.12", "@types/fs-extra": "^9.0.5", "fs-extra": "^8.1.0" }, diff --git a/packages/framework-plugin-node/package.json b/packages/framework-plugin-node/package.json index e3cfac11..d768b3a7 100644 --- a/packages/framework-plugin-node/package.json +++ b/packages/framework-plugin-node/package.json @@ -1,6 +1,6 @@ { "name": "@cloudbase/framework-plugin-node", - "version": "1.9.11", + "version": "1.9.12", "description": "云开发 Tencent CloudBase Framework Node Plugin 插件,将项目下的Node应用一键部署云开发环境,提供自动弹性伸缩的高性能Node服务。", "author": "Tencent CloudBase Team", "homepage": "https://github.com/Tencent/cloudbase-framework#readme", @@ -31,10 +31,10 @@ "url": "https://github.com/Tencent/cloudbase-framework/issues" }, "dependencies": { - "@cloudbase/framework-core": "^1.9.11", - "@cloudbase/framework-plugin-container": "^1.9.11", - "@cloudbase/framework-plugin-function": "^1.9.11", - "@cloudbase/node-builder": "^1.9.11", + "@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", "fs-extra": "^8.1.0" }, "devDependencies": { diff --git a/packages/framework-plugin-nuxt/package.json b/packages/framework-plugin-nuxt/package.json index fc63a444..1105c9ee 100644 --- a/packages/framework-plugin-nuxt/package.json +++ b/packages/framework-plugin-nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@cloudbase/framework-plugin-nuxt", - "version": "1.9.11", + "version": "1.9.12", "description": "云开发 Tencent CloudBase Framework Nuxt SSR Plugin 插件,将项目下的 Nuxt 应用一键部署云开发环境,提供自动弹性伸缩的高性能 Nuxt 服务。", "author": "Tencent CloudBase Team", "homepage": "https://github.com/Tencent/cloudbase-framework#readme", @@ -30,9 +30,9 @@ "url": "https://github.com/Tencent/cloudbase-framework/issues" }, "dependencies": { - "@cloudbase/framework-core": "^1.9.11", - "@cloudbase/framework-plugin-function": "^1.9.11", - "@cloudbase/nuxt-builder": "^1.9.11" + "@cloudbase/framework-core": "^1.9.12", + "@cloudbase/framework-plugin-function": "^1.9.12", + "@cloudbase/nuxt-builder": "^1.9.12" }, "devDependencies": { "jest": "^26.0.1", diff --git a/packages/framework-plugin-website/package.json b/packages/framework-plugin-website/package.json index 40a3acf0..a0ffc36a 100644 --- a/packages/framework-plugin-website/package.json +++ b/packages/framework-plugin-website/package.json @@ -1,6 +1,6 @@ { "name": "@cloudbase/framework-plugin-website", - "version": "1.9.11", + "version": "1.9.12", "description": "云开发 Tencent CloudBase Framework Website Plugin 插件", "author": "Tencent CloudBase Team", "homepage": "https://github.com/Tencent/cloudbase-framework#readme", @@ -29,9 +29,9 @@ "url": "https://github.com/Tencent/cloudbase-framework/issues" }, "dependencies": { - "@cloudbase/framework-core": "^1.9.11", - "@cloudbase/static-builder": "^1.9.11", - "@cloudbase/static-deployer": "^1.9.11", + "@cloudbase/framework-core": "^1.9.12", + "@cloudbase/static-builder": "^1.9.12", + "@cloudbase/static-deployer": "^1.9.12", "@cloudbase/toolbox": "^0.6.0", "@types/archiver": "^5.1.0", "@types/lodash.merge": "^4.6.6",