@react-native-ohos/react-native-qr-decode-image-camera 1.1.4-rc.2 → 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.
package/CHANGELOG.md ADDED
@@ -0,0 +1,12 @@
1
+ # v1.1.4-rc.2
2
+
3
+ ## 更新内容
4
+
5
+ * fix:修复非重复扫描时开启闪光灯识别后闪光灯无法关闭和扫描线会超出扫描框底部的问题
6
+
7
+ # v1.1.4-rc.1
8
+
9
+ ## 更新内容
10
+
11
+ * 修改组织名为@react-native-ohos
12
+ * 移除 codegenConfig 依赖,并将代码生成逻辑集成到库内部
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Use these variables when you tailor your ArkTS code. They must be of the const type.
3
3
  */
4
- export const HAR_VERSION = '1.1.4-rc.1';
4
+ export const HAR_VERSION = '1.2.0-rc.1';
5
5
  export const BUILD_MODE_NAME = 'debug';
6
6
  export const DEBUG = true;
7
7
  export const TARGET_NAME = 'default';
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-ohos/react-native-qr-decode-image-camera",
3
- "version": "1.1.4-rc.1",
3
+ "version": "1.2.0-rc.1",
4
4
  "description": "Please describe the basic information.",
5
5
  "main": "Index.ets",
6
6
  "author": "",
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-ohos/react-native-qr-decode-image-camera",
3
- "version": "1.1.4-rc.2",
3
+ "version": "1.2.0-rc.1",
4
4
  "description": "Decode react native from gallery and camera",
5
5
  "license": "MIT",
6
6
  "main": "index.js",