react-native-scanbot-barcode-scanner-sdk 8.0.0-rc.2 → 8.0.0

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.
@@ -41,6 +41,6 @@ Pod::Spec.new do |s|
41
41
  end
42
42
  end
43
43
 
44
- s.dependency "ScanbotBarcodeSDKNativeWrapper", '8.0.1.0'
44
+ s.dependency "ScanbotBarcodeSDKNativeWrapper", '8.0.1.1'
45
45
  s.ios.vendored_frameworks = 'ScanbotBarcodeSDKWrapper.framework'
46
46
  end
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-native-scanbot-barcode-scanner-sdk",
3
3
  "title": "Scanbot Barcode Scanner SDK for React Native",
4
- "version": "8.0.0-rc.2",
4
+ "version": "8.0.0",
5
5
  "description": "Scanbot Barcode Scanner SDK React Native Plugin for Android and iOS",
6
6
  "main": "lib/commonjs/index",
7
7
  "module": "lib/module/index",
@@ -11,7 +11,8 @@
11
11
  "strict": true,
12
12
  "esModuleInterop": true,
13
13
  "skipLibCheck": true,
14
- "declaration": true
14
+ "declaration": true,
15
+ "incremental": false
15
16
  },
16
- "include": ["./src"],
17
+ "include": ["./src"]
17
18
  }