v0.28.0-beta.3

This commit is contained in:
2023-08-16 11:50:54 +08:00
parent bdad4136ec
commit 0e4ae5d74f
20 changed files with 51 additions and 51 deletions

View File

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