react-native-beidou 1.1.6 → 1.1.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.
@@ -6,7 +6,7 @@ import android.os.Looper;
6
6
  import androidx.annotation.NonNull;
7
7
  import androidx.annotation.Nullable;
8
8
 
9
- import com.beidou.bluetooth.supersim.SuperSimManager;
9
+ import com.cmcc.bdmsgsecure.BeidouSecurityManager;
10
10
  import com.cmcc.bdmsgsecure.model.BDMsgGetUserInfoTerminalResponse;
11
11
  import com.cmcc.bdmsgsecure.model.BDMsgMailSynchronizeTerminalResponse;
12
12
  import com.cmcc.bdmsgserver.bdmsgauth.model.BDMsgMailReplyResponse;
@@ -35,14 +35,14 @@ public class SuperSimModule extends ReactContextBaseJavaModule {
35
35
  public static final String NAME = "SuperSimModule";
36
36
 
37
37
  private final ReactApplicationContext reactContext;
38
- private final SuperSimManager superSimManager;
38
+ private final BeidouSecurityManager superSimManager;
39
39
  private final ExecutorService worker = Executors.newSingleThreadExecutor();
40
40
  private final Handler mainHandler = new Handler(Looper.getMainLooper());
41
41
 
42
42
  public SuperSimModule(ReactApplicationContext reactContext) {
43
43
  super(reactContext);
44
44
  this.reactContext = reactContext;
45
- this.superSimManager = SuperSimManager.getInstance(reactContext);
45
+ this.superSimManager = BeidouSecurityManager.getInstance(reactContext);
46
46
  }
47
47
 
48
48
  @NonNull
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-beidou",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "description": "A React Native module for BeiDou Bluetooth communication.",
5
5
  "main": "index.ts",
6
6
  "types": "index.ts",
@@ -1,6 +1,6 @@
1
1
  Pod::Spec.new do |s|
2
2
  s.name = "react-native-beidou"
3
- s.version = "1.1.6" # 与 package.json 中的版本保持一致
3
+ s.version = "1.1.7" # 与 package.json 中的版本保持一致
4
4
  s.summary = "React Native Beidou Module"
5
5
  s.description = <<-DESC
6
6
  A React Native module for Beidou functionality.