@masterportal/masterportalapi 2.57.0 → 2.58.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 +8 -0
- package/package.json +2 -3
- package/publiccode.yml +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
|
|
4
4
|
The [Semantic Versioning](https://semver.org/spec/v2.0.0.html) is used.
|
|
5
5
|
|
|
6
|
+
## 2.58.0 - 2026-02-19
|
|
7
|
+
|
|
8
|
+
### Changed
|
|
9
|
+
- The following packages have been updated:
|
|
10
|
+
- dependencies:
|
|
11
|
+
- ol: 10.7.0 to 10.8.0
|
|
12
|
+
---
|
|
13
|
+
|
|
6
14
|
## 2.57.0 - 2026-02-12
|
|
7
15
|
|
|
8
16
|
### Fixed
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@masterportal/masterportalapi",
|
|
3
3
|
"author": "Implementierungspartnerschaft Masterportal <info@masterportal.org> (https://www.masterportal.org)",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.58.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Basic functions of the Masterportal as api",
|
|
7
7
|
"repository": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"core-js": "^3.33.1",
|
|
36
36
|
"dayjs": "^1.11.10",
|
|
37
|
-
"ol": "
|
|
37
|
+
"ol": "10.8.0",
|
|
38
38
|
"ol-mapbox-style": "12.5.0",
|
|
39
39
|
"olcs": "^2.22.1",
|
|
40
40
|
"proj4": "^2.10.0",
|
|
@@ -78,7 +78,6 @@
|
|
|
78
78
|
},
|
|
79
79
|
"homepage": "https://bitbucket.org/geowerkstatt-hamburg/masterportalapi#readme",
|
|
80
80
|
"directories": {
|
|
81
|
-
"doc": "docs",
|
|
82
81
|
"example": "example",
|
|
83
82
|
"test": "test"
|
|
84
83
|
},
|
package/publiccode.yml
CHANGED
|
@@ -81,8 +81,8 @@ maintenance:
|
|
|
81
81
|
name: Masterportal
|
|
82
82
|
platforms:
|
|
83
83
|
- web
|
|
84
|
-
releaseDate: '2026-02-
|
|
84
|
+
releaseDate: '2026-02-19'
|
|
85
85
|
roadmap: 'https://bitbucket.org/geowerkstatt-hamburg/masterportalapi/src/master/'
|
|
86
86
|
softwareType: api
|
|
87
|
-
softwareVersion: 2.
|
|
87
|
+
softwareVersion: 2.58.0
|
|
88
88
|
url: 'https://bitbucket.org/geowerkstatt-hamburg/masterportalapi.git'
|