n20-common-lib 3.0.60 → 3.0.62

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 (1) hide show
  1. package/package.json +6 -5
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "n20-common-lib",
3
- "version": "3.0.60",
3
+ "version": "3.0.62",
4
4
  "private": false,
5
5
  "scripts": {
6
+ "publish": "npm run build:css && npm version patch && npm publish --tag legacy",
6
7
  "serve": "vue-cli-service serve",
7
8
  "build": "node versionInfo.js && npm run build:css && vue-cli-service build --testTheme",
8
9
  "test:unit": "vue-cli-service test:unit",
@@ -56,6 +57,7 @@
56
57
  "jsencrypt": "^3.3.2",
57
58
  "jsonwebtoken": "^8.5.1",
58
59
  "lz-string": "^1.4.4",
60
+ "ngraph.events": "1.2.2",
59
61
  "normalize.css": "^8.0.1",
60
62
  "numerify": "*",
61
63
  "nzh": "^1.0.12",
@@ -68,8 +70,7 @@
68
70
  "vue-jsonp": "2.0.0",
69
71
  "vuedraggable": "*",
70
72
  "webpack-duplicate-relano-plugin": "^0.1.0",
71
- "xe-utils": "4.0.2",
72
- "ngraph.events": "1.2.2"
73
+ "xe-utils": "4.0.2"
73
74
  },
74
75
  "devDependencies": {
75
76
  "@babel/plugin-proposal-optional-chaining": "^7.14.5",
@@ -101,9 +102,9 @@
101
102
  "jszip": "^3.10.0",
102
103
  "md2vue-loader": "file:./md2vue-loader",
103
104
  "mockjs": "^1.1.0",
104
- "sass": "^1.77.0",
105
105
  "nstc-get-i18n": "^0.0.4",
106
106
  "qiankun": "^2.5.1",
107
+ "sass": "^1.77.0",
107
108
  "sass-loader": "^10.5.2",
108
109
  "screenfull": "^5.1.0",
109
110
  "showdown": "^2.1.0",
@@ -120,8 +121,8 @@
120
121
  "vue-router": "^3.5.2",
121
122
  "vue-template-compiler": "^2.6.11",
122
123
  "vuex": "^3.6.2",
123
- "vxe-table": "3.20.10",
124
124
  "vxe-pc-ui": "3.13.2",
125
+ "vxe-table": "3.20.10",
125
126
  "webpack-bundle-analyzer": "^3.9.0",
126
127
  "xlsx": "0.14.1",
127
128
  "xlsx-style": "^0.8.13"