@siemens/element-translate-ng 49.0.0-rc.4 → 49.1.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.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -57,8 +57,7 @@ The config file looks like this
57
57
 
58
58
  ## Testing
59
59
 
60
- Run `npm run translate:test` to perform the unit tests via [Karma](https://karma-runner.github.io).
61
- You can set a seed for running the tests in a specific using an environment variable: `SEED=71384 npm run translate:test`
60
+ Run `npm run translate:test` to perform the unit tests via [Vitest](https://vitest.dev/).
62
61
 
63
62
  ## License
64
63
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@siemens/element-translate-ng",
3
3
  "description": "Element translation abstraction layer.",
4
- "version": "49.0.0-rc.4",
4
+ "version": "49.1.0",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "repository": {