@rongcloud/plugin-rtc 5.4.7-alpha.1 → 5.4.7-alpha.2
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/dist/index.d.ts +3 -3
- package/dist/index.esm.js +16 -16
- package/dist/index.js +16 -16
- package/dist/index.umd.js +16 -16
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* RCRTC - v5.4.7-alpha.
|
|
3
|
-
* CommitId -
|
|
4
|
-
*
|
|
2
|
+
* RCRTC - v5.4.7-alpha.2
|
|
3
|
+
* CommitId - 1826738708cea2e2c6cc7586713f2c24ab40e665
|
|
4
|
+
* Wed Aug 31 2022 18:33:00 GMT+0800 (China Standard Time)
|
|
5
5
|
* ©2020 RongCloud, Inc. All rights reserved.
|
|
6
6
|
*/
|
|
7
7
|
import { EventEmitter, RTCMode, IRuntime, RTCPluginContext, IJoinRTCRoomData, IReceivedMessage, ErrorCode, RTCJoinType, IRTCUserData, KVString, IServerRTCRoomEntry, LogLevel, IRTCJoinedInfo, IPluginGenerator } from '@rongcloud/engine';
|
package/dist/index.esm.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* RCRTC - v5.4.7-alpha.
|
|
3
|
-
* CommitId -
|
|
4
|
-
*
|
|
2
|
+
* RCRTC - v5.4.7-alpha.2
|
|
3
|
+
* CommitId - 1826738708cea2e2c6cc7586713f2c24ab40e665
|
|
4
|
+
* Wed Aug 31 2022 18:33:00 GMT+0800 (China Standard Time)
|
|
5
5
|
* ©2020 RongCloud, Inc. All rights reserved.
|
|
6
6
|
*/
|
|
7
7
|
import { Logger, EventEmitter, logger as logger$1, LogSource, isNumber, validate, ErrorCode, HttpMethod, ConnectionStatus, RTCMode, notEmptyString, isObject as isObject$1, isString, RTCJoinType, RTCApiType, isArray, assert, ConversationType, isHttpUrl, isBoolean, isUndefined, RTCIdentityChangeType, VersionManage } from '@rongcloud/engine';
|
|
@@ -6227,22 +6227,22 @@ var RCMediaType;
|
|
|
6227
6227
|
const RongRTCVideoBitrate = {
|
|
6228
6228
|
[RCResolution.W176_H132]: { width: 176, height: 132, maxBitrate: 150, minBitrate: 80 },
|
|
6229
6229
|
[RCResolution.W176_H144]: { width: 176, height: 144, maxBitrate: 150, minBitrate: 80 },
|
|
6230
|
-
[RCResolution.W180_H180]: { width:
|
|
6231
|
-
[RCResolution.W240_H180]: { width: 240, height:
|
|
6230
|
+
[RCResolution.W180_H180]: { width: 180, height: 180, maxBitrate: 200, minBitrate: 100 },
|
|
6231
|
+
[RCResolution.W240_H180]: { width: 240, height: 180, maxBitrate: 240, minBitrate: 120 },
|
|
6232
6232
|
[RCResolution.W240_H240]: { width: 240, height: 240, maxBitrate: 280, minBitrate: 120 },
|
|
6233
6233
|
[RCResolution.W256_H144]: { width: 256, height: 144, maxBitrate: 240, minBitrate: 120 },
|
|
6234
|
-
[RCResolution.W320_H180]: { width: 320, height:
|
|
6234
|
+
[RCResolution.W320_H180]: { width: 320, height: 180, maxBitrate: 280, minBitrate: 120 },
|
|
6235
6235
|
[RCResolution.W320_H240]: { width: 320, height: 240, maxBitrate: 400, minBitrate: 120 },
|
|
6236
|
-
[RCResolution.W360_H360]: { width:
|
|
6237
|
-
[RCResolution.W480_H360]: { width: 480, height:
|
|
6236
|
+
[RCResolution.W360_H360]: { width: 360, height: 360, maxBitrate: 520, minBitrate: 140 },
|
|
6237
|
+
[RCResolution.W480_H360]: { width: 480, height: 360, maxBitrate: 650, minBitrate: 150 },
|
|
6238
6238
|
[RCResolution.W480_H480]: { width: 480, height: 480, maxBitrate: 800, minBitrate: 180 },
|
|
6239
|
-
[RCResolution.W640_H360]: { width: 640, height:
|
|
6239
|
+
[RCResolution.W640_H360]: { width: 640, height: 360, maxBitrate: 800, minBitrate: 180 },
|
|
6240
6240
|
[RCResolution.W640_H480]: { width: 640, height: 480, maxBitrate: 900, minBitrate: 200 },
|
|
6241
6241
|
[RCResolution.W720_H480]: { width: 720, height: 480, maxBitrate: 1000, minBitrate: 200 },
|
|
6242
6242
|
[RCResolution.W848_H480]: { width: 848, height: 480, maxBitrate: 1860, minBitrate: 200 },
|
|
6243
6243
|
[RCResolution.W960_H720]: { width: 960, height: 720, maxBitrate: 2000, minBitrate: 250 },
|
|
6244
6244
|
[RCResolution.W1280_H720]: { width: 1280, height: 720, maxBitrate: 2200, minBitrate: 250 },
|
|
6245
|
-
[RCResolution.W1920_H1080]: { width: 1920, height:
|
|
6245
|
+
[RCResolution.W1920_H1080]: { width: 1920, height: 1080, maxBitrate: 4000, minBitrate: 400 }
|
|
6246
6246
|
};
|
|
6247
6247
|
/**
|
|
6248
6248
|
* 分辨率适配
|
|
@@ -7935,7 +7935,7 @@ const getCommonHeader = () => ({
|
|
|
7935
7935
|
'Content-Type': 'application/json;charset=UTF-8',
|
|
7936
7936
|
'Cache-Control': 'no-cache',
|
|
7937
7937
|
ClientType: `web|${browserInfo.browser}|${browserInfo.version}`,
|
|
7938
|
-
ClientVersion: "5.4.7-alpha.
|
|
7938
|
+
ClientVersion: "5.4.7-alpha.2",
|
|
7939
7939
|
'Client-Session-Id': getUUID(),
|
|
7940
7940
|
'Request-Id': Date.now().toString()
|
|
7941
7941
|
});
|
|
@@ -10823,7 +10823,7 @@ class PolarisReporter {
|
|
|
10823
10823
|
* 加入房间
|
|
10824
10824
|
*/
|
|
10825
10825
|
sendR1() {
|
|
10826
|
-
const rtcVersion = "5.4.7-alpha.
|
|
10826
|
+
const rtcVersion = "5.4.7-alpha.2";
|
|
10827
10827
|
const imVersion = this._context.getCoreVersion();
|
|
10828
10828
|
const platform = 'web';
|
|
10829
10829
|
const pcName = navigator.platform;
|
|
@@ -19306,9 +19306,9 @@ const installer = {
|
|
|
19306
19306
|
logger.error('Please use the https protocol or use `http://localhost` to open the page!');
|
|
19307
19307
|
return false;
|
|
19308
19308
|
}
|
|
19309
|
-
VersionManage.add('plugin-rtc', "5.4.7-alpha.
|
|
19310
|
-
if (!VersionManage.validEngine("
|
|
19311
|
-
logger.error(`The current engine version '${VersionManage.getInfo().engine}' error, plugin-rtc required engine version at least '${"
|
|
19309
|
+
VersionManage.add('plugin-rtc', "5.4.7-alpha.2");
|
|
19310
|
+
if (!VersionManage.validEngine("5.3.4 - 5.4.5")) {
|
|
19311
|
+
logger.error(`The current engine version '${VersionManage.getInfo().engine}' error, plugin-rtc required engine version at least '${"5.3.4 - 5.4.5"}'.`);
|
|
19312
19312
|
return false;
|
|
19313
19313
|
}
|
|
19314
19314
|
return true;
|
|
@@ -19317,7 +19317,7 @@ const installer = {
|
|
|
19317
19317
|
var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
19318
19318
|
logger.setLogLevel(options.logLevel);
|
|
19319
19319
|
logger.setLogStdout(options.logStdout);
|
|
19320
|
-
logger.warn(`RCRTC Version: ${"5.4.7-alpha.
|
|
19320
|
+
logger.warn(`RCRTC Version: ${"5.4.7-alpha.2"}, Commit: ${"1826738708cea2e2c6cc7586713f2c24ab40e665"}`);
|
|
19321
19321
|
logger.warn(`browserInfo.browser -> ${browserInfo.browser}`);
|
|
19322
19322
|
logger.warn(`browserInfo.supportsUnifiedPlan -> ${browserInfo.supportsUnifiedPlan}`);
|
|
19323
19323
|
logger.warn(`browserInfo.version -> ${browserInfo.version}`);
|
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* RCRTC - v5.4.7-alpha.
|
|
3
|
-
* CommitId -
|
|
4
|
-
*
|
|
2
|
+
* RCRTC - v5.4.7-alpha.2
|
|
3
|
+
* CommitId - 1826738708cea2e2c6cc7586713f2c24ab40e665
|
|
4
|
+
* Wed Aug 31 2022 18:33:00 GMT+0800 (China Standard Time)
|
|
5
5
|
* ©2020 RongCloud, Inc. All rights reserved.
|
|
6
6
|
*/
|
|
7
7
|
'use strict';
|
|
@@ -6230,22 +6230,22 @@ exports.RCMediaType = void 0;
|
|
|
6230
6230
|
const RongRTCVideoBitrate = {
|
|
6231
6231
|
[exports.RCResolution.W176_H132]: { width: 176, height: 132, maxBitrate: 150, minBitrate: 80 },
|
|
6232
6232
|
[exports.RCResolution.W176_H144]: { width: 176, height: 144, maxBitrate: 150, minBitrate: 80 },
|
|
6233
|
-
[exports.RCResolution.W180_H180]: { width:
|
|
6234
|
-
[exports.RCResolution.W240_H180]: { width: 240, height:
|
|
6233
|
+
[exports.RCResolution.W180_H180]: { width: 180, height: 180, maxBitrate: 200, minBitrate: 100 },
|
|
6234
|
+
[exports.RCResolution.W240_H180]: { width: 240, height: 180, maxBitrate: 240, minBitrate: 120 },
|
|
6235
6235
|
[exports.RCResolution.W240_H240]: { width: 240, height: 240, maxBitrate: 280, minBitrate: 120 },
|
|
6236
6236
|
[exports.RCResolution.W256_H144]: { width: 256, height: 144, maxBitrate: 240, minBitrate: 120 },
|
|
6237
|
-
[exports.RCResolution.W320_H180]: { width: 320, height:
|
|
6237
|
+
[exports.RCResolution.W320_H180]: { width: 320, height: 180, maxBitrate: 280, minBitrate: 120 },
|
|
6238
6238
|
[exports.RCResolution.W320_H240]: { width: 320, height: 240, maxBitrate: 400, minBitrate: 120 },
|
|
6239
|
-
[exports.RCResolution.W360_H360]: { width:
|
|
6240
|
-
[exports.RCResolution.W480_H360]: { width: 480, height:
|
|
6239
|
+
[exports.RCResolution.W360_H360]: { width: 360, height: 360, maxBitrate: 520, minBitrate: 140 },
|
|
6240
|
+
[exports.RCResolution.W480_H360]: { width: 480, height: 360, maxBitrate: 650, minBitrate: 150 },
|
|
6241
6241
|
[exports.RCResolution.W480_H480]: { width: 480, height: 480, maxBitrate: 800, minBitrate: 180 },
|
|
6242
|
-
[exports.RCResolution.W640_H360]: { width: 640, height:
|
|
6242
|
+
[exports.RCResolution.W640_H360]: { width: 640, height: 360, maxBitrate: 800, minBitrate: 180 },
|
|
6243
6243
|
[exports.RCResolution.W640_H480]: { width: 640, height: 480, maxBitrate: 900, minBitrate: 200 },
|
|
6244
6244
|
[exports.RCResolution.W720_H480]: { width: 720, height: 480, maxBitrate: 1000, minBitrate: 200 },
|
|
6245
6245
|
[exports.RCResolution.W848_H480]: { width: 848, height: 480, maxBitrate: 1860, minBitrate: 200 },
|
|
6246
6246
|
[exports.RCResolution.W960_H720]: { width: 960, height: 720, maxBitrate: 2000, minBitrate: 250 },
|
|
6247
6247
|
[exports.RCResolution.W1280_H720]: { width: 1280, height: 720, maxBitrate: 2200, minBitrate: 250 },
|
|
6248
|
-
[exports.RCResolution.W1920_H1080]: { width: 1920, height:
|
|
6248
|
+
[exports.RCResolution.W1920_H1080]: { width: 1920, height: 1080, maxBitrate: 4000, minBitrate: 400 }
|
|
6249
6249
|
};
|
|
6250
6250
|
/**
|
|
6251
6251
|
* 分辨率适配
|
|
@@ -7938,7 +7938,7 @@ const getCommonHeader = () => ({
|
|
|
7938
7938
|
'Content-Type': 'application/json;charset=UTF-8',
|
|
7939
7939
|
'Cache-Control': 'no-cache',
|
|
7940
7940
|
ClientType: `web|${browserInfo.browser}|${browserInfo.version}`,
|
|
7941
|
-
ClientVersion: "5.4.7-alpha.
|
|
7941
|
+
ClientVersion: "5.4.7-alpha.2",
|
|
7942
7942
|
'Client-Session-Id': getUUID(),
|
|
7943
7943
|
'Request-Id': Date.now().toString()
|
|
7944
7944
|
});
|
|
@@ -10826,7 +10826,7 @@ class PolarisReporter {
|
|
|
10826
10826
|
* 加入房间
|
|
10827
10827
|
*/
|
|
10828
10828
|
sendR1() {
|
|
10829
|
-
const rtcVersion = "5.4.7-alpha.
|
|
10829
|
+
const rtcVersion = "5.4.7-alpha.2";
|
|
10830
10830
|
const imVersion = this._context.getCoreVersion();
|
|
10831
10831
|
const platform = 'web';
|
|
10832
10832
|
const pcName = navigator.platform;
|
|
@@ -19309,9 +19309,9 @@ const installer = {
|
|
|
19309
19309
|
logger.error('Please use the https protocol or use `http://localhost` to open the page!');
|
|
19310
19310
|
return false;
|
|
19311
19311
|
}
|
|
19312
|
-
engine.VersionManage.add('plugin-rtc', "5.4.7-alpha.
|
|
19313
|
-
if (!engine.VersionManage.validEngine("
|
|
19314
|
-
logger.error(`The current engine version '${engine.VersionManage.getInfo().engine}' error, plugin-rtc required engine version at least '${"
|
|
19312
|
+
engine.VersionManage.add('plugin-rtc', "5.4.7-alpha.2");
|
|
19313
|
+
if (!engine.VersionManage.validEngine("5.3.4 - 5.4.5")) {
|
|
19314
|
+
logger.error(`The current engine version '${engine.VersionManage.getInfo().engine}' error, plugin-rtc required engine version at least '${"5.3.4 - 5.4.5"}'.`);
|
|
19315
19315
|
return false;
|
|
19316
19316
|
}
|
|
19317
19317
|
return true;
|
|
@@ -19320,7 +19320,7 @@ const installer = {
|
|
|
19320
19320
|
var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
19321
19321
|
logger.setLogLevel(options.logLevel);
|
|
19322
19322
|
logger.setLogStdout(options.logStdout);
|
|
19323
|
-
logger.warn(`RCRTC Version: ${"5.4.7-alpha.
|
|
19323
|
+
logger.warn(`RCRTC Version: ${"5.4.7-alpha.2"}, Commit: ${"1826738708cea2e2c6cc7586713f2c24ab40e665"}`);
|
|
19324
19324
|
logger.warn(`browserInfo.browser -> ${browserInfo.browser}`);
|
|
19325
19325
|
logger.warn(`browserInfo.supportsUnifiedPlan -> ${browserInfo.supportsUnifiedPlan}`);
|
|
19326
19326
|
logger.warn(`browserInfo.version -> ${browserInfo.version}`);
|
package/dist/index.umd.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* RCRTC - v5.4.7-alpha.
|
|
3
|
-
* CommitId -
|
|
4
|
-
*
|
|
2
|
+
* RCRTC - v5.4.7-alpha.2
|
|
3
|
+
* CommitId - 1826738708cea2e2c6cc7586713f2c24ab40e665
|
|
4
|
+
* Wed Aug 31 2022 18:33:00 GMT+0800 (China Standard Time)
|
|
5
5
|
* ©2020 RongCloud, Inc. All rights reserved.
|
|
6
6
|
*/
|
|
7
7
|
(function (global, factory) {
|
|
@@ -6230,22 +6230,22 @@
|
|
|
6230
6230
|
const RongRTCVideoBitrate = {
|
|
6231
6231
|
[exports.RCResolution.W176_H132]: { width: 176, height: 132, maxBitrate: 150, minBitrate: 80 },
|
|
6232
6232
|
[exports.RCResolution.W176_H144]: { width: 176, height: 144, maxBitrate: 150, minBitrate: 80 },
|
|
6233
|
-
[exports.RCResolution.W180_H180]: { width:
|
|
6234
|
-
[exports.RCResolution.W240_H180]: { width: 240, height:
|
|
6233
|
+
[exports.RCResolution.W180_H180]: { width: 180, height: 180, maxBitrate: 200, minBitrate: 100 },
|
|
6234
|
+
[exports.RCResolution.W240_H180]: { width: 240, height: 180, maxBitrate: 240, minBitrate: 120 },
|
|
6235
6235
|
[exports.RCResolution.W240_H240]: { width: 240, height: 240, maxBitrate: 280, minBitrate: 120 },
|
|
6236
6236
|
[exports.RCResolution.W256_H144]: { width: 256, height: 144, maxBitrate: 240, minBitrate: 120 },
|
|
6237
|
-
[exports.RCResolution.W320_H180]: { width: 320, height:
|
|
6237
|
+
[exports.RCResolution.W320_H180]: { width: 320, height: 180, maxBitrate: 280, minBitrate: 120 },
|
|
6238
6238
|
[exports.RCResolution.W320_H240]: { width: 320, height: 240, maxBitrate: 400, minBitrate: 120 },
|
|
6239
|
-
[exports.RCResolution.W360_H360]: { width:
|
|
6240
|
-
[exports.RCResolution.W480_H360]: { width: 480, height:
|
|
6239
|
+
[exports.RCResolution.W360_H360]: { width: 360, height: 360, maxBitrate: 520, minBitrate: 140 },
|
|
6240
|
+
[exports.RCResolution.W480_H360]: { width: 480, height: 360, maxBitrate: 650, minBitrate: 150 },
|
|
6241
6241
|
[exports.RCResolution.W480_H480]: { width: 480, height: 480, maxBitrate: 800, minBitrate: 180 },
|
|
6242
|
-
[exports.RCResolution.W640_H360]: { width: 640, height:
|
|
6242
|
+
[exports.RCResolution.W640_H360]: { width: 640, height: 360, maxBitrate: 800, minBitrate: 180 },
|
|
6243
6243
|
[exports.RCResolution.W640_H480]: { width: 640, height: 480, maxBitrate: 900, minBitrate: 200 },
|
|
6244
6244
|
[exports.RCResolution.W720_H480]: { width: 720, height: 480, maxBitrate: 1000, minBitrate: 200 },
|
|
6245
6245
|
[exports.RCResolution.W848_H480]: { width: 848, height: 480, maxBitrate: 1860, minBitrate: 200 },
|
|
6246
6246
|
[exports.RCResolution.W960_H720]: { width: 960, height: 720, maxBitrate: 2000, minBitrate: 250 },
|
|
6247
6247
|
[exports.RCResolution.W1280_H720]: { width: 1280, height: 720, maxBitrate: 2200, minBitrate: 250 },
|
|
6248
|
-
[exports.RCResolution.W1920_H1080]: { width: 1920, height:
|
|
6248
|
+
[exports.RCResolution.W1920_H1080]: { width: 1920, height: 1080, maxBitrate: 4000, minBitrate: 400 }
|
|
6249
6249
|
};
|
|
6250
6250
|
/**
|
|
6251
6251
|
* 分辨率适配
|
|
@@ -7938,7 +7938,7 @@
|
|
|
7938
7938
|
'Content-Type': 'application/json;charset=UTF-8',
|
|
7939
7939
|
'Cache-Control': 'no-cache',
|
|
7940
7940
|
ClientType: `web|${browserInfo.browser}|${browserInfo.version}`,
|
|
7941
|
-
ClientVersion: "5.4.7-alpha.
|
|
7941
|
+
ClientVersion: "5.4.7-alpha.2",
|
|
7942
7942
|
'Client-Session-Id': getUUID(),
|
|
7943
7943
|
'Request-Id': Date.now().toString()
|
|
7944
7944
|
});
|
|
@@ -10826,7 +10826,7 @@
|
|
|
10826
10826
|
* 加入房间
|
|
10827
10827
|
*/
|
|
10828
10828
|
sendR1() {
|
|
10829
|
-
const rtcVersion = "5.4.7-alpha.
|
|
10829
|
+
const rtcVersion = "5.4.7-alpha.2";
|
|
10830
10830
|
const imVersion = this._context.getCoreVersion();
|
|
10831
10831
|
const platform = 'web';
|
|
10832
10832
|
const pcName = navigator.platform;
|
|
@@ -19309,9 +19309,9 @@
|
|
|
19309
19309
|
logger.error('Please use the https protocol or use `http://localhost` to open the page!');
|
|
19310
19310
|
return false;
|
|
19311
19311
|
}
|
|
19312
|
-
engine.VersionManage.add('plugin-rtc', "5.4.7-alpha.
|
|
19313
|
-
if (!engine.VersionManage.validEngine("
|
|
19314
|
-
logger.error(`The current engine version '${engine.VersionManage.getInfo().engine}' error, plugin-rtc required engine version at least '${"
|
|
19312
|
+
engine.VersionManage.add('plugin-rtc', "5.4.7-alpha.2");
|
|
19313
|
+
if (!engine.VersionManage.validEngine("5.3.4 - 5.4.5")) {
|
|
19314
|
+
logger.error(`The current engine version '${engine.VersionManage.getInfo().engine}' error, plugin-rtc required engine version at least '${"5.3.4 - 5.4.5"}'.`);
|
|
19315
19315
|
return false;
|
|
19316
19316
|
}
|
|
19317
19317
|
return true;
|
|
@@ -19320,7 +19320,7 @@
|
|
|
19320
19320
|
var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
19321
19321
|
logger.setLogLevel(options.logLevel);
|
|
19322
19322
|
logger.setLogStdout(options.logStdout);
|
|
19323
|
-
logger.warn(`RCRTC Version: ${"5.4.7-alpha.
|
|
19323
|
+
logger.warn(`RCRTC Version: ${"5.4.7-alpha.2"}, Commit: ${"1826738708cea2e2c6cc7586713f2c24ab40e665"}`);
|
|
19324
19324
|
logger.warn(`browserInfo.browser -> ${browserInfo.browser}`);
|
|
19325
19325
|
logger.warn(`browserInfo.supportsUnifiedPlan -> ${browserInfo.supportsUnifiedPlan}`);
|
|
19326
19326
|
logger.warn(`browserInfo.version -> ${browserInfo.version}`);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rongcloud/plugin-rtc",
|
|
3
|
-
"version": "5.4.7-alpha.
|
|
3
|
+
"version": "5.4.7-alpha.2",
|
|
4
4
|
"description": "@rongcloud/plugin-rtc",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"__attrs__": {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"node": ">=10.0.0"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
|
-
"@rongcloud/engine": "
|
|
34
|
+
"@rongcloud/engine": "5.3.4 - 5.4.5"
|
|
35
35
|
},
|
|
36
|
-
"__commit__": "
|
|
36
|
+
"__commit__": "1826738708cea2e2c6cc7586713f2c24ab40e665"
|
|
37
37
|
}
|