scandit-capacitor-datacapture-parser 6.12.1 → 6.13.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.
@@ -16,5 +16,5 @@ Pod::Spec.new do |s|
16
16
  s.dependency 'ScanditCapacitorDatacaptureCore'
17
17
  s.swift_version = '5.1'
18
18
 
19
- s.dependency 'ScanditParser', '= 6.12.1'
19
+ s.dependency 'ScanditParser', '= 6.13.0'
20
20
  end
@@ -5,7 +5,7 @@ ext {
5
5
 
6
6
  buildscript {
7
7
  ext {
8
- sdk_version = "6.12.1"
8
+ sdk_version = "6.13.0"
9
9
  kotlin_version = "1.5.31"
10
10
  agp_version = "7.0.3"
11
11
  }
@@ -7,7 +7,11 @@
7
7
  package com.scandit.capacitor.datacapture.parser
8
8
 
9
9
  import android.util.Log
10
- import com.getcapacitor.*
10
+ import com.getcapacitor.JSObject
11
+ import com.getcapacitor.Plugin
12
+ import com.getcapacitor.PluginCall
13
+ import com.getcapacitor.PluginMethod
14
+ import com.getcapacitor.annotation.CapacitorPlugin
11
15
  import com.scandit.capacitor.datacapture.core.ScanditCaptureCoreNative
12
16
  import com.scandit.capacitor.datacapture.core.communication.ComponentDeserializersProvider
13
17
  import com.scandit.capacitor.datacapture.parser.data.SerializableParserInput
@@ -24,7 +28,7 @@ import com.scandit.datacapture.parser.serialization.ParserDeserializerListener
24
28
  import org.json.JSONException
25
29
  import org.json.JSONObject
26
30
 
27
- @NativePlugin(name = "ScanditParserNative")
31
+ @CapacitorPlugin(name = "ScanditParserNative")
28
32
  class ScanditParserNative :
29
33
  Plugin(),
30
34
  ParserDeserializerListener,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scandit-capacitor-datacapture-parser",
3
- "version": "6.12.1",
3
+ "version": "6.13.0",
4
4
  "description": "Scandit Data Capture SDK for Capacitor",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/scandit-capacitor-datacapture-parser/src/index.js",
@@ -15,6 +15,7 @@
15
15
  ],
16
16
  "author": "Scandit",
17
17
  "license": "Apache-2.0",
18
+ "private": false,
18
19
  "repository": {
19
20
  "type": "git",
20
21
  "url": "git+https://github.com/Scandit/scandit-capacitor-datacapture-parser.git"
@@ -53,8 +54,7 @@
53
54
  "typescript": "~4.0.3"
54
55
  },
55
56
  "dependencies": {
56
- "@capacitor/core": "^3.0.0",
57
- "scandit-capacitor-datacapture-core": "6.12.1"
57
+ "scandit-capacitor-datacapture-core": "6.13.0"
58
58
  },
59
59
  "prettier": "@ionic/prettier-config",
60
60
  "swiftlint": "@ionic/swiftlint-config",