@oneuptime/react-native-replay 13.0.5 → 13.0.6

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/dist/index.cjs CHANGED
@@ -81,7 +81,7 @@ var MAX_SESSION_REPLAY_CHUNKS_PER_SESSION = 480;
81
81
  var MOBILE_CAPTURE_INTERVAL_MS = 500;
82
82
  var MOBILE_RECORDER_KIND = "rn-view-tree";
83
83
  var SYNTHETIC_RRWEB_VERSION = "synthetic-1";
84
- var RECORDER_VERSION = true ? "13.0.5" : "0.0.0-dev";
84
+ var RECORDER_VERSION = true ? "13.0.6" : "0.0.0-dev";
85
85
  var SESSION_REPLAY_MOBILE_RECORDER_CAPABILITIES = [
86
86
  "mobile-view-tree",
87
87
  "mobile-touch-events",
package/dist/index.js CHANGED
@@ -42,7 +42,7 @@ var MAX_SESSION_REPLAY_CHUNKS_PER_SESSION = 480;
42
42
  var MOBILE_CAPTURE_INTERVAL_MS = 500;
43
43
  var MOBILE_RECORDER_KIND = "rn-view-tree";
44
44
  var SYNTHETIC_RRWEB_VERSION = "synthetic-1";
45
- var RECORDER_VERSION = true ? "13.0.5" : "0.0.0-dev";
45
+ var RECORDER_VERSION = true ? "13.0.6" : "0.0.0-dev";
46
46
  var SESSION_REPLAY_MOBILE_RECORDER_CAPABILITIES = [
47
47
  "mobile-view-tree",
48
48
  "mobile-touch-events",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oneuptime/react-native-replay",
3
- "version": "13.0.5",
3
+ "version": "13.0.6",
4
4
  "description": "Privacy-first OneUptime session replay recorder for React Native applications.",
5
5
  "repository": {
6
6
  "type": "git",