@yarrow-uz/yarrow-map-web-sdk 1.0.45 → 1.0.46

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 CHANGED
@@ -2,6 +2,15 @@
2
2
 
3
3
  All notable changes to this project are documented in this file.
4
4
 
5
+ ## [1.0.46] - 2026-04-06
6
+
7
+ ### Changed
8
+ - Removed `axios` dependency and migrated to native `fetch` API for all HTTP requests.
9
+ - Replaced axios interceptor with `addApiKeyToUrl()` helper to append API key to request URLs.
10
+
11
+ ### Added
12
+ - CSS injection implementation for improved style handling.
13
+
5
14
  ## [1.0.45] - 2026-03-12
6
15
 
7
16
  ### Changed
package/README.md CHANGED
@@ -1036,8 +1036,8 @@ interface SearchOptions {
1036
1036
 
1037
1037
  ## Version Information
1038
1038
 
1039
- - **Current Version**: 1.0.45
1040
- - **Dependencies**: maplibre-gl ^5.19.0, axios ^1.7.9
1039
+ - **Current Version**: 1.0.46
1040
+ - **Dependencies**: maplibre-gl ^5.19.0
1041
1041
  - **Changelog**: `CHANGELOG.md`
1042
1042
 
1043
1043
  ## Support