@onekeyfe/react-native-native-logger 3.0.15 → 3.0.16

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.
@@ -318,7 +318,7 @@ object OneKeyLog {
318
318
  synchronized(dedupLock) {
319
319
  val pending = repeatCount
320
320
  repeatCount = 0
321
- prevLogMessage = null
321
+ prevLogKey = null
322
322
 
323
323
  if (pending > 0) {
324
324
  val repeatMsg = "[$pending repeat]"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onekeyfe/react-native-native-logger",
3
- "version": "3.0.15",
3
+ "version": "3.0.16",
4
4
  "description": "react-native-native-logger",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",