v0.28.0-beta.11

This commit is contained in:
2025-07-15 18:30:42 +08:00
parent af76fe723c
commit 1ddcf02bbb
21 changed files with 28 additions and 33 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@ccms/i18n",
"version": "0.28.0-beta.10",
"version": "0.28.0-beta.11",
"description": "MiaoScript i18n package",
"keywords": [
"miaoscript",
@@ -24,12 +24,12 @@
"build": "pnpm clean && tsc",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@ccms/nashorn": "workspace:*",
"@types/js-yaml": "^4.0.9"
},
"dependencies": {
"js-yaml": "^4.1.0"
},
"gitHead": "781524f83e52cad26d7c480513e3c525df867121"
}