master v0.3.0
xiaojunnuo 2022-10-17 17:00:47 +08:00
parent dd2f44bfe9
commit cfb46a7c2b
8 changed files with 23 additions and 23 deletions

View File

@ -4,5 +4,5 @@
"packages/core/*",
"packages/plugins/*"
],
"version": "0.2.2"
"version": "0.3.0"
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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