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/polyfill",
"version": "0.28.0-beta.2",
"version": "0.28.0-beta.3",
"description": "MiaoScript polyfill package",
"author": "MiaoWoo <admin@yumc.pw>",
"homepage": "https://github.com/circlecloud/ms.git",
@@ -14,12 +14,12 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@ccms/i18n": "^0.28.0-beta.2",
"@ccms/nodejs": "^0.28.0-beta.2",
"@ccms/i18n": "^0.28.0-beta.3",
"@ccms/nodejs": "^0.28.0-beta.3",
"core-js": "^3.27.2"
},
"devDependencies": {
"@ccms/nashorn": "^0.28.0-beta.2",
"@ccms/nashorn": "^0.28.0-beta.3",
"reflect-metadata": "^0.1.13",
"rimraf": "^4.1.2",
"typescript": "^4.9.5"