eyes_core 6.9.5 → 6.9.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d52baf276eb9e760545d5b68e550a3b9dcedd161fa0d6d2e3114824d6e5d83a6
4
- data.tar.gz: 1091ef0de2ac86847434c0ec3e4c9ae87bae1caba1ebb2e0f0f107dab5b17c63
3
+ metadata.gz: 800eeecfa14c521f6918a77d9c77d4ccaabf3154aeba0f578ac5da89e7d631c0
4
+ data.tar.gz: e0c347d8e282c5d49035a5a249bd9877ca86f40ab1adfc910bb9f48a42287654
5
5
  SHA512:
6
- metadata.gz: 58cf4d974943a77d417f51ee01444228ec42324b4f0c0baa3b1293a44a15e3784489b2624174b18e537933dc7e975dcbe88b350109603e7758b452b7c9ec7563
7
- data.tar.gz: bbd938ff390fd9a8bc0040e8828fa2cdc36332712c8474b26478e764362223cae1aaac48c84e9bd963b5e02da365075f1c9b7e20fbc632b5ab484140b91f9d6a
6
+ metadata.gz: d760ea5b3f5197a1a2969f68773389043ae15dbbd3c36c47cf594e199abfc17511c576da6121ff16986f00e8aaccb155640e8488252b16a8247db1041fe99715
7
+ data.tar.gz: be4f4f46ea71b2b26567584f017eab0cdd2c71a29a8afdaf3ccccedb7e45da265632ba1e09d2ffe4bfe482d8fea46e7434e36e089955e2e7064d21bb6079c274
data/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.9.6](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.9.5...ruby/eyes_core@6.9.6) (2025-10-01)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/screenshoter bumped to 3.12.6
9
+ #### Bug Fixes
10
+
11
+ * wait after scroll | FLD-3594 ([#3252](https://github.com/Applitools-Dev/sdk/issues/3252)) ([e452422](https://github.com/Applitools-Dev/sdk/commit/e4524229b64e40d9b9596a92bfa94daf5824286a))
12
+ * @applitools/nml-client bumped to 1.11.7
13
+
14
+ * @applitools/core-base bumped to 1.28.1
15
+ #### Bug Fixes
16
+
17
+ * unexpected concurrency values from server | AD-11465 ([#3248](https://github.com/Applitools-Dev/sdk/issues/3248)) ([0dd28c7](https://github.com/Applitools-Dev/sdk/commit/0dd28c7b297d5ad3aabc6b87e427e3e09a993825))
18
+ * @applitools/core bumped to 4.49.0
19
+ #### Features
20
+
21
+ * storybook addon ([#3104](https://github.com/Applitools-Dev/sdk/issues/3104)) ([16e09cb](https://github.com/Applitools-Dev/sdk/commit/16e09cba8928c3a24b9e0d9d41e0936fbaec2773))
22
+
23
+
24
+ #### Bug Fixes
25
+
26
+ * duplicate concurrency warnings ([#3255](https://github.com/Applitools-Dev/sdk/issues/3255)) ([ef2f94a](https://github.com/Applitools-Dev/sdk/commit/ef2f94ab4137c78396583f166344285beeb49be7))
27
+
28
+
29
+
30
+ * @applitools/ec-client bumped to 1.12.9
31
+
32
+ * eyes_universal bumped to 4.49.0
33
+
34
+
3
35
  ## [6.9.5](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.9.4...ruby/eyes_core@6.9.5) (2025-09-22)
4
36
 
5
37
 
data/eyes_core.gemspec CHANGED
@@ -40,7 +40,7 @@ Gem::Specification.new do |spec|
40
40
  spec.add_dependency 'colorize'
41
41
  spec.add_dependency 'websocket'
42
42
  spec.add_dependency 'sorted_set'
43
- spec.add_dependency 'eyes_universal', "= 4.48.0"
43
+ spec.add_dependency 'eyes_universal', "= 4.49.0"
44
44
 
45
45
  spec.add_development_dependency 'bundler'
46
46
  spec.add_development_dependency 'rake'
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesCore
5
- VERSION = '6.9.5'.freeze
5
+ VERSION = '6.9.6'.freeze
6
6
  end
7
7
 
8
8
  VERSION = Applitools::EyesCore::VERSION
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.9.5
4
+ version: 6.9.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Applitools Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-09-22 00:00:00.000000000 Z
11
+ date: 2025-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -114,14 +114,14 @@ dependencies:
114
114
  requirements:
115
115
  - - '='
116
116
  - !ruby/object:Gem::Version
117
- version: 4.48.0
117
+ version: 4.49.0
118
118
  type: :runtime
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
122
  - - '='
123
123
  - !ruby/object:Gem::Version
124
- version: 4.48.0
124
+ version: 4.49.0
125
125
  - !ruby/object:Gem::Dependency
126
126
  name: bundler
127
127
  requirement: !ruby/object:Gem::Requirement