This commit is contained in:
2020-12-17 17:04:30 +08:00
parent df1646dc15
commit 67aa4302e0
23 changed files with 68 additions and 68 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ccms/plugin",
"version": "0.12.0",
"version": "0.13.0",
"description": "MiaoScript api package",
"keywords": [
"miaoscript",
@ -25,10 +25,10 @@
"typescript": "^4.0.5"
},
"dependencies": {
"@ccms/api": "^0.12.0",
"@ccms/common": "^0.12.0",
"@ccms/container": "^0.12.0",
"@ccms/i18n": "^0.12.0",
"@ccms/api": "^0.13.0",
"@ccms/common": "^0.13.0",
"@ccms/container": "^0.13.0",
"@ccms/i18n": "^0.13.0",
"js-yaml": "^3.14.0"
}
}