@wppconnect/wa-version 1.5.3479 → 1.5.3480
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/CHANGELOG.md +5 -0
- package/dist/fetchCurrentVersion.js +0 -1
- package/eslint.config.js +61 -0
- package/html/2.3000.1035387442-alpha.html +81 -0
- package/package.json +13 -12
- package/prettier.config.js +7 -0
- package/versions.json +8 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wppconnect/wa-version",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.3480",
|
|
4
4
|
"description": "List of WhatsApp Web HTML",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"changelog:update": "conventional-changelog -p angular -i CHANGELOG.md -s",
|
|
23
23
|
"clean": "shx rm -rf session dist",
|
|
24
24
|
"commit": "cz",
|
|
25
|
-
"lint": "
|
|
25
|
+
"lint": "eslint src",
|
|
26
26
|
"prepare": "husky install && npm run clean && npm run build",
|
|
27
27
|
"release": "release-it",
|
|
28
28
|
"wa-update": "ts-node ./src/tools/update.ts",
|
|
@@ -30,27 +30,28 @@
|
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"node-fetch": "^2.7.0",
|
|
33
|
-
"semver": "^7.7.
|
|
33
|
+
"semver": "^7.7.4"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@commitlint/cli": "^17.8.1",
|
|
37
37
|
"@commitlint/config-conventional": "^17.8.1",
|
|
38
38
|
"@commitlint/cz-commitlint": "^17.8.1",
|
|
39
|
+
"@eslint/js": "^10.0.1",
|
|
40
|
+
"@tony.ganchev/eslint-plugin-header": "^3.3.3",
|
|
39
41
|
"@types/node": "^16.18.126",
|
|
40
42
|
"@types/node-fetch": "^2.6.13",
|
|
41
43
|
"@types/semver": "^7.7.1",
|
|
42
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
43
|
-
"@typescript-eslint/parser": "^
|
|
44
|
+
"@typescript-eslint/eslint-plugin": "^8.57.1",
|
|
45
|
+
"@typescript-eslint/parser": "^8.57.1",
|
|
44
46
|
"commitizen": "^4.3.1",
|
|
45
47
|
"conventional-changelog-cli": "^4.1.0",
|
|
46
|
-
"eslint": "^
|
|
47
|
-
"eslint-config-prettier": "^
|
|
48
|
-
"eslint-plugin-
|
|
49
|
-
"eslint-plugin-prettier": "^4.2.5",
|
|
48
|
+
"eslint": "^10.0.3",
|
|
49
|
+
"eslint-config-prettier": "^10.1.8",
|
|
50
|
+
"eslint-plugin-prettier": "^5.5.5",
|
|
50
51
|
"execa": "~5.1.1",
|
|
51
|
-
"husky": "^
|
|
52
|
-
"prettier": "^
|
|
53
|
-
"pretty-quick": "^
|
|
52
|
+
"husky": "^9.1.7",
|
|
53
|
+
"prettier": "^3.8.1",
|
|
54
|
+
"pretty-quick": "^4.2.2",
|
|
54
55
|
"release-it": "^15.11.0",
|
|
55
56
|
"shx": "^0.4.0",
|
|
56
57
|
"ts-node": "^10.9.2",
|
package/versions.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"currentBeta": null,
|
|
3
|
-
"currentVersion": "2.3000.
|
|
3
|
+
"currentVersion": "2.3000.1035387442-alpha",
|
|
4
4
|
"versions": [
|
|
5
5
|
{
|
|
6
6
|
"version": "2.3000.1032150017-alpha",
|
|
@@ -1597,7 +1597,13 @@
|
|
|
1597
1597
|
"beta": false,
|
|
1598
1598
|
"released": "2026-03-17T23:53:59.271Z",
|
|
1599
1599
|
"expire": "2026-05-17T23:53:59.271Z"
|
|
1600
|
+
},
|
|
1601
|
+
{
|
|
1602
|
+
"version": "2.3000.1035387442-alpha",
|
|
1603
|
+
"beta": false,
|
|
1604
|
+
"released": "2026-03-18T07:53:54.503Z",
|
|
1605
|
+
"expire": "2026-05-18T07:53:54.503Z"
|
|
1600
1606
|
}
|
|
1601
1607
|
],
|
|
1602
|
-
"currentAlpha": "2.3000.
|
|
1608
|
+
"currentAlpha": "2.3000.1035387442-alpha"
|
|
1603
1609
|
}
|