@react-native-ohos/react-native-ble-plx 3.5.1-rc.1 → 3.5.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.
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
# @react-native-
|
|
2
|
-
This project is based on [react-native-ble-plx](https://github.com/dotintent/react-native-ble-plx)
|
|
1
|
+
# @react-native-ohos/react-native-ble-plx
|
|
2
|
+
This project is based on [react-native-ble-plx@3.5.0](https://github.com/dotintent/react-native-ble-plx/tree/v3.5.0)
|
|
3
3
|
## Documentation
|
|
4
4
|
[中文](https://gitee.com/react-native-oh-library/usage-docs/blob/master/zh-cn/react-native-ble-plx.md)
|
|
5
5
|
|
package/harmony/rn_bleplx.har
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-native-ohos/react-native-ble-plx",
|
|
3
|
-
"version": "3.5.1
|
|
3
|
+
"version": "3.5.1",
|
|
4
4
|
"description": "React Native Bluetooth Low Energy library",
|
|
5
5
|
"main": "src/index",
|
|
6
6
|
"module": "src/index",
|
|
@@ -16,8 +16,6 @@
|
|
|
16
16
|
"files": [
|
|
17
17
|
"src",
|
|
18
18
|
"lib",
|
|
19
|
-
"android",
|
|
20
|
-
"ios",
|
|
21
19
|
"cpp",
|
|
22
20
|
"harmony",
|
|
23
21
|
"plugin/build",
|
|
@@ -56,8 +54,6 @@
|
|
|
56
54
|
},
|
|
57
55
|
"keywords": [
|
|
58
56
|
"react-native",
|
|
59
|
-
"ios",
|
|
60
|
-
"android",
|
|
61
57
|
"React",
|
|
62
58
|
"Native",
|
|
63
59
|
"Bluetooth",
|
|
@@ -67,14 +63,13 @@
|
|
|
67
63
|
],
|
|
68
64
|
"repository": {
|
|
69
65
|
"type": "git",
|
|
70
|
-
"url": "git+https://
|
|
66
|
+
"url": "git+https://gitcode.com/openharmony-sig/rntpc_react-native-ble-plx.git"
|
|
71
67
|
},
|
|
72
|
-
"author": "dotintent (https://withintent.com/)",
|
|
73
68
|
"license": "MIT",
|
|
74
69
|
"bugs": {
|
|
75
|
-
"url": "https://
|
|
70
|
+
"url": "https://gitcode.com/openharmony-sig/rntpc_react-native-ble-plx/issues"
|
|
76
71
|
},
|
|
77
|
-
"homepage": "https://
|
|
72
|
+
"homepage": "https://gitcode.com/openharmony-sig/rntpc_react-native-ble-plx#readme",
|
|
78
73
|
"publishConfig": {
|
|
79
74
|
"registry": "https://registry.npmjs.org/"
|
|
80
75
|
},
|
|
@@ -178,4 +173,4 @@
|
|
|
178
173
|
]
|
|
179
174
|
]
|
|
180
175
|
}
|
|
181
|
-
}
|
|
176
|
+
}
|