vue-chat-im 1.1.22-beta.9 → 1.1.23

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": "vue-chat-im",
3
- "version": "1.1.22-beta.9",
3
+ "version": "1.1.23",
4
4
  "private": false,
5
5
  "main": "lib/chatIM.umd.min.js",
6
6
  "scripts": {
@@ -10,9 +10,10 @@
10
10
  "lib": "node --max_old_space_size=8192 node_modules/@vue/cli-service/bin/vue-cli-service.js build --target lib --name chatIM --dest lib src/mains.js"
11
11
  },
12
12
  "devDependencies": {
13
- "@vue/cli-plugin-babel": "~4.5.0",
13
+ "@vue/cli-plugin-babel": "^4.5.19",
14
14
  "@vue/cli-plugin-eslint": "~4.5.0",
15
15
  "@vue/cli-service": "~4.5.0",
16
+ "@zjkj-npm/fest": "^0.1.6",
16
17
  "axios": "^0.19.2",
17
18
  "babel-eslint": "^10.1.0",
18
19
  "babel-plugin-component": "^1.1.1",
@@ -33,8 +34,7 @@
33
34
  "vue": "^2.6.11",
34
35
  "vue-template-compiler": "^2.6.11",
35
36
  "vuex": "^3.5.1",
36
- "webpack-bundle-analyzer": "^4.5.0",
37
- "@zjkj-npm/fest": "^0.1.6"
37
+ "webpack-bundle-analyzer": "^4.5.0"
38
38
  },
39
39
  "eslintConfig": {
40
40
  "root": true,
@@ -56,8 +56,10 @@
56
56
  "not dead"
57
57
  ],
58
58
  "dependencies": {
59
+ "html2canvas": "^1.4.1",
59
60
  "js-pinyin": "^0.1.9",
60
61
  "print-js": "^1.6.0",
62
+ "qrcode": "^1.5.3",
61
63
  "vue-video-player": "^5.0.2",
62
64
  "vuedraggable": "^2.24.3",
63
65
  "webpack-bundle-analyzer": "^4.8.0"