@payrails/web-sdk 5.36.1 → 5.37.0
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/README.md +8 -0
- package/index.js +4 -4
- package/package.json +1 -1
- package/payrails.d.ts +8 -1
- package/payrails.js +4 -4
package/README.md
CHANGED
|
@@ -18,6 +18,14 @@ npm install @payrails/web-sdk
|
|
|
18
18
|
|
|
19
19
|
## Release Notes
|
|
20
20
|
|
|
21
|
+
### 5.37.0
|
|
22
|
+
|
|
23
|
+
- FEATURE: Collect client context used by workflows automatically
|
|
24
|
+
|
|
25
|
+
### 5.36.2
|
|
26
|
+
|
|
27
|
+
- FIX: Missing fields in Stored Payment Instrument type
|
|
28
|
+
|
|
21
29
|
### 5.36.1
|
|
22
30
|
|
|
23
31
|
- FIX: Resolved generic redirect issue with slow loading pages
|