@pixelverse/strichjs-sdk 1.4.6 → 1.4.7

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/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ The structure of this file follows the recommendations from: https://keepachangelog.com/en/1.1.0/
4
+
5
+ ## [1.4.7] - 2024-06-03
6
+
7
+ ### Fixed
8
+
9
+ - Fixed an issue where the number of unique devices reported to the Customer Portal was incorrect. Existing devices were being counted multiple times. The number of scans was not affected.
10
+ - Gracefully handle the edge case where the device ID returned in the video track can not be found in the enumerated devices instead of throwing an internal error with detail message `Video track device not found in enumerated devices`. This state shouldn't be possible, but has been observed on Safari iOS in PWA mode.
11
+
12
+ ### Added
13
+
14
+ - Slightly improved PDF417 recognition rate for dense codes.
15
+
3
16
  ## [1.4.6] - 2024-04-04
4
17
 
5
18
  ### Added