@smile_identity/react-native 11.1.3 → 11.1.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.
@@ -3,5 +3,5 @@ SmileId_minSdkVersion=21
3
3
  SmileId_targetSdkVersion=36
4
4
  SmileId_compileSdkVersion=36
5
5
  SmileId_ndkversion=21.4.7075529
6
- SmileId_androidVersion=11.1.6
6
+ SmileId_androidVersion=11.1.7
7
7
  SmileId_kotlinCompilerExtensionVersion=1.5.11
@@ -96,6 +96,7 @@ class SmileIDSmartSelfieCaptureView(context: ReactApplicationContext) : SmileIDS
96
96
  jobId = jobId,
97
97
  allowNewEnroll = false,
98
98
  skipApiSubmission = true,
99
+ allowAgentMode = false,
99
100
  metadata = mutableListOf(),
100
101
  smileSensitivity = smileSensitivity
101
102
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smile_identity/react-native",
3
- "version": "11.1.3",
3
+ "version": "11.1.7",
4
4
  "description": "Official wrapper for the Smile ID >v10 android and iOS SDKs",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
15
15
  s.source = { :git => "https://docs.usesmileid.com/.git", :tag => "#{s.version}" }
16
16
 
17
17
  s.source_files = "ios/**/*.{h,m,mm,swift}"
18
- s.dependency "SmileID", "11.1.5"
18
+ s.dependency "SmileID", "11.1.7"
19
19
  # for development alongside example/ios/Podfile uncomment the version and specify
20
20
  # tag or branch in example/ios/Podfile
21
21
  # s.dependency "SmileID"