v0.28.0-beta.7

This commit is contained in:
2023-10-25 16:27:57 +08:00
parent 5f5df3452d
commit 1d26a1e318
20 changed files with 71 additions and 71 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@ccms/polyfill",
"version": "0.28.0-beta.6",
"version": "0.28.0-beta.7",
"description": "MiaoScript polyfill package",
"author": "MiaoWoo <admin@yumc.pw>",
"homepage": "https://github.com/circlecloud/ms.git",
@@ -19,11 +19,11 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@ccms/i18n": "^0.28.0-beta.6",
"@ccms/nodejs": "^0.28.0-beta.6",
"@ccms/i18n": "^0.28.0-beta.7",
"@ccms/nodejs": "^0.28.0-beta.7",
"core-js": "^3.32.2"
},
"devDependencies": {
"@ccms/nashorn": "^0.28.0-beta.6"
"@ccms/nashorn": "^0.28.0-beta.7"
}
}