@fat-zebra/sdk 2.1.3-beta.3 → 2.1.3-beta.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 CHANGED
@@ -5,6 +5,12 @@ All notable changes to the Fat Zebra JS SDK will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [2.1.3] - 2026-07-08
9
+
10
+ ### Fixed
11
+
12
+ - Fixed a race condition during initialisation causing 3DS processing to be skipped intermittently
13
+
8
14
  ## [2.1.2] - 2026-06-17
9
15
 
10
16
  ### Fixed
package/dist/version.js CHANGED
@@ -1,6 +1,6 @@
1
- /*! fatzebra-sdk-commit: 828864458612db5c6d0fcdc0a1cb5cedb0d1717a */
1
+ /*! fatzebra-sdk-commit: 9f17af62eaf77685c66b268a1a8ea80e0a3ec291 */
2
2
  export const version = '1.5.9';
3
3
  // Placeholder replaced at build time by .github/scripts/stamp-version.js with the
4
4
  // deployed commit hash (`git rev-parse HEAD`). Stays as the placeholder for builds
5
5
  // that don't run the stamp step (e.g. local/package builds).
6
- export const commitHash = '828864458612db5c6d0fcdc0a1cb5cedb0d1717a';
6
+ export const commitHash = '9f17af62eaf77685c66b268a1a8ea80e0a3ec291';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fat-zebra/sdk",
3
- "version": "2.1.3-beta.3",
3
+ "version": "2.1.3-beta.4",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {