@carbon-labs/wc-global-header 0.44.0 → 0.45.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 -4
- package/package.json +2 -2
package/es/wc-global-header.mjs
CHANGED
|
@@ -6446,16 +6446,14 @@ let N = class extends y {
|
|
|
6446
6446
|
is_prod: s,
|
|
6447
6447
|
cdn_hostname: Zo[o],
|
|
6448
6448
|
deployment_environment: Ds[o] || "local",
|
|
6449
|
-
product_id: "ipaas"
|
|
6450
|
-
backendProxy: `${this.basePath}/hybrid-ipaas/v1/proxies/solis/backend`
|
|
6449
|
+
product_id: "ipaas"
|
|
6451
6450
|
} : {
|
|
6452
6451
|
isEnabled: !0,
|
|
6453
6452
|
scriptUrl: Zo[o] + "/switcher/solis-switcher.es.js",
|
|
6454
6453
|
is_prod: s,
|
|
6455
6454
|
cdn_hostname: Zo[o],
|
|
6456
6455
|
deployment_environment: Ds[o] || "local",
|
|
6457
|
-
product_id: "ipaas"
|
|
6458
|
-
backendProxy: `${this.basePath}/hybrid-ipaas/v1/proxies/solis/backend`
|
|
6456
|
+
product_id: "ipaas"
|
|
6459
6457
|
};
|
|
6460
6458
|
}
|
|
6461
6459
|
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.45.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": "3d5cf28f2998ba7b1bebb822c956289eb8e7d8bc"
|
|
49
49
|
}
|