@namiml/web-sdk 1.5.10 → 1.5.11
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 +9 -0
- package/dist/nami-web.cjs +13 -13
- package/dist/nami-web.js +13 -13
- package/dist/nami-web.mjs +13 -13
- package/dist/nami-web.umd.js +14 -14
- package/dist/services/storage.service.d.ts +4 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.5.11 (June 18, 2025)
|
|
4
|
+
|
|
5
|
+
## Enhancements
|
|
6
|
+
- Performance improvements for form factor lookups
|
|
7
|
+
|
|
8
|
+
## Bugfixes
|
|
9
|
+
- Fix uninterpolated smart text
|
|
10
|
+
- Fix fallback to in-memory storage on localStorage write failures
|
|
11
|
+
|
|
3
12
|
## 1.5.10 (May 22, 2025)
|
|
4
13
|
|
|
5
14
|
## Enhancements
|