ilabs-flir 2.4.0 → 2.4.1

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.
@@ -757,7 +757,7 @@ extension FlirManager: FLIRStreamDelegate {
757
757
  // 2. Save Radiometric Snapshot if requested
758
758
  if let path = snapshotPath {
759
759
  do {
760
- try thermalImage.save(to: path)
760
+ try thermalImage.save(as: path)
761
761
  NSLog("[FlirManager] Radiometric snapshot saved to: \(path)")
762
762
  } catch {
763
763
  NSLog("[FlirManager] Failed to save radiometric snapshot: \(error)")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ilabs-flir",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "description": "FLIR Thermal SDK for React Native - iOS & Android (bundled at compile time via postinstall)",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",