@iccandle/vuejs-widget 0.2.1 → 0.2.2
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/dist/widget-iccandle.js
CHANGED
|
@@ -10519,7 +10519,10 @@ var It = { class: "iccandle-scanner-ai-settings" }, Lt = { class: "iccandle-scan
|
|
|
10519
10519
|
//#endregion
|
|
10520
10520
|
//#region src/services/pattern-tracker.ts
|
|
10521
10521
|
async function Ji(e) {
|
|
10522
|
-
let { data: t } = await F.post("https://api.iccandle.ai/custom-pattern/v1/searchless", e, { headers: {
|
|
10522
|
+
let { data: t } = await F.post("https://api.iccandle.ai/custom-pattern/v1/searchless", e, { headers: {
|
|
10523
|
+
Authorization: `Bearer ${localStorage.getItem("iccandle_token")}`,
|
|
10524
|
+
...window.location.hostname === "localhost" ? {} : { "X-Client-Name": window.location.origin }
|
|
10525
|
+
} });
|
|
10523
10526
|
return t;
|
|
10524
10527
|
}
|
|
10525
10528
|
//#endregion
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iccandle/vuejs-widget",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "Vue scanner overlay for TradingView Charting Library — ICCandle pattern search, remote theming, and plugin iframe integration.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "ICCandle",
|