v0.28.0-beta.2

This commit is contained in:
2023-08-08 18:11:44 +08:00
parent 9cfac1672a
commit e70c78a255
24 changed files with 69 additions and 69 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@ccms/api",
"version": "0.28.0-beta.1",
"version": "0.28.0-beta.2",
"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.1",
"@ccms/container": "^0.28.0-beta.1",
"@ccms/polyfill": "^0.28.0-beta.1",
"@ccms/common": "^0.28.0-beta.2",
"@ccms/container": "^0.28.0-beta.2",
"@ccms/polyfill": "^0.28.0-beta.2",
"base64-js": "^1.5.1",
"source-map-builder": "^0.0.7"
},