@open-pioneer/ogc-features 1.3.0-dev.20260519140411 → 1.3.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # @open-pioneer/ogc-features
2
2
 
3
- ## 1.3.0-dev.20260519140411
3
+ ## 1.3.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
7
  - 91cf8f1: Derive request CRS from map CRS.
8
8
  The `crs` property of the layer configuration for OGC API Features layers is now _optional_.
9
9
  - 6f73670: Changes the behavior when no 'attributions' properties is set for OGC API Features layers. In that case, the 'attribution' value provided by the collection metadata is used, if available.
10
- - d54ccfd: Update to Chakra UI 3.34.0
11
- - 206b397: Update to trails core packages 4.5.0
10
+ - d54ccfd: Update to Chakra UI 3.35.0
11
+ - 206b397: Update to trails core packages 4.6.0
12
12
 
13
13
  ### Patch Changes
14
14
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@open-pioneer/ogc-features",
4
- "version": "1.3.0-dev.20260519140411",
4
+ "version": "1.3.0",
5
5
  "description": "This package provides utilities to work with OGC API Features services.",
6
6
  "keywords": [
7
7
  "open-pioneer-trails"
@@ -14,8 +14,8 @@
14
14
  "directory": "src/packages/ogc-features"
15
15
  },
16
16
  "dependencies": {
17
- "@open-pioneer/core": "4.6.0-dev.20260519125519",
18
- "@open-pioneer/http": "4.6.0-dev.20260519125519",
17
+ "@open-pioneer/core": "^4.6.0",
18
+ "@open-pioneer/http": "^4.6.0",
19
19
  "ol": "^10.9.0",
20
20
  "uuid": "^14.0.0"
21
21
  },