This commit is contained in:
2020-10-02 18:59:52 +08:00
parent 7375e8e2e9
commit 0568a7abbe
21 changed files with 69 additions and 69 deletions

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "@ccms/plugins",
"version": "0.9.7",
"version": "0.9.8",
"description": "MiaoScript plugins package",
"keywords": [
"miaoscript",
@@ -28,8 +28,8 @@
"typescript": "^4.0.3"
},
"dependencies": {
"@ccms/api": "^0.9.5",
"@ccms/container": "^0.9.4",
"@ccms/plugin": "^0.9.7"
"@ccms/api": "^0.9.8",
"@ccms/container": "^0.9.8",
"@ccms/plugin": "^0.9.8"
}
}