Merge branch 'v2-dev' of https://github.com/certd/certd into v2-dev

This commit is contained in:
xiaojunnuo
2026-05-12 10:51:41 +08:00
40 changed files with 280 additions and 190 deletions
+7
View File
@@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.14](https://github.com/certd/certd/compare/v1.39.13...v1.39.14) (2026-05-11)
### Bug Fixes
* 修复阿里云订阅流水线创建对话框无法获取阿里订单列表的bug ([a362860](https://github.com/certd/certd/commit/a362860137bfb7072893c844fe775edc46070ee1))
* 修复启动时报密钥备份不存在的问题 ([c966896](https://github.com/certd/certd/commit/c9668965226af6b54e0e576931dcba8b3d188ef3))
## [1.39.13](https://github.com/certd/certd/compare/v1.39.12...v1.39.13) (2026-05-10) ## [1.39.13](https://github.com/certd/certd/compare/v1.39.12...v1.39.13) (2026-05-10)
### Bug Fixes ### Bug Fixes
+7
View File
@@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.14](https://github.com/certd/certd/compare/v1.39.13...v1.39.14) (2026-05-11)
### Bug Fixes
* 修复阿里云订阅流水线创建对话框无法获取阿里订单列表的bug ([a362860](https://github.com/certd/certd/commit/a362860137bfb7072893c844fe775edc46070ee1))
* 修复启动时报密钥备份不存在的问题 ([c966896](https://github.com/certd/certd/commit/c9668965226af6b54e0e576931dcba8b3d188ef3))
## [1.39.13](https://github.com/certd/certd/compare/v1.39.12...v1.39.13) (2026-05-10) ## [1.39.13](https://github.com/certd/certd/compare/v1.39.12...v1.39.13) (2026-05-10)
### Bug Fixes ### Bug Fixes
+1 -1
View File
@@ -9,5 +9,5 @@
} }
}, },
"npmClient": "pnpm", "npmClient": "pnpm",
"version": "1.39.13" "version": "1.39.14"
} }
+4
View File
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.14](https://github.com/publishlab/node-acme-client/compare/v1.39.13...v1.39.14) (2026-05-11)
**Note:** Version bump only for package @certd/acme-client
## [1.39.13](https://github.com/publishlab/node-acme-client/compare/v1.39.12...v1.39.13) (2026-05-10) ## [1.39.13](https://github.com/publishlab/node-acme-client/compare/v1.39.12...v1.39.13) (2026-05-10)
### Performance Improvements ### Performance Improvements
+3 -3
View File
@@ -3,7 +3,7 @@
"description": "Simple and unopinionated ACME client", "description": "Simple and unopinionated ACME client",
"private": false, "private": false,
"author": "nmorsman", "author": "nmorsman",
"version": "1.39.13", "version": "1.39.14",
"type": "module", "type": "module",
"module": "./dist/index.js", "module": "./dist/index.js",
"main": "./dist/index.js", "main": "./dist/index.js",
@@ -18,7 +18,7 @@
"types" "types"
], ],
"dependencies": { "dependencies": {
"@certd/basic": "^1.39.13", "@certd/basic": "^1.39.14",
"@peculiar/x509": "^1.11.0", "@peculiar/x509": "^1.11.0",
"asn1js": "^3.0.5", "asn1js": "^3.0.5",
"axios": "^1.9.0", "axios": "^1.9.0",
@@ -76,5 +76,5 @@
"bugs": { "bugs": {
"url": "https://github.com/publishlab/node-acme-client/issues" "url": "https://github.com/publishlab/node-acme-client/issues"
}, },
"gitHead": "9f7d766cb386b299d4098141f4a47d23e16975e3" "gitHead": "bae5a04dcc0a679c290a9805c3ac4a6020eb6ec0"
} }
+4
View File
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.14](https://github.com/certd/certd/compare/v1.39.13...v1.39.14) (2026-05-11)
**Note:** Version bump only for package @certd/basic
## [1.39.13](https://github.com/certd/certd/compare/v1.39.12...v1.39.13) (2026-05-10) ## [1.39.13](https://github.com/certd/certd/compare/v1.39.12...v1.39.13) (2026-05-10)
### Performance Improvements ### Performance Improvements
+1 -1
View File
@@ -1 +1 @@
00:21 00:06
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "@certd/basic", "name": "@certd/basic",
"private": false, "private": false,
"version": "1.39.13", "version": "1.39.14",
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",
"module": "./dist/index.js", "module": "./dist/index.js",
@@ -52,5 +52,5 @@
"tslib": "^2.8.1", "tslib": "^2.8.1",
"typescript": "^5.4.2" "typescript": "^5.4.2"
}, },
"gitHead": "9f7d766cb386b299d4098141f4a47d23e16975e3" "gitHead": "bae5a04dcc0a679c290a9805c3ac4a6020eb6ec0"
} }
+4
View File
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.14](https://github.com/certd/certd/compare/v1.39.13...v1.39.14) (2026-05-11)
**Note:** Version bump only for package @certd/pipeline
## [1.39.13](https://github.com/certd/certd/compare/v1.39.12...v1.39.13) (2026-05-10) ## [1.39.13](https://github.com/certd/certd/compare/v1.39.12...v1.39.13) (2026-05-10)
### Bug Fixes ### Bug Fixes
+4 -4
View File
@@ -1,7 +1,7 @@
{ {
"name": "@certd/pipeline", "name": "@certd/pipeline",
"private": false, "private": false,
"version": "1.39.13", "version": "1.39.14",
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",
"module": "./dist/index.js", "module": "./dist/index.js",
@@ -19,8 +19,8 @@
"compile": "tsc --skipLibCheck --watch" "compile": "tsc --skipLibCheck --watch"
}, },
"dependencies": { "dependencies": {
"@certd/basic": "^1.39.13", "@certd/basic": "^1.39.14",
"@certd/plus-core": "^1.39.13", "@certd/plus-core": "^1.39.14",
"dayjs": "^1.11.7", "dayjs": "^1.11.7",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"reflect-metadata": "^0.1.13" "reflect-metadata": "^0.1.13"
@@ -49,5 +49,5 @@
"tslib": "^2.8.1", "tslib": "^2.8.1",
"typescript": "^5.4.2" "typescript": "^5.4.2"
}, },
"gitHead": "9f7d766cb386b299d4098141f4a47d23e16975e3" "gitHead": "bae5a04dcc0a679c290a9805c3ac4a6020eb6ec0"
} }
+4
View File
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.14](https://github.com/certd/certd/compare/v1.39.13...v1.39.14) (2026-05-11)
**Note:** Version bump only for package @certd/lib-huawei
## [1.39.13](https://github.com/certd/certd/compare/v1.39.12...v1.39.13) (2026-05-10) ## [1.39.13](https://github.com/certd/certd/compare/v1.39.12...v1.39.13) (2026-05-10)
### Performance Improvements ### Performance Improvements
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "@certd/lib-huawei", "name": "@certd/lib-huawei",
"private": false, "private": false,
"version": "1.39.13", "version": "1.39.14",
"main": "./dist/bundle.js", "main": "./dist/bundle.js",
"module": "./dist/bundle.js", "module": "./dist/bundle.js",
"types": "./dist/d/index.d.ts", "types": "./dist/d/index.d.ts",
@@ -27,5 +27,5 @@
"prettier": "^2.8.8", "prettier": "^2.8.8",
"tslib": "^2.8.1" "tslib": "^2.8.1"
}, },
"gitHead": "9f7d766cb386b299d4098141f4a47d23e16975e3" "gitHead": "bae5a04dcc0a679c290a9805c3ac4a6020eb6ec0"
} }
+4
View File
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.14](https://github.com/certd/certd/compare/v1.39.13...v1.39.14) (2026-05-11)
**Note:** Version bump only for package @certd/lib-iframe
## [1.39.13](https://github.com/certd/certd/compare/v1.39.12...v1.39.13) (2026-05-10) ## [1.39.13](https://github.com/certd/certd/compare/v1.39.12...v1.39.13) (2026-05-10)
### Performance Improvements ### Performance Improvements
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "@certd/lib-iframe", "name": "@certd/lib-iframe",
"private": false, "private": false,
"version": "1.39.13", "version": "1.39.14",
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",
"module": "./dist/index.js", "module": "./dist/index.js",
@@ -34,5 +34,5 @@
"tslib": "^2.8.1", "tslib": "^2.8.1",
"typescript": "^5.4.2" "typescript": "^5.4.2"
}, },
"gitHead": "9f7d766cb386b299d4098141f4a47d23e16975e3" "gitHead": "bae5a04dcc0a679c290a9805c3ac4a6020eb6ec0"
} }
+4
View File
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.14](https://github.com/certd/certd/compare/v1.39.13...v1.39.14) (2026-05-11)
**Note:** Version bump only for package @certd/jdcloud
## [1.39.13](https://github.com/certd/certd/compare/v1.39.12...v1.39.13) (2026-05-10) ## [1.39.13](https://github.com/certd/certd/compare/v1.39.12...v1.39.13) (2026-05-10)
### Performance Improvements ### Performance Improvements
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@certd/jdcloud", "name": "@certd/jdcloud",
"version": "1.39.13", "version": "1.39.14",
"description": "jdcloud openApi sdk", "description": "jdcloud openApi sdk",
"main": "./dist/bundle.js", "main": "./dist/bundle.js",
"module": "./dist/bundle.js", "module": "./dist/bundle.js",
@@ -58,5 +58,5 @@
"fetch" "fetch"
] ]
}, },
"gitHead": "9f7d766cb386b299d4098141f4a47d23e16975e3" "gitHead": "bae5a04dcc0a679c290a9805c3ac4a6020eb6ec0"
} }
+4
View File
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.14](https://github.com/certd/certd/compare/v1.39.13...v1.39.14) (2026-05-11)
**Note:** Version bump only for package @certd/lib-k8s
## [1.39.13](https://github.com/certd/certd/compare/v1.39.12...v1.39.13) (2026-05-10) ## [1.39.13](https://github.com/certd/certd/compare/v1.39.12...v1.39.13) (2026-05-10)
### Performance Improvements ### Performance Improvements
+3 -3
View File
@@ -1,7 +1,7 @@
{ {
"name": "@certd/lib-k8s", "name": "@certd/lib-k8s",
"private": false, "private": false,
"version": "1.39.13", "version": "1.39.14",
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",
"module": "./dist/index.js", "module": "./dist/index.js",
@@ -19,7 +19,7 @@
"compile": "tsc --skipLibCheck --watch" "compile": "tsc --skipLibCheck --watch"
}, },
"dependencies": { "dependencies": {
"@certd/basic": "^1.39.13", "@certd/basic": "^1.39.14",
"@kubernetes/client-node": "0.21.0" "@kubernetes/client-node": "0.21.0"
}, },
"devDependencies": { "devDependencies": {
@@ -36,5 +36,5 @@
"tslib": "^2.8.1", "tslib": "^2.8.1",
"typescript": "^5.4.2" "typescript": "^5.4.2"
}, },
"gitHead": "9f7d766cb386b299d4098141f4a47d23e16975e3" "gitHead": "bae5a04dcc0a679c290a9805c3ac4a6020eb6ec0"
} }
+6
View File
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.14](https://github.com/certd/certd/compare/v1.39.13...v1.39.14) (2026-05-11)
### Bug Fixes
* 修复启动时报密钥备份不存在的问题 ([c966896](https://github.com/certd/certd/commit/c9668965226af6b54e0e576931dcba8b3d188ef3))
## [1.39.13](https://github.com/certd/certd/compare/v1.39.12...v1.39.13) (2026-05-10) ## [1.39.13](https://github.com/certd/certd/compare/v1.39.12...v1.39.13) (2026-05-10)
### Performance Improvements ### Performance Improvements
+7 -7
View File
@@ -1,6 +1,6 @@
{ {
"name": "@certd/lib-server", "name": "@certd/lib-server",
"version": "1.39.13", "version": "1.39.14",
"description": "midway with flyway, sql upgrade way ", "description": "midway with flyway, sql upgrade way ",
"private": false, "private": false,
"type": "module", "type": "module",
@@ -29,11 +29,11 @@
], ],
"license": "AGPL", "license": "AGPL",
"dependencies": { "dependencies": {
"@certd/acme-client": "^1.39.13", "@certd/acme-client": "^1.39.14",
"@certd/basic": "^1.39.13", "@certd/basic": "^1.39.14",
"@certd/pipeline": "^1.39.13", "@certd/pipeline": "^1.39.14",
"@certd/plugin-lib": "^1.39.13", "@certd/plugin-lib": "^1.39.14",
"@certd/plus-core": "^1.39.13", "@certd/plus-core": "^1.39.14",
"@midwayjs/cache": "3.14.0", "@midwayjs/cache": "3.14.0",
"@midwayjs/core": "3.20.11", "@midwayjs/core": "3.20.11",
"@midwayjs/i18n": "3.20.13", "@midwayjs/i18n": "3.20.13",
@@ -69,5 +69,5 @@
"typeorm": "^0.3.11", "typeorm": "^0.3.11",
"typescript": "^5.4.2" "typescript": "^5.4.2"
}, },
"gitHead": "9f7d766cb386b299d4098141f4a47d23e16975e3" "gitHead": "bae5a04dcc0a679c290a9805c3ac4a6020eb6ec0"
} }
@@ -1,4 +1,4 @@
import { Init, Inject, Provide, Scope, ScopeEnum } from '@midwayjs/core'; import { Inject, Provide, Scope, ScopeEnum } from '@midwayjs/core';
import { Encryptor, SysSecret, SysSettingsService } from '../../../system/index.js'; import { Encryptor, SysSecret, SysSettingsService } from '../../../system/index.js';
/** /**
@@ -12,8 +12,7 @@ export class EncryptService {
@Inject() @Inject()
sysSettingService: SysSettingsService; sysSettingService: SysSettingsService;
@Init() async doInit() {
async init() {
const secret: SysSecret = await this.sysSettingService.getSecret(); const secret: SysSecret = await this.sysSettingService.getSecret();
this.encryptor = new Encryptor(secret.encryptSecret); this.encryptor = new Encryptor(secret.encryptSecret);
} }
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.14](https://github.com/certd/certd/compare/v1.39.13...v1.39.14) (2026-05-11)
**Note:** Version bump only for package @certd/midway-flyway-js
## [1.39.13](https://github.com/certd/certd/compare/v1.39.12...v1.39.13) (2026-05-10) ## [1.39.13](https://github.com/certd/certd/compare/v1.39.12...v1.39.13) (2026-05-10)
### Performance Improvements ### Performance Improvements
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@certd/midway-flyway-js", "name": "@certd/midway-flyway-js",
"version": "1.39.13", "version": "1.39.14",
"description": "midway with flyway, sql upgrade way ", "description": "midway with flyway, sql upgrade way ",
"private": false, "private": false,
"type": "module", "type": "module",
@@ -49,5 +49,5 @@
"typeorm": "^0.3.11", "typeorm": "^0.3.11",
"typescript": "^5.4.2" "typescript": "^5.4.2"
}, },
"gitHead": "9f7d766cb386b299d4098141f4a47d23e16975e3" "gitHead": "bae5a04dcc0a679c290a9805c3ac4a6020eb6ec0"
} }
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.14](https://github.com/certd/certd/compare/v1.39.13...v1.39.14) (2026-05-11)
**Note:** Version bump only for package @certd/plugin-cert
## [1.39.13](https://github.com/certd/certd/compare/v1.39.12...v1.39.13) (2026-05-10) ## [1.39.13](https://github.com/certd/certd/compare/v1.39.12...v1.39.13) (2026-05-10)
### Performance Improvements ### Performance Improvements
+6 -6
View File
@@ -1,7 +1,7 @@
{ {
"name": "@certd/plugin-cert", "name": "@certd/plugin-cert",
"private": false, "private": false,
"version": "1.39.13", "version": "1.39.14",
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
@@ -18,10 +18,10 @@
"compile": "tsc --skipLibCheck --watch" "compile": "tsc --skipLibCheck --watch"
}, },
"dependencies": { "dependencies": {
"@certd/acme-client": "^1.39.13", "@certd/acme-client": "^1.39.14",
"@certd/basic": "^1.39.13", "@certd/basic": "^1.39.14",
"@certd/pipeline": "^1.39.13", "@certd/pipeline": "^1.39.14",
"@certd/plugin-lib": "^1.39.13", "@certd/plugin-lib": "^1.39.14",
"psl": "^1.9.0", "psl": "^1.9.0",
"punycode.js": "^2.3.1" "punycode.js": "^2.3.1"
}, },
@@ -41,5 +41,5 @@
"tslib": "^2.8.1", "tslib": "^2.8.1",
"typescript": "^5.4.2" "typescript": "^5.4.2"
}, },
"gitHead": "9f7d766cb386b299d4098141f4a47d23e16975e3" "gitHead": "bae5a04dcc0a679c290a9805c3ac4a6020eb6ec0"
} }
+4
View File
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.14](https://github.com/certd/certd/compare/v1.39.13...v1.39.14) (2026-05-11)
**Note:** Version bump only for package @certd/plugin-lib
## [1.39.13](https://github.com/certd/certd/compare/v1.39.12...v1.39.13) (2026-05-10) ## [1.39.13](https://github.com/certd/certd/compare/v1.39.12...v1.39.13) (2026-05-10)
### Performance Improvements ### Performance Improvements
+6 -6
View File
@@ -1,7 +1,7 @@
{ {
"name": "@certd/plugin-lib", "name": "@certd/plugin-lib",
"private": false, "private": false,
"version": "1.39.13", "version": "1.39.14",
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
@@ -23,10 +23,10 @@
"@alicloud/pop-core": "^1.7.10", "@alicloud/pop-core": "^1.7.10",
"@alicloud/tea-util": "^1.4.11", "@alicloud/tea-util": "^1.4.11",
"@aws-sdk/client-s3": "^3.964.0", "@aws-sdk/client-s3": "^3.964.0",
"@certd/acme-client": "^1.39.13", "@certd/acme-client": "^1.39.14",
"@certd/basic": "^1.39.13", "@certd/basic": "^1.39.14",
"@certd/pipeline": "^1.39.13", "@certd/pipeline": "^1.39.14",
"@certd/plus-core": "^1.39.13", "@certd/plus-core": "^1.39.14",
"@kubernetes/client-node": "0.21.0", "@kubernetes/client-node": "0.21.0",
"ali-oss": "^6.22.0", "ali-oss": "^6.22.0",
"basic-ftp": "^5.0.5", "basic-ftp": "^5.0.5",
@@ -61,5 +61,5 @@
"tslib": "^2.8.1", "tslib": "^2.8.1",
"typescript": "^5.4.2" "typescript": "^5.4.2"
}, },
"gitHead": "9f7d766cb386b299d4098141f4a47d23e16975e3" "gitHead": "bae5a04dcc0a679c290a9805c3ac4a6020eb6ec0"
} }
+6
View File
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.14](https://github.com/certd/certd/compare/v1.39.13...v1.39.14) (2026-05-11)
### Bug Fixes
* 修复阿里云订阅流水线创建对话框无法获取阿里订单列表的bug ([a362860](https://github.com/certd/certd/commit/a362860137bfb7072893c844fe775edc46070ee1))
## [1.39.13](https://github.com/certd/certd/compare/v1.39.12...v1.39.13) (2026-05-10) ## [1.39.13](https://github.com/certd/certd/compare/v1.39.12...v1.39.13) (2026-05-10)
### Bug Fixes ### Bug Fixes
+8 -8
View File
@@ -1,6 +1,6 @@
{ {
"name": "@certd/ui-client", "name": "@certd/ui-client",
"version": "1.39.13", "version": "1.39.14",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "vite --open", "dev": "vite --open",
@@ -34,11 +34,11 @@
"@aws-sdk/s3-request-presigner": "^3.964.0", "@aws-sdk/s3-request-presigner": "^3.964.0",
"@certd/vue-js-cron-light": "^4.0.14", "@certd/vue-js-cron-light": "^4.0.14",
"@ctrl/tinycolor": "^4.1.0", "@ctrl/tinycolor": "^4.1.0",
"@fast-crud/editor-code": "^1.27.8", "@fast-crud/editor-code": "^1.28.1",
"@fast-crud/fast-crud": "^1.27.8", "@fast-crud/fast-crud": "^1.28.1",
"@fast-crud/fast-extends": "^1.27.8", "@fast-crud/fast-extends": "^1.28.1",
"@fast-crud/ui-antdv4": "^1.27.8", "@fast-crud/ui-antdv4": "^1.28.1",
"@fast-crud/ui-interface": "^1.27.8", "@fast-crud/ui-interface": "^1.28.1",
"@iconify/tailwind": "^1.2.0", "@iconify/tailwind": "^1.2.0",
"@iconify/vue": "^4.1.1", "@iconify/vue": "^4.1.1",
"@manypkg/get-packages": "^2.2.2", "@manypkg/get-packages": "^2.2.2",
@@ -106,8 +106,8 @@
"zod-defaults": "^0.1.3" "zod-defaults": "^0.1.3"
}, },
"devDependencies": { "devDependencies": {
"@certd/lib-iframe": "^1.39.13", "@certd/lib-iframe": "^1.39.14",
"@certd/pipeline": "^1.39.13", "@certd/pipeline": "^1.39.14",
"@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-node-resolve": "^15.2.3",
"@types/chai": "^4.3.12", "@types/chai": "^4.3.12",
@@ -74,7 +74,6 @@ const props = defineProps<
uploadCert?: UploadCertProps; uploadCert?: UploadCertProps;
} & ComponentPropsType } & ComponentPropsType
>(); >();
debugger;
const emit = defineEmits<{ const emit = defineEmits<{
"update:value": any; "update:value": any;
}>(); }>();
@@ -141,8 +140,7 @@ const getOptions = async () => {
} }
} }
} }
message.value = "获取中...";
message.value = "";
hasError.value = false; hasError.value = false;
loading.value = true; loading.value = true;
const pageNo = pagerRef.value.pageNo; const pageNo = pagerRef.value.pageNo;
@@ -11,7 +11,17 @@ export type MergeScriptContext = {
export function useReference(formItem: any) { export function useReference(formItem: any) {
if (formItem.mergeScript) { if (formItem.mergeScript) {
const ctx = { const ctx = {
compute, compute: (opts: any) => {
const func = (context: any) => {
let form = context.form || {};
form = form.input || form.body || form.access || form;
return opts({
...context,
form,
});
};
return compute(func);
},
asyncCompute, asyncCompute,
computed, computed,
}; };
@@ -94,9 +94,15 @@ export function setRunnableIds(pipeline: any) {
return JSON.parse(content); return JSON.parse(content);
} }
export function useCertPipelineCreator() { export function useCertPipelineCreator({ formWrapperRef }: { formWrapperRef: Ref<any> }) {
const { t } = useI18n(); const { t } = useI18n();
const { openCrudFormDialog } = useFormWrapper();
function open(opts: any) {
return new Promise((resolve, reject) => {
formWrapperRef.value.open(opts);
});
}
const { openCrudFormDialog } = useFormWrapper({ open });
const pluginStore = usePluginStore(); const pluginStore = usePluginStore();
const settingStore = useSettingStore(); const settingStore = useSettingStore();
@@ -111,10 +117,10 @@ export function useCertPipelineCreator() {
// inputs[inputKey].form.show = true; // inputs[inputKey].form.show = true;
const inputDefine = cloneDeep(certPlugin.input[inputKey]); const inputDefine = cloneDeep(certPlugin.input[inputKey]);
if (inputDefine.maybeNeed) { if (inputDefine.maybeNeed) {
moreParams.push(inputKey); moreParams.push("input." + inputKey);
} }
useReference(inputDefine); useReference(inputDefine);
inputs[inputKey] = { inputs["input." + inputKey] = {
title: inputDefine.title, title: inputDefine.title,
form: { form: {
...inputDefine, ...inputDefine,
@@ -135,17 +141,19 @@ export function useCertPipelineCreator() {
const DEFAULT_RENEW_DAYS = settingStore.sysPublic.defaultCertRenewDays || settingStore.sysPublic.defaultWillExpireDays || 20; const DEFAULT_RENEW_DAYS = settingStore.sysPublic.defaultCertRenewDays || settingStore.sysPublic.defaultWillExpireDays || 20;
merge(inputs, { merge(inputs, {
renewDays: { "input.renewDays": {
form: { form: {
value: DEFAULT_RENEW_DAYS, value: DEFAULT_RENEW_DAYS,
}, },
}, },
}); });
const initialForm = req.initialForm || {};
initialForm.type = certPlugin.name;
return { return {
crudOptions: { crudOptions: {
form: { form: {
initialForm: req.initialForm || {}, initialForm: initialForm,
doSubmit, doSubmit,
wrapper: { wrapper: {
wrapClassName: "cert_pipeline_create_form", wrapClassName: "cert_pipeline_create_form",
@@ -164,44 +172,6 @@ export function useCertPipelineCreator() {
}, },
}, },
columns: { columns: {
// certApplyPlugin: {
// title: t("certd.plugin.selectTitle"),
// type: "dict-select",
// dict: dict({
// data: [
// { value: "CertApply", label: "JS-ACME" },
// { value: "CertApplyLego", label: "Lego-ACME" },
// { value: "CertApplyGetFormAliyun", label: "Aliyun-Order" },
// ],
// }),
// form: {
// order: 0,
// value: "CertApply",
// helper: {
// render: () => {
// return (
// <ul>
// <li>{t("certd.plugin.jsAcme")}</li>
// <li>{t("certd.plugin.legoAcme")}</li>
// <li>{t("certd.plugin.aliyunOrder")}</li>
// </ul>
// );
// },
// },
// valueChange: {
// handle: async ({ form, value }) => {
// const config = await pluginStore.getPluginConfig({
// name: value,
// type: "builtIn",
// });
// if (config.sysSetting?.input) {
// merge(form, config.sysSetting.input);
// }
// },
// immediate: true,
// },
// },
// },
...inputs, ...inputs,
triggerCron: { triggerCron: {
title: t("certd.pipelineForm.triggerCronTitle"), title: t("certd.pipelineForm.triggerCronTitle"),
@@ -346,20 +316,20 @@ export function useCertPipelineCreator() {
await checkPipelineLimit(); await checkPipelineLimit();
//设置系统初始值 //设置系统初始值
const initialForm: any = {}; const initialForm: any = { input: {} };
const pluginSysConfig = await pluginStore.getPluginConfig({ name: req.pluginName, type: "builtIn" }); const pluginSysConfig = await pluginStore.getPluginConfig({ name: req.pluginName, type: "builtIn" });
if (pluginSysConfig.sysSetting?.input) { if (pluginSysConfig.sysSetting?.input) {
for (const key in pluginSysConfig.sysSetting?.input) { for (const key in pluginSysConfig.sysSetting?.input) {
initialForm[key] = pluginSysConfig.sysSetting?.input[key]; initialForm.input[key] = pluginSysConfig.sysSetting?.input[key];
} }
} }
async function doSubmit({ form }: any) { async function doSubmit({ form }: any) {
// const certDetail = readCertDetail(form.cert.crt); // const certDetail = readCertDetail(form.cert.crt);
// 添加certd pipeline // 添加certd pipeline
const pluginInput = omit(form, ["triggerCron", "notification", "notificationTarget", "notificationWhen", "certApplyPlugin", "groupId"]); const pluginInput = form.input;
let pipeline: any = { let pipeline: any = {
title: form.domains[0] + "证书自动化", title: pluginInput.domains[0] + "证书自动化",
runnableType: "pipeline", runnableType: "pipeline",
stages: [ stages: [
{ {
@@ -50,6 +50,7 @@
<div>{{ t("certd.applyCertificate") }}</div> <div>{{ t("certd.applyCertificate") }}</div>
</template> </template>
</fs-crud> </fs-crud>
<fs-form-wrapper ref="formWrapperRef"></fs-form-wrapper>
</fs-page> </fs-page>
</template> </template>
@@ -90,10 +91,9 @@ function onActionbarMoreItemClick(req: { key: string; item: any }) {
openCertApplyDialog({ key: req.key, title: req.item?.title }); openCertApplyDialog({ key: req.key, title: req.item?.title });
} }
const certdFormRef = ref<typeof CertdForm>();
const currentPluginRef = ref(); const currentPluginRef = ref();
provide("getCurrentPluginDefine", () => { provide("getCurrentPluginDefine", () => {
return currentPluginRef.value; return currentPluginRef;
}); });
const addMorePipelineBtns = computed(() => { const addMorePipelineBtns = computed(() => {
@@ -104,7 +104,9 @@ const addMorePipelineBtns = computed(() => {
{ key: "BatchAddPipeline", title: t("certd.pipelinePage.batchAddPipeline"), icon: "ion:duplicate" }, { key: "BatchAddPipeline", title: t("certd.pipelinePage.batchAddPipeline"), icon: "ion:duplicate" },
]; ];
}); });
const { openAddCertdPipelineDialog } = useCertPipelineCreator();
const formWrapperRef = ref<any>();
const { openAddCertdPipelineDialog } = useCertPipelineCreator({ formWrapperRef });
function openCertApplyDialog(req: { key: string; title: string }) { function openCertApplyDialog(req: { key: string; title: string }) {
if (req.key === "AddPipeline") { if (req.key === "AddPipeline") {
crudExpose.openAdd({}); crudExpose.openAdd({});
+6
View File
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.14](https://github.com/certd/certd/compare/v1.39.13...v1.39.14) (2026-05-11)
### Bug Fixes
* 修复启动时报密钥备份不存在的问题 ([c966896](https://github.com/certd/certd/commit/c9668965226af6b54e0e576931dcba8b3d188ef3))
## [1.39.13](https://github.com/certd/certd/compare/v1.39.12...v1.39.13) (2026-05-10) ## [1.39.13](https://github.com/certd/certd/compare/v1.39.12...v1.39.13) (2026-05-10)
### Bug Fixes ### Bug Fixes
+14 -14
View File
@@ -1,6 +1,6 @@
{ {
"name": "@certd/ui-server", "name": "@certd/ui-server",
"version": "1.39.13", "version": "1.39.14",
"description": "fast-server base midway", "description": "fast-server base midway",
"private": true, "private": true,
"type": "module", "type": "module",
@@ -53,20 +53,20 @@
"@aws-sdk/client-sts": "^3.990.0", "@aws-sdk/client-sts": "^3.990.0",
"@azure/arm-dns": "^5.1.0", "@azure/arm-dns": "^5.1.0",
"@azure/identity": "^4.13.1", "@azure/identity": "^4.13.1",
"@certd/acme-client": "^1.39.13", "@certd/acme-client": "^1.39.14",
"@certd/basic": "^1.39.13", "@certd/basic": "^1.39.14",
"@certd/commercial-core": "^1.39.13", "@certd/commercial-core": "^1.39.14",
"@certd/cv4pve-api-javascript": "^8.4.2", "@certd/cv4pve-api-javascript": "^8.4.2",
"@certd/jdcloud": "^1.39.13", "@certd/jdcloud": "^1.39.14",
"@certd/lib-huawei": "^1.39.13", "@certd/lib-huawei": "^1.39.14",
"@certd/lib-k8s": "^1.39.13", "@certd/lib-k8s": "^1.39.14",
"@certd/lib-server": "^1.39.13", "@certd/lib-server": "^1.39.14",
"@certd/midway-flyway-js": "^1.39.13", "@certd/midway-flyway-js": "^1.39.14",
"@certd/pipeline": "^1.39.13", "@certd/pipeline": "^1.39.14",
"@certd/plugin-cert": "^1.39.13", "@certd/plugin-cert": "^1.39.14",
"@certd/plugin-lib": "^1.39.13", "@certd/plugin-lib": "^1.39.14",
"@certd/plugin-plus": "^1.39.13", "@certd/plugin-plus": "^1.39.14",
"@certd/plus-core": "^1.39.13", "@certd/plus-core": "^1.39.14",
"@google-cloud/dns": "^5.3.1", "@google-cloud/dns": "^5.3.1",
"@google-cloud/publicca": "^1.3.0", "@google-cloud/publicca": "^1.3.0",
"@huaweicloud/huaweicloud-sdk-cdn": "^3.1.185", "@huaweicloud/huaweicloud-sdk-cdn": "^3.1.185",
@@ -9,7 +9,7 @@ import { AutoPrint } from "./auto-print.js";
@Autoload() @Autoload()
@Scope(ScopeEnum.Request, { allowDowngrade: true }) @Scope(ScopeEnum.Request, { allowDowngrade: true })
export class AutoRegister { export class AutoARegister { //这个A是必须,让他排在第一个 进行init,否则会被其他init模块抢先注册导致报错
@Inject() @Inject()
autoInitSite: AutoInitSite; autoInitSite: AutoInitSite;
@@ -1,5 +1,5 @@
import { logger } from '@certd/basic'; import { logger } from '@certd/basic';
import { PlusService, SysInstallInfo, SysPrivateSettings, SysSettingsService } from '@certd/lib-server'; import { EncryptService, PlusService, SysInstallInfo, SysPrivateSettings, SysSettingsService } from '@certd/lib-server';
import { Config, Inject, Provide, Scope, ScopeEnum } from '@midwayjs/core'; import { Config, Inject, Provide, Scope, ScopeEnum } from '@midwayjs/core';
import crypto from 'crypto'; import crypto from 'crypto';
import { nanoid } from 'nanoid'; import { nanoid } from 'nanoid';
@@ -22,6 +22,10 @@ export class AutoInitSite {
@Inject() @Inject()
safeService: SafeService; safeService: SafeService;
@Inject()
encryptService: EncryptService;
async init() { async init() {
logger.info('初始化站点开始'); logger.info('初始化站点开始');
await this.startOptimizeDb(); await this.startOptimizeDb();
@@ -50,6 +54,8 @@ export class AutoInitSite {
//加载一次密钥 //加载一次密钥
await this.sysSettingsService.getSecret(); await this.sysSettingsService.getSecret();
//初始化加密服务
await this.encryptService.doInit();
// 授权许可 // 授权许可
try { try {
+98 -65
View File
@@ -867,16 +867,16 @@ importers:
packages/pro/commercial-core: packages/pro/commercial-core:
dependencies: dependencies:
'@certd/basic': '@certd/basic':
specifier: ^1.39.7 specifier: ^1.39.13
version: link:../../core/basic version: link:../../core/basic
'@certd/lib-server': '@certd/lib-server':
specifier: ^1.39.7 specifier: ^1.39.13
version: link:../../libs/lib-server version: link:../../libs/lib-server
'@certd/pipeline': '@certd/pipeline':
specifier: ^1.39.7 specifier: ^1.39.13
version: link:../../core/pipeline version: link:../../core/pipeline
'@certd/plus-core': '@certd/plus-core':
specifier: ^1.39.7 specifier: ^1.39.13
version: link:../plus-core version: link:../plus-core
'@midwayjs/core': '@midwayjs/core':
specifier: 3.20.11 specifier: 3.20.11
@@ -912,6 +912,9 @@ importers:
'@types/chai': '@types/chai':
specifier: ^4.3.3 specifier: ^4.3.3
version: 4.3.20 version: 4.3.20
'@types/mocha':
specifier: ^10.0.1
version: 10.0.10
'@types/node': '@types/node':
specifier: ^18 specifier: ^18
version: 18.19.100 version: 18.19.100
@@ -921,6 +924,9 @@ importers:
'@typescript-eslint/parser': '@typescript-eslint/parser':
specifier: ^8.26.1 specifier: ^8.26.1
version: 8.32.1(eslint@8.57.0)(typescript@5.9.3) version: 8.32.1(eslint@8.57.0)(typescript@5.9.3)
cross-env:
specifier: ^7.0.3
version: 7.0.3
eslint: eslint:
specifier: ^8.24.0 specifier: ^8.24.0
version: 8.57.0 version: 8.57.0
@@ -930,6 +936,12 @@ importers:
eslint-plugin-prettier: eslint-plugin-prettier:
specifier: ^4.2.1 specifier: ^4.2.1
version: 4.2.1(eslint-config-prettier@8.10.0(eslint@8.57.0))(eslint@8.57.0)(prettier@2.8.8) version: 4.2.1(eslint-config-prettier@8.10.0(eslint@8.57.0))(eslint@8.57.0)(prettier@2.8.8)
esmock:
specifier: ^2.7.5
version: 2.7.5
mocha:
specifier: ^10.2.0
version: 10.8.2
prettier: prettier:
specifier: ^2.8.8 specifier: ^2.8.8
version: 2.8.8 version: 2.8.8
@@ -942,6 +954,9 @@ importers:
rollup-plugin-visualizer: rollup-plugin-visualizer:
specifier: ^5.8.2 specifier: ^5.8.2
version: 5.14.0(rollup@3.29.5) version: 5.14.0(rollup@3.29.5)
ts-node:
specifier: ^10.9.2
version: 10.9.2(@types/node@18.19.100)(typescript@5.9.3)
tslib: tslib:
specifier: ^2.8.1 specifier: ^2.8.1
version: 2.8.1 version: 2.8.1
@@ -952,16 +967,16 @@ importers:
packages/pro/plugin-plus: packages/pro/plugin-plus:
dependencies: dependencies:
'@certd/basic': '@certd/basic':
specifier: ^1.39.7 specifier: ^1.39.13
version: link:../../core/basic version: link:../../core/basic
'@certd/pipeline': '@certd/pipeline':
specifier: ^1.39.7 specifier: ^1.39.13
version: link:../../core/pipeline version: link:../../core/pipeline
'@certd/plugin-lib': '@certd/plugin-lib':
specifier: ^1.39.7 specifier: ^1.39.13
version: link:../../plugins/plugin-lib version: link:../../plugins/plugin-lib
'@certd/plus-core': '@certd/plus-core':
specifier: ^1.39.7 specifier: ^1.39.13
version: link:../plus-core version: link:../plus-core
crypto-js: crypto-js:
specifier: ^4.2.0 specifier: ^4.2.0
@@ -1006,6 +1021,9 @@ importers:
chai: chai:
specifier: 4.3.10 specifier: 4.3.10
version: 4.3.10 version: 4.3.10
cross-env:
specifier: ^7.0.3
version: 7.0.3
eslint: eslint:
specifier: ^8.41.0 specifier: ^8.41.0
version: 8.57.0 version: 8.57.0
@@ -1015,6 +1033,9 @@ importers:
eslint-plugin-prettier: eslint-plugin-prettier:
specifier: ^4.2.1 specifier: ^4.2.1
version: 4.2.1(eslint-config-prettier@8.10.0(eslint@8.57.0))(eslint@8.57.0)(prettier@2.8.8) version: 4.2.1(eslint-config-prettier@8.10.0(eslint@8.57.0))(eslint@8.57.0)(prettier@2.8.8)
esmock:
specifier: ^2.7.5
version: 2.7.5
mocha: mocha:
specifier: ^10.2.0 specifier: ^10.2.0
version: 10.8.2 version: 10.8.2
@@ -1027,6 +1048,9 @@ importers:
rollup: rollup:
specifier: ^3.7.4 specifier: ^3.7.4
version: 3.29.5 version: 3.29.5
ts-node:
specifier: ^10.9.2
version: 10.9.2(@types/node@18.19.100)(typescript@5.9.3)
tslib: tslib:
specifier: ^2.8.1 specifier: ^2.8.1
version: 2.8.1 version: 2.8.1
@@ -1037,7 +1061,7 @@ importers:
packages/pro/plus-core: packages/pro/plus-core:
dependencies: dependencies:
'@certd/basic': '@certd/basic':
specifier: ^1.39.7 specifier: ^1.39.13
version: link:../../core/basic version: link:../../core/basic
dayjs: dayjs:
specifier: ^1.11.7 specifier: ^1.11.7
@@ -1070,6 +1094,9 @@ importers:
chai: chai:
specifier: 4.3.10 specifier: 4.3.10
version: 4.3.10 version: 4.3.10
cross-env:
specifier: ^7.0.3
version: 7.0.3
eslint: eslint:
specifier: ^8.41.0 specifier: ^8.41.0
version: 8.57.0 version: 8.57.0
@@ -1079,6 +1106,9 @@ importers:
eslint-plugin-prettier: eslint-plugin-prettier:
specifier: ^4.2.1 specifier: ^4.2.1
version: 4.2.1(eslint-config-prettier@8.10.0(eslint@8.57.0))(eslint@8.57.0)(prettier@2.8.8) version: 4.2.1(eslint-config-prettier@8.10.0(eslint@8.57.0))(eslint@8.57.0)(prettier@2.8.8)
esmock:
specifier: ^2.7.5
version: 2.7.5
mocha: mocha:
specifier: ^10.2.0 specifier: ^10.2.0
version: 10.8.2 version: 10.8.2
@@ -1091,6 +1121,9 @@ importers:
rollup: rollup:
specifier: ^3.7.4 specifier: ^3.7.4
version: 3.29.5 version: 3.29.5
ts-node:
specifier: ^10.9.2
version: 10.9.2(@types/node@18.19.100)(typescript@5.9.3)
tslib: tslib:
specifier: ^2.8.1 specifier: ^2.8.1
version: 2.8.1 version: 2.8.1
@@ -1119,20 +1152,20 @@ importers:
specifier: ^4.1.0 specifier: ^4.1.0
version: 4.1.0 version: 4.1.0
'@fast-crud/editor-code': '@fast-crud/editor-code':
specifier: ^1.27.8 specifier: ^1.28.1
version: 1.27.8 version: 1.28.1
'@fast-crud/fast-crud': '@fast-crud/fast-crud':
specifier: ^1.27.8 specifier: ^1.28.1
version: 1.27.8(vue@3.5.14(typescript@5.9.3)) version: 1.28.1(vue@3.5.14(typescript@5.9.3))
'@fast-crud/fast-extends': '@fast-crud/fast-extends':
specifier: ^1.27.8 specifier: ^1.28.1
version: 1.27.8(aws-crt@1.26.2)(vue@3.5.14(typescript@5.9.3)) version: 1.28.1(aws-crt@1.26.2)(vue@3.5.14(typescript@5.9.3))
'@fast-crud/ui-antdv4': '@fast-crud/ui-antdv4':
specifier: ^1.27.8 specifier: ^1.28.1
version: 1.27.8 version: 1.28.1
'@fast-crud/ui-interface': '@fast-crud/ui-interface':
specifier: ^1.27.8 specifier: ^1.28.1
version: 1.27.8 version: 1.28.1
'@iconify/tailwind': '@iconify/tailwind':
specifier: ^1.2.0 specifier: ^1.2.0
version: 1.2.0 version: 1.2.0
@@ -3651,20 +3684,20 @@ packages:
resolution: {integrity: sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==} resolution: {integrity: sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
'@fast-crud/editor-code@1.27.8': '@fast-crud/editor-code@1.28.1':
resolution: {integrity: sha512-NOIFFMNR+ZZ3dikp6U/V2zDcWcaT+bIq6hV9953keSjLMtbbOcn9PDw/oByac7TXy8l0jCI+4Ee89OepRGqa9Q==} resolution: {integrity: sha512-5BCN916KQ3zn1TbAQJiTdhonBN4i8NWCCYKateuBWnaOM7B7zgULC3+Jncn1JlAnCaH7L+7iYwf8r/XNC0DT7w==}
'@fast-crud/fast-crud@1.27.8': '@fast-crud/fast-crud@1.28.1':
resolution: {integrity: sha512-yv1tg9qxNwFVnvmo882l2fdL0q6tghg5QQ7S5dsjm7wRf4IxFWqLHOnBor7GUbo+fGBxJK5H8DQsK/HB2De/nA==} resolution: {integrity: sha512-E9XwwQsNkP77kqLTJyqy/k1i7KD7cnw6FkJt3fTMl1OsBjp09TY3a4OXEfcsJsk+q/l8/9HzQRDBDhDIcWkROA==}
'@fast-crud/fast-extends@1.27.8': '@fast-crud/fast-extends@1.28.1':
resolution: {integrity: sha512-C9Lc4n/mZp8M5xT+8031rnTh518jfpHsww9PXXnV7XJM/Nleo04rP2rDH5e+J8MVSsZRC5j93TfIjhcLDc/JYg==} resolution: {integrity: sha512-HK2bktH+PYKJlPeTgO9MTIofdpe9g3s2eaBodGo6A7LgXp9U9aTHbfJJsRxzh8DTM8igi71gHg45bTL3DMLYuQ==}
'@fast-crud/ui-antdv4@1.27.8': '@fast-crud/ui-antdv4@1.28.1':
resolution: {integrity: sha512-nig8zAq6DbJNuQ6PkrDJjpNfH2B2R0LDE9foW1krtk1bM5nzn5bIAvJ5MHcVxFYiOwqgzke/m6h7RGquPLbLjg==} resolution: {integrity: sha512-qJinotmWmbd4WdZlkaVv/eRqzbTgIWWQyQgZMK7LlOmRe/83ZpXcq45hap0+pH5UD7ZJrKA5RIIgGFp5+ihvvg==}
'@fast-crud/ui-interface@1.27.8': '@fast-crud/ui-interface@1.28.1':
resolution: {integrity: sha512-qsTHI7QBmgxlO8ZOoTBKN7zZOUhaYyCtPIUQ5/VJiaBhsWDsQMQTn/7rhPXU5WNpjtfdR2cFW7MgTemVmiDvDQ==} resolution: {integrity: sha512-HUUO/SObmkAYnQdSETa4Z+M1YMJvzgQWBmy453iPKApTCxf2hEv4Alj/KuajZuP2sxFNzvsMdaUyAO6vWRBaDw==}
'@fidm/asn1@1.0.4': '@fidm/asn1@1.0.4':
resolution: {integrity: sha512-esd1jyNvRb2HVaQGq2Gg8Z0kbQPXzV9Tq5Z14KNIov6KfFD6PTaRIO8UpcsYiTNzOqJpmyzWgVTrUwFV3UF4TQ==} resolution: {integrity: sha512-esd1jyNvRb2HVaQGq2Gg8Z0kbQPXzV9Tq5Z14KNIov6KfFD6PTaRIO8UpcsYiTNzOqJpmyzWgVTrUwFV3UF4TQ==}
@@ -13980,14 +14013,14 @@ snapshots:
'@aws-sdk/core@3.810.0': '@aws-sdk/core@3.810.0':
dependencies: dependencies:
'@aws-sdk/types': 3.804.0 '@aws-sdk/types': 3.804.0
'@smithy/core': 3.20.0 '@smithy/core': 3.23.0
'@smithy/node-config-provider': 4.3.7 '@smithy/node-config-provider': 4.3.8
'@smithy/property-provider': 4.2.7 '@smithy/property-provider': 4.2.8
'@smithy/protocol-http': 5.3.7 '@smithy/protocol-http': 5.3.8
'@smithy/signature-v4': 5.3.7 '@smithy/signature-v4': 5.3.8
'@smithy/smithy-client': 4.10.2 '@smithy/smithy-client': 4.11.3
'@smithy/types': 4.11.0 '@smithy/types': 4.12.0
'@smithy/util-middleware': 4.2.7 '@smithy/util-middleware': 4.2.8
fast-xml-parser: 4.4.1 fast-xml-parser: 4.4.1
tslib: 2.8.1 tslib: 2.8.1
@@ -14340,15 +14373,15 @@ snapshots:
'@aws-sdk/core': 3.810.0 '@aws-sdk/core': 3.810.0
'@aws-sdk/types': 3.804.0 '@aws-sdk/types': 3.804.0
'@aws-sdk/util-arn-parser': 3.804.0 '@aws-sdk/util-arn-parser': 3.804.0
'@smithy/core': 3.20.0 '@smithy/core': 3.23.0
'@smithy/node-config-provider': 4.3.7 '@smithy/node-config-provider': 4.3.8
'@smithy/protocol-http': 5.3.7 '@smithy/protocol-http': 5.3.8
'@smithy/signature-v4': 5.3.7 '@smithy/signature-v4': 5.3.8
'@smithy/smithy-client': 4.10.2 '@smithy/smithy-client': 4.11.3
'@smithy/types': 4.11.0 '@smithy/types': 4.12.0
'@smithy/util-config-provider': 4.2.0 '@smithy/util-config-provider': 4.2.0
'@smithy/util-middleware': 4.2.7 '@smithy/util-middleware': 4.2.8
'@smithy/util-stream': 4.5.8 '@smithy/util-stream': 4.5.12
'@smithy/util-utf8': 4.2.0 '@smithy/util-utf8': 4.2.0
tslib: 2.8.1 tslib: 2.8.1
@@ -14380,9 +14413,9 @@ snapshots:
'@aws-sdk/core': 3.810.0 '@aws-sdk/core': 3.810.0
'@aws-sdk/types': 3.804.0 '@aws-sdk/types': 3.804.0
'@aws-sdk/util-endpoints': 3.808.0 '@aws-sdk/util-endpoints': 3.808.0
'@smithy/core': 3.20.0 '@smithy/core': 3.23.0
'@smithy/protocol-http': 5.3.7 '@smithy/protocol-http': 5.3.8
'@smithy/types': 4.11.0 '@smithy/types': 4.12.0
tslib: 2.8.1 tslib: 2.8.1
'@aws-sdk/middleware-user-agent@3.964.0': '@aws-sdk/middleware-user-agent@3.964.0':
@@ -14523,10 +14556,10 @@ snapshots:
'@aws-sdk/crt-loader': 3.810.0 '@aws-sdk/crt-loader': 3.810.0
'@aws-sdk/signature-v4-multi-region': 3.810.0 '@aws-sdk/signature-v4-multi-region': 3.810.0
'@aws-sdk/types': 3.804.0 '@aws-sdk/types': 3.804.0
'@smithy/querystring-parser': 4.2.7 '@smithy/querystring-parser': 4.2.8
'@smithy/signature-v4': 5.3.7 '@smithy/signature-v4': 5.3.8
'@smithy/types': 4.11.0 '@smithy/types': 4.12.0
'@smithy/util-middleware': 4.2.7 '@smithy/util-middleware': 4.2.8
tslib: 2.8.1 tslib: 2.8.1
transitivePeerDependencies: transitivePeerDependencies:
- bufferutil - bufferutil
@@ -14538,9 +14571,9 @@ snapshots:
dependencies: dependencies:
'@aws-sdk/middleware-sdk-s3': 3.810.0 '@aws-sdk/middleware-sdk-s3': 3.810.0
'@aws-sdk/types': 3.804.0 '@aws-sdk/types': 3.804.0
'@smithy/protocol-http': 5.3.7 '@smithy/protocol-http': 5.3.8
'@smithy/signature-v4': 5.3.7 '@smithy/signature-v4': 5.3.8
'@smithy/types': 4.11.0 '@smithy/types': 4.12.0
tslib: 2.8.1 tslib: 2.8.1
'@aws-sdk/signature-v4-multi-region@3.964.0': '@aws-sdk/signature-v4-multi-region@3.964.0':
@@ -14578,7 +14611,7 @@ snapshots:
'@aws-sdk/types@3.804.0': '@aws-sdk/types@3.804.0':
dependencies: dependencies:
'@smithy/types': 4.11.0 '@smithy/types': 4.12.0
tslib: 2.8.1 tslib: 2.8.1
'@aws-sdk/types@3.957.0': '@aws-sdk/types@3.957.0':
@@ -14602,8 +14635,8 @@ snapshots:
'@aws-sdk/util-endpoints@3.808.0': '@aws-sdk/util-endpoints@3.808.0':
dependencies: dependencies:
'@aws-sdk/types': 3.804.0 '@aws-sdk/types': 3.804.0
'@smithy/types': 4.11.0 '@smithy/types': 4.12.0
'@smithy/util-endpoints': 3.2.7 '@smithy/util-endpoints': 3.2.8
tslib: 2.8.1 tslib: 2.8.1
'@aws-sdk/util-endpoints@3.957.0': '@aws-sdk/util-endpoints@3.957.0':
@@ -14651,8 +14684,8 @@ snapshots:
dependencies: dependencies:
'@aws-sdk/middleware-user-agent': 3.810.0 '@aws-sdk/middleware-user-agent': 3.810.0
'@aws-sdk/types': 3.804.0 '@aws-sdk/types': 3.804.0
'@smithy/node-config-provider': 4.3.7 '@smithy/node-config-provider': 4.3.8
'@smithy/types': 4.11.0 '@smithy/types': 4.12.0
tslib: 2.8.1 tslib: 2.8.1
optionalDependencies: optionalDependencies:
aws-crt: 1.26.2 aws-crt: 1.26.2
@@ -16109,14 +16142,14 @@ snapshots:
'@eslint/js@8.57.0': {} '@eslint/js@8.57.0': {}
'@fast-crud/editor-code@1.27.8': '@fast-crud/editor-code@1.28.1':
dependencies: dependencies:
js-yaml: 4.1.0 js-yaml: 4.1.0
lodash-es: 4.17.21 lodash-es: 4.17.21
monaco-editor: 0.52.2 monaco-editor: 0.52.2
monaco-yaml: 5.4.0(monaco-editor@0.52.2) monaco-yaml: 5.4.0(monaco-editor@0.52.2)
'@fast-crud/fast-crud@1.27.8(vue@3.5.14(typescript@5.9.3))': '@fast-crud/fast-crud@1.28.1(vue@3.5.14(typescript@5.9.3))':
dependencies: dependencies:
'@iconify/types': 2.0.0 '@iconify/types': 2.0.0
file-saver: 2.0.5 file-saver: 2.0.5
@@ -16126,7 +16159,7 @@ snapshots:
transitivePeerDependencies: transitivePeerDependencies:
- vue - vue
'@fast-crud/fast-extends@1.27.8(aws-crt@1.26.2)(vue@3.5.14(typescript@5.9.3))': '@fast-crud/fast-extends@1.28.1(aws-crt@1.26.2)(vue@3.5.14(typescript@5.9.3))':
dependencies: dependencies:
'@aws-sdk/client-s3': 3.964.0(aws-crt@1.26.2) '@aws-sdk/client-s3': 3.964.0(aws-crt@1.26.2)
'@aws-sdk/s3-request-presigner': 3.964.0 '@aws-sdk/s3-request-presigner': 3.964.0
@@ -16156,9 +16189,9 @@ snapshots:
- utf-8-validate - utf-8-validate
- vue - vue
'@fast-crud/ui-antdv4@1.27.8': {} '@fast-crud/ui-antdv4@1.28.1': {}
'@fast-crud/ui-interface@1.27.8': '@fast-crud/ui-interface@1.28.1':
dependencies: dependencies:
lodash-es: 4.17.21 lodash-es: 4.17.21
+1 -1
View File
@@ -1 +1 @@
00:27 00:22
+1 -1
View File
@@ -1 +1 @@
10:26 00:51