@wppconnect/wa-version 1.5.3854 → 1.5.3855
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.1034427372-alpha.html +0 -81
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
## <small>1.5.3855 (2026-05-04)</small>
|
|
2
|
+
|
|
3
|
+
- chore: Updated versions.json ([d51e06d](https://github.com/wppconnect-team/wa-version/commit/d51e06d))
|
|
4
|
+
- fix: Removed outdated version: 2.3000.1034427372-alpha ([f39b459](https://github.com/wppconnect-team/wa-version/commit/f39b459))
|
|
5
|
+
|
|
1
6
|
## <small>1.5.3854 (2026-05-04)</small>
|
|
2
7
|
|
|
3
8
|
- fix: Added new version: 2.3000.1038702110-alpha ([b4b4754](https://github.com/wppconnect-team/wa-version/commit/b4b4754))
|
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.1038703982-alpha",
|
|
4
4
|
"versions": [
|
|
5
|
-
{
|
|
6
|
-
"version": "2.3000.1034413161-alpha",
|
|
7
|
-
"beta": false,
|
|
8
|
-
"released": "2026-03-03T23:50:16.559Z",
|
|
9
|
-
"expire": "2026-05-03T23:50:16.559Z"
|
|
10
|
-
},
|
|
11
5
|
{
|
|
12
6
|
"version": "2.3000.1034427372-alpha",
|
|
13
7
|
"beta": false,
|
|
@@ -1857,5 +1851,5 @@
|
|
|
1857
1851
|
"expire": "2026-07-04T02:33:39.975Z"
|
|
1858
1852
|
}
|
|
1859
1853
|
],
|
|
1860
|
-
"currentAlpha": "2.3000.
|
|
1854
|
+
"currentAlpha": "2.3000.1038703982-alpha"
|
|
1861
1855
|
}
|