@polyvharmony/live-scenes-sdk 1.3.0-rc.2 → 1.3.0
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/BuildProfile.d.ets +2 -2
- package/BuildProfile.js +1 -1
- package/CHANGELOG.md +12 -2
- package/oh-package.json5 +1 -1
- package/package.json +1 -1
package/BuildProfile.d.ets
CHANGED
|
@@ -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 declare const HAR_VERSION = "1.3.0
|
|
4
|
+
export declare const HAR_VERSION = "1.3.0";
|
|
5
5
|
export declare const BUILD_MODE_NAME = "release";
|
|
6
6
|
export declare const DEBUG = false;
|
|
7
7
|
export declare const TARGET_NAME = "default";
|
|
@@ -9,7 +9,7 @@ export declare const TARGET_NAME = "default";
|
|
|
9
9
|
* BuildProfile Class is used only for compatibility purposes.
|
|
10
10
|
*/
|
|
11
11
|
export default class BuildProfile {
|
|
12
|
-
static readonly HAR_VERSION = "1.3.0
|
|
12
|
+
static readonly HAR_VERSION = "1.3.0";
|
|
13
13
|
static readonly BUILD_MODE_NAME = "release";
|
|
14
14
|
static readonly DEBUG = false;
|
|
15
15
|
static readonly TARGET_NAME = "default";
|
package/BuildProfile.js
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
|
-
## [v1.3.0
|
|
1
|
+
## [v1.3.0] - 2025-08-29
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
### 【观看端场景】
|
|
4
|
+
|
|
5
|
+
新增功能:
|
|
6
|
+
|
|
7
|
+
1. 新增全新观看端场景,支持三分屏频道和纯视频频道,提供统一的观看体验
|
|
8
|
+
|
|
9
|
+
### 【SDK】
|
|
10
|
+
|
|
11
|
+
修复优化:
|
|
12
|
+
|
|
13
|
+
1. 修复socket连接被拒(被踢)后退出重连会导致crash的问题 [SDK]
|
|
4
14
|
|
|
5
15
|
## [v1.2.0] - 2025-02-10
|
|
6
16
|
|
package/oh-package.json5
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@polyvharmony/live-scenes-sdk","version":"1.3.0
|
|
1
|
+
{"name":"@polyvharmony/live-scenes-sdk","version":"1.3.0","description":"polyv live-scenes-sdk","main":"Index.js","author":"POLYV","license":"MIT","dependencies":{"@polyvharmony/live-scenes-foundation":"1.3.0","@ohos/dataorm":"2.2.2","@polyvharmony/media-player-sdk":"2.6.2","@polyvharmony/rtc-sdk":"1.1.0"},"types":"Index.d.ets","artifactType":"obfuscation","metadata":{"sourceRoots":["./src/main"],"debug":false,"useNormalizedOHMUrl":true},"compatibleSdkVersion":12,"compatibleSdkType":"HarmonyOS","obfuscated":true}
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@polyvharmony/live-scenes-sdk","version":"1.3.0
|
|
1
|
+
{"name":"@polyvharmony/live-scenes-sdk","version":"1.3.0","description":"polyv live-scenes-sdk","main":"Index.js","author":"POLYV","license":"MIT","dependencies":{"@polyvharmony/live-scenes-foundation":"1.3.0","@ohos/dataorm":"2.2.2","@polyvharmony/media-player-sdk":"2.6.2","@polyvharmony/rtc-sdk":"1.1.0"},"types":"Index.d.ets","artifactType":"obfuscation","metadata":{"sourceRoots":["./src/main"],"debug":false,"useNormalizedOHMUrl":true},"compatibleSdkVersion":12,"compatibleSdkType":"HarmonyOS","obfuscated":true}
|