Skip to content

Commit 5b46071

Browse files
committed
10.28.3
1 parent a6802bd commit 5b46071

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -74,5 +74,6 @@
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
}

react-native-update.podspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

src/provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

src/type.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ export interface ClientOptions {
9898
export interface UpdateTestPayload {
9999
type: '__rnPushyVersionHash' | string | null;
100100
data: any;
101-
}
101+
}

0 commit comments

Comments
 (0)