@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-oh-tpl/react-native-ble-plx
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
 
@@ -3,7 +3,7 @@
3
3
  // found in the LICENSE file.
4
4
 
5
5
  export default class BuildProfile {
6
- static readonly HAR_VERSION = '3.5.1-rc.1';
6
+ static readonly HAR_VERSION = '3.5.1';
7
7
  static readonly BUILD_MODE_NAME = 'debug';
8
8
  static readonly DEBUG = true;
9
9
  }
@@ -6,7 +6,7 @@
6
6
  "description": "",
7
7
  "main": "index.ets",
8
8
  "type": "module",
9
- "version": "3.5.1-rc.1",
9
+ "version": "3.5.1",
10
10
  "dependencies": {
11
11
  "@rnoh/react-native-openharmony": "file:../react_native_openharmony",
12
12
  }
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-rc.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://github.com/react-native-oh-library/react-native-ble-plx.git"
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://github.com/dotintent/react-native-ble-plx/issues"
70
+ "url": "https://gitcode.com/openharmony-sig/rntpc_react-native-ble-plx/issues"
76
71
  },
77
- "homepage": "https://github.com/dotintent/react-native-ble-plx#readme",
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
+ }