@transmitsecurity/platform-web-sdk 1.17.0 → 1.17.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 +14 -1
- package/dist/web-sdk-drs+idv+webauthn+ido.js +2 -2
- package/dist/web-sdk.d.ts +4 -16
- package/package.json +3 -3
- package/dist/drs.cjs +0 -1
- package/dist/drs.d.ts +0 -235
- package/dist/drs.js +0 -1
- package/dist/ido.cjs +0 -3
- package/dist/ido.d.ts +0 -940
- package/dist/ido.js +0 -3
- package/dist/idv.cjs +0 -1
- package/dist/idv.d.ts +0 -63
- package/dist/idv.js +0 -1
- package/dist/index.cjs +0 -3
- package/dist/index.esm.js +0 -3
- package/dist/index.umd.js +0 -3
- package/dist/ts-platform-websdk.js +0 -3
- package/dist/webauthn.cjs +0 -1
- package/dist/webauthn.d.ts +0 -455
- package/dist/webauthn.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
|
+
|
|
3
|
+
## 1.17.1 – Sep. 14, 2025
|
|
4
|
+
**Fraud Prevention**
|
|
5
|
+
* feat: Improve resilience of building encrypted request's body.
|
|
6
|
+
* feat: Add `missing_config` disabled reason for when the configuration or `sdkEnabled` flag is missing.
|
|
7
|
+
|
|
8
|
+
**Identity Verification**
|
|
9
|
+
* fix: Add translation for approve and retake buttons on selfie capture
|
|
10
|
+
|
|
11
|
+
## 1.17.0 – Aug. 3, 2025
|
|
12
|
+
* feat: Support installing SDK via npm install @transmitsecurity/platform-web-sdk
|
|
13
|
+
|
|
2
14
|
## 1.16.4 - Aug. 3, 2025
|
|
15
|
+
* feat: Provide detailed reasons when the RiskID-SDK is disabled.
|
|
16
|
+
* fix: Improved error handling in device attributes collection
|
|
3
17
|
* fix: Crypto binding - resolved initialization issue in Safari
|
|
4
|
-
* feat: Improved error handling - provide detailed reasons when the RiskID-SDK is disabled.
|
|
5
18
|
|
|
6
19
|
## 1.16.3 - Jul. 13, 2025
|
|
7
20
|
* feat: Deploy a fix for Orchestration (ido) sdk
|