@open-pioneer/coordinate-viewer 0.5.1 → 0.5.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/coordinate-viewer
2
2
 
3
+ ## 0.5.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.5.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.5.1
4
31
 
5
32
  ### Patch Changes
@@ -2,8 +2,8 @@ import { jsx } from 'react/jsx-runtime';
2
2
  import { Box, Text } from '@open-pioneer/chakra-integration';
3
3
  import { useMapModel, useProjection } from '@open-pioneer/map';
4
4
  import { useCommonComponentProps } from '@open-pioneer/react-utils';
5
- import { unByKey } from 'ol/Observable';
6
- import { transform } from 'ol/proj';
5
+ import { unByKey } from 'ol/Observable.js';
6
+ import { transform } from 'ol/proj.js';
7
7
  import { useIntl } from './_virtual/_virtual-pioneer-module_react-hooks.js';
8
8
  import { useState, useEffect } from 'react';
9
9
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@open-pioneer/coordinate-viewer",
4
- "version": "0.5.1",
4
+ "version": "0.5.3",
5
5
  "description": "This package provides a UI component to show the current coordinates at the users current mouse position.",
6
6
  "keywords": [
7
7
  "open-pioneer-trails"
@@ -14,13 +14,13 @@
14
14
  "directory": "src/packages/coordinate-viewer"
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",
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",
21
22
  "proj4": "^2.9.0",
22
- "@open-pioneer/map": "^0.5.0",
23
- "@open-pioneer/react-utils": "^0.2.2"
23
+ "@open-pioneer/map": "^0.6.0"
24
24
  },
25
25
  "exports": {
26
26
  "./package.json": "./package.json",