contour-ai-sdk 1.14.3 → 1.14.4

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.
@@ -19,7 +19,9 @@ Pod::Spec.new do |s|
19
19
  s.dependency "React-Core"
20
20
  s.dependency "ContoursAISDK", '1.14.0'
21
21
 
22
- # Don't install the dependencies when we run `pod install` in the old architecture.
22
+ if respond_to?(:install_modules_dependencies, true)
23
+ install_modules_dependencies(s)
24
+ else
23
25
  if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
24
26
  s.compiler_flags = folly_compiler_flags + " -DRCT_NEW_ARCH_ENABLED=1"
25
27
  s.pod_target_xcconfig = {
@@ -33,4 +35,5 @@ Pod::Spec.new do |s|
33
35
  s.dependency "RCTTypeSafety"
34
36
  s.dependency "ReactCommon/turbomodule/core"
35
37
  end
36
- end
38
+ end
39
+ end
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contour-ai-sdk",
3
- "version": "1.14.3",
3
+ "version": "1.14.4",
4
4
  "description": "The Contour AI SDK™ has been designed to be the industry’s most intuitive, and protected, experience for mobile image capture - capturing documents of various kinds via an iOS™ or Android™ mobile device. At the same time, it has been designed to enable the clear, accurate, and complete processing of these documents with limited, if any, human intervention, all while improving your efficiencies and reducing costs.",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",