@gsc-basic/vite-config 1.1.1 → 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 +4 -4
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.0
11
- Build Time: 2026/2/26 13:54:07
12
- Build Commit: 146647e89e88d3fc8125f46aceb9a611688ea791
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.1",
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",
@@ -28,12 +28,12 @@
28
28
  "./dist"
29
29
  ],
30
30
  "peerDependencies": {
31
- "unocss": "^66.6.1",
31
+ "@iconify/json": "^2.2.443",
32
+ "unocss": "^66.6.2",
32
33
  "vite": "^7.3.1",
33
34
  "vue-router": "^5.0.3"
34
35
  },
35
36
  "dependencies": {
36
- "@iconify/json": "^2.2.443",
37
37
  "@intlify/unplugin-vue-i18n": "^11.0.7",
38
38
  "@plugin-web-update-notification/vite": "^2.0.2",
39
39
  "@vitejs/plugin-legacy": "^7.2.1",
@@ -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",