react-native-update 10.34.6 → 10.34.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-update",
3
- "version": "10.34.6",
3
+ "version": "10.34.7",
4
4
  "description": "react-native hot update",
5
5
  "main": "src/index",
6
6
  "scripts": {
@@ -105,18 +105,17 @@ Pod::Spec.new do |s|
105
105
 
106
106
  # Conditionally add Expo dependency
107
107
  if valid_expo_project
108
- s.public_header_files = ['ios/ImportReact.h']
109
108
  s.dependency 'ExpoModulesCore'
110
109
  end
111
110
 
112
111
  s.subspec 'RCTPushy' do |ss|
113
- ss.source_files = ['ios/RCTPushy/**/*.{h,m,mm,c}',
112
+ ss.source_files = ['ios/**/*.{h,m,mm,c}',
114
113
  'android/jni/hpatch.{h,c}',
115
114
  'android/jni/HDiffPatch/libHDiffPatch/HPatch/*.{h,c}',
116
115
  'android/jni/HDiffPatch/file_for_patch.{h,c}',
117
116
  'android/jni/lzma/C/LzmaDec.{h,c}',
118
117
  'android/jni/lzma/C/Lzma2Dec.{h,c}']
119
- ss.public_header_files = ['ios/RCTPushy/**/*.h']
118
+ ss.public_header_files = ['ios/**/*.h']
120
119
  end
121
120
 
122
121
  # Conditionally add Expo subspec and check ExpoModulesCore version