This commit is contained in:
wxzhang 2023-01-28 16:48:29 +08:00
parent 077af0f207
commit a43a020fa1
12 changed files with 24 additions and 24 deletions

View File

@ -22,7 +22,7 @@
"@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.1.0", "@rollup/plugin-commonjs": "^21.1.0",
"@vuepress/client": "2.0.0-beta.49", "@vuepress/client": "2.0.0-beta.49",
"autopub": "^1.0.11", "autopub": "^1.0.12",
"commander": "^9.4.0", "commander": "^9.4.0",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"dayjs": "^1.11.4", "dayjs": "^1.11.4",

View File

@ -1,6 +1,6 @@
{ {
"name": "@voerkai18n/babel", "name": "@voerkai18n/babel",
"version": "1.0.41", "version": "1.0.42",
"description": "Babel插件实现自动导入t函数和自动文本映射", "description": "Babel插件实现自动导入t函数和自动文本映射",
"main": "index.js", "main": "index.js",
"homepage": "https://gitee.com/zhangfisher/voerka-i18n", "homepage": "https://gitee.com/zhangfisher/voerka-i18n",
@ -17,5 +17,5 @@
"dependencies": { "dependencies": {
"@voerkai18n/utils": "workspace:latest" "@voerkai18n/utils": "workspace:latest"
}, },
"lastPublish": "2023-01-28T16:31:00+08:00" "lastPublish": "2023-01-28T16:39:28+08:00"
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@voerkai18n/cli", "name": "@voerkai18n/cli",
"version": "1.0.56", "version": "1.0.57",
"description": "命令行工具,用来初始化/提取/编译/自动翻译等工具链", "description": "命令行工具,用来初始化/提取/编译/自动翻译等工具链",
"main": "index.js", "main": "index.js",
"homepage": "https://gitee.com/zhangfisher/voerka-i18n", "homepage": "https://gitee.com/zhangfisher/voerka-i18n",
@ -47,5 +47,5 @@
"through2": "^4.0.2", "through2": "^4.0.2",
"vinyl": "^2.2.1" "vinyl": "^2.2.1"
}, },
"lastPublish": "2023-01-28T16:30:50+08:00" "lastPublish": "2023-01-28T16:39:21+08:00"
} }

View File

@ -1,5 +1,5 @@
/** /**
* 通用格式化器 test * 通用格式化器 test test
*/ */
export * from './datetime.formatters.js'; export * from './datetime.formatters.js';
export * from './currency.formatters.js'; export * from './currency.formatters.js';

View File

@ -1,6 +1,6 @@
{ {
"name": "@voerkai18n/formatters", "name": "@voerkai18n/formatters",
"version": "1.0.24", "version": "1.0.25",
"description": "格式化器,提供对要翻译文本的转换功能", "description": "格式化器,提供对要翻译文本的转换功能",
"main": "index.js", "main": "index.js",
"homepage": "https://gitee.com/zhangfisher/voerka-i18n", "homepage": "https://gitee.com/zhangfisher/voerka-i18n",
@ -20,5 +20,5 @@
"dependencies": { "dependencies": {
"dayjs": "^1.11.0" "dayjs": "^1.11.0"
}, },
"lastPublish": "2023-01-28T16:30:31+08:00" "lastPublish": "2023-01-28T16:38:53+08:00"
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@voerkai18n/react", "name": "@voerkai18n/react",
"version": "1.0.20", "version": "1.0.21",
"description": "React支持,提供语言切换等功能", "description": "React支持,提供语言切换等功能",
"main": "index.jsx", "main": "index.jsx",
"typings": "index.d.ts", "typings": "index.d.ts",
@ -22,5 +22,5 @@
"peerDependencies": { "peerDependencies": {
"react": "^17.0.2" "react": "^17.0.2"
}, },
"lastPublish": "2023-01-28T16:30:38+08:00" "lastPublish": "2023-01-28T16:39:10+08:00"
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@voerkai18n/runtime", "name": "@voerkai18n/runtime",
"version": "1.1.28", "version": "1.1.29",
"description": "核心运行时", "description": "核心运行时",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",
"module": "./dist/index.esm.js", "module": "./dist/index.esm.js",
@ -40,5 +40,5 @@
"rollup-plugin-clear": "^2.0.7", "rollup-plugin-clear": "^2.0.7",
"rollup-plugin-terser": "^7.0.2" "rollup-plugin-terser": "^7.0.2"
}, },
"lastPublish": "2023-01-28T16:30:23+08:00" "lastPublish": "2023-01-28T16:38:46+08:00"
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@voerkai18n/utils", "name": "@voerkai18n/utils",
"version": "1.0.29", "version": "1.0.30",
"description": "公共工具库", "description": "公共工具库",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@ -13,5 +13,5 @@
"fs-extra": "^10.0.1", "fs-extra": "^10.0.1",
"shelljs": "^0.8.5" "shelljs": "^0.8.5"
}, },
"lastPublish": "2023-01-28T16:30:08+08:00" "lastPublish": "2023-01-28T16:38:28+08:00"
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@voerkai18n/vite", "name": "@voerkai18n/vite",
"version": "1.0.30", "version": "1.0.31",
"description": "Vite插件,提供自动插入翻译函数和文本映射等功能", "description": "Vite插件,提供自动插入翻译函数和文本映射等功能",
"homepage": "https://gitee.com/zhangfisher/voerka-i18n", "homepage": "https://gitee.com/zhangfisher/voerka-i18n",
"repository": { "repository": {
@ -18,7 +18,7 @@
"dependencies": { "dependencies": {
"@voerkai18n/utils": "workspace:latest" "@voerkai18n/utils": "workspace:latest"
}, },
"lastPublish": "2023-01-28T16:31:10+08:00", "lastPublish": "2023-01-28T16:39:35+08:00",
"devDependencies": { "devDependencies": {
"vite": "^4.0.4" "vite": "^4.0.4"
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@voerkai18n/vue", "name": "@voerkai18n/vue",
"version": "1.0.23", "version": "1.0.24",
"description": "Vue3插件,提供自动插件翻译函数和语言切换功能", "description": "Vue3插件,提供自动插件翻译函数和语言切换功能",
"main": "index.js", "main": "index.js",
"typings": "index.d.ts", "typings": "index.d.ts",
@ -19,5 +19,5 @@
"@voerkai18n/runtime": "workspace:^1.1.16", "@voerkai18n/runtime": "workspace:^1.1.16",
"vue": "latest" "vue": "latest"
}, },
"lastPublish": "2023-01-28T16:31:18+08:00" "lastPublish": "2023-01-28T16:39:43+08:00"
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "voerkai18n-loader", "name": "voerkai18n-loader",
"version": "1.0.10", "version": "1.0.11",
"description": "voerkai18n loader for webpack", "description": "voerkai18n loader for webpack",
"main": "loader.js", "main": "loader.js",
"homepage": "https://gitee.com/zhangfisher/voerka-i18n", "homepage": "https://gitee.com/zhangfisher/voerka-i18n",
@ -20,5 +20,5 @@
"dependencies": { "dependencies": {
"@voerkai18n/utils": "workspace:^1.0.21" "@voerkai18n/utils": "workspace:^1.0.21"
}, },
"lastPublish": "2023-01-28T16:31:24+08:00" "lastPublish": "2023-01-28T16:39:50+08:00"
} }

8
pnpm-lock.yaml generated
View File

@ -10,7 +10,7 @@ importers:
'@rollup/plugin-babel': ^5.3.1 '@rollup/plugin-babel': ^5.3.1
'@rollup/plugin-commonjs': ^21.1.0 '@rollup/plugin-commonjs': ^21.1.0
'@vuepress/client': 2.0.0-beta.49 '@vuepress/client': 2.0.0-beta.49
autopub: ^1.0.11 autopub: ^1.0.12
commander: ^9.4.0 commander: ^9.4.0
cross-env: ^7.0.3 cross-env: ^7.0.3
dayjs: ^1.11.4 dayjs: ^1.11.4
@ -39,7 +39,7 @@ importers:
'@rollup/plugin-babel': 5.3.1_tui6liyexu3zy4m5r2rytc7ixu '@rollup/plugin-babel': 5.3.1_tui6liyexu3zy4m5r2rytc7ixu
'@rollup/plugin-commonjs': 21.1.0_rollup@2.77.2 '@rollup/plugin-commonjs': 21.1.0_rollup@2.77.2
'@vuepress/client': 2.0.0-beta.49 '@vuepress/client': 2.0.0-beta.49
autopub: 1.0.11 autopub: 1.0.12
commander: 9.4.0 commander: 9.4.0
cross-env: 7.0.3 cross-env: 7.0.3
dayjs: 1.11.4 dayjs: 1.11.4
@ -4657,8 +4657,8 @@ packages:
postcss-value-parser: 4.2.0 postcss-value-parser: 4.2.0
dev: true dev: true
/autopub/1.0.11: /autopub/1.0.12:
resolution: {integrity: sha512-NLQDEL78H9F3TF3EaGvB4xZKIrKV0HCYZammYroxsXzVhU3p46uZeLAfHwer0P5sYByW4fesuweZOnj8sF7sBA==} resolution: {integrity: sha512-P7sMC4U4zqadeFdX70NnL/JQ9ZXqUAvZjTdi7pxoSbF07uek06/lZhfEhTOLZHciYikJkf5JyhZ0oQhF42ouqA==}
hasBin: true hasBin: true
dependencies: dependencies:
commander: 9.4.0 commander: 9.4.0