@multiplayer-app/session-recorder-react-native 0.0.1-beta.12 → 0.0.1-beta.13
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/copy-react-native-dist.sh +0 -2
- package/package.json +7 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@multiplayer-app/session-recorder-react-native",
|
|
3
|
-
"version": "0.0.1-beta.
|
|
3
|
+
"version": "0.0.1-beta.13",
|
|
4
4
|
"description": "Multiplayer Fullstack Session Recorder for React Native",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Multiplayer Software, Inc.",
|
|
@@ -81,27 +81,13 @@
|
|
|
81
81
|
"socket.io-client": "4.7.5"
|
|
82
82
|
},
|
|
83
83
|
"peerDependencies": {
|
|
84
|
-
"@opentelemetry/api": "
|
|
85
|
-
"react": "
|
|
86
|
-
"react-native": "
|
|
87
|
-
"react-native-svg": "
|
|
88
|
-
},
|
|
89
|
-
"peerDependenciesMeta": {
|
|
90
|
-
"@opentelemetry/api": {
|
|
91
|
-
"optional": true
|
|
92
|
-
},
|
|
93
|
-
"react": {
|
|
94
|
-
"optional": true
|
|
95
|
-
},
|
|
96
|
-
"react-native": {
|
|
97
|
-
"optional": true
|
|
98
|
-
},
|
|
99
|
-
"react-native-svg": {
|
|
100
|
-
"optional": true
|
|
101
|
-
}
|
|
84
|
+
"@opentelemetry/api": "^1.9.0",
|
|
85
|
+
"react": ">=18.0.0 <20.0.0",
|
|
86
|
+
"react-native": ">=0.72.0 <0.82.0",
|
|
87
|
+
"react-native-svg": "^15.13.0"
|
|
102
88
|
},
|
|
103
89
|
"optionalDependencies": {
|
|
104
|
-
"expo-constants": "
|
|
90
|
+
"expo-constants": "^15.0.0"
|
|
105
91
|
},
|
|
106
92
|
"react-native": {
|
|
107
93
|
"ios": {
|
|
@@ -121,4 +107,4 @@
|
|
|
121
107
|
"packageImportPath": "import com.multiplayer.sessionrecorder.SessionRecorderPackage;"
|
|
122
108
|
}
|
|
123
109
|
}
|
|
124
|
-
}
|
|
110
|
+
}
|