@siemens/maps-ng 49.4.0 → 49.5.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/README.md CHANGED
@@ -105,8 +105,7 @@ tile data provided by maptiler.
105
105
 
106
106
  ### Running Unit Tests
107
107
 
108
- Run `yarn maps:test` to perform the unit tests via [Karma](https://karma-runner.github.io).
109
- You can set a seed for running the tests in a specific using an environment variable: `SEED=71384 yarn maps:test`
108
+ Run `npm run maps:test` to perform the unit tests via [Vitest](https://main.vitest.dev/).
110
109
 
111
110
  ## License
112
111
 
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.4.0",
4
+ "version": "49.5.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.4.0",
24
- "@siemens/element-theme": "49.4.0",
23
+ "@siemens/element-translate-ng": "49.5.0",
24
+ "@siemens/element-theme": "49.5.0",
25
25
  "ol": "~10.6.0 || ~10.7.0 || ~10.8.0",
26
26
  "ol-ext": "^4.0.24",
27
27
  "ol-mapbox-style": "^13.1.0"
@@ -105,8 +105,7 @@ tile data provided by maptiler.
105
105
 
106
106
  ### Running Unit Tests
107
107
 
108
- Run `yarn maps:test` to perform the unit tests via [Karma](https://karma-runner.github.io).
109
- You can set a seed for running the tests in a specific using an environment variable: `SEED=71384 yarn maps:test`
108
+ Run `npm run maps:test` to perform the unit tests via [Vitest](https://main.vitest.dev/).
110
109
 
111
110
  ## License
112
111