This commit is contained in:
2022-07-17 07:13:54 +08:00
parent 496d278a93
commit 2fe9bce2ea
24 changed files with 69 additions and 69 deletions

View File

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