pull/21/merge v1.0.0
xiaojunnuo 2023-05-24 17:39:40 +08:00
parent d176ab4886
commit 5950e1cae7
12 changed files with 70 additions and 71 deletions

View File

@ -9,5 +9,5 @@
}
},
"npmClient": "pnpm",
"version": "0.3.0"
"version": "1.0.0"
}

View File

@ -3,7 +3,7 @@
"description": "Simple and unopinionated ACME client",
"private": false,
"author": "nmorsman",
"version": "0.3.0",
"version": "1.0.0",
"main": "src/index.js",
"types": "types",
"license": "MIT",

View File

@ -1,7 +1,7 @@
{
"name": "@certd/pipeline",
"private": false,
"version": "0.3.0",
"version": "1.0.0",
"main": "./src/index.ts",
"module": "./src/index.ts",
"types": "./src/index.ts",
@ -16,7 +16,7 @@
"preview": "vite preview"
},
"dependencies": {
"@certd/acme-client": "^0.3.0",
"@certd/acme-client": "^1.0.0",
"axios": "^0.21.1",
"dayjs": "^1.11.6",
"lodash": "^4.17.21",
@ -38,13 +38,13 @@
"@midwayjs/logger": "^2.17.0",
"@midwayjs/typeorm": "^3.9.0",
"@midwayjs/validate": "^3.9.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/chai": "^4.3.3",
"@types/lodash": "^4.14.194",
"@types/mocha": "^10.0.0",
"@types/node-forge": "^1.3.0",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"@rollup/plugin-typescript": "^11.0.0",
"chai": "^4.3.6",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",

View File

@ -1,7 +1,7 @@
{
"name": "@certd/plugin-aliyun",
"private": false,
"version": "0.3.0",
"version": "1.0.0",
"main": "./src/index.ts",
"module": "./src/index.ts",
"types": "./src/index.ts",
@ -19,24 +19,22 @@
"@alicloud/cs20151215": "^3.0.3",
"@alicloud/openapi-client": "^0.4.0",
"@alicloud/pop-core": "^1.7.10",
"@certd/acme-client": "^0.3.0",
"@certd/acme-client": "^1.0.0",
"@certd/pipeline": "^1.0.0",
"@certd/plugin-cert": "^1.0.0",
"@certd/plugin-util": "^1.0.0",
"dayjs": "^1.11.6",
"lodash": "^4.17.21",
"node-forge": "^0.10.0",
"@certd/pipeline": "^0.3.0",
"@certd/plugin-cert": "^0.3.0",
"@certd/plugin-util": "^0.3.0"
"node-forge": "^0.10.0"
},
"devDependencies": {
"log4js": "^6.7.1",
"@types/lodash": "^4.14.186",
"vue-tsc": "^0.38.9",
"@alicloud/cs20151215": "^3.0.3",
"@alicloud/openapi-client": "^0.4.0",
"@alicloud/pop-core": "^1.7.10",
"@midwayjs/core": "^3.0.0",
"@midwayjs/decorator": "^3.0.0",
"@types/chai": "^4.3.3",
"@types/lodash": "^4.14.186",
"@types/mocha": "^10.0.0",
"@types/node-forge": "^1.3.0",
"@typescript-eslint/eslint-plugin": "^5.38.1",
@ -47,9 +45,11 @@
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"log4js": "^6.7.1",
"mocha": "^10.1.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"vite": "^3.1.0"
"vite": "^3.1.0",
"vue-tsc": "^0.38.9"
}
}

View File

@ -1,7 +1,7 @@
{
"name": "@certd/plugin-all",
"private": false,
"version": "0.3.0",
"version": "1.0.0",
"main": "./src/index.ts",
"module": "./src/index.ts",
"types": "./src/index.ts",
@ -16,23 +16,21 @@
"preview": "vite preview"
},
"dependencies": {
"@certd/plugin-aliyun": "^0.3.0",
"@certd/plugin-tencent": "^0.3.0",
"@certd/plugin-host": "^0.3.0",
"@certd/plugin-cert": "^0.3.0",
"@certd/plugin-huawei": "^0.3.0"
"@certd/plugin-aliyun": "^1.0.0",
"@certd/plugin-cert": "^1.0.0",
"@certd/plugin-host": "^1.0.0",
"@certd/plugin-huawei": "^1.0.0",
"@certd/plugin-tencent": "^1.0.0"
},
"devDependencies": {
"@certd/pipeline": "^0.3.0",
"log4js": "^6.7.1",
"@types/lodash": "^4.14.186",
"vue-tsc": "^0.38.9",
"@alicloud/cs20151215": "^3.0.3",
"@alicloud/openapi-client": "^0.4.0",
"@alicloud/pop-core": "^1.7.10",
"@certd/pipeline": "^1.0.0",
"@midwayjs/core": "^3.0.0",
"@midwayjs/decorator": "^3.0.0",
"@types/chai": "^4.3.3",
"@types/lodash": "^4.14.186",
"@types/mocha": "^10.0.0",
"@types/node-forge": "^1.3.0",
"@typescript-eslint/eslint-plugin": "^5.38.1",
@ -43,9 +41,11 @@
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"log4js": "^6.7.1",
"mocha": "^10.1.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"vite": "^3.1.0"
"vite": "^3.1.0",
"vue-tsc": "^0.38.9"
}
}

View File

@ -1,7 +1,7 @@
{
"name": "@certd/plugin-cert",
"private": false,
"version": "0.3.0",
"version": "1.0.0",
"main": "./src/index.ts",
"module": "./src/index.ts",
"types": "./src/index.ts",
@ -16,35 +16,35 @@
"preview": "vite preview"
},
"dependencies": {
"@certd/acme-client": "^0.3.0",
"node-forge": "^0.10.0",
"@certd/pipeline": "^0.3.0"
"@certd/acme-client": "^1.0.0",
"@certd/pipeline": "^1.0.0",
"node-forge": "^0.10.0"
},
"devDependencies": {
"log4js": "^6.7.1",
"dayjs": "^1.11.6",
"lodash": "^4.17.21",
"@types/lodash": "^4.14.186",
"vue-tsc": "^0.38.9",
"@alicloud/cs20151215": "^3.0.3",
"@alicloud/openapi-client": "^0.4.0",
"@alicloud/pop-core": "^1.7.10",
"@midwayjs/core": "^3.0.0",
"@midwayjs/decorator": "^3.0.0",
"@types/chai": "^4.3.3",
"@types/lodash": "^4.14.186",
"@types/mocha": "^10.0.0",
"@types/node-forge": "^1.3.0",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"chai": "^4.3.6",
"dayjs": "^1.11.6",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"lodash": "^4.17.21",
"log4js": "^6.7.1",
"mocha": "^10.1.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"vite": "^3.1.0"
"vite": "^3.1.0",
"vue-tsc": "^0.38.9"
}
}

View File

@ -1,7 +1,7 @@
{
"name": "@certd/plugin-host",
"private": false,
"version": "0.3.0",
"version": "1.0.0",
"main": "./src/index.ts",
"module": "./src/index.ts",
"types": "./src/index.ts",
@ -16,8 +16,8 @@
"preview": "vite preview"
},
"dependencies": {
"@certd/pipeline": "^0.3.0",
"@certd/plugin-cert": "^0.3.0",
"@certd/pipeline": "^1.0.0",
"@certd/plugin-cert": "^1.0.0",
"ssh2": "^0.8.9"
},
"devDependencies": {

View File

@ -1,7 +1,7 @@
{
"name": "@certd/plugin-huawei",
"private": false,
"version": "0.3.0",
"version": "1.0.0",
"main": "./src/index.ts",
"module": "./src/index.ts",
"types": "./src/index.ts",
@ -16,10 +16,10 @@
"preview": "vite preview"
},
"dependencies": {
"@certd/acme-client": "^0.3.0",
"@certd/pipeline": "^0.3.0",
"@certd/plugin-cert": "^0.3.0",
"@certd/plugin-util": "^0.3.0",
"@certd/acme-client": "^1.0.0",
"@certd/pipeline": "^1.0.0",
"@certd/plugin-cert": "^1.0.0",
"@certd/plugin-util": "^1.0.0",
"axios": "^0.27.2",
"dayjs": "^1.11.6",
"lodash": "^4.17.21",

View File

@ -1,7 +1,7 @@
{
"name": "@certd/plugin-tencent",
"private": false,
"version": "0.3.0",
"version": "1.0.0",
"main": "./src/index.ts",
"module": "./src/index.ts",
"types": "./src/index.ts",
@ -16,37 +16,37 @@
"preview": "vite preview"
},
"dependencies": {
"@certd/pipeline": "^0.3.0",
"@certd/plugin-util": "^0.3.0",
"@certd/plugin-cert": "^0.3.0",
"@certd/pipeline": "^1.0.0",
"@certd/plugin-cert": "^1.0.0",
"@certd/plugin-util": "^1.0.0",
"tencentcloud-sdk-nodejs": "^4.0.44"
},
"devDependencies": {
"log4js": "^6.7.1",
"axios": "^0.21.1",
"dayjs": "^1.9.7",
"lodash": "^4.17.20",
"@types/lodash": "^4.14.186",
"vue-tsc": "^0.38.9",
"@alicloud/cs20151215": "^3.0.3",
"@alicloud/openapi-client": "^0.4.0",
"@alicloud/pop-core": "^1.7.10",
"@midwayjs/core": "^3.0.0",
"@midwayjs/decorator": "^3.0.0",
"@types/chai": "^4.3.3",
"@types/lodash": "^4.14.186",
"@types/mocha": "^10.0.0",
"@types/node-forge": "^1.3.0",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"axios": "^0.21.1",
"chai": "^4.3.6",
"dayjs": "^1.9.7",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"lodash": "^4.17.20",
"log4js": "^6.7.1",
"mocha": "^10.1.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"vite": "^3.1.0"
"vite": "^3.1.0",
"vue-tsc": "^0.38.9"
}
}

View File

@ -1,7 +1,7 @@
{
"name": "@certd/plugin-util",
"private": false,
"version": "0.3.0",
"version": "1.0.0",
"main": "./src/index.ts",
"module": "./src/index.ts",
"types": "./src/index.ts",
@ -16,19 +16,17 @@
"preview": "vite preview"
},
"dependencies": {
"@certd/pipeline": "^0.3.0",
"@certd/pipeline": "^1.0.0",
"kubernetes-client": "^9.0.0"
},
"devDependencies": {
"log4js": "^6.7.1",
"@types/lodash": "^4.14.186",
"vue-tsc": "^0.38.9",
"@alicloud/cs20151215": "^3.0.3",
"@alicloud/openapi-client": "^0.4.0",
"@alicloud/pop-core": "^1.7.10",
"@midwayjs/core": "^3.0.0",
"@midwayjs/decorator": "^3.0.0",
"@types/chai": "^4.3.3",
"@types/lodash": "^4.14.186",
"@types/mocha": "^10.0.0",
"@types/node-forge": "^1.3.0",
"@typescript-eslint/eslint-plugin": "^5.38.1",
@ -39,9 +37,11 @@
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"log4js": "^6.7.1",
"mocha": "^10.1.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"vite": "^3.1.0"
"vite": "^3.1.0",
"vue-tsc": "^0.38.9"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@fast-crud/fs-admin-antdv",
"version": "1.9.2",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite",
@ -20,10 +20,10 @@
"author": "Greper",
"license": "MIT",
"dependencies": {
"@certd/acme-client": "^0.3.0",
"@certd/pipeline": "^0.3.0",
"@ant-design/colors": "^6.0.0",
"@ant-design/icons-vue": "^6.0.1",
"@certd/acme-client": "^1.0.0",
"@certd/pipeline": "^1.0.0",
"@fast-crud/fast-crud": "^1.13.8",
"@fast-crud/fast-extends": "^1.13.8",
"@fast-crud/ui-antdv": "^1.13.8",
@ -44,9 +44,9 @@
"dayjs": "^1.11.7",
"deepdash-es": "5.3.5",
"highlight.js": "^11.7.0",
"humanize-duration": "^3.27.3",
"lodash": "^4.17.15",
"mitt": "^3.0.0",
"humanize-duration": "^3.27.3",
"nanoid": "^4.0.0",
"nprogress": "^0.2.0",
"object-assign": "^4.1.1",

View File

@ -1,6 +1,6 @@
{
"name": "@fast-crud/fs-server-js",
"version": "0.2.0",
"version": "1.0.0",
"description": "fast-server base midway",
"private": true,
"scripts": {
@ -22,19 +22,19 @@
},
"dependencies": {
"@alicloud/pop-core": "^1.7.12",
"@certd/pipeline": "^0.3.0",
"@certd/plugin-all": "^0.3.0",
"@certd/plugin-cert": "^0.3.0",
"@certd/pipeline": "^1.0.0",
"@certd/plugin-all": "^1.0.0",
"@certd/plugin-cert": "^1.0.0",
"@koa/cors": "^3.4.3",
"@midwayjs/bootstrap": "^3.9.1",
"@midwayjs/cache": "^3.9.0",
"@midwayjs/core": "^3.9.0",
"@midwayjs/decorator": "^3.9.0",
"@midwayjs/i18n": "^3.9.0",
"@midwayjs/koa": "^3.9.0",
"@midwayjs/logger": "^2.17.0",
"@midwayjs/typeorm": "^3.9.5",
"@midwayjs/validate": "^3.9.0",
"@midwayjs/i18n": "^3.9.0",
"@types/cache-manager": "^3.4.3",
"cache-manager": "^3.6.3",
"dayjs": "^1.11.7",
@ -68,7 +68,6 @@
"engines": {
"node": ">=12.0.0"
},
"midway-bin-clean": [
".vscode/.tsbuildinfo",
"dist"