@gsc-basic/vite-config 1.1.2 → 1.1.3

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -7,9 +7,9 @@ You shall not disclose such Confidential Information and shall use it only in
7
7
  accordance with the terms of the license agreement.
8
8
 
9
9
  --- Build Info ---
10
- Version: 1.1.1
11
- Build Time: 2026/2/26 17:20:57
12
- Build Commit: 81e556ed827e2f043668506dae6fae8dbb9ef395
10
+ Version: 1.1.2
11
+ Build Time: 2026/3/3 17:22:47
12
+ Build Commit: a388255c630130f5e69ede988a8585cdbdc065c1
13
13
  */
14
14
  import $ from"@vitejs/plugin-vue";import k from"@vitejs/plugin-vue-jsx";import L from"@vitejs/plugin-legacy";import N from"@intlify/unplugin-vue-i18n/vite";import R from"vite-plugin-banner";import{qrcode as z}from"vite-plugin-qrcode";import{mockDevServerPlugin as E}from"vite-plugin-mock-dev-server";import V from"unplugin-info/vite";import _ from"unplugin-turbo-console/vite";import U from"vite-plugin-vue-devtools";import j from"unplugin-icons/vite";function u(e="GSC Scaffolding",r){return{name:"html-injection",transformIndexHtml(t){let i=`${r.lastBuildTime}(v${r.pkg.version})`;return t.replace("</head>",`<title>${e}</title>
15
15
  <meta name="revised" content="${i}" />
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gsc-basic/vite-config",
3
3
  "type": "module",
4
- "version": "1.1.2",
4
+ "version": "1.1.3",
5
5
  "description": "Vite Config for GSC Basic Service",
6
6
  "author": "Lenovo SSG BASD <-GSC_Scaffolding_Support@lenovo.com>",
7
7
  "license": "LicenseRef-Proprietary",
@@ -52,7 +52,7 @@
52
52
  "vite-plugin-mock-dev-server": "^2.0.7",
53
53
  "vite-plugin-qrcode": "^0.3.0",
54
54
  "vite-plugin-vue-devtools": "^8.0.6",
55
- "@gsc-basic/utils": "1.3.0"
55
+ "@gsc-basic/utils": "1.3.1"
56
56
  },
57
57
  "scripts": {
58
58
  "build": "tsup",