react-native-rectangle-doc-scanner 10.30.0 → 10.31.0

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.
@@ -355,7 +355,7 @@ class DocumentDetector {
355
355
  TAG,
356
356
  "[DEBUG] cannyLow=$cannyLow cannyHigh=$cannyHigh " +
357
357
  "contours=${debugStats.contours} candidates=${debugStats.candidates} " +
358
- "bestScore=${String.format(\"%.1f\", debugStats.bestScore)} " +
358
+ "bestScore=${String.format("%.1f", debugStats.bestScore)} " +
359
359
  "hasRect=${rectangle != null}"
360
360
  )
361
361
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-rectangle-doc-scanner",
3
- "version": "10.30.0",
3
+ "version": "10.31.0",
4
4
  "description": "Native-backed document scanner for React Native with customizable overlays.",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",