This commit is contained in:
2021-08-03 17:59:49 +08:00
parent cd31f80805
commit 6aedd8e680
16 changed files with 31 additions and 31 deletions

View File

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