tnx-shared 5.3.13 → 5.3.14
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/bundles/tnx-shared.umd.js +1 -1
- package/bundles/tnx-shared.umd.js.map +1 -1
- package/bundles/tnx-shared.umd.min.js +1 -1
- package/bundles/tnx-shared.umd.min.js.map +1 -1
- package/esm2015/services/federation.service.js +2 -2
- package/fesm2015/tnx-shared.js +1 -1
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +1 -1
|
@@ -46840,7 +46840,7 @@
|
|
|
46840
46840
|
case 0:
|
|
46841
46841
|
remoteEntry = this.environment.clientDomain.appDomain + "/" + remoteName + "/remoteEntry.js";
|
|
46842
46842
|
if (!this.environment.production) {
|
|
46843
|
-
remoteEntry = this.environment.clientDomain
|
|
46843
|
+
remoteEntry = this.environment.clientDomain[remoteName] + "/remoteEntry.js";
|
|
46844
46844
|
}
|
|
46845
46845
|
options = {
|
|
46846
46846
|
remoteName: remoteName,
|