gc_i18n 1.3.7 → 1.3.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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/vite.config.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gc_i18n",
3
- "version": "1.3.7",
3
+ "version": "1.3.8",
4
4
  "type": "module",
5
5
  "main": "./lib/gc_i18n.umd.js",
6
6
  "module": "./lib/gc_i18n.es.js",
@@ -25,7 +25,7 @@
25
25
  "lodash-es": "^4.17.21",
26
26
  "store2": "^2.14.4",
27
27
  "sweetalert2": "^11.26.18",
28
- "vue-demi": "^2.0.0"
28
+ "vue-demi": "^0.14.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@rollup/plugin-terser": "^0.4.4",
package/vite.config.js CHANGED
@@ -24,7 +24,7 @@ export default defineConfig({
24
24
  "vue-demi",
25
25
  "axios",
26
26
  "lodash-es",
27
- "view-ui-plus",
27
+ "view-ui-plus", // 仅 dev 使用,打包不引入,Vue2 宿主安装本库不会拉取
28
28
  "store2",
29
29
  "jsrsasign",
30
30
  "keyboardjs",