@carbon-labs/wc-global-header 0.43.0 → 0.44.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.
- package/es/wc-global-header.mjs +2 -2
- package/package.json +2 -2
package/es/wc-global-header.mjs
CHANGED
|
@@ -6447,7 +6447,7 @@ let N = class extends y {
|
|
|
6447
6447
|
cdn_hostname: Zo[o],
|
|
6448
6448
|
deployment_environment: Ds[o] || "local",
|
|
6449
6449
|
product_id: "ipaas",
|
|
6450
|
-
backendProxy:
|
|
6450
|
+
backendProxy: `${this.basePath}/hybrid-ipaas/v1/proxies/solis/backend`
|
|
6451
6451
|
} : {
|
|
6452
6452
|
isEnabled: !0,
|
|
6453
6453
|
scriptUrl: Zo[o] + "/switcher/solis-switcher.es.js",
|
|
@@ -6455,7 +6455,7 @@ let N = class extends y {
|
|
|
6455
6455
|
cdn_hostname: Zo[o],
|
|
6456
6456
|
deployment_environment: Ds[o] || "local",
|
|
6457
6457
|
product_id: "ipaas",
|
|
6458
|
-
backendProxy:
|
|
6458
|
+
backendProxy: `${this.basePath}/hybrid-ipaas/v1/proxies/solis/backend`
|
|
6459
6459
|
};
|
|
6460
6460
|
}
|
|
6461
6461
|
buildHeaderOptions(o) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon-labs/wc-global-header",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.44.0",
|
|
4
4
|
"author": "Your Name <your@email.com>",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"@web/test-runner": "^0.20.2",
|
|
46
46
|
"vite": "^5.4.21"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "2af75e0747c123fb595d71ab20ed7458802c388f"
|
|
49
49
|
}
|