@open-pioneer/ogc-features 0.7.0 → 0.8.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.
- package/CHANGELOG.md +15 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @open-pioneer/ogc-features
|
|
2
2
|
|
|
3
|
+
## 0.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- b717121: Update from OL 9 to OL 10.
|
|
8
|
+
- 2fa8020: Update trails core package dependencies.
|
|
9
|
+
|
|
10
|
+
- Also updates Chakra UI to the latest 2.x version and Chakra React Select to version 5.
|
|
11
|
+
- Removes any obsolete references to `@chakra-ui/system`.
|
|
12
|
+
This dependency seems to be no longer required and may lead to duplicate packages in your dependency tree.
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- 49f0207: Update trails core packages to version 2.4.0
|
|
17
|
+
|
|
3
18
|
## 0.7.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "@open-pioneer/ogc-features",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.8.0",
|
|
5
5
|
"description": "This package provides utilities to work with OGC API Features services.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"open-pioneer-trails"
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
"directory": "src/packages/ogc-features"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@open-pioneer/core": "^2.
|
|
18
|
-
"@open-pioneer/http": "^2.
|
|
19
|
-
"ol": "^
|
|
17
|
+
"@open-pioneer/core": "^2.4.0",
|
|
18
|
+
"@open-pioneer/http": "^2.4.0",
|
|
19
|
+
"ol": "^10.2.1",
|
|
20
20
|
"uuid": "^10.0.0"
|
|
21
21
|
},
|
|
22
22
|
"exports": {
|