refactor: version

master
xiaojunnuo 2021-01-03 21:58:05 +08:00
parent 986fd4b010
commit 9f371df372
4 changed files with 8 additions and 8 deletions

View File

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

View File

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

View File

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

View File

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