munim-bluetooth 0.2.4 → 0.2.6

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.
@@ -32,5 +32,6 @@ Pod::Spec.new do |s|
32
32
 
33
33
  s.dependency 'React-jsi'
34
34
  s.dependency 'React-callinvoker'
35
+ s.dependency 'react-native-nitro-modules'
35
36
  install_modules_dependencies(s)
36
37
  end
@@ -7,7 +7,7 @@
7
7
 
8
8
  import Foundation
9
9
  import CoreBluetooth
10
- import ReactNativeNitroModules
10
+ import NitroModules
11
11
  import React
12
12
 
13
13
  class HybridMunimBluetooth: HybridMunimBluetoothSpec {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "munim-bluetooth",
3
- "version": "0.2.4",
3
+ "version": "0.2.6",
4
4
  "description": "A comprehensive React Native library for all your Bluetooth Low Energy (BLE) needs, supporting both peripheral and central roles with Expo support",
5
5
  "main": "./lib/commonjs/index.js",
6
6
  "module": "./lib/module/index.js",