This commit is contained in:
2023-02-08 16:24:09 +08:00
parent 65832c9fae
commit c2867da047
24 changed files with 69 additions and 69 deletions

View File

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