refactor: 0.3.1

master
xiaojunnuo 2022-12-28 12:56:16 +08:00
parent 6950d779e0
commit 7438cea8d1
10 changed files with 33 additions and 33 deletions

2
.gitignore vendored
View File

@ -6,7 +6,7 @@ yarn-error.log
yarn.lock yarn.lock
package-lock.json package-lock.json
/.idea/ /.idea/
**/dist
.idea .idea
*.iml *.iml
out out

View File

@ -1,6 +1,6 @@
{ {
"name": "@certd/api", "name": "@certd/api",
"version": "0.3.0", "version": "0.3.1",
"description": "", "description": "",
"main": "src/index.js", "main": "src/index.js",
"type": "module", "type": "module",

View File

@ -1,6 +1,6 @@
{ {
"name": "@certd/certd", "name": "@certd/certd",
"version": "0.3.0", "version": "0.3.1",
"description": "a ssl cert keeper", "description": "a ssl cert keeper",
"main": "src/index.js", "main": "src/index.js",
"scripts": { "scripts": {
@ -10,8 +10,8 @@
"author": "Greper", "author": "Greper",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@certd/acme-client": "^0.3.0", "@certd/acme-client": "^0.3.1",
"@certd/api": "^0.3.0", "@certd/api": "^0.3.1",
"dayjs": "^1.9.7", "dayjs": "^1.9.7",
"lodash-es": "^4.17.20", "lodash-es": "^4.17.20",
"node-forge": "^0.10.0" "node-forge": "^0.10.0"

View File

@ -1,6 +1,6 @@
{ {
"name": "@certd/executor", "name": "@certd/executor",
"version": "0.3.0", "version": "0.3.1",
"description": "", "description": "",
"main": "src/index.js", "main": "src/index.js",
"scripts": { "scripts": {
@ -10,15 +10,15 @@
}, },
"type": "module", "type": "module",
"dependencies": { "dependencies": {
"@certd/api": "^0.3.0", "@certd/api": "^0.3.1",
"@certd/certd": "^0.3.0", "@certd/certd": "^0.3.1",
"dayjs": "^1.9.7", "dayjs": "^1.9.7",
"lodash-es": "^4.17.20" "lodash-es": "^4.17.20"
}, },
"devDependencies": { "devDependencies": {
"@certd/plugin-aliyun": "^0.3.0", "@certd/plugin-aliyun": "^0.3.1",
"@certd/plugin-host": "^0.3.0", "@certd/plugin-host": "^0.3.1",
"@certd/plugin-tencent": "^0.3.0", "@certd/plugin-tencent": "^0.3.1",
"@rollup/plugin-commonjs": "^17.0.0", "@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-json": "^4.1.0", "@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.0.1", "@rollup/plugin-node-resolve": "^11.0.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "@certd/plugin-aliyun", "name": "@certd/plugin-aliyun",
"version": "0.3.0", "version": "0.3.1",
"description": "", "description": "",
"main": "src/index.js", "main": "src/index.js",
"type": "module", "type": "module",
@ -8,13 +8,13 @@
"@alicloud/cs20151215": "^3.0.3", "@alicloud/cs20151215": "^3.0.3",
"@alicloud/openapi-client": "^0.4.0", "@alicloud/openapi-client": "^0.4.0",
"@alicloud/pop-core": "^1.7.10", "@alicloud/pop-core": "^1.7.10",
"@certd/api": "^0.3.0", "@certd/api": "^0.3.1",
"dayjs": "^1.9.7", "dayjs": "^1.9.7",
"lodash-es": "^4.17.20" "lodash-es": "^4.17.20"
}, },
"devDependencies": { "devDependencies": {
"@certd/certd": "^0.3.0", "@certd/certd": "^0.3.1",
"@certd/plugin-common": "^0.3.0", "@certd/plugin-common": "^0.3.1",
"chai": "^4.2.0", "chai": "^4.2.0",
"eslint": "^7.15.0", "eslint": "^7.15.0",
"eslint-config-standard": "^16.0.2", "eslint-config-standard": "^16.0.2",

View File

@ -1,6 +1,6 @@
{ {
"name": "@certd/plugin-common", "name": "@certd/plugin-common",
"version": "0.3.0", "version": "0.3.1",
"description": "", "description": "",
"main": "src/index.js", "main": "src/index.js",
"type": "module", "type": "module",
@ -8,7 +8,7 @@
"kubernetes-client": "^9.0.0" "kubernetes-client": "^9.0.0"
}, },
"devDependencies": { "devDependencies": {
"@certd/certd": "^0.3.0", "@certd/certd": "^0.3.1",
"chai": "^4.2.0", "chai": "^4.2.0",
"eslint": "^7.15.0", "eslint": "^7.15.0",
"eslint-config-standard": "^16.0.2", "eslint-config-standard": "^16.0.2",

View File

@ -1,17 +1,17 @@
{ {
"name": "@certd/plugin-host", "name": "@certd/plugin-host",
"version": "0.3.0", "version": "0.3.1",
"description": "", "description": "",
"main": "src/index.js", "main": "src/index.js",
"type": "module", "type": "module",
"dependencies": { "dependencies": {
"@certd/api": "^0.3.0", "@certd/api": "^0.3.1",
"dayjs": "^1.9.7", "dayjs": "^1.9.7",
"lodash-es": "^4.17.20", "lodash-es": "^4.17.20",
"ssh2": "^0.8.9" "ssh2": "^0.8.9"
}, },
"devDependencies": { "devDependencies": {
"@certd/certd": "^0.3.0", "@certd/certd": "^0.3.1",
"chai": "^4.2.0", "chai": "^4.2.0",
"eslint": "^7.15.0", "eslint": "^7.15.0",
"eslint-config-standard": "^16.0.2", "eslint-config-standard": "^16.0.2",

View File

@ -1,19 +1,19 @@
{ {
"name": "@certd/plugin-tencent", "name": "@certd/plugin-tencent",
"version": "0.3.0", "version": "0.3.1",
"description": "", "description": "",
"main": "src/index.js", "main": "src/index.js",
"type": "module", "type": "module",
"dependencies": { "dependencies": {
"@certd/api": "^0.3.0", "@certd/api": "^0.3.1",
"@certd/plugin-common": "^0.3.0", "@certd/plugin-common": "^0.3.1",
"dayjs": "^1.9.7", "dayjs": "^1.9.7",
"kubernetes-client": "^9.0.0", "kubernetes-client": "^9.0.0",
"lodash-es": "^4.17.20", "lodash-es": "^4.17.20",
"tencentcloud-sdk-nodejs": "^4.0.44" "tencentcloud-sdk-nodejs": "^4.0.44"
}, },
"devDependencies": { "devDependencies": {
"@certd/certd": "^0.3.0", "@certd/certd": "^0.3.1",
"chai": "^4.2.0", "chai": "^4.2.0",
"eslint": "^7.15.0", "eslint": "^7.15.0",
"eslint-config-standard": "^16.0.2", "eslint-config-standard": "^16.0.2",

View File

@ -10,11 +10,11 @@
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"dependencies": { "dependencies": {
"@certd/api": "^0.3.0", "@certd/api": "^0.3.1",
"@certd/executor": "^0.3.0", "@certd/executor": "^0.3.1",
"@certd/plugin-aliyun": "^0.3.0", "@certd/plugin-aliyun": "^0.3.1",
"@certd/plugin-host": "^0.3.0", "@certd/plugin-host": "^0.3.1",
"@certd/plugin-tencent": "^0.3.0", "@certd/plugin-tencent": "^0.3.1",
"compressing": "^1.5.1", "compressing": "^1.5.1",
"debug": "^4.1.1", "debug": "^4.1.1",
"fs-extra": "^9.1.0", "fs-extra": "^9.1.0",

View File

@ -14,9 +14,9 @@
"author": "greper", "author": "greper",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@certd/executor": "^0.3.0", "@certd/executor": "^0.3.1",
"@certd/plugin-aliyun": "^0.3.0", "@certd/plugin-aliyun": "^0.3.1",
"@certd/plugin-host": "^0.3.0", "@certd/plugin-host": "^0.3.1",
"@certd/plugin-tencent": "^0.3.0" "@certd/plugin-tencent": "^0.3.1"
} }
} }