@eeacms/volto-widget-geolocation 7.0.2 → 7.0.3

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
@@ -4,11 +4,13 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
- ### [7.0.2](https://github.com/eea/volto-widget-geolocation/compare/7.0.1...7.0.2) - 16 April 2026
7
+ ### [7.0.3](https://github.com/eea/volto-widget-geolocation/compare/7.0.2...7.0.3) - 16 April 2026
8
8
 
9
9
  #### :bug: Bug Fixes
10
10
 
11
- - fix: SSR/HMR crash by loading i18n-iso-countries browser entry [Alin Voinea - [`239fe2a`](https://github.com/eea/volto-widget-geolocation/commit/239fe2af6f7fc377d30a18daa4e45d4b5ef42bc8)]
11
+ - fix: SSR/HMR crash by loading i18n-iso-countries browser entry [Alin Voinea - [`42faa61`](https://github.com/eea/volto-widget-geolocation/commit/42faa61fbc9e9e27ca7a2370d5ccb3774b616918)]
12
+
13
+ ### [7.0.2](https://github.com/eea/volto-widget-geolocation/compare/7.0.1...7.0.2) - 16 April 2026
12
14
 
13
15
  ### [7.0.1](https://github.com/eea/volto-widget-geolocation/compare/7.0.0...7.0.1) - 9 April 2026
14
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-widget-geolocation",
3
- "version": "7.0.2",
3
+ "version": "7.0.3",
4
4
  "description": "volto-widget-geolocation: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -12,7 +12,7 @@ import Icon from '@plone/volto/components/theme/Icon/Icon';
12
12
  import FormFieldWrapper from '@plone/volto/components/manage/Widgets/FormFieldWrapper';
13
13
  import { getProxiedExternalContent } from '@eeacms/volto-corsproxy/actions';
14
14
  import { getCountryCode, makeSearchUrl } from './util';
15
- import countries from 'i18n-iso-countries';
15
+ import countries from 'i18n-iso-countries/index';
16
16
  import zoomSVG from '@plone/volto/icons/zoom.svg';
17
17
  import locales from 'i18n-iso-countries/langs/en.json';
18
18
 
@@ -4,7 +4,7 @@ import {
4
4
  getBioTags,
5
5
  getCountries,
6
6
  } from './util';
7
- import countries from 'i18n-iso-countries';
7
+ import countries from 'i18n-iso-countries/index';
8
8
 
9
9
  describe('getCountryCode', () => {
10
10
  it('returns correct country code with countryName', () => {