OptionaleqExact version match.
OptionalfromRange lower bound. Inclusive unless includeFrom is set to false.
OptionalgtStrictly greater than the supplied version.
OptionalgteGreater than or equal to the supplied version.
OptionalincludeWhether the from bound is inclusive. Defaults to true.
OptionalincludeWhether the to bound is inclusive. Defaults to true.
OptionalltStrictly less than the supplied version.
OptionallteLess than or equal to the supplied version.
OptionaltoRange upper bound. Inclusive unless includeTo is set to false.
Semver-style filter used by readNodesByVersion to select node type versions.
Supported comparisons:
eq: exact version matchgt/gte: greater than / greater than or equallt/lte: less than / less than or equalfrom/to: inclusive range bounds by defaultincludeFrom/includeTo: override range bound inclusivity