This commit is contained in:
2022-04-01 17:35:48 +08:00
parent 143c960da5
commit 1b0ea9fa05
24 changed files with 69 additions and 69 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ccms/plugin",
"version": "0.18.0",
"version": "0.19.0",
"description": "MiaoScript api package",
"keywords": [
"miaoscript",
@ -25,10 +25,10 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@ccms/api": "^0.18.0",
"@ccms/common": "^0.18.0",
"@ccms/container": "^0.18.0",
"@ccms/i18n": "^0.18.0",
"@ccms/api": "^0.19.0",
"@ccms/common": "^0.19.0",
"@ccms/container": "^0.19.0",
"@ccms/i18n": "^0.19.0",
"crypto-js": "^4.1.1",
"js-yaml": "^4.1.0",
"yaml": "^1.10.2"