v0.28.0-beta.4

This commit is contained in:
2023-10-25 11:48:18 +08:00
parent 54eaae96bd
commit 9a25362140
21 changed files with 4937 additions and 78 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@ccms/api",
"version": "0.28.0-beta.3",
"version": "0.28.0-beta.4",
"description": "MiaoScript api package",
"keywords": [
"miaoscript",
@@ -22,10 +22,10 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@ccms/i18n": "^0.28.0-beta.3",
"@ccms/common": "^0.28.0-beta.3",
"@ccms/container": "^0.28.0-beta.3",
"@ccms/polyfill": "^0.28.0-beta.3",
"@ccms/common": "^0.28.0-beta.4",
"@ccms/container": "^0.28.0-beta.4",
"@ccms/i18n": "^0.28.0-beta.4",
"@ccms/polyfill": "^0.28.0-beta.4",
"base64-js": "^1.5.1",
"source-map-builder": "^0.0.7"
},