This commit is contained in:
2021-07-14 15:48:56 +08:00
parent ce4ad6f046
commit 7d02194ac7
16 changed files with 31 additions and 31 deletions

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "@ccms/plugins",
"version": "0.16.0",
"version": "0.16.1",
"description": "MiaoScript plugins package",
"keywords": [
"miaoscript",
@@ -33,9 +33,9 @@
},
"dependencies": {
"@babel/standalone": "^7.14.7",
"@ccms/api": "^0.16.0",
"@ccms/api": "^0.16.1",
"@ccms/container": "^0.16.0",
"@ccms/plugin": "^0.16.0",
"@ccms/plugin": "^0.16.1",
"crypto-js": "^4.0.0"
}
}