@rangertechnologies/ngnxt 2.1.286 → 2.1.287
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.
|
@@ -774,11 +774,9 @@ class TranslationService {
|
|
|
774
774
|
if (!target[key]) {
|
|
775
775
|
target[key] = {};
|
|
776
776
|
}
|
|
777
|
-
|
|
778
|
-
this.deepMerge(target[key], source[key]); // recursively merge
|
|
779
|
-
}
|
|
777
|
+
this.deepMerge(target[key], source[key]); // recursively merge
|
|
780
778
|
}
|
|
781
|
-
else
|
|
779
|
+
else {
|
|
782
780
|
target[key] = source[key]; // overwrite
|
|
783
781
|
}
|
|
784
782
|
}
|
|
@@ -57535,7 +57533,7 @@ const VERSION = {
|
|
|
57535
57533
|
"semver": null,
|
|
57536
57534
|
"suffix": "68a4eb8b-dirty",
|
|
57537
57535
|
"semverString": null,
|
|
57538
|
-
"version": "2.1.
|
|
57536
|
+
"version": "2.1.287"
|
|
57539
57537
|
};
|
|
57540
57538
|
/* tslint:enable */
|
|
57541
57539
|
|