refactor: version

master
xiaojunnuo 2021-01-03 23:35:03 +08:00
parent b0def03790
commit e1396bb107
4 changed files with 8 additions and 8 deletions

View File

@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.1.0"
"version": "0.1.1"
}

View File

@ -1,6 +1,6 @@
{
"name": "@certd/certd",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"main": "./src/index.js",
"scripts": {
@ -11,7 +11,7 @@
"license": "MIT",
"dependencies": {
"@alicloud/pop-core": "^1.7.10",
"@certd/acme-client": "^0.1.0",
"@certd/acme-client": "^0.1.1",
"@types/node": "^14.14.13",
"axios": "^0.21.1",
"dayjs": "^1.9.7",

View File

@ -1,6 +1,6 @@
{
"name": "@certd/executor",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"main": "src/index.js",
"scripts": {
@ -10,8 +10,8 @@
"type": "module",
"dependencies": {
"@alicloud/pop-core": "^1.7.10",
"@certd/certd": "^0.1.0",
"@certd/plugins": "^0.1.0",
"@certd/certd": "^0.1.1",
"@certd/plugins": "^0.1.1",
"@types/node": "^14.14.13",
"dayjs": "^1.9.8",
"lodash": "^4.17.20",

View File

@ -1,6 +1,6 @@
{
"name": "@certd/plugins",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"main": "./src/index.js",
"scripts": {
@ -9,7 +9,7 @@
"type": "module",
"dependencies": {
"@alicloud/pop-core": "^1.7.10",
"@certd/certd": "^0.1.0",
"@certd/certd": "^0.1.1",
"@types/node": "^14.14.13",
"dayjs": "^1.9.7",
"kubernetes-client": "^9.0.0",