@transmitsecurity/platform-web-sdk 1.18.0 → 1.18.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 +3 -0
- package/dist/drs.cjs +1 -4844
- package/dist/drs.js +1 -4831
- package/dist/ido.cjs +2 -15121
- package/dist/ido.js +2 -15114
- package/dist/idv.cjs +1 -42003
- package/dist/idv.js +1 -41995
- package/dist/index.cjs +2 -55347
- package/dist/index.esm.js +2 -55331
- package/dist/index.umd.js +3 -55354
- package/dist/ts-platform-websdk.js +3 -55353
- package/dist/web-sdk-drs+idv+webauthn+ido.js +2 -2
- package/dist/web-sdk.d.ts +15 -2
- package/dist/webauthn.cjs +1 -1994
- package/dist/webauthn.js +1 -1983
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.18.1 - Oct. 26, 2025
|
|
4
|
+
* feat: Read the strings from IDV backend sdk settings
|
|
5
|
+
|
|
3
6
|
## 1.18.0 - Oct. 19, 2025
|
|
4
7
|
**Fraud Prevention**
|
|
5
8
|
* feat: Temporary multi-clientID support for DRS customers, by supporting `drs.clientId` initialization parameter
|