@ericsanchezok/synergy-sdk 1.2.6 → 1.2.8

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.
@@ -1523,7 +1523,7 @@ export type ConfigSetRawValidateInput = {
1523
1523
  };
1524
1524
  export type RuntimeReloadTarget = "config" | "skill" | "provider" | "agent" | "plugin" | "mcp" | "lsp" | "formatter" | "watcher" | "channel" | "holos" | "command" | "tool_registry" | "all";
1525
1525
  export type RuntimeReloadResult = {
1526
- success: true;
1526
+ success: boolean;
1527
1527
  requested: Array<RuntimeReloadTarget>;
1528
1528
  executed: Array<RuntimeReloadTarget>;
1529
1529
  cascaded: Array<RuntimeReloadTarget>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@ericsanchezok/synergy-sdk",
4
- "version": "1.2.6",
4
+ "version": "1.2.8",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "repository": {