skyflow-js 2.3.3 → 2.4.1

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
@@ -2,6 +2,32 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [2.4.1] - 2025-06-19
6
+ ### Fixed
7
+ - Make `scheme` optional in `CardMetadata`.
8
+
9
+ ## [2.4.0] - 2025-06-19
10
+ ### Added
11
+ - Typescript support for public interfaces.
12
+
13
+ ## [2.3.3] - 2025-06-16
14
+ ### Fixed
15
+ - Expiration date validations.
16
+
17
+ ## [2.3.2] - 2025-06-12
18
+ ### Fixed
19
+ - Refactor stale elements code.
20
+
21
+ ## [2.3.1] - 2025-06-03
22
+ ### Fixed
23
+ - Add check for empty container for collect and reveal.
24
+ ### Changed
25
+ - Update 3DS browser details helper function.
26
+
27
+ ## [2.3.0] - 2025-05-26
28
+ ### Added
29
+ - Iframe refactoring.
30
+
5
31
  ## [2.2.3] - 2025-05-08
6
32
  ### Added
7
33
  - Add overloading method signatures for container initialisation.