react-native-ble-mesh 1.0.2 → 1.0.4

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.
Files changed (1) hide show
  1. package/package.json +26 -8
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-native-ble-mesh",
3
- "version": "1.0.2",
4
- "description": "Production-ready React Native BLE Mesh Network with Noise Protocol security",
3
+ "version": "1.0.4",
4
+ "description": "React Native Bluetooth Low Energy (BLE) mesh networking library with end-to-end encryption, offline messaging, peer-to-peer communication, and Noise Protocol security for iOS and Android",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
7
7
  "exports": {
@@ -39,18 +39,36 @@
39
39
  },
40
40
  "keywords": [
41
41
  "react-native",
42
+ "react-native-ble",
43
+ "react-native-bluetooth",
42
44
  "bluetooth",
45
+ "bluetooth-low-energy",
43
46
  "ble",
44
- "mesh",
47
+ "ble-mesh",
48
+ "mesh-network",
49
+ "mesh-networking",
45
50
  "p2p",
46
51
  "peer-to-peer",
47
- "noise-protocol",
48
- "encryption",
52
+ "offline",
49
53
  "offline-first",
50
- "x25519",
51
- "chacha20-poly1305"
54
+ "offline-messaging",
55
+ "encryption",
56
+ "end-to-end-encryption",
57
+ "e2e-encryption",
58
+ "noise-protocol",
59
+ "secure-messaging",
60
+ "ios",
61
+ "android",
62
+ "mobile",
63
+ "wireless",
64
+ "decentralized",
65
+ "chat",
66
+ "messaging"
52
67
  ],
53
- "author": "Suhail Taj Shaik",
68
+ "author": {
69
+ "name": "Suhail Taj Shaik",
70
+ "url": "https://github.com/suhailtajshaik"
71
+ },
54
72
  "license": "MIT",
55
73
  "devDependencies": {
56
74
  "eslint": "^8.57.0",