From d14485282b127f00620a03b66e8e77c579d69088 Mon Sep 17 00:00:00 2001 From: nlrxwang Date: Sat, 3 Feb 2024 14:40:18 +0800 Subject: [PATCH] v1.9.7 --- 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 | 4 ++-- 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, 54 insertions(+), 54 deletions(-) diff --git a/lerna.json b/lerna.json index 362ba4e4..d184f7b4 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "packages/*" ], - "version": "1.9.13", + "version": "1.9.7", "publishConfig": { "access": "public" }, diff --git a/packages/cloudbase-next-builder/package.json b/packages/cloudbase-next-builder/package.json index e4686d6d..13ec6a9a 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.13", + "version": "1.9.7", "description": "云开发 CloudBase Next 构建工具", "main": "lib/index.js", "scripts": { @@ -15,7 +15,7 @@ "access": "public" }, "dependencies": { - "@cloudbase/framework-core": "^1.9.13", + "@cloudbase/framework-core": "^1.9.7", "@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 b6ad12df..3f6d9604 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.13", + "version": "1.9.7", "description": "云开发 CloudBase Node 应用构建工具", "main": "lib/index.js", "scripts": { @@ -15,7 +15,7 @@ "access": "public" }, "dependencies": { - "@cloudbase/framework-core": "^1.9.13", + "@cloudbase/framework-core": "^1.9.7", "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 95e2a9bc..6bc6c485 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.13", + "version": "1.9.7", "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.13", + "@cloudbase/framework-core": "^1.9.7", "@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 f5d66c9b..0c41f82d 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.13", + "version": "1.9.7", "description": "云开发 CloudBase Static Builder,静态文件构建工具", "main": "lib/index.js", "scripts": { @@ -15,7 +15,7 @@ "access": "public" }, "dependencies": { - "@cloudbase/framework-core": "^1.9.13", + "@cloudbase/framework-core": "^1.9.7", "@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 936797ca..8d3e7c47 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.13", + "version": "1.9.7", "description": "云开发 CloudBase 静态网站部署工具", "author": "Weijia Wang ", "homepage": "", @@ -25,7 +25,7 @@ "build": "tsc" }, "dependencies": { - "@cloudbase/framework-core": "^1.9.13" + "@cloudbase/framework-core": "^1.9.7" }, "devDependencies": { "@types/node": "^13.13.5", diff --git a/packages/cloudbaserc-json-schema/package.json b/packages/cloudbaserc-json-schema/package.json index 2f32da45..48c21c29 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.13", + "version": "1.9.7", "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.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-auth": "^1.9.7", + "@cloudbase/framework-plugin-container": "^1.9.7", + "@cloudbase/framework-plugin-dart": "^1.9.7", + "@cloudbase/framework-plugin-database": "^1.9.7", "@cloudbase/framework-plugin-deno": "^1.9.6", - "@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", + "@cloudbase/framework-plugin-function": "^1.9.7", + "@cloudbase/framework-plugin-mp": "^1.9.7", + "@cloudbase/framework-plugin-next": "^1.9.7", + "@cloudbase/framework-plugin-node": "^1.9.7", + "@cloudbase/framework-plugin-nuxt": "^1.9.7", + "@cloudbase/framework-plugin-website": "^1.9.7", "@types/lodash": "4.14.108", "typescript-json-schema": "^0.42.0" }, diff --git a/packages/framework-core/package.json b/packages/framework-core/package.json index 996132e9..4ae90127 100644 --- a/packages/framework-core/package.json +++ b/packages/framework-core/package.json @@ -1,6 +1,6 @@ { "name": "@cloudbase/framework-core", - "version": "1.9.13", + "version": "1.9.7", "description": "CloudBase Framework 云开发 CloudBase 全栈应用开发框架,开箱即用,方便开发和部署多端+全栈的 serverless 应用", "author": "Tencent CloudBase Team", "homepage": "https://github.com/Tencent/cloudbase-framework#readme", @@ -44,8 +44,8 @@ "@types/inquirer": "^6.5.0", "@types/jest": "^25.2.1", "@types/js-yaml": "^3.12.4", - "@types/lodash.merge": "^4.6.6", "@types/lodash": "4.14.108", + "@types/lodash.merge": "^4.6.6", "@types/node": "^13.13.5", "@types/node-fetch": "^2.5.7", "@types/progress": "^2.0.3", diff --git a/packages/framework-plugin-auth/package.json b/packages/framework-plugin-auth/package.json index cacf947c..e1e00f4e 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.13", + "version": "1.9.7", "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.13" + "@cloudbase/framework-core": "^1.9.7" }, "devDependencies": { "jest": "^26.0.1", diff --git a/packages/framework-plugin-container/package.json b/packages/framework-plugin-container/package.json index 466e176c..1da7f219 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.13", + "version": "1.9.7", "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.13", + "@cloudbase/framework-core": "^1.9.7", "@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 45a87ba7..86344575 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.13", + "version": "1.9.7", "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.13", - "@cloudbase/framework-plugin-container": "^1.9.13", + "@cloudbase/framework-core": "^1.9.7", + "@cloudbase/framework-plugin-container": "^1.9.7", "@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 162a7e6e..d76c073e 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.13", + "version": "1.9.7", "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.13", + "@cloudbase/framework-core": "^1.9.7", "change-case": "^4.1.1" }, "devDependencies": { diff --git a/packages/framework-plugin-function/package.json b/packages/framework-plugin-function/package.json index 3e59ef4e..5f7bb97b 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.13", + "version": "1.9.7", "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.13", + "@cloudbase/framework-core": "^1.9.7", "@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 c162a0ea..8ab1cbeb 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.13", + "version": "1.9.7", "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.13", + "@cloudbase/framework-core": "^1.9.7", "miniprogram-ci": "1.0.76" }, "devDependencies": { diff --git a/packages/framework-plugin-next/package.json b/packages/framework-plugin-next/package.json index 1b25c304..1a48a7c9 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.13", + "version": "1.9.7", "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.13", - "@cloudbase/framework-plugin-function": "^1.9.13", - "@cloudbase/next-builder": "^1.9.13", + "@cloudbase/framework-core": "^1.9.7", + "@cloudbase/framework-plugin-function": "^1.9.7", + "@cloudbase/next-builder": "^1.9.7", "@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 318f8d23..edc0ba25 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.13", + "version": "1.9.7", "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.13", - "@cloudbase/framework-plugin-container": "^1.9.13", - "@cloudbase/framework-plugin-function": "^1.9.13", - "@cloudbase/node-builder": "^1.9.13", + "@cloudbase/framework-core": "^1.9.7", + "@cloudbase/framework-plugin-container": "^1.9.7", + "@cloudbase/framework-plugin-function": "^1.9.7", + "@cloudbase/node-builder": "^1.9.7", "fs-extra": "^8.1.0" }, "devDependencies": { diff --git a/packages/framework-plugin-nuxt/package.json b/packages/framework-plugin-nuxt/package.json index 98c07500..637f3966 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.13", + "version": "1.9.7", "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.13", - "@cloudbase/framework-plugin-function": "^1.9.13", - "@cloudbase/nuxt-builder": "^1.9.13" + "@cloudbase/framework-core": "^1.9.7", + "@cloudbase/framework-plugin-function": "^1.9.7", + "@cloudbase/nuxt-builder": "^1.9.7" }, "devDependencies": { "jest": "^26.0.1", diff --git a/packages/framework-plugin-website/package.json b/packages/framework-plugin-website/package.json index bf0cc6a7..5cffde37 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.13", + "version": "1.9.7", "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.13", - "@cloudbase/static-builder": "^1.9.13", - "@cloudbase/static-deployer": "^1.9.13", + "@cloudbase/framework-core": "^1.9.7", + "@cloudbase/static-builder": "^1.9.7", + "@cloudbase/static-deployer": "^1.9.7", "@cloudbase/toolbox": "^0.6.0", "@types/archiver": "^5.1.0", "@types/lodash.merge": "^4.6.6",