@open-pioneer/geolocation 1.3.0-dev.20260225083007 → 1.3.0-dev.20260225133423

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,6 +1,6 @@
1
1
  # @open-pioneer/geolocation
2
2
 
3
- ## 1.3.0-dev.20260225083007
3
+ ## 1.3.0-dev.20260225133423
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -12,12 +12,13 @@
12
12
  - Updated dependencies [9b5d5f3]
13
13
  - Updated dependencies [fcbd505]
14
14
  - Updated dependencies [2ceb1ca]
15
+ - Updated dependencies [73453af]
15
16
  - Updated dependencies [fcbd505]
16
17
  - Updated dependencies [d54ccfd]
17
18
  - Updated dependencies [4bcc8ce]
18
19
  - Updated dependencies [2ceb1ca]
19
- - @open-pioneer/map-ui-components@1.3.0-dev.20260225083007
20
- - @open-pioneer/map@1.3.0-dev.20260225083007
20
+ - @open-pioneer/map-ui-components@1.3.0-dev.20260225133423
21
+ - @open-pioneer/map@1.3.0-dev.20260225133423
21
22
 
22
23
  ## 1.2.0
23
24
 
@@ -35,8 +35,12 @@ export declare class GeolocationController {
35
35
  setAccuracyFeatureStyle(styleLike: StyleLike | undefined): void;
36
36
  setMaxZoom(maxZoom: number | undefined): void;
37
37
  getMaxZoom(): number;
38
- getPositionFeature(): Feature<import("ol/geom").Geometry> | undefined;
39
- getAccuracyFeature(): Feature<import("ol/geom").Geometry> | undefined;
38
+ getPositionFeature(): Feature<import("ol/geom").Geometry, {
39
+ [x: string]: any;
40
+ }> | undefined;
41
+ getAccuracyFeature(): Feature<import("ol/geom").Geometry, {
42
+ [x: string]: any;
43
+ }> | undefined;
40
44
  getTrackingOptions(): PositionOptions;
41
45
  getGeolocation(): olGeolocation;
42
46
  private handleGeolocationError;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@open-pioneer/geolocation",
4
- "version": "1.3.0-dev.20260225083007",
4
+ "version": "1.3.0-dev.20260225133423",
5
5
  "description": "This package provides a component to locate a user's position.",
6
6
  "keywords": [
7
7
  "open-pioneer-trails"
@@ -16,16 +16,16 @@
16
16
  "dependencies": {
17
17
  "@conterra/reactivity-core": "^0.8.1",
18
18
  "@chakra-ui/react": "^3.32.0",
19
- "@open-pioneer/core": "4.5.0-dev.20260211105402",
20
- "@open-pioneer/notifier": "4.5.0-dev.20260211105402",
21
- "@open-pioneer/react-utils": "4.5.0-dev.20260211105402",
22
- "@open-pioneer/reactivity": "4.5.0-dev.20260211105402",
23
- "@open-pioneer/runtime": "4.5.0-dev.20260211105402",
24
- "ol": "^10.7.0",
19
+ "@open-pioneer/core": "4.5.0-dev.20260225121659",
20
+ "@open-pioneer/notifier": "4.5.0-dev.20260225121659",
21
+ "@open-pioneer/react-utils": "4.5.0-dev.20260225121659",
22
+ "@open-pioneer/reactivity": "4.5.0-dev.20260225121659",
23
+ "@open-pioneer/runtime": "4.5.0-dev.20260225121659",
24
+ "ol": "^10.8.0",
25
25
  "react": "^19.2.4",
26
26
  "react-icons": "^5.5.0",
27
- "@open-pioneer/map": "1.3.0-dev.20260225083007",
28
- "@open-pioneer/map-ui-components": "1.3.0-dev.20260225083007"
27
+ "@open-pioneer/map": "1.3.0-dev.20260225133423",
28
+ "@open-pioneer/map-ui-components": "1.3.0-dev.20260225133423"
29
29
  },
30
30
  "exports": {
31
31
  "./package.json": "./package.json",