nexus-invision 1.10.0 → 1.10.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.
@@ -17,7 +17,7 @@ module Nexus
17
17
  sig { abstract.returns(T::Hash[String, T.untyped]) }
18
18
  def serialize; end
19
19
 
20
- sig { params(other: ValueObject).returns(T::Boolean) }
20
+ sig { params(other: T.untyped).returns(T::Boolean) }
21
21
  def eql?(other)
22
22
  self.class == other.class && serialize == other.serialize
23
23
  end
@@ -3,7 +3,7 @@
3
3
 
4
4
  module Nexus
5
5
  module Invision
6
- # Leave this as 1.10.0 in order for CI process to replace with the tagged version.
7
- VERSION = "1.10.0"
6
+ # Leave this as 1.10.2 in order for CI process to replace with the tagged version.
7
+ VERSION = "1.10.2"
8
8
  end
9
9
  end