v0.28.0-beta.8

This commit is contained in:
2023-10-25 17:47:25 +08:00
parent 9fac585e5e
commit 3e8d1f7029
20 changed files with 71 additions and 71 deletions

View File

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