@wppconnect/wa-version 1.5.3683 → 1.5.3685
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 +10 -0
- package/package.json +1 -1
- package/versions.json +2 -14
- package/html/2.3000.1033293791-alpha.html +0 -81
- package/html/2.3000.1033300690-alpha.html +0 -81
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## <small>1.5.3685 (2026-04-11)</small>
|
|
2
|
+
|
|
3
|
+
- chore: Updated versions.json ([810a55e](https://github.com/wppconnect-team/wa-version/commit/810a55e))
|
|
4
|
+
- fix: Removed outdated version: 2.3000.1033300690-alpha ([d152991](https://github.com/wppconnect-team/wa-version/commit/d152991))
|
|
5
|
+
|
|
6
|
+
## <small>1.5.3684 (2026-04-11)</small>
|
|
7
|
+
|
|
8
|
+
- chore: Updated versions.json ([1e6f22c](https://github.com/wppconnect-team/wa-version/commit/1e6f22c))
|
|
9
|
+
- fix: Removed outdated version: 2.3000.1033293791-alpha ([7195b9b](https://github.com/wppconnect-team/wa-version/commit/7195b9b))
|
|
10
|
+
|
|
1
11
|
## <small>1.5.3683 (2026-04-11)</small>
|
|
2
12
|
|
|
3
13
|
- fix: Added new version: 2.3000.1037151346-alpha ([84fe60c](https://github.com/wppconnect-team/wa-version/commit/84fe60c))
|
package/package.json
CHANGED
package/versions.json
CHANGED
|
@@ -1,19 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"currentBeta": null,
|
|
3
|
-
"currentVersion": "2.3000.
|
|
3
|
+
"currentVersion": "2.3000.1037157395-alpha",
|
|
4
4
|
"versions": [
|
|
5
|
-
{
|
|
6
|
-
"version": "2.3000.1033281738-alpha",
|
|
7
|
-
"beta": false,
|
|
8
|
-
"released": "2026-02-11T14:35:33.933Z",
|
|
9
|
-
"expire": "2026-04-11T14:35:33.933Z"
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"version": "2.3000.1033293791-alpha",
|
|
13
|
-
"beta": false,
|
|
14
|
-
"released": "2026-02-11T19:32:57.606Z",
|
|
15
|
-
"expire": "2026-04-11T19:32:57.606Z"
|
|
16
|
-
},
|
|
17
5
|
{
|
|
18
6
|
"version": "2.3000.1033300690-alpha",
|
|
19
7
|
"beta": false,
|
|
@@ -1785,5 +1773,5 @@
|
|
|
1785
1773
|
"expire": "2026-06-11T15:29:58.260Z"
|
|
1786
1774
|
}
|
|
1787
1775
|
],
|
|
1788
|
-
"currentAlpha": "2.3000.
|
|
1776
|
+
"currentAlpha": "2.3000.1037157395-alpha"
|
|
1789
1777
|
}
|