@siemens/element-translate-ng 47.5.0 → 47.6.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
@@ -48,7 +48,6 @@ The config file looks like this
48
48
  - `files` is a glob pattern for defining the files to scan
49
49
  - `configs` is an array of configs. For mono-repos building multiple libraries, they can be
50
50
  separated into different configs. All keys are required:
51
-
52
51
  - `name` is a unique name
53
52
  - `locationsPrefix` defines the path prefix of the source files, important to distinguish
54
53
  between different libraries in a mono-repo
@@ -65,4 +64,4 @@ You can set a seed for running the tests in a specific using an environment vari
65
64
 
66
65
  Code and documentation copyright 2024 Siemens AG.
67
66
 
68
- See [LICENSE.md](../../LICENSE.md).
67
+ See [LICENSE.md](https://github.com/siemens/element/blob/main/LICENSE.md).
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": "47.5.0",
4
+ "version": "47.6.0",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "repository": {