From a5862fb3f3b073c598ba6af6a8043dc7047ccb5a Mon Sep 17 00:00:00 2001 From: wxzhang Date: Tue, 10 Jan 2023 17:31:46 +0800 Subject: [PATCH] update --- package.json | 3 ++- packages/babel/package.json | 4 ++-- packages/formatters/package.json | 6 +++--- packages/react/package.json | 6 +++--- packages/runtime/package.json | 6 +++--- packages/utils/package.json | 4 ++-- packages/vite/package.json | 4 ++-- packages/vue/package.json | 6 +++--- pnpm-lock.yaml | 23 ++++++++++++++++++++--- 9 files changed, 40 insertions(+), 22 deletions(-) diff --git a/package.json b/package.json index 25316af..dfd8c17 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-commonjs": "^21.0.2", "@vuepress/client": "^2.0.0-beta.49", + "autopub": "^1.0.2", "commander": "^9.0.0", "cross-env": "^7.0.3", "dayjs": "^1.11.0", @@ -47,5 +48,5 @@ "apps" ], "includeDescendants": false - } + } } diff --git a/packages/babel/package.json b/packages/babel/package.json index 626c6ba..951bec4 100644 --- a/packages/babel/package.json +++ b/packages/babel/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/babel", - "version": "1.0.25", + "version": "1.0.26", "description": "Babel插件,实现自动导入t函数和自动文本映射", "main": "index.js", "homepage": "https://gitee.com/zhangfisher/voerka-i18n", @@ -20,5 +20,5 @@ "devDependencies": { "@voerkai18n/autopublish": "workspace:^1.0.2" }, - "lastPublish": "2023-01-10T15:04:00+08:00" + "lastPublish": "2023-01-10T17:30:28+08:00" } \ No newline at end of file diff --git a/packages/formatters/package.json b/packages/formatters/package.json index 0d34d23..a477bf1 100644 --- a/packages/formatters/package.json +++ b/packages/formatters/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/formatters", - "version": "1.0.8", + "version": "1.0.9", "description": "格式化器,提供对要翻译文本的转换功能", "main": "index.js", "scripts": { @@ -19,5 +19,5 @@ "devDependencies": { "@voerkai18n/autopublish": "workspace:^1.0.2" }, - "lastPublish": "2022-09-09T11:35:36.823Z" -} + "lastPublish": "2023-01-10T17:25:40+08:00" +} \ No newline at end of file diff --git a/packages/react/package.json b/packages/react/package.json index 6cb64ae..8f80443 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/react", - "version": "1.0.4", + "version": "1.0.5", "description": "React支持,提供语言切换等功能", "main": "index.js", "typings": "index.d.ts", @@ -16,5 +16,5 @@ "devDependencies": { "@voerkai18n/autopublish": "workspace:^1.0.2" }, - "lastPublish": "2022-04-16T01:12:43.670Z" -} + "lastPublish": "2023-01-10T17:31:25+08:00" +} \ No newline at end of file diff --git a/packages/runtime/package.json b/packages/runtime/package.json index c8b59c1..41d3fd8 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/runtime", - "version": "1.1.8", + "version": "1.1.9", "description": "核心运行时", "main": "./dist/index.cjs", "module": "./dist/index.esm.js", @@ -37,5 +37,5 @@ "rollup-plugin-clear": "^2.0.7", "rollup-plugin-terser": "^7.0.2" }, - "lastPublish": "2023-01-10T15:03:14+08:00" -} + "lastPublish": "2023-01-10T17:25:34+08:00" +} \ No newline at end of file diff --git a/packages/utils/package.json b/packages/utils/package.json index ba71b17..610fac3 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/utils", - "version": "1.0.14", + "version": "1.0.15", "description": "公共工具库", "main": "index.js", "scripts": { @@ -16,5 +16,5 @@ "devDependencies": { "@voerkai18n/autopublish": "workspace:^1.0.2" }, - "lastPublish": "2023-01-10T15:02:50+08:00" + "lastPublish": "2023-01-10T17:25:17+08:00" } \ No newline at end of file diff --git a/packages/vite/package.json b/packages/vite/package.json index ea46f50..4e47f49 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/vite", - "version": "1.0.14", + "version": "1.0.15", "description": "Vite插件,提供自动插入翻译函数和文本映射等功能", "main": "index.js", "scripts": { @@ -15,5 +15,5 @@ "devDependencies": { "@voerkai18n/autopublish": "workspace:^1.0.2" }, - "lastPublish": "2023-01-10T15:04:07+08:00" + "lastPublish": "2023-01-10T17:30:34+08:00" } \ No newline at end of file diff --git a/packages/vue/package.json b/packages/vue/package.json index 9dab7db..feed196 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@voerkai18n/vue", - "version": "1.0.6", + "version": "1.0.8", "description": "Vue3插件,提供自动插件翻译函数和语言切换功能", "main": "index.js", "scripts": { @@ -12,5 +12,5 @@ "devDependencies": { "@voerkai18n/autopublish": "workspace:^1.0.2" }, - "lastPublish": "2022-08-20T12:55:04.788Z" -} + "lastPublish": "2023-01-10T17:31:32+08:00" +} \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ddadda9..8419a77 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -10,7 +10,7 @@ importers: '@rollup/plugin-babel': ^5.3.1 '@rollup/plugin-commonjs': ^21.0.2 '@vuepress/client': ^2.0.0-beta.49 - autopub: link:.yalc\autopub + autopub: ^1.0.2 commander: ^9.0.0 cross-env: ^7.0.3 dayjs: ^1.11.0 @@ -32,8 +32,6 @@ importers: vinyl: ^2.2.1 yalc: 1.0.0-pre.53 yorkie: ^2.0.0 - dependencies: - autopub: link:.yalc/autopub devDependencies: '@babel/core': 7.18.10 '@babel/plugin-transform-runtime': 7.18.10_@babel+core@7.18.10 @@ -41,6 +39,7 @@ importers: '@rollup/plugin-babel': 5.3.1_tui6liyexu3zy4m5r2rytc7ixu '@rollup/plugin-commonjs': 21.1.0_rollup@2.77.2 '@vuepress/client': 2.0.0-beta.49 + autopub: 1.0.2 commander: 9.4.0 cross-env: 7.0.3 dayjs: 1.11.4 @@ -3034,6 +3033,20 @@ packages: postcss-value-parser: 4.2.0 dev: true + /autopub/1.0.2: + resolution: {integrity: sha512-TrwUD4HSZqb15iv97eKzjG8HSFhKmp6MwC8QC9aCx9Sd6Y8+LJ6zGOW5hBK57GcUMu1CL/QkHrYXR+uT7qTDvQ==} + hasBin: true + dependencies: + commander: 9.4.0 + dayjs: 1.11.7 + enquirer: 2.3.6 + fast-glob: 3.2.11 + fs-extra: 10.1.0 + logsets: 1.0.20 + semver: 7.3.7 + shelljs: 0.8.5 + dev: true + /axios/0.18.1: resolution: {integrity: sha512-0BfJq4NSfQXd+SkFdrvFbG7addhYSBA2mQwISr46pD6E5iqkWg02RAs8vyTT/j0RTnoYmeXauBuSv1qKwR179g==} deprecated: Critical security vulnerability fixed in v0.21.1. For more information, see https://github.com/axios/axios/pull/3410 @@ -4675,6 +4688,10 @@ packages: /dayjs/1.11.4: resolution: {integrity: sha512-Zj/lPM5hOvQ1Bf7uAvewDaUcsJoI6JmNqmHhHl3nyumwe0XHwt8sWdOVAPACJzCebL8gQCi+K49w7iKWnGwX9g==} + /dayjs/1.11.7: + resolution: {integrity: sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ==} + dev: true + /debug/2.6.9: resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} peerDependencies: