@open-pioneer/editing 1.4.0 → 1.5.0-dev.20260910103330

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 +13 -3
  2. package/package.json +11 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @open-pioneer/editing
2
2
 
3
+ ## 1.5.0-dev.20260910103330
4
+
5
+ ### Minor Changes
6
+
7
+ - f790fda: Update to Chakra 3.37.0
8
+
9
+ ### Patch Changes
10
+
11
+ - 09ec7c7: Updated dependencies
12
+
3
13
  ## 1.4.0
4
14
 
5
15
  ### Minor Changes
@@ -87,9 +97,9 @@
87
97
  - b717121: Update from OL 9 to OL 10.
88
98
  - e7978a8: Removed EditingWorkflowEvent; the state of the EditingWorkflow is now reactive and should be used instead.
89
99
  - 2fa8020: Update trails core package dependencies.
90
- - Also updates Chakra UI to the latest 2.x version and Chakra React Select to version 5.
91
- - Removes any obsolete references to `@chakra-ui/system`.
92
- This dependency seems to be no longer required and may lead to duplicate packages in your dependency tree.
100
+ - Also updates Chakra UI to the latest 2.x version and Chakra React Select to version 5.
101
+ - Removes any obsolete references to `@chakra-ui/system`.
102
+ This dependency seems to be no longer required and may lead to duplicate packages in your dependency tree.
93
103
 
94
104
  ### Patch Changes
95
105
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@open-pioneer/editing",
4
- "version": "1.4.0",
4
+ "version": "1.5.0-dev.20260910103330",
5
5
  "description": "This package provides an editing service that allows to start and handle geometry editing workflows.",
6
6
  "keywords": [
7
7
  "open-pioneer-trails"
@@ -14,12 +14,16 @@
14
14
  "directory": "src/packages/editing"
15
15
  },
16
16
  "dependencies": {
17
- "@conterra/reactivity-core": "^0.8.6",
18
- "@open-pioneer/core": "^4.7.0",
19
- "@open-pioneer/http": "^4.7.0",
20
- "@open-pioneer/runtime": "^4.7.0",
21
- "ol": "^10.9.0",
22
- "@open-pioneer/map": "1.4.0"
17
+ "@conterra/reactivity-core": "^0.8.8",
18
+ "@open-pioneer/core": "4.8.0-dev.20260910101405",
19
+ "@open-pioneer/http": "4.8.0-dev.20260910101405",
20
+ "@open-pioneer/map": "1.5.0-dev.20260910103330",
21
+ "@open-pioneer/runtime": "4.8.0-dev.20260910101405",
22
+ "ol": "^10.10.0"
23
+ },
24
+ "publishConfig": {
25
+ "directory": "dist",
26
+ "linkDirectory": false
23
27
  },
24
28
  "exports": {
25
29
  "./package.json": "./package.json",