This commit is contained in:
2022-07-07 00:54:16 +08:00
parent 67fe13deac
commit bdf674b678
24 changed files with 69 additions and 69 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ccms/plugin",
"version": "0.24.0",
"version": "0.24.1",
"description": "MiaoScript plugin package",
"keywords": [
"miaoscript",
@ -26,10 +26,10 @@
"typescript": "^4.6.3"
},
"dependencies": {
"@ccms/api": "^0.24.0",
"@ccms/common": "^0.24.0",
"@ccms/container": "^0.24.0",
"@ccms/i18n": "^0.24.0",
"@ccms/api": "^0.24.1",
"@ccms/common": "^0.24.1",
"@ccms/container": "^0.24.1",
"@ccms/i18n": "^0.24.1",
"@ccms/verify": "^0.21.1",
"crypto-js": "^4.1.1",
"js-yaml": "^4.1.0"