@gbozee/ultimate 0.0.2-185 → 0.0.2-186
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/frontend-index.d.ts +1 -0
- package/dist/index.cjs +2 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -1
- package/dist/mcp-server.cjs +2 -1
- package/dist/mcp-server.js +2 -1
- package/package.json +1 -1
package/dist/frontend-index.d.ts
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -54711,7 +54711,8 @@ class AppDatabase {
|
|
|
54711
54711
|
"support",
|
|
54712
54712
|
"resistance",
|
|
54713
54713
|
"symbol_config",
|
|
54714
|
-
"anchor"
|
|
54714
|
+
"anchor",
|
|
54715
|
+
"watch_instance"
|
|
54715
54716
|
];
|
|
54716
54717
|
return fields.join(", ");
|
|
54717
54718
|
}
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -54649,7 +54649,8 @@ class AppDatabase {
|
|
|
54649
54649
|
"support",
|
|
54650
54650
|
"resistance",
|
|
54651
54651
|
"symbol_config",
|
|
54652
|
-
"anchor"
|
|
54652
|
+
"anchor",
|
|
54653
|
+
"watch_instance"
|
|
54653
54654
|
];
|
|
54654
54655
|
return fields.join(", ");
|
|
54655
54656
|
}
|
package/dist/mcp-server.cjs
CHANGED
|
@@ -61405,7 +61405,8 @@ class AppDatabase {
|
|
|
61405
61405
|
"support",
|
|
61406
61406
|
"resistance",
|
|
61407
61407
|
"symbol_config",
|
|
61408
|
-
"anchor"
|
|
61408
|
+
"anchor",
|
|
61409
|
+
"watch_instance"
|
|
61409
61410
|
];
|
|
61410
61411
|
return fields.join(", ");
|
|
61411
61412
|
}
|
package/dist/mcp-server.js
CHANGED
|
@@ -61378,7 +61378,8 @@ class AppDatabase {
|
|
|
61378
61378
|
"support",
|
|
61379
61379
|
"resistance",
|
|
61380
61380
|
"symbol_config",
|
|
61381
|
-
"anchor"
|
|
61381
|
+
"anchor",
|
|
61382
|
+
"watch_instance"
|
|
61382
61383
|
];
|
|
61383
61384
|
return fields.join(", ");
|
|
61384
61385
|
}
|