sitepong 0.2.1 → 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sitepong",
3
- "version": "0.2.1",
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",
@@ -84,7 +84,7 @@
84
84
  "dist"
85
85
  ],
86
86
  "scripts": {
87
- "build": "tsup",
87
+ "build": "rm -rf dist && tsup",
88
88
  "dev": "tsup --watch",
89
89
  "lint": "eslint --cache src/**/*.{ts,tsx}",
90
90
  "typecheck": "tsc -p tsconfig.web.json && tsc -p tsconfig.node.json",
@@ -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
  }
@@ -156,7 +160,12 @@
156
160
  "react": "^19.2.3",
157
161
  "tsup": "^8.0.1",
158
162
  "typescript": "^5.3.0",
159
- "vitest": "^1.0.0"
163
+ "vitest": "^1.0.0",
164
+ "react-native": "0.83.2",
165
+ "@react-native-async-storage/async-storage": "^2.2.0",
166
+ "expo-sqlite": "~16.0.4",
167
+ "@sitepong/screen-recorder": "*",
168
+ "@sitepong/capture-core": "*"
160
169
  },
161
170
  "engines": {
162
171
  "node": ">=16.0.0"