@masterportal/masterportalapi 2.53.0 → 2.54.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 CHANGED
@@ -3,6 +3,12 @@
3
3
 
4
4
  The [Semantic Versioning](https://semver.org/spec/v2.0.0.html) is used.
5
5
 
6
+ ## 2.54.0 - 2025-11-26
7
+
8
+ ### Fixed
9
+ - Restored compatibility for deep imports under @masterportal/masterportalapi/src/* by adding a scoped subpath export in package.json.
10
+ ---
11
+
6
12
  ## 2.53.0 - 2025-11-18
7
13
 
8
14
  ### Changed
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.53.0",
4
+ "version": "2.54.0",
5
5
  "license": "MIT",
6
6
  "description": "Basic functions of the Masterportal as api",
7
7
  "repository": {
@@ -11,7 +11,8 @@
11
11
  "source": "src/index.js",
12
12
  "main": "src/index.js",
13
13
  "exports": {
14
- ".": "./src/index.js"
14
+ ".": "./src/index.js",
15
+ "./src/*": "./src/*"
15
16
  },
16
17
  "targets": {
17
18
  "library": {
@@ -76,7 +77,6 @@
76
77
  },
77
78
  "homepage": "https://bitbucket.org/geowerkstatt-hamburg/masterportalapi#readme",
78
79
  "directories": {
79
- "doc": "docs",
80
80
  "example": "example",
81
81
  "test": "test"
82
82
  },
package/publiccode.yml CHANGED
@@ -81,8 +81,8 @@ maintenance:
81
81
  name: Masterportal
82
82
  platforms:
83
83
  - web
84
- releaseDate: '2025-11-18'
84
+ releaseDate: '2025-11-26'
85
85
  roadmap: 'https://bitbucket.org/geowerkstatt-hamburg/masterportalapi/src/master/'
86
86
  softwareType: api
87
- softwareVersion: 2.53.0
87
+ softwareVersion: 2.54.0
88
88
  url: 'https://bitbucket.org/geowerkstatt-hamburg/masterportalapi.git'