@siemens/maps-ng 49.0.0-rc.3 → 49.0.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@siemens/maps-ng",
3
3
  "description": "Element maps library based on OpenLayers.",
4
- "version": "49.0.0-rc.3",
4
+ "version": "49.0.0",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -20,8 +20,8 @@
20
20
  "peerDependencies": {
21
21
  "@angular/common": "21",
22
22
  "@angular/core": "21",
23
- "@siemens/element-translate-ng": "49.0.0-rc.3",
24
- "@siemens/element-theme": "49.0.0-rc.3",
23
+ "@siemens/element-translate-ng": "49.0.0",
24
+ "@siemens/element-theme": "49.0.0",
25
25
  "ol": "~10.6.0 || ~10.7.0",
26
26
  "ol-ext": "^4.0.24",
27
27
  "ol-mapbox-style": "^13.1.0"
@@ -114,6 +114,6 @@ You can set a seed for running the tests in a specific using an environment vari
114
114
  The following applies for code and documentation of the git repository,
115
115
  unless explicitly mentioned.
116
116
 
117
- Copyright (c) Siemens 2016 - 2025
117
+ Copyright (c) Siemens 2016 - 2026
118
118
 
119
- MIT, see [LICENSE.md](https://github.com/siemens/element/blob/main/LICENSE.md).
119
+ MIT, see [LICENSE.md](LICENSE.md).
@@ -9,7 +9,7 @@ interface SiTranslatableKeys {
9
9
  }
10
10
 
11
11
  /**
12
- * Copyright (c) Siemens 2016 - 2025
12
+ * Copyright (c) Siemens 2016 - 2026
13
13
  * SPDX-License-Identifier: MIT
14
14
  */
15
15
 
@@ -52,7 +52,7 @@ declare class SiMapTooltipComponent {
52
52
  }
53
53
 
54
54
  /**
55
- * Copyright (c) Siemens 2016 - 2025
55
+ * Copyright (c) Siemens 2016 - 2026
56
56
  * SPDX-License-Identifier: MIT
57
57
  */
58
58
  /** */
@@ -149,7 +149,7 @@ declare class SiMapPopoverComponent {
149
149
  }
150
150
 
151
151
  /**
152
- * Copyright (c) Siemens 2016 - 2025
152
+ * Copyright (c) Siemens 2016 - 2026
153
153
  * SPDX-License-Identifier: MIT
154
154
  */
155
155
  /** */
@@ -182,7 +182,7 @@ declare const POINTS_LAYER = "points-layer";
182
182
  declare const LAYER_NAME = "layerName";
183
183
 
184
184
  /**
185
- * Copyright (c) Siemens 2016 - 2025
185
+ * Copyright (c) Siemens 2016 - 2026
186
186
  * SPDX-License-Identifier: MIT
187
187
  */
188
188
  /** */
@@ -205,7 +205,7 @@ declare class Grouping {
205
205
  }
206
206
 
207
207
  /**
208
- * Copyright (c) Siemens 2016 - 2025
208
+ * Copyright (c) Siemens 2016 - 2026
209
209
  * SPDX-License-Identifier: MIT
210
210
  */
211
211
 
@@ -222,7 +222,7 @@ interface OverlayNativeProperties {
222
222
  }
223
223
 
224
224
  /**
225
- * Copyright (c) Siemens 2016 - 2025
225
+ * Copyright (c) Siemens 2016 - 2026
226
226
  * SPDX-License-Identifier: MIT
227
227
  */
228
228