uqudosdk-web 4.0.4 → 4.0.5
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 +4 -0
- package/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## 4.0.5
|
|
2
|
+
|
|
3
|
+
- Added support for the new version of the Omani ID for citizens and residents
|
|
4
|
+
|
|
1
5
|
## 4.0.4
|
|
2
6
|
|
|
3
7
|
- Improved internal tracing and analytics to ensure all events are fully flushed before returning control to the application. This prevents trace data from being lost if the application redirects to another page and loses the context of the current page where the SDK was running.
|