@react-native-ohos/react-native-bindingx 1.0.4-rc.1 → 1.1.0-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/README.OpenSource CHANGED
@@ -1,11 +1,11 @@
1
- [
2
- {
3
- "Name": "react-native-bindingx",
4
- "License": "Apache License",
5
- "License File": "LICENSE.md",
6
- "Version Number": "1.0.3",
7
- "Owner" : "xiafeng@huawei.com",
8
- "Upstream URL": "https://github.com/alibaba/bindingx",
9
- "Description": "Bind actions to effects"
10
- }
1
+ [
2
+ {
3
+ "Name": "react-native-bindingx",
4
+ "License": "Apache License",
5
+ "License File": "LICENSE.md",
6
+ "Version Number": "1.0.3",
7
+ "Owner" : "xiafeng@huawei.com",
8
+ "Upstream URL": "https://github.com/alibaba/bindingx",
9
+ "Description": "Bind actions to effects"
10
+ }
11
11
  ]
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # @react-native-oh-tpl/react-native-bindingx
1
+ # @react-native-ohos/react-native-bindingx
2
2
 
3
- This project is based on [alibaba/bindingx](https://github.com/alibaba/bindingx)
3
+ This project is based on [bindingx v0.1.3](https://github.com/alibaba/bindingx)
4
4
 
5
5
  ## Documentation
6
6
 
@@ -1,5 +1,5 @@
1
1
  export default class BuildProfile {
2
- static readonly HAR_VERSION = '1.0.3-0.0.1';
2
+ static readonly HAR_VERSION = '1.0.3';
3
3
  static readonly BUILD_MODE_NAME = 'debug';
4
4
  static readonly DEBUG = true;
5
5
  }
@@ -5,7 +5,7 @@
5
5
  name: '@react-native-ohos/react-native-bindingx',
6
6
  description: '',
7
7
  main: 'index.ets',
8
- version: '1.0.4-rc.1',
8
+ version: '1.1.0-rc.1',
9
9
  dependencies: {
10
10
  "@rnoh/react-native-openharmony": 'file:../react_native_openharmony',
11
11
  },
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-ohos/react-native-bindingx",
3
- "version": "1.0.4-rc.1",
3
+ "version": "1.1.0-rc.1",
4
4
  "scripts": {
5
5
  "prepublish": "",
6
6
  "test": "jest"