This commit is contained in:
2021-03-27 11:38:56 +08:00
parent 1bdb324fc4
commit e28d881976
18 changed files with 44 additions and 44 deletions

View File

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