verant_id_cloud_scan 1.4.5-beta.7 → 1.4.5-beta.8

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.4.5-beta.8] - 2026-04-15
9
+
10
+ ### Changed
11
+ - Moved UV/IR image type definitions to scanner profile configuration
12
+ - Added `frontUvImageType`, `backUvImageType`, `frontIrImageType`, and `backIrImageType` to IDXpressPlus profile
13
+ - Updated image extraction logic to use profile-defined UV/IR types instead of hardcoded strings
14
+ - Updated TypeScript definitions (`index.d.ts`) to include UV/IR base64 fields in `scanId` return type
15
+ - Removed UV/IR fields from local scanner functions (`localScanId`, `localContinueScanId`) as local scanners do not support UV/IR imaging
16
+
17
+ ### Fixed
18
+ - Eliminated redundant variable declarations in `ScannerApi.js` by declaring UV/IR variables at function scope
19
+
20
+ ## [1.4.5-beta.7] - 2026-04-15
21
+
22
+ ### Changed
23
+ - Internal refactoring and code review fixes
24
+
8
25
  ## [1.4.5-beta.6] - 2026-04-15
9
26
 
10
27
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "verant_id_cloud_scan",
3
- "version": "1.4.5-beta.7",
3
+ "version": "1.4.5-beta.8",
4
4
  "description": "Verant ID Cloud Scan NPM Library",
5
5
  "main": "CloudScan.js",
6
6
  "types": "index.d.ts",