sitepong 0.2.2 → 0.2.3

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.
Files changed (1) hide show
  1. package/package.json +5 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sitepong",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Official SitePong SDK for error tracking and monitoring",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -117,6 +117,7 @@
117
117
  "expo-device": ">=5.0.0",
118
118
  "expo-application": ">=5.0.0",
119
119
  "@sitepong/device-id": ">=0.1.0",
120
+ "@sitepong/screen-recorder": ">=0.1.0",
120
121
  "expo-sqlite": ">=14.0.0"
121
122
  },
122
123
  "peerDependenciesMeta": {
@@ -138,6 +139,9 @@
138
139
  "@sitepong/device-id": {
139
140
  "optional": true
140
141
  },
142
+ "@sitepong/screen-recorder": {
143
+ "optional": true
144
+ },
141
145
  "expo-sqlite": {
142
146
  "optional": true
143
147
  }