@pixelpay/sdk-core 2.4.3 → 2.4.4
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 +4 -0
- package/lib/browser/index.js +4 -4
- package/lib/models/Settings.js +1 -1
- package/lib/models/Settings.js.map +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +1 -1
- package/test-node.js +2 -2
- package/tests/Models/Settings.test.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,10 @@ El formato se basa en [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
5
5
|
y este proyecto se adhiere a [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
Tipos de cambios: `Added`, `Changed`, `Deprecated`, `Removed`, `Fixed`, `Security`.
|
|
7
7
|
|
|
8
|
+
## [v2.4.4] - 2025-08-20
|
|
9
|
+
### Changed
|
|
10
|
+
- Se cambia dominio de `pixel-pay.com` a `pixelpay.dev`
|
|
11
|
+
|
|
8
12
|
## [v2.4.3] - 2025-07-02
|
|
9
13
|
### Added
|
|
10
14
|
- Se agregó soporte para router en Checkin/Checkout
|