This commit is contained in:
2022-11-28 17:30:45 +08:00
parent b39f29de6a
commit d9dffa704d
24 changed files with 69 additions and 69 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ccms/sponge",
"version": "2.25.1-beta.1",
"version": "2.25.1",
"description": "MiaoScript sponge package",
"keywords": [
"miaoscript",
@ -25,8 +25,8 @@
"typescript": "^4.9.3"
},
"dependencies": {
"@ccms/api": "^2.25.1-beta.1",
"@ccms/common": "^2.25.1-beta.1",
"@ccms/container": "^2.25.1-beta.1"
"@ccms/api": "^2.25.1",
"@ccms/common": "^2.25.1",
"@ccms/container": "^2.25.1"
}
}