@wppconnect/wa-js 2.7.3 → 2.8.0

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.
@@ -1,3 +1,13 @@
1
+ /*!
2
+ * Compressor.js v1.1.1
3
+ * https://fengyuanchen.github.io/compressorjs
4
+ *
5
+ * Copyright 2018-present Chen Fengyuan
6
+ * Released under the MIT license
7
+ *
8
+ * Date: 2021-10-05T02:32:40.212Z
9
+ */
10
+
1
11
  /*!
2
12
  * Copyright 2021 WPPConnect Team
3
13
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wppconnect/wa-js",
3
- "version": "2.7.3",
3
+ "version": "2.8.0",
4
4
  "description": "WPPConnect/WA-JS is an open-source project with the aim of exporting functions from WhatsApp Web",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -39,42 +39,43 @@
39
39
  "watch": "webpack watch --devtool inline-source-map --mode development"
40
40
  },
41
41
  "devDependencies": {
42
- "@commitlint/cli": "^17.0.2",
43
- "@commitlint/config-conventional": "^17.0.2",
44
- "@commitlint/prompt-cli": "^17.0.0",
45
- "@playwright/test": "^1.22.2",
42
+ "@commitlint/cli": "^17.0.3",
43
+ "@commitlint/config-conventional": "^17.0.3",
44
+ "@commitlint/prompt-cli": "^17.0.3",
45
+ "@playwright/test": "^1.23.0",
46
46
  "@types/debug": "^4.1.7",
47
47
  "@types/node": "^16.11.41",
48
48
  "@types/parse-data-url": "^3.0.0",
49
49
  "@types/prettier": "^2.6.3",
50
50
  "@types/shelljs": "^0.8.11",
51
- "@typescript-eslint/eslint-plugin": "^5.28.0",
52
- "@typescript-eslint/parser": "^5.28.0",
53
- "@wppconnect/wa-version": "^1.1.97",
51
+ "@typescript-eslint/eslint-plugin": "^5.30.0",
52
+ "@typescript-eslint/parser": "^5.30.0",
53
+ "@wppconnect/wa-version": "^1.1.98",
54
54
  "buffer": "^6.0.3",
55
+ "compressorjs": "^1.1.1",
55
56
  "conventional-changelog-cli": "^2.2.2",
56
57
  "debug": "^4.3.4",
57
58
  "eslint": "^8.18.0",
58
59
  "eslint-config-prettier": "^8.5.0",
59
60
  "eslint-plugin-header": "^3.1.1",
60
61
  "eslint-plugin-import": "^2.26.0",
61
- "eslint-plugin-prettier": "^4.0.0",
62
+ "eslint-plugin-prettier": "^4.1.0",
62
63
  "eslint-plugin-simple-import-sort": "^7.0.0",
63
64
  "eventemitter2": "^6.4.5",
64
65
  "file-type": "~16.5.3",
65
66
  "husky": "^8.0.1",
66
67
  "parse-data-url": "^4.0.1",
67
- "playwright-chromium": "^1.22.2",
68
+ "playwright-chromium": "^1.23.0",
68
69
  "prettier": "^2.7.1",
69
70
  "pretty-quick": "^3.1.3",
70
- "release-it": "^15.0.0",
71
+ "release-it": "^15.1.0",
71
72
  "shx": "^0.3.4",
72
- "ts-loader": "^9.3.0",
73
+ "ts-loader": "^9.3.1",
73
74
  "ts-morph": "^15.1.0",
74
75
  "ts-node": "^10.8.1",
75
- "typedoc": "^0.22.17",
76
+ "typedoc": "^0.23.1",
76
77
  "typedoc-plugin-mdn-links": "^1.0.6",
77
- "typedoc-plugin-missing-exports": "^0.22.6",
78
+ "typedoc-plugin-missing-exports": "^0.23.0",
78
79
  "typescript": "^4.7.4",
79
80
  "typescript-debounce-decorator": "^0.0.18",
80
81
  "webpack": "^5.73.0",