This commit is contained in:
2020-12-17 17:04:30 +08:00
parent beef57d85d
commit 3ccc9b3d06
24 changed files with 72 additions and 72 deletions

View File

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