File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-update" ,
3- "version" : " 10.28.2 " ,
3+ "version" : " 10.28.3 " ,
44 "description" : " react-native hot update" ,
55 "main" : " src/index" ,
66 "scripts" : {
7474 "react-native" : " 0.73" ,
7575 "ts-jest" : " ^29.2.5" ,
7676 "typescript" : " ^5.6.3"
77- }
77+ },
78+ "packageManager" :
" [email protected] +sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72" 7879}
Original file line number Diff line number Diff line change @@ -97,7 +97,6 @@ Pod::Spec.new do |s|
9797 if supports_bundle_url_final
9898 ss . pod_target_xcconfig = { 'SWIFT_ACTIVE_COMPILATION_CONDITIONS' => 'EXPO_SUPPORTS_BUNDLEURL' }
9999 end
100- ss . dependency 'ExpoModulesCore'
101100 end
102101 end
103102
Original file line number Diff line number Diff line change @@ -380,4 +380,4 @@ export const UpdateProvider = ({
380380} ;
381381
382382/** @deprecated Please use `UpdateProvider` instead */
383- export const PushyProvider = UpdateProvider ;
383+ export const PushyProvider = UpdateProvider ;
Original file line number Diff line number Diff line change @@ -98,4 +98,4 @@ export interface ClientOptions {
9898export interface UpdateTestPayload {
9999 type : '__rnPushyVersionHash' | string | null ;
100100 data : any ;
101- }
101+ }
You can’t perform that action at this time.
0 commit comments