@react-native-ohos/react-native-clippathview 1.1.9-rc.1 → 1.2.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.
@@ -0,0 +1,11 @@
1
+ [
2
+ {
3
+ "Name": "react-native-clippath",
4
+ "License": "MIT License",
5
+ "License File": "LICENSE",
6
+ "Version Number": "1.1.8",
7
+ "Owner" : "xiafeng@huawei.com",
8
+ "Upstream URL": "https://github.com/Only-IceSoul/react-native-clippath",
9
+ "Description": "ClipPath - Hardware accelerated"
10
+ }
11
+ ]
package/README.md CHANGED
@@ -1,15 +1,15 @@
1
- # @react-native-oh-tpl/react-native-clippathview
2
-
3
- This project is based on [react-native-clippathview](https://github.com/Only-IceSoul/react-native-clippath)
4
-
5
- ## Documentation
6
-
7
- [中文](https://gitee.com/react-native-oh-library/usage-docs/blob/master/zh-cn/react-native-clippath-capi.md)
8
-
9
- [English](https://gitee.com/react-native-oh-library/usage-docs/blob/master/en/react-native-clippath-capi.md)
10
-
11
-
12
- ## License
13
-
14
- This library is licensed under [The MIT License (MIT)](https://github.com/react-native-oh-library/react-native-clippath/blob/capi/LICENSE).
15
-
1
+ # @react-native-ohos/react-native-clippathview
2
+
3
+ This project is based on [react-native-clippathview v1.1.8](https://github.com/Only-IceSoul/react-native-clippath)
4
+
5
+ ## Documentation
6
+
7
+ [中文](https://gitee.com/react-native-oh-library/usage-docs/blob/master/zh-cn/react-native-clippath-capi.md)
8
+
9
+ [English](https://gitee.com/react-native-oh-library/usage-docs/blob/master/en/react-native-clippath-capi.md)
10
+
11
+
12
+ ## License
13
+
14
+ This library is licensed under [The MIT License (MIT)](https://github.com/react-native-oh-library/react-native-clippath/blob/capi/LICENSE).
15
+
@@ -1,5 +1,5 @@
1
1
  export default class BuildProfile {
2
- static readonly HAR_VERSION = '1.1.8-0.2.2';
2
+ static readonly HAR_VERSION = '1.1.8';
3
3
  static readonly BUILD_MODE_NAME = 'debug';
4
4
  static readonly DEBUG = true;
5
5
  static readonly TARGET_NAME = 'default';
@@ -6,7 +6,7 @@
6
6
  "name": "@react-native-ohos/react-native-clippathview",
7
7
  "description": "Please describe the basic information.",
8
8
  "main": "index.ets",
9
- "version": "1.1.9-rc.1",
9
+ "version": "1.2.0-rc.1",
10
10
  "dependencies": {
11
11
  "@rnoh/react-native-openharmony": "file:../react_native_openharmony"
12
12
  },
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@react-native-ohos/react-native-clippathview",
3
3
  "title": "React Native ClipPath",
4
- "version": "1.1.9-rc.1",
4
+ "version": "1.2.0-rc.1",
5
5
  "description": "ClipPath Android Web IOS Harmony",
6
6
  "main": "index.js",
7
7
  "types": "index.d.ts",
@@ -18,8 +18,8 @@
18
18
  },
19
19
  "repository": {
20
20
  "type": "git",
21
- "url": "git+https://github.com/react-native-oh-library/react-native-clippath.git",
22
- "baseUrl": "https://github.com/react-native-oh-library/react-native-clippath"
21
+ "url": "git+https://gitcode.com/openharmony-sig/rntpc_react-native-clippath.git",
22
+ "baseUrl": "https://gitcode.com/openharmony-sig/rntpc_react-native-clippath"
23
23
  },
24
24
  "keywords": [
25
25
  "harmony",
@@ -35,10 +35,6 @@
35
35
  "GPU",
36
36
  "Hardware accelerated"
37
37
  ],
38
- "author": {
39
- "name": "Juan J LF",
40
- "email": "justinjlf21@gmail.com"
41
- },
42
38
  "publishConfig": {
43
39
  "registry": "https://registry.npmjs.org/",
44
40
  "access": "public"