@nuvin/nuvin-core 1.16.1 → 1.16.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/VERSION CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "1.16.1",
3
- "commit": "8ef17b3"
2
+ "version": "1.16.2",
3
+ "commit": "8411280"
4
4
  }
package/dist/index.d.ts CHANGED
@@ -1788,7 +1788,6 @@ declare class ToolRegistry implements ToolPort, AgentAwareToolPort, Orchestrator
1788
1788
  toolsMemory?: MemoryPort<string>;
1789
1789
  agentRegistry?: AgentRegistry;
1790
1790
  delegationServiceFactory?: DelegationServiceFactory;
1791
- enableLsp?: boolean;
1792
1791
  enableSkills?: boolean;
1793
1792
  });
1794
1793
  setLspService(service: LspService): void;