contour-ai-sdk 1.10.8 → 1.10.9-alpha.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.
@@ -83,13 +83,6 @@ RCT_REMAP_METHOD(startContourSDK,
83
83
  NSLog(@"There are %d days in between the two dates.", numberOfDays);
84
84
  }
85
85
  }
86
- // Don't compile this code when we build for the old architecture.
87
- #ifdef RCT_NEW_ARCH_ENABLED
88
- - (std::shared_ptr<facebook::react::TurboModule>)getTurboModule:
89
- (const facebook::react::ObjCTurboModule::InitParams &)params
90
- {
91
- return std::make_shared<facebook::react::NativeContourAiSdkSpecJSI>(params);
92
- }
93
- #endif
86
+
94
87
 
95
88
  @end
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contour-ai-sdk",
3
- "version": "1.10.8",
3
+ "version": "1.10.9-alpha.1",
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",