@onekeyfe/react-native-lite-card 1.0.9 → 1.0.10

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.
@@ -49,9 +49,10 @@ class Connection(val isoDep: IsoDep, private val mCommandGenerator: CommandGener
49
49
 
50
50
  return SendResponse(byteArr2HexStr(response), sw1, sw2, byteArr2HexStr(resp))
51
51
  } catch (e: TagLostException) {
52
- throw NFCExceptions.InterruptException()
52
+ // throw NFCExceptions.InterruptException()
53
+ return SendResponse("0xFFFF", 0xFF.toByte(), 0xFF.toByte())
53
54
  } catch (e: IOException) {
54
- e.printStackTrace()
55
+ // e.printStackTrace()
55
56
  return SendResponse("0xFFFF", 0xFF.toByte(), 0xFF.toByte())
56
57
  }
57
58
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onekeyfe/react-native-lite-card",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "lite card",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",