This commit is contained in:
2023-07-19 17:19:56 +08:00
parent 3f1de332fd
commit d4da57d7aa
25 changed files with 135 additions and 802 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@ccms/api",
"version": "0.27.3",
"version": "0.27.4",
"description": "MiaoScript api package",
"keywords": [
"miaoscript",
@@ -19,9 +19,9 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@ccms/common": "^0.27.3",
"@ccms/container": "^0.27.3",
"@ccms/polyfill": "^0.27.3",
"@ccms/common": "^0.27.4",
"@ccms/container": "^0.27.4",
"@ccms/polyfill": "^0.27.4",
"base64-js": "^1.5.1",
"source-map-builder": "^0.0.7"
},