@wppconnect/wa-version 1.5.3501 → 1.5.3502
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/package.json +1 -1
- package/versions.json +2 -8
- package/html/2.3000.1032191490-alpha.html +0 -81
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
## <small>1.5.3502 (2026-03-20)</small>
|
|
2
|
+
|
|
3
|
+
- chore: Updated versions.json ([bce966d](https://github.com/wppconnect-team/wa-version/commit/bce966d))
|
|
4
|
+
- fix: Removed outdated version: 2.3000.1032191490-alpha ([10158e2](https://github.com/wppconnect-team/wa-version/commit/10158e2))
|
|
5
|
+
|
|
1
6
|
## <small>1.5.3501 (2026-03-20)</small>
|
|
2
7
|
|
|
3
8
|
- chore: Updated versions.json ([a392297](https://github.com/wppconnect-team/wa-version/commit/a392297))
|
package/package.json
CHANGED
package/versions.json
CHANGED
|
@@ -1,13 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"currentBeta": null,
|
|
3
|
-
"currentVersion": "2.3000.
|
|
3
|
+
"currentVersion": "2.3000.1035608266-alpha",
|
|
4
4
|
"versions": [
|
|
5
|
-
{
|
|
6
|
-
"version": "2.3000.1032180192-alpha",
|
|
7
|
-
"beta": false,
|
|
8
|
-
"released": "2026-01-20T12:41:46.719Z",
|
|
9
|
-
"expire": "2026-03-20T12:41:46.719Z"
|
|
10
|
-
},
|
|
11
5
|
{
|
|
12
6
|
"version": "2.3000.1032191490-alpha",
|
|
13
7
|
"beta": false,
|
|
@@ -1695,5 +1689,5 @@
|
|
|
1695
1689
|
"expire": "2026-05-20T10:34:38.503Z"
|
|
1696
1690
|
}
|
|
1697
1691
|
],
|
|
1698
|
-
"currentAlpha": "2.3000.
|
|
1692
|
+
"currentAlpha": "2.3000.1035608266-alpha"
|
|
1699
1693
|
}
|