@infilectorg/infiviz-shots-react-sdk 1.0.55 → 1.0.56

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.
@@ -596,7 +596,7 @@ class InfivizShotsReactSdk: RCTEventEmitter {
596
596
  maxPhoto: 0,
597
597
  maxPhotoOneGo: 0,
598
598
  navigationController: nil,
599
- metaData: [:] as? [String: Any]
599
+ metaData: metaData as? [String: Any]
600
600
  )
601
601
 
602
602
  let imageURL = imageURL.components(separatedBy: "/").last ?? ""
@@ -605,7 +605,7 @@ class InfivizShotsReactSdk: RCTEventEmitter {
605
605
  controller.retakeImage(
606
606
  imageURL: imageURL,
607
607
  sessionID: temporarySessionId as String,
608
- metaData: metaData as? [String: Any]
608
+ metaData: [:] as? [String: Any]
609
609
  ) { result in
610
610
  switch result {
611
611
  case .success(let newImageId):
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infilectorg/infiviz-shots-react-sdk",
3
- "version": "1.0.55",
3
+ "version": "1.0.56",
4
4
  "description": "React Native package for native libraries",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/module/index.js",