react-native-update 9.2.0 → 9.2.1

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.
@@ -349,8 +349,7 @@ RCT_EXPORT_METHOD(reloadUpdate:(NSDictionary *)options
349
349
  }
350
350
  }
351
351
 
352
- RCT_EXPORT_METHOD(markSuccess:
353
- resolver:(RCTPromiseResolveBlock)resolve
352
+ RCT_EXPORT_METHOD(markSuccess:(RCTPromiseResolveBlock)resolve
354
353
  rejecter:(RCTPromiseRejectBlock)reject)
355
354
  {
356
355
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-update",
3
- "version": "9.2.0",
3
+ "version": "9.2.1",
4
4
  "description": "react-native hot update",
5
5
  "main": "lib/index.ts",
6
6
  "scripts": {