contour-ai-sdk 1.11.1 → 1.13.0-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.
@@ -18,10 +18,6 @@ def isNewArchitectureEnabled() {
18
18
 
19
19
  apply plugin: "com.android.library"
20
20
 
21
- if (isNewArchitectureEnabled()) {
22
- apply plugin: "com.facebook.react"
23
- }
24
-
25
21
  def getExtOrDefault(name) {
26
22
  return rootProject.ext.has(name) ? rootProject.ext.get(name) : project.properties["ContourAiSdk_" + name]
27
23
  }
@@ -92,6 +88,6 @@ dependencies {
92
88
  // For < 0.71, this will be from the local maven repo
93
89
  // For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
94
90
  //noinspection GradleDynamicVersion
95
- implementation "com.facebook.react:react-native:+"
96
- implementation 'com.github.Contour-Document-Imaging:contours-ai-android-sdk:1.11.1'
91
+ implementation("com.facebook.react:react-android")
92
+ implementation 'com.github.Contour-Document-Imaging:contours-ai-android-sdk:1.13.0'
97
93
  }
@@ -1,5 +1,5 @@
1
1
  ContourAiSdk_kotlinVersion=1.8.10
2
- ContourAiSdk_minSdkVersion=23
2
+ ContourAiSdk_minSdkVersion=24
3
3
  ContourAiSdk_targetSdkVersion=34
4
- ContourAiSdk_compileSdkVersion=34
4
+ ContourAiSdk_compileSdkVersion=35
5
5
  ContourAiSdk_ndkversion=25.1.8937393
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
17
17
  s.source_files = "ios/**/*.{h,m,mm}"
18
18
 
19
19
  s.dependency "React-Core"
20
- s.dependency "ContoursAISDK", '~> 1.11.1'
20
+ s.dependency "ContoursAISDK", '1.13.0'
21
21
 
22
22
  # Don't install the dependencies when we run `pod install` in the old architecture.
23
23
  if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contour-ai-sdk",
3
- "version": "1.11.1",
3
+ "version": "1.13.0-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",
@@ -54,15 +54,18 @@
54
54
  "registry": "https://registry.npmjs.org/"
55
55
  },
56
56
  "devDependencies": {
57
- "@commitlint/config-conventional": "^17.0.2",
58
- "@evilmartians/lefthook": "^1.2.2",
57
+ "@commitlint/config-conventional": "^19.8.1",
58
+ "@evilmartians/lefthook": "^1.11.14",
59
59
  "@react-native-community/eslint-config": "^3.0.2",
60
- "@react-native/babel-preset": "0.74.81",
61
- "@react-native/eslint-config": "0.74.81",
62
- "@react-native/metro-config": "0.74.81",
63
- "@react-native/typescript-config": "0.74.81",
60
+ "@react-native/babel-preset": "0.76.9",
61
+ "@react-native/eslint-config": "0.76.9",
62
+ "@react-native/metro-config": "0.76.9",
63
+ "@react-native/typescript-config": "0.76.9",
64
64
  "@release-it/conventional-changelog": "^5.0.0",
65
- "@types/jest": "^28.1.2",
65
+ "@react-native-community/cli": "15.0.1",
66
+ "@react-native-community/cli-platform-android": "15.0.1",
67
+ "@react-native-community/cli-platform-ios": "15.0.1",
68
+ "@types/jest": "^29.5.14",
66
69
  "@types/react": "^18.3.1",
67
70
  "@types/react-native": "^0.73.0",
68
71
  "@types/react-test-renderer": "^18.0.0",
@@ -75,10 +78,10 @@
75
78
  "jest": "^29.6.3",
76
79
  "pod-install": "^0.1.0",
77
80
  "prettier": "2.8.8",
78
- "react": "18.2.0",
79
- "react-native": "0.74.0",
81
+ "react": "18.3.1",
82
+ "react-native": "0.76.9",
80
83
  "react-native-builder-bob": "^0.20.4",
81
- "react-test-renderer": "18.2.0",
84
+ "react-test-renderer": "18.3.1",
82
85
  "release-it": "^15.0.0",
83
86
  "typescript": "5.0.4"
84
87
  },
@@ -90,7 +93,7 @@
90
93
  "react-native": "*"
91
94
  },
92
95
  "engines": {
93
- "node": ">= 16.0.0"
96
+ "node": ">= 18"
94
97
  },
95
98
  "packageManager": "^yarn@1.22.15",
96
99
  "jest": {