diff --git a/CHANGELOG.md b/CHANGELOG.md index 26413cd1..1a6d60e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.34.4](https://github.com/certd/certd/compare/v1.34.3...v1.34.4) (2025-05-16) + +### Bug Fixes + +* 修复部署flexcdn问题 ([76b19a4](https://github.com/certd/certd/commit/76b19a4980f8edba5238543b82a7811e1003746c)) +* 修复插件导入的bug ([677fec0](https://github.com/certd/certd/commit/677fec0a0b6fceb4966705e471bbfeeda91610c7)) +* 修复导入在线插件不生效的bug ([fcf8309](https://github.com/certd/certd/commit/fcf8309c238208281ecb4575b2c3cfe50c11d783)) +* 修复自建插件保存丢失部署策略的bug ([863e74d](https://github.com/certd/certd/commit/863e74dd2e3912f950ff5025b5ed0070aeb37035)) + +### Performance Improvements + +* 调整小助手,仅在登录之后显示 ([aebb07c](https://github.com/certd/certd/commit/aebb07c5cc8b1f233b9d203ff017ac60e6971a85)) + ## [1.34.3](https://github.com/certd/certd/compare/v1.34.2...v1.34.3) (2025-05-15) ### Performance Improvements diff --git a/build.trigger b/build.trigger index ffbe06fa..beb9b901 100644 --- a/build.trigger +++ b/build.trigger @@ -1 +1 @@ -00:14 +00:05 diff --git a/docs/guide/changelogs/CHANGELOG.md b/docs/guide/changelogs/CHANGELOG.md index 26413cd1..1a6d60e3 100644 --- a/docs/guide/changelogs/CHANGELOG.md +++ b/docs/guide/changelogs/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.34.4](https://github.com/certd/certd/compare/v1.34.3...v1.34.4) (2025-05-16) + +### Bug Fixes + +* 修复部署flexcdn问题 ([76b19a4](https://github.com/certd/certd/commit/76b19a4980f8edba5238543b82a7811e1003746c)) +* 修复插件导入的bug ([677fec0](https://github.com/certd/certd/commit/677fec0a0b6fceb4966705e471bbfeeda91610c7)) +* 修复导入在线插件不生效的bug ([fcf8309](https://github.com/certd/certd/commit/fcf8309c238208281ecb4575b2c3cfe50c11d783)) +* 修复自建插件保存丢失部署策略的bug ([863e74d](https://github.com/certd/certd/commit/863e74dd2e3912f950ff5025b5ed0070aeb37035)) + +### Performance Improvements + +* 调整小助手,仅在登录之后显示 ([aebb07c](https://github.com/certd/certd/commit/aebb07c5cc8b1f233b9d203ff017ac60e6971a85)) + ## [1.34.3](https://github.com/certd/certd/compare/v1.34.2...v1.34.3) (2025-05-15) ### Performance Improvements diff --git a/lerna.json b/lerna.json index a09514dd..0433f669 100644 --- a/lerna.json +++ b/lerna.json @@ -9,5 +9,5 @@ } }, "npmClient": "pnpm", - "version": "1.34.3" + "version": "1.34.4" } diff --git a/packages/core/acme-client/CHANGELOG.md b/packages/core/acme-client/CHANGELOG.md index 51538e0c..7f267bae 100644 --- a/packages/core/acme-client/CHANGELOG.md +++ b/packages/core/acme-client/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.34.4](https://github.com/publishlab/node-acme-client/compare/v1.34.3...v1.34.4) (2025-05-16) + +**Note:** Version bump only for package @certd/acme-client + ## [1.34.3](https://github.com/publishlab/node-acme-client/compare/v1.34.2...v1.34.3) (2025-05-15) **Note:** Version bump only for package @certd/acme-client diff --git a/packages/core/acme-client/package.json b/packages/core/acme-client/package.json index 273cc4ec..c777124f 100644 --- a/packages/core/acme-client/package.json +++ b/packages/core/acme-client/package.json @@ -3,7 +3,7 @@ "description": "Simple and unopinionated ACME client", "private": false, "author": "nmorsman", - "version": "1.34.3", + "version": "1.34.4", "type": "module", "module": "scr/index.js", "main": "src/index.js", @@ -18,7 +18,7 @@ "types" ], "dependencies": { - "@certd/basic": "^1.34.3", + "@certd/basic": "^1.34.4", "@peculiar/x509": "^1.11.0", "asn1js": "^3.0.5", "axios": "^1.7.2", @@ -69,5 +69,5 @@ "bugs": { "url": "https://github.com/publishlab/node-acme-client/issues" }, - "gitHead": "0b152a3cb8ef13113f9612c1bf555755e6f5b209" + "gitHead": "e2dadfdc4023c14f412940aa40c48d3e70353289" } diff --git a/packages/core/basic/CHANGELOG.md b/packages/core/basic/CHANGELOG.md index 44638ee2..15dc1974 100644 --- a/packages/core/basic/CHANGELOG.md +++ b/packages/core/basic/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.34.4](https://github.com/certd/certd/compare/v1.34.3...v1.34.4) (2025-05-16) + +### Bug Fixes + +* 修复导入在线插件不生效的bug ([fcf8309](https://github.com/certd/certd/commit/fcf8309c238208281ecb4575b2c3cfe50c11d783)) +* 修复自建插件保存丢失部署策略的bug ([863e74d](https://github.com/certd/certd/commit/863e74dd2e3912f950ff5025b5ed0070aeb37035)) + ## [1.34.3](https://github.com/certd/certd/compare/v1.34.2...v1.34.3) (2025-05-15) **Note:** Version bump only for package @certd/basic diff --git a/packages/core/basic/build.md b/packages/core/basic/build.md index 225578b6..f5ed3ee8 100644 --- a/packages/core/basic/build.md +++ b/packages/core/basic/build.md @@ -1 +1 @@ -00:08 +23:58 diff --git a/packages/core/basic/package.json b/packages/core/basic/package.json index 0f3c3946..f51a3537 100644 --- a/packages/core/basic/package.json +++ b/packages/core/basic/package.json @@ -1,7 +1,7 @@ { "name": "@certd/basic", "private": false, - "version": "1.34.3", + "version": "1.34.4", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", @@ -45,5 +45,5 @@ "tslib": "^2.8.1", "typescript": "^5.4.2" }, - "gitHead": "0b152a3cb8ef13113f9612c1bf555755e6f5b209" + "gitHead": "e2dadfdc4023c14f412940aa40c48d3e70353289" } diff --git a/packages/core/basic/src/utils/index.ts b/packages/core/basic/src/utils/index.ts index 642fa9bc..94b2109f 100644 --- a/packages/core/basic/src/utils/index.ts +++ b/packages/core/basic/src/utils/index.ts @@ -1,39 +1,39 @@ -export * from './util.request.js'; -export * from './util.env.js'; -export * from './util.log.js'; -export * from './util.file.js'; -export * from './util.sp.js'; -export * from './util.promise.js'; -export * from './util.hash.js'; -export * from './util.merge.js'; -export * from './util.cache.js'; -export * from './util.string.js'; -export * from './util.lock.js'; -export * from './util.mitter.js'; -export * from './util.id.js'; -export * from './util.domain.js'; -export * from './util.amount.js'; -import { stringUtils } from './util.string.js'; -import sleep from './util.sleep.js'; -import { http, download } from './util.request.js'; +export * from "./util.request.js"; +export * from "./util.env.js"; +export * from "./util.log.js"; +export * from "./util.file.js"; +export * from "./util.sp.js"; +export * from "./util.promise.js"; +export * from "./util.hash.js"; +export * from "./util.merge.js"; +export * from "./util.cache.js"; +export * from "./util.string.js"; +export * from "./util.lock.js"; +export * from "./util.mitter.js"; +export * from "./util.id.js"; +export * from "./util.domain.js"; +export * from "./util.amount.js"; +import { stringUtils } from "./util.string.js"; +import sleep from "./util.sleep.js"; +import { http, download } from "./util.request.js"; -import { mergeUtils } from './util.merge.js'; -import { sp } from './util.sp.js'; -import { hashUtils } from './util.hash.js'; -import { promises } from './util.promise.js'; -import { fileUtils } from './util.file.js'; -import * as _ from 'lodash-es'; -import { cache } from './util.cache.js'; -import dayjs from 'dayjs'; -import { domainUtils } from './util.domain.js'; -import { optionsUtils } from './util.options.js'; -import { amountUtils } from './util.amount.js'; -import { nanoid } from 'nanoid'; -import * as id from './util.id.js'; -import { locker } from './util.lock.js'; -import { mitter } from './util.mitter.js'; +import { mergeUtils } from "./util.merge.js"; +import { sp } from "./util.sp.js"; +import { hashUtils } from "./util.hash.js"; +import { promises } from "./util.promise.js"; +import { fileUtils } from "./util.file.js"; +import * as _ from "lodash-es"; +import { cache } from "./util.cache.js"; +import dayjs from "dayjs"; +import { domainUtils } from "./util.domain.js"; +import { optionsUtils } from "./util.options.js"; +import { amountUtils } from "./util.amount.js"; +import { nanoid } from "nanoid"; +import * as id from "./util.id.js"; +import { locker } from "./util.lock.js"; +import { mitter } from "./util.mitter.js"; -import * as request from './util.request.js'; +import * as request from "./util.request.js"; export const utils = { sleep, http, diff --git a/packages/core/basic/src/utils/util.hash.ts b/packages/core/basic/src/utils/util.hash.ts index 87f6a0e8..303ffa1d 100644 --- a/packages/core/basic/src/utils/util.hash.ts +++ b/packages/core/basic/src/utils/util.hash.ts @@ -14,9 +14,13 @@ function hmacSha256(data: string, digest: BinaryToTextEncoding = "base64") { function base64(data: string) { return Buffer.from(data).toString("base64"); } +function base64Decode(data: string) { + return Buffer.from(data, "base64").toString("utf8"); +} export const hashUtils = { md5, sha256, base64, + base64Decode, hmacSha256, }; diff --git a/packages/core/basic/src/utils/util.request.ts b/packages/core/basic/src/utils/util.request.ts index f1da0a5f..09582ec1 100644 --- a/packages/core/basic/src/utils/util.request.ts +++ b/packages/core/basic/src/utils/util.request.ts @@ -91,6 +91,13 @@ export function createAxiosService({ logger }: { logger: Logger }) { // 请求拦截 service.interceptors.request.use( (config: any) => { + if (config.logParams == null) { + config.logParams = false; + } + if (config.logRes == null) { + config.logRes = false; + } + logger.info(`http request:${config.url},method:${config.method}`); if (config.logParams !== false && config.params) { logger.info(`params:${JSON.stringify(config.params)}`); diff --git a/packages/core/pipeline/CHANGELOG.md b/packages/core/pipeline/CHANGELOG.md index bd210afa..74779b59 100644 --- a/packages/core/pipeline/CHANGELOG.md +++ b/packages/core/pipeline/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.34.4](https://github.com/certd/certd/compare/v1.34.3...v1.34.4) (2025-05-16) + +### Bug Fixes + +* 修复导入在线插件不生效的bug ([fcf8309](https://github.com/certd/certd/commit/fcf8309c238208281ecb4575b2c3cfe50c11d783)) + ## [1.34.3](https://github.com/certd/certd/compare/v1.34.2...v1.34.3) (2025-05-15) **Note:** Version bump only for package @certd/pipeline diff --git a/packages/core/pipeline/package.json b/packages/core/pipeline/package.json index 556d4156..b9ef423c 100644 --- a/packages/core/pipeline/package.json +++ b/packages/core/pipeline/package.json @@ -1,7 +1,7 @@ { "name": "@certd/pipeline", "private": false, - "version": "1.34.3", + "version": "1.34.4", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", @@ -17,8 +17,8 @@ "pub": "npm publish" }, "dependencies": { - "@certd/basic": "^1.34.3", - "@certd/plus-core": "^1.34.3", + "@certd/basic": "^1.34.4", + "@certd/plus-core": "^1.34.4", "dayjs": "^1.11.7", "lodash-es": "^4.17.21", "reflect-metadata": "^0.1.13" @@ -44,5 +44,5 @@ "tslib": "^2.8.1", "typescript": "^5.4.2" }, - "gitHead": "0b152a3cb8ef13113f9612c1bf555755e6f5b209" + "gitHead": "e2dadfdc4023c14f412940aa40c48d3e70353289" } diff --git a/packages/core/pipeline/src/registry/registry.ts b/packages/core/pipeline/src/registry/registry.ts index 9abc85d3..b466bcc9 100644 --- a/packages/core/pipeline/src/registry/registry.ts +++ b/packages/core/pipeline/src/registry/registry.ts @@ -48,6 +48,11 @@ export class Registry { logger.info(`注册插件:${this.type}:${key}`); } + unRegister(key: string) { + delete this.storage[key]; + logger.info(`反注册插件:${this.type}:${key}`); + } + get(name: string): RegistryItem { if (!name) { throw new Error("插件名称不能为空"); diff --git a/packages/libs/lib-huawei/CHANGELOG.md b/packages/libs/lib-huawei/CHANGELOG.md index 2a2ae3c4..67376036 100644 --- a/packages/libs/lib-huawei/CHANGELOG.md +++ b/packages/libs/lib-huawei/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.34.4](https://github.com/certd/certd/compare/v1.34.3...v1.34.4) (2025-05-16) + +**Note:** Version bump only for package @certd/lib-huawei + ## [1.34.3](https://github.com/certd/certd/compare/v1.34.2...v1.34.3) (2025-05-15) **Note:** Version bump only for package @certd/lib-huawei diff --git a/packages/libs/lib-huawei/package.json b/packages/libs/lib-huawei/package.json index 5be8ee32..e124e0f5 100644 --- a/packages/libs/lib-huawei/package.json +++ b/packages/libs/lib-huawei/package.json @@ -1,7 +1,7 @@ { "name": "@certd/lib-huawei", "private": false, - "version": "1.34.3", + "version": "1.34.4", "main": "./dist/bundle.js", "module": "./dist/bundle.js", "types": "./dist/d/index.d.ts", @@ -24,5 +24,5 @@ "prettier": "^2.8.8", "tslib": "^2.8.1" }, - "gitHead": "0b152a3cb8ef13113f9612c1bf555755e6f5b209" + "gitHead": "e2dadfdc4023c14f412940aa40c48d3e70353289" } diff --git a/packages/libs/lib-iframe/CHANGELOG.md b/packages/libs/lib-iframe/CHANGELOG.md index e30f7c84..a42b7ce5 100644 --- a/packages/libs/lib-iframe/CHANGELOG.md +++ b/packages/libs/lib-iframe/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.34.4](https://github.com/certd/certd/compare/v1.34.3...v1.34.4) (2025-05-16) + +**Note:** Version bump only for package @certd/lib-iframe + ## [1.34.3](https://github.com/certd/certd/compare/v1.34.2...v1.34.3) (2025-05-15) **Note:** Version bump only for package @certd/lib-iframe diff --git a/packages/libs/lib-iframe/package.json b/packages/libs/lib-iframe/package.json index 531aea14..a6074f8b 100644 --- a/packages/libs/lib-iframe/package.json +++ b/packages/libs/lib-iframe/package.json @@ -1,7 +1,7 @@ { "name": "@certd/lib-iframe", "private": false, - "version": "1.34.3", + "version": "1.34.4", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", @@ -31,5 +31,5 @@ "tslib": "^2.8.1", "typescript": "^5.4.2" }, - "gitHead": "0b152a3cb8ef13113f9612c1bf555755e6f5b209" + "gitHead": "e2dadfdc4023c14f412940aa40c48d3e70353289" } diff --git a/packages/libs/lib-jdcloud/CHANGELOG.md b/packages/libs/lib-jdcloud/CHANGELOG.md index b8f76475..6874245a 100644 --- a/packages/libs/lib-jdcloud/CHANGELOG.md +++ b/packages/libs/lib-jdcloud/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.34.4](https://github.com/certd/certd/compare/v1.34.3...v1.34.4) (2025-05-16) + +**Note:** Version bump only for package @certd/jdcloud + ## [1.34.3](https://github.com/certd/certd/compare/v1.34.2...v1.34.3) (2025-05-15) **Note:** Version bump only for package @certd/jdcloud diff --git a/packages/libs/lib-jdcloud/package.json b/packages/libs/lib-jdcloud/package.json index 198847e0..34b73ba6 100644 --- a/packages/libs/lib-jdcloud/package.json +++ b/packages/libs/lib-jdcloud/package.json @@ -1,6 +1,6 @@ { "name": "@certd/jdcloud", - "version": "1.34.3", + "version": "1.34.4", "description": "jdcloud openApi sdk", "main": "./dist/bundle.js", "module": "./dist/bundle.js", @@ -61,5 +61,5 @@ "fetch" ] }, - "gitHead": "0b152a3cb8ef13113f9612c1bf555755e6f5b209" + "gitHead": "e2dadfdc4023c14f412940aa40c48d3e70353289" } diff --git a/packages/libs/lib-k8s/CHANGELOG.md b/packages/libs/lib-k8s/CHANGELOG.md index b4ff75dc..10dca2ae 100644 --- a/packages/libs/lib-k8s/CHANGELOG.md +++ b/packages/libs/lib-k8s/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.34.4](https://github.com/certd/certd/compare/v1.34.3...v1.34.4) (2025-05-16) + +**Note:** Version bump only for package @certd/lib-k8s + ## [1.34.3](https://github.com/certd/certd/compare/v1.34.2...v1.34.3) (2025-05-15) **Note:** Version bump only for package @certd/lib-k8s diff --git a/packages/libs/lib-k8s/package.json b/packages/libs/lib-k8s/package.json index 4a36c2a6..1e6054d4 100644 --- a/packages/libs/lib-k8s/package.json +++ b/packages/libs/lib-k8s/package.json @@ -1,7 +1,7 @@ { "name": "@certd/lib-k8s", "private": false, - "version": "1.34.3", + "version": "1.34.4", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", @@ -17,7 +17,7 @@ "pub": "npm publish" }, "dependencies": { - "@certd/basic": "^1.34.3", + "@certd/basic": "^1.34.4", "@kubernetes/client-node": "0.21.0" }, "devDependencies": { @@ -32,5 +32,5 @@ "tslib": "^2.8.1", "typescript": "^5.4.2" }, - "gitHead": "0b152a3cb8ef13113f9612c1bf555755e6f5b209" + "gitHead": "e2dadfdc4023c14f412940aa40c48d3e70353289" } diff --git a/packages/libs/lib-server/CHANGELOG.md b/packages/libs/lib-server/CHANGELOG.md index 2c9dc0f1..8375b9d1 100644 --- a/packages/libs/lib-server/CHANGELOG.md +++ b/packages/libs/lib-server/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.34.4](https://github.com/certd/certd/compare/v1.34.3...v1.34.4) (2025-05-16) + +**Note:** Version bump only for package @certd/lib-server + ## [1.34.3](https://github.com/certd/certd/compare/v1.34.2...v1.34.3) (2025-05-15) ### Performance Improvements diff --git a/packages/libs/lib-server/package.json b/packages/libs/lib-server/package.json index 908d83ca..d6d63f8d 100644 --- a/packages/libs/lib-server/package.json +++ b/packages/libs/lib-server/package.json @@ -1,6 +1,6 @@ { "name": "@certd/lib-server", - "version": "1.34.3", + "version": "1.34.4", "description": "midway with flyway, sql upgrade way ", "private": false, "type": "module", @@ -27,10 +27,10 @@ ], "license": "AGPL", "dependencies": { - "@certd/acme-client": "^1.34.3", - "@certd/basic": "^1.34.3", - "@certd/pipeline": "^1.34.3", - "@certd/plus-core": "^1.34.3", + "@certd/acme-client": "^1.34.4", + "@certd/basic": "^1.34.4", + "@certd/pipeline": "^1.34.4", + "@certd/plus-core": "^1.34.4", "@midwayjs/cache": "~3.14.0", "@midwayjs/core": "~3.20.3", "@midwayjs/i18n": "~3.20.3", @@ -61,5 +61,5 @@ "typeorm": "^0.3.11", "typescript": "^5.4.2" }, - "gitHead": "0b152a3cb8ef13113f9612c1bf555755e6f5b209" + "gitHead": "e2dadfdc4023c14f412940aa40c48d3e70353289" } diff --git a/packages/libs/midway-flyway-js/CHANGELOG.md b/packages/libs/midway-flyway-js/CHANGELOG.md index 56b14485..880a8a07 100644 --- a/packages/libs/midway-flyway-js/CHANGELOG.md +++ b/packages/libs/midway-flyway-js/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.34.4](https://github.com/certd/certd/compare/v1.34.3...v1.34.4) (2025-05-16) + +**Note:** Version bump only for package @certd/midway-flyway-js + ## [1.34.3](https://github.com/certd/certd/compare/v1.34.2...v1.34.3) (2025-05-15) **Note:** Version bump only for package @certd/midway-flyway-js diff --git a/packages/libs/midway-flyway-js/package.json b/packages/libs/midway-flyway-js/package.json index 77d2eff5..58f79b48 100644 --- a/packages/libs/midway-flyway-js/package.json +++ b/packages/libs/midway-flyway-js/package.json @@ -1,6 +1,6 @@ { "name": "@certd/midway-flyway-js", - "version": "1.34.3", + "version": "1.34.4", "description": "midway with flyway, sql upgrade way ", "private": false, "type": "module", @@ -46,5 +46,5 @@ "typeorm": "^0.3.11", "typescript": "^5.4.2" }, - "gitHead": "0b152a3cb8ef13113f9612c1bf555755e6f5b209" + "gitHead": "e2dadfdc4023c14f412940aa40c48d3e70353289" } diff --git a/packages/plugins/plugin-cert/CHANGELOG.md b/packages/plugins/plugin-cert/CHANGELOG.md index dce5e5a0..7e3dff00 100644 --- a/packages/plugins/plugin-cert/CHANGELOG.md +++ b/packages/plugins/plugin-cert/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.34.4](https://github.com/certd/certd/compare/v1.34.3...v1.34.4) (2025-05-16) + +**Note:** Version bump only for package @certd/plugin-cert + ## [1.34.3](https://github.com/certd/certd/compare/v1.34.2...v1.34.3) (2025-05-15) **Note:** Version bump only for package @certd/plugin-cert diff --git a/packages/plugins/plugin-cert/package.json b/packages/plugins/plugin-cert/package.json index d35d1dab..b11432de 100644 --- a/packages/plugins/plugin-cert/package.json +++ b/packages/plugins/plugin-cert/package.json @@ -1,7 +1,7 @@ { "name": "@certd/plugin-cert", "private": false, - "version": "1.34.3", + "version": "1.34.4", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -16,10 +16,10 @@ "pub": "npm publish" }, "dependencies": { - "@certd/acme-client": "^1.34.3", - "@certd/basic": "^1.34.3", - "@certd/pipeline": "^1.34.3", - "@certd/plugin-lib": "^1.34.3", + "@certd/acme-client": "^1.34.4", + "@certd/basic": "^1.34.4", + "@certd/pipeline": "^1.34.4", + "@certd/plugin-lib": "^1.34.4", "@google-cloud/publicca": "^1.3.0", "dayjs": "^1.11.7", "jszip": "^3.10.1", @@ -43,5 +43,5 @@ "tslib": "^2.8.1", "typescript": "^5.4.2" }, - "gitHead": "0b152a3cb8ef13113f9612c1bf555755e6f5b209" + "gitHead": "e2dadfdc4023c14f412940aa40c48d3e70353289" } diff --git a/packages/plugins/plugin-lib/CHANGELOG.md b/packages/plugins/plugin-lib/CHANGELOG.md index 467506f9..a389fb22 100644 --- a/packages/plugins/plugin-lib/CHANGELOG.md +++ b/packages/plugins/plugin-lib/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.34.4](https://github.com/certd/certd/compare/v1.34.3...v1.34.4) (2025-05-16) + +**Note:** Version bump only for package @certd/plugin-lib + ## [1.34.3](https://github.com/certd/certd/compare/v1.34.2...v1.34.3) (2025-05-15) ### Performance Improvements diff --git a/packages/plugins/plugin-lib/package.json b/packages/plugins/plugin-lib/package.json index 0f3b4e72..8b247a3d 100644 --- a/packages/plugins/plugin-lib/package.json +++ b/packages/plugins/plugin-lib/package.json @@ -1,7 +1,7 @@ { "name": "@certd/plugin-lib", "private": false, - "version": "1.34.3", + "version": "1.34.4", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -18,8 +18,8 @@ "dependencies": { "@alicloud/pop-core": "^1.7.10", "@aws-sdk/client-s3": "^3.787.0", - "@certd/basic": "^1.34.3", - "@certd/pipeline": "^1.34.3", + "@certd/basic": "^1.34.4", + "@certd/pipeline": "^1.34.4", "@kubernetes/client-node": "0.21.0", "ali-oss": "^6.22.0", "basic-ftp": "^5.0.5", @@ -50,5 +50,5 @@ "tslib": "^2.8.1", "typescript": "^5.4.2" }, - "gitHead": "0b152a3cb8ef13113f9612c1bf555755e6f5b209" + "gitHead": "e2dadfdc4023c14f412940aa40c48d3e70353289" } diff --git a/packages/ui/certd-client/CHANGELOG.md b/packages/ui/certd-client/CHANGELOG.md index bff5facf..4063ae55 100644 --- a/packages/ui/certd-client/CHANGELOG.md +++ b/packages/ui/certd-client/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.34.4](https://github.com/certd/certd/compare/v1.34.3...v1.34.4) (2025-05-16) + +### Bug Fixes + +* 修复插件导入的bug ([677fec0](https://github.com/certd/certd/commit/677fec0a0b6fceb4966705e471bbfeeda91610c7)) +* 修复自建插件保存丢失部署策略的bug ([863e74d](https://github.com/certd/certd/commit/863e74dd2e3912f950ff5025b5ed0070aeb37035)) + +### Performance Improvements + +* 调整小助手,仅在登录之后显示 ([aebb07c](https://github.com/certd/certd/commit/aebb07c5cc8b1f233b9d203ff017ac60e6971a85)) + ## [1.34.3](https://github.com/certd/certd/compare/v1.34.2...v1.34.3) (2025-05-15) ### Performance Improvements diff --git a/packages/ui/certd-client/package.json b/packages/ui/certd-client/package.json index 6e372b59..7c8787b0 100644 --- a/packages/ui/certd-client/package.json +++ b/packages/ui/certd-client/package.json @@ -1,6 +1,6 @@ { "name": "@certd/ui-client", - "version": "1.34.3", + "version": "1.34.4", "private": true, "scripts": { "dev": "vite --open", @@ -102,8 +102,8 @@ "zod-defaults": "^0.1.3" }, "devDependencies": { - "@certd/lib-iframe": "^1.34.3", - "@certd/pipeline": "^1.34.3", + "@certd/lib-iframe": "^1.34.4", + "@certd/pipeline": "^1.34.4", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@types/chai": "^4.3.12", diff --git a/packages/ui/certd-client/src/App.vue b/packages/ui/certd-client/src/App.vue index 8887c8bd..7faa70cc 100644 --- a/packages/ui/certd-client/src/App.vue +++ b/packages/ui/certd-client/src/App.vue @@ -3,7 +3,6 @@ - @@ -49,7 +48,7 @@ localeChanged("zh-cn"); provide("fn:router.reload", reload); provide("fn:locale.changed", localeChanged); -const settingsStore = useSettingStore(); + const { isDark } = usePreferences(); const { tokens } = useAntdDesignTokens(); @@ -74,13 +73,5 @@ const tokenTheme = computed(() => { // const settingStore = useSettingStore(); // settingStore.init(); -const chatBox = ref(); -// onMounted(async () => { -// await util.sleep(2000); -// await chatBox.value.openChat({ q: "hello" }); -// }); -const openChat = (q: string) => { - chatBox.value.openChat({ q }); -}; -provide("fn:ai.open", openChat); + diff --git a/packages/ui/certd-client/src/layout/layout-basic.vue b/packages/ui/certd-client/src/layout/layout-basic.vue index 2af00c36..0a549702 100644 --- a/packages/ui/certd-client/src/layout/layout-basic.vue +++ b/packages/ui/certd-client/src/layout/layout-basic.vue @@ -1,17 +1,16 @@ diff --git a/packages/ui/certd-client/src/vben/layout-ui/vben-layout.vue b/packages/ui/certd-client/src/vben/layout-ui/vben-layout.vue index 726cc744..d46d29b2 100644 --- a/packages/ui/certd-client/src/vben/layout-ui/vben-layout.vue +++ b/packages/ui/certd-client/src/vben/layout-ui/vben-layout.vue @@ -488,7 +488,7 @@ const idMainContent = ELEMENT_ID_MAIN_CONTENT; -