@gonsin/gview 1.1.13 → 1.1.15

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gonsin/gview",
3
- "version": "1.1.13",
3
+ "version": "1.1.15",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist",
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "scripts": {
16
16
  "serve": "vue-cli-service serve",
17
- "prebuild": "rimraf dist",
17
+ "prebuild": "rimraf tempDist",
18
18
  "build": "npm run prebuild && cross-env NODE_ENV=production rollup -c",
19
19
  "lint": "vue-cli-service lint"
20
20
  },
@@ -25,10 +25,12 @@
25
25
  "core-js": "^3.8.3",
26
26
  "dayjs": "^1.11.7",
27
27
  "he": "^1.2.0",
28
+ "lodash-es": "^4.17.21",
28
29
  "mustache": "^4.2.0",
30
+ "nanoid": "^4.0.1",
29
31
  "nprogress": "^0.2.0",
30
32
  "qs": "^6.11.0",
31
- "tdesign-vue": "^1.0.5",
33
+ "tdesign-vue": "^1.1.3",
32
34
  "vue": "^2.6.14",
33
35
  "vue-property-decorator": "^9.1.2",
34
36
  "vue-qr": "^4.0.9",