scandit-react-native-datacapture-parser 7.1.2 → 7.2.0-beta.2

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.
package/THIRD_PARTY.txt CHANGED
@@ -236,55 +236,6 @@ includes components licensed under the following licenses:
236
236
  SOFTWARE.
237
237
 
238
238
 
239
- ================================================================================
240
-
241
-
242
- Copyright 1985, 1987, 1988, 1990, 1991, 1993-1996, 1998 The Open Group
243
-
244
- Permission to use, copy, modify, distribute, and sell this software and its
245
- documentation for any purpose is hereby granted without fee, provided that
246
- the above copyright notice appear in all copies and that both that
247
- copyright notice and this permission notice appear in supporting
248
- documentation.
249
-
250
- The above copyright notice and this permission notice shall be included in
251
- all copies or substantial portions of the Software.
252
-
253
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
254
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
255
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
256
- OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
257
- AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
258
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
259
-
260
- Except as contained in this notice, the name of The Open Group shall not be
261
- used in advertising or otherwise to promote the sale, use or other dealings
262
- in this Software without prior written authorization from The Open Group.
263
-
264
- The X Window System is a Trademark of The Open Group.
265
-
266
-
267
- Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
268
-
269
- All Rights Reserved
270
-
271
- Permission to use, copy, modify, and distribute this software and its
272
- documentation for any purpose and without fee is hereby granted,
273
- provided that the above copyright notice appear in all copies and that
274
- both that copyright notice and this permission notice appear in
275
- supporting documentation, and that the name of Digital not be
276
- used in advertising or publicity pertaining to distribution of the
277
- software without specific, written prior permission.
278
-
279
- DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
280
- ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
281
- DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
282
- ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
283
- WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
284
- ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
285
- SOFTWARE.
286
-
287
-
288
239
  ================================================================================
289
240
 
290
241
 
@@ -68,7 +68,7 @@ if (file( "${rootProject.projectDir}/build-test.gradle").exists()) {
68
68
  }
69
69
 
70
70
  dependencies {
71
- def sdk_version = "7.1.2"
71
+ def sdk_version = "7.2.0-beta.2"
72
72
 
73
73
  println("Version of the native sdk used in this build: ${safeExtGet('global_sdk_version', sdk_version)}")
74
74
  api project(path: ':scandit-react-native-datacapture-core')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scandit-react-native-datacapture-parser",
3
- "version": "7.1.2",
3
+ "version": "7.2.0-beta.2",
4
4
  "description": "Scandit Data Capture SDK for React Native",
5
5
  "homepage": "https://github.com/Scandit/scandit-react-native-datacapture-parser",
6
6
  "main": "dist/index.js",
@@ -36,7 +36,7 @@
36
36
  "rollup-plugin-modify": "3.0.0"
37
37
  },
38
38
  "dependencies": {
39
- "scandit-react-native-datacapture-core": "7.1.2",
40
- "scandit-datacapture-frameworks-core": "7.1.2"
39
+ "scandit-react-native-datacapture-core": "7.2.0-beta.2",
40
+ "scandit-datacapture-frameworks-core": "7.2.0-beta.2"
41
41
  }
42
42
  }
@@ -21,6 +21,6 @@ Pod::Spec.new do |s|
21
21
 
22
22
  s.dependency "React"
23
23
  s.dependency "scandit-react-native-datacapture-core", "= #{version}"
24
- s.dependency "scandit-datacapture-frameworks-parser", '= 7.1.2'
24
+ s.dependency "scandit-datacapture-frameworks-parser", '= 7.2.0-beta.2'
25
25
  end
26
26