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