@gct-paas/build 0.1.7 → 0.1.8

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/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.1.8] - 2026-04-17
11
+
12
+ ### Added
13
+
14
+ - 新增外部依赖 pinyin-pro
15
+
10
16
  ## [0.1.7] - 2026-04-03
11
17
 
12
18
  ### Added
@@ -12,7 +12,7 @@ const DEFAULT_EXTERNAL = exports.DEFAULT_EXTERNAL = ["@babel/standalone", "espri
12
12
  // 第三方依赖
13
13
  "axios", "dayjs", "lodash-es", "qs", "bignumber.js", "wujie", "@module-federation/runtime", "sql-formatter", "mqtt", "@fingerprintjs/fingerprintjs", "overlayscrollbars", "@jsplumb/browser-ui", "sortablejs", "interactjs", "bwip-js",
14
14
  // 组件库相关依赖
15
- "vuedraggable", "vue-grid-layout", "vant", "ant-design-vue", "vxe-table",
15
+ "vuedraggable", "vue-grid-layout", "vant", "ant-design-vue", "vxe-table", "pinyin-pro",
16
16
  // 图标库相关依赖
17
17
  "@ant-design/icons-vue", "@icon-park/vue-next/es/all", "@icon-park/vue-next/icons.json",
18
18
  // @gct-paas 底包相关依赖
@@ -32,6 +32,7 @@ export const DEFAULT_EXTERNAL = [
32
32
  "vant",
33
33
  "ant-design-vue",
34
34
  "vxe-table",
35
+ "pinyin-pro",
35
36
  // 图标库相关依赖
36
37
  "@ant-design/icons-vue",
37
38
  "@icon-park/vue-next/es/all",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gct-paas/build",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "type": "module",
5
5
  "description": "paas 平台核心包",
6
6
  "main": "dist/index.cjs",
@@ -77,7 +77,7 @@
77
77
  "terser": "^5.46.1",
78
78
  "typescript-eslint": "^8.57.0",
79
79
  "unocss": "66.6.6",
80
- "vite": "^8.0.3",
80
+ "vite": "^8.0.7",
81
81
  "vite-plugin-dts": "^4.5.4",
82
82
  "vite-plugin-lib-inject-css": "^2.2.2",
83
83
  "vite-plugin-static-copy": "^3.3.0",