@elyx-code/project-logic-tree 0.0.7011 → 0.0.7013

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/index.d.ts CHANGED
@@ -25884,7 +25884,7 @@ export declare enum BaseValueDescriptorIds {
25884
25884
  manifest: ExtensionManifest;
25885
25885
  module: {
25886
25886
  init: (contexts: (DefaultEditorContext | DefaultProjectLogicContext)[]) => void;
25887
- main: (entity: OperationState, _inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25887
+ main: (entity: OperationState, inputs: IDynamicValue[]) => Promise<IPrimitiveExecutionResult>;
25888
25888
  };
25889
25889
  }
25890
25890