react-native-move-sdk 2.2.1 → 2.2.2

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.
@@ -123,7 +123,7 @@ class RCTMoveSdk: RCTEventEmitter {
123
123
 
124
124
  @objc
125
125
  func getDeviceQualifier(_ resolve: RCTPromiseResolveBlock,
126
- rejecter: (RCTPromiseRejectBlock)reject) {
126
+ rejecter _: RCTPromiseRejectBlock) {
127
127
  resolve(MoveSDK.shared.getDeviceQualifier())
128
128
  }
129
129
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-move-sdk",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "description": "React Native library for MOVE SDK",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",