autopub release:

This commit is contained in:
wxzhang 2023-03-30 08:53:55 +08:00
parent a67f0568f0
commit 9521f48ebe
4 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@voerkai18n/cli", "name": "@voerkai18n/cli",
"version": "1.0.69", "version": "1.0.70",
"description": "命令行工具,用来初始化/提取/编译/自动翻译等工具链", "description": "命令行工具,用来初始化/提取/编译/自动翻译等工具链",
"main": "index.js", "main": "index.js",
"homepage": "https://gitee.com/zhangfisher/voerka-i18n", "homepage": "https://gitee.com/zhangfisher/voerka-i18n",
@ -49,5 +49,5 @@
"through2": "^4.0.2", "through2": "^4.0.2",
"vinyl": "^2.2.1" "vinyl": "^2.2.1"
}, },
"lastPublish": "2023-03-29T17:37:18+08:00" "lastPublish": "2023-03-30T08:53:48+08:00"
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@voerkai18n/react", "name": "@voerkai18n/react",
"version": "1.0.23", "version": "1.0.24",
"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-03-29T17:37:08+08:00" "lastPublish": "2023-03-30T08:53:32+08:00"
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@voerkai18n/runtime", "name": "@voerkai18n/runtime",
"version": "1.1.31", "version": "1.1.32",
"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-03-29T17:37:02+08:00" "lastPublish": "2023-03-30T08:53:24+08:00"
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@voerkai18n/vue", "name": "@voerkai18n/vue",
"version": "1.0.26", "version": "1.0.27",
"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-03-29T17:37:37+08:00" "lastPublish": "2023-03-30T08:53:55+08:00"
} }