This commit is contained in:
2022-11-28 17:30:45 +08:00
parent b39f29de6a
commit d9dffa704d
24 changed files with 69 additions and 69 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ccms/polyfill",
"version": "2.25.1-beta.1",
"version": "2.25.1",
"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": "^2.25.1-beta.1",
"@ccms/nodejs": "^2.25.1-beta.1",
"@ccms/i18n": "^2.25.1",
"@ccms/nodejs": "^2.25.1",
"core-js": "^3.26.1"
},
"devDependencies": {
"@ccms/nashorn": "^2.25.1-beta.1",
"@ccms/nashorn": "^2.25.1",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"typescript": "^4.9.3"