@kengic/vue 0.32.5-beta.5 → 0.32.5-beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/preinstall.mjs +10 -2
- package/dist/kengic-vue.js +1 -1
- package/package.json +1 -1
package/bin/preinstall.mjs
CHANGED
|
@@ -3,12 +3,20 @@ import chalk from 'chalk';
|
|
|
3
3
|
const REQUIRED_NODE_VERSION = '24.14.1';
|
|
4
4
|
const REQUIRED_PNPM_VERSION = '10.33.0';
|
|
5
5
|
|
|
6
|
-
console.log(
|
|
6
|
+
console.log(
|
|
7
|
+
chalk.blueBright(
|
|
8
|
+
`[${new Date(Date.now() + 1000 * 60 * 60 * 8).toISOString().substring(0, 23).replace('T', ' ')}] [@kengic/vue] PRE-INSTALL | 期望的环境版本为: node@${REQUIRED_NODE_VERSION.padEnd(8, ' ')} 和 pnpm@${REQUIRED_PNPM_VERSION.padEnd(8, ' ')}`,
|
|
9
|
+
),
|
|
10
|
+
);
|
|
7
11
|
|
|
8
12
|
const CURRENT_NODE_VERSION = process.versions.node;
|
|
9
13
|
const CURRENT_PNPM_VERSION = /^pnpm\/(\S+)\s/.exec(process.env.npm_config_user_agent ?? '')?.[1] ?? '';
|
|
10
14
|
|
|
11
|
-
console.log(
|
|
15
|
+
console.log(
|
|
16
|
+
chalk.blueBright(
|
|
17
|
+
`[${new Date(Date.now() + 1000 * 60 * 60 * 8).toISOString().substring(0, 23).replace('T', ' ')}] [@kengic/vue] PRE-INSTALL | 实际的环境版本为: node@${CURRENT_NODE_VERSION.padEnd(8, ' ')} 和 pnpm@${CURRENT_PNPM_VERSION.padEnd(8, ' ')}`,
|
|
18
|
+
),
|
|
19
|
+
);
|
|
12
20
|
|
|
13
21
|
if (CURRENT_NODE_VERSION !== REQUIRED_NODE_VERSION || CURRENT_PNPM_VERSION !== REQUIRED_PNPM_VERSION) {
|
|
14
22
|
process.exit(1);
|
package/dist/kengic-vue.js
CHANGED
|
@@ -100067,7 +100067,7 @@ function _interopRequireDefault(re) {
|
|
|
100067
100067
|
return re && re.__esModule ? re : { default: re };
|
|
100068
100068
|
}
|
|
100069
100069
|
default_1 = zhTW.default = _zhCHT.default;
|
|
100070
|
-
const version = "0.32.5-beta.
|
|
100070
|
+
const version = "0.32.5-beta.6", cs_CZ$1 = {}, en$2 = {
|
|
100071
100071
|
"kg.KgAppSelect.businessManager": "Business Manager",
|
|
100072
100072
|
"kg.KgAppSelect.dataManager": "Data Manager",
|
|
100073
100073
|
"kg.KgAppSelect.sys": "System Config",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kengic/vue",
|
|
3
|
-
"version": "0.32.5-beta.
|
|
3
|
+
"version": "0.32.5-beta.6",
|
|
4
4
|
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": "24.14.1",
|