This commit is contained in:
2022-10-14 14:12:02 +08:00
parent 1c579c9789
commit 2967c2a1fe
15 changed files with 37 additions and 37 deletions

View File

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