@siemens/element-translate-ng 47.2.0 → 47.4.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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
  - Angular localize
7
7
  - Other frameworks in the future
8
8
 
9
- See [here](https://element.siemens.io/simpl-element/fundamentals/localization/#translation-in-simpl-element)
9
+ See [here](https://element.siemens.io/fundamentals/localization/#translation-in-element)
10
10
  for details how it works and how to use it.
11
11
 
12
12
  ## Usage
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.2.0",
4
+ "version": "47.4.0",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "repository": {