@react-native-ohos/react-native-sensors 7.2.2-rc.2 → 7.3.7-rc.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/LICENSE +1 -1
- package/README.OpenSource +11 -0
- package/README.md +1 -1
- package/harmony/sensors/oh-package-lock.json5 +18 -0
- package/harmony/sensors/oh-package.json5 +2 -2
- package/harmony/sensors.har +0 -0
- package/package.json +6 -10
package/LICENSE
CHANGED
|
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
|
18
18
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
19
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
20
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"Name": "React Native Sensors",
|
|
4
|
+
"License": "MIT License",
|
|
5
|
+
"License File": "https://github.com/react-native-sensors/react-native-sensors/blob/master/LICENSE",
|
|
6
|
+
"Version Number": "7.3.6",
|
|
7
|
+
"Owner" : "xiafeng@huawei.com",
|
|
8
|
+
"Upstream URL": "https://github.com/react-native-sensors/react-native-sensors",
|
|
9
|
+
"Description": "A developer friendly approach for sensors in React Native"
|
|
10
|
+
}
|
|
11
|
+
]
|
package/README.md
CHANGED
|
@@ -10,4 +10,4 @@ This project is based on [react-native-sensors](https://github.com/react-native-
|
|
|
10
10
|
|
|
11
11
|
## License
|
|
12
12
|
|
|
13
|
-
This project is licensed under [The MIT License (MIT)](https://
|
|
13
|
+
This project is licensed under [The MIT License (MIT)](https://gitcode.com/openharmony-sig/rntpc_react-native-sensors/blob/master/LICENSE), Please enjoy and participate
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"meta": {
|
|
3
|
+
"stableOrder": true
|
|
4
|
+
},
|
|
5
|
+
"lockfileVersion": 3,
|
|
6
|
+
"ATTENTION": "THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.",
|
|
7
|
+
"specifiers": {
|
|
8
|
+
"@rnoh/react-native-openharmony@../../example/node_modules/react-native-harmony/harmony/react_native_openharmony.har": "@rnoh/react-native-openharmony@../../example/node_modules/react-native-harmony/harmony/react_native_openharmony.har"
|
|
9
|
+
},
|
|
10
|
+
"packages": {
|
|
11
|
+
"@rnoh/react-native-openharmony@../../example/node_modules/react-native-harmony/harmony/react_native_openharmony.har": {
|
|
12
|
+
"name": "@rnoh/react-native-openharmony",
|
|
13
|
+
"version": "0.77.10",
|
|
14
|
+
"resolved": "../../example/node_modules/react-native-harmony/harmony/react_native_openharmony.har",
|
|
15
|
+
"registryType": "local"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
name: "@react-native-ohos/react-native-sensors",
|
|
3
|
-
version: "7.
|
|
3
|
+
version: "7.3.7-rc.1",
|
|
4
4
|
description: "Please describe the basic information.",
|
|
5
5
|
main: "Index.ets",
|
|
6
6
|
author: "",
|
|
7
7
|
license: "MIT License",
|
|
8
8
|
dependencies: {
|
|
9
|
-
"@rnoh/react-native-openharmony": "
|
|
9
|
+
"@rnoh/react-native-openharmony": "file:../react_native_openharmony"
|
|
10
10
|
},
|
|
11
11
|
}
|
package/harmony/sensors.har
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-native-ohos/react-native-sensors",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.3.7-rc.1",
|
|
4
4
|
"description": "A developer friendly approach for sensors in react-native",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"contributor:add": "all-contributors add",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"main": "index.js",
|
|
17
17
|
"types": "index.d.ts",
|
|
18
|
-
"repository": "
|
|
19
|
-
"homepage": "https://
|
|
18
|
+
"repository": "https://gitcode.com/openharmony-sig/rntpc_react-native-sensors.git",
|
|
19
|
+
"homepage": "https://gitcode.com/openharmony-sig/rntpc_react-native-sensors.git",
|
|
20
20
|
"keywords": [
|
|
21
21
|
"react-native",
|
|
22
22
|
"harmony"
|
|
@@ -54,22 +54,18 @@
|
|
|
54
54
|
"rxjs": ">= 6"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"all-contributors-cli": "6.1.2",
|
|
58
57
|
"babel-core": "6.26.3",
|
|
59
58
|
"babel-jest": "24.1.0",
|
|
60
59
|
"babel-preset-react-native": "4.0.0",
|
|
61
60
|
"husky": "4.2.3",
|
|
62
|
-
"jest": "24.1.0",
|
|
63
61
|
"metro-config": "^0.67.0",
|
|
64
62
|
"prettier": "2.2.1",
|
|
65
63
|
"pretty-quick": "3.1.0",
|
|
66
|
-
"react": "
|
|
67
|
-
"react-native": "
|
|
64
|
+
"react": "18.3.1",
|
|
65
|
+
"react-native": "0.77.1",
|
|
68
66
|
"regenerator-runtime": "0.13.1",
|
|
69
67
|
"rxjs-marbles": "5.0.0",
|
|
70
|
-
"
|
|
71
|
-
"react-native-harmony-cli": "npm:@react-native-oh/react-native-harmony-cli@^0.0.27",
|
|
72
|
-
"travis-deploy-once": "5.0.11"
|
|
68
|
+
"react-native-harmony-cli": "file:./packages/rnoh-react-native-harmony-cli-0.77.10.tgz"
|
|
73
69
|
},
|
|
74
70
|
"harmony": {
|
|
75
71
|
"alias": "react-native-sensors"
|