@open-pioneer/overview-map 0.4.1 → 0.4.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
@@ -1,5 +1,32 @@
1
1
  # @open-pioneer/overview-map
2
2
 
3
+ ## 0.4.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 28e092a: Update dependencies
8
+ - Updated dependencies [28e092a]
9
+ - Updated dependencies [0d51d2f]
10
+ - Updated dependencies [76f8863]
11
+ - @open-pioneer/map@0.6.0
12
+
13
+ ## 0.4.2
14
+
15
+ ### Patch Changes
16
+
17
+ - 4140646: Update trails dependencies
18
+ - 4140646: Update to react 18.3.1
19
+ - 81bc7da: Update trails dependencies
20
+ - 2c092dc: Update dependencies
21
+ - Updated dependencies [4140646]
22
+ - Updated dependencies [4140646]
23
+ - Updated dependencies [b5bb7a1]
24
+ - Updated dependencies [81bc7da]
25
+ - Updated dependencies [2c092dc]
26
+ - Updated dependencies [4140646]
27
+ - @open-pioneer/react-utils@0.2.3
28
+ - @open-pioneer/map@0.5.1
29
+
3
30
  ## 0.4.1
4
31
 
5
32
  ### Patch Changes
package/OverviewMap.js CHANGED
@@ -2,7 +2,7 @@ import { jsx } from 'react/jsx-runtime';
2
2
  import { useRef, useEffect } from 'react';
3
3
  import { useMapModel } from '@open-pioneer/map';
4
4
  import { Box } from '@open-pioneer/chakra-integration';
5
- import { OverviewMap as OverviewMap$1 } from 'ol/control';
5
+ import { OverviewMap as OverviewMap$1 } from 'ol/control.js';
6
6
  import { useCommonComponentProps } from '@open-pioneer/react-utils';
7
7
 
8
8
  const DEFAULT_HEIGHT = "200px";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@open-pioneer/overview-map",
4
- "version": "0.4.1",
4
+ "version": "0.4.3",
5
5
  "description": "This package offers a UI component with which an overview map can be integrated.",
6
6
  "keywords": [
7
7
  "open-pioneer-trails"
@@ -14,12 +14,12 @@
14
14
  "directory": "src/packages/overview-map"
15
15
  },
16
16
  "peerDependencies": {
17
- "@open-pioneer/chakra-integration": "^1.1.1",
18
- "@open-pioneer/runtime": "^2.1.2",
19
- "ol": "^9.0.0",
20
- "react": "^18.2.0",
21
- "@open-pioneer/map": "^0.5.0",
22
- "@open-pioneer/react-utils": "^0.2.2"
17
+ "@open-pioneer/chakra-integration": "^1.1.3",
18
+ "@open-pioneer/runtime": "^2.1.6",
19
+ "@open-pioneer/react-utils": "^1.0.0",
20
+ "ol": "^9.2.4",
21
+ "react": "^18.3.1",
22
+ "@open-pioneer/map": "^0.6.0"
23
23
  },
24
24
  "exports": {
25
25
  "./package.json": "./package.json",