@multiplayer-app/session-recorder-react-native 0.0.1-beta.6 → 0.0.1-beta.7

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.
@@ -18,9 +18,9 @@ fi
18
18
 
19
19
  # Check if target directory exists
20
20
  if [ ! -d "$TARGET_DIR" ]; then
21
- echo "Target directory does not exist: $TARGET_DIR"
22
- echo "💡 Please make sure the sample-expo-app is set up and has the package installed"
23
- exit 1
21
+ echo "⚠️ Target directory does not exist: $TARGET_DIR"
22
+ echo "💡 Skipping script execution - please make sure the sample-expo-app is set up and has the package installed"
23
+ exit 0
24
24
  fi
25
25
 
26
26
  # Copy the dist folder
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.6",
3
+ "version": "0.0.1-beta.7",
4
4
  "description": "Multiplayer Fullstack Session Recorder for React Native",
5
5
  "author": {
6
6
  "name": "Multiplayer Software, Inc.",
@@ -1,6 +1,6 @@
1
1
  module.exports = {
2
2
  dependencies: {
3
- 'react-native-session-recorder': {
3
+ '@multiplayer-app/session-recorder-react-native': {
4
4
  platforms: {
5
5
  android: {
6
6
  sourceDir: '../android',