@tencentcloud/trtc-cloud-wx 0.0.30-beta.2 → 1.0.0-beta.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/package.json +1 -1
- package/trtc-cloud-wx.js +3 -3
package/package.json
CHANGED
package/trtc-cloud-wx.js
CHANGED
|
@@ -1294,10 +1294,10 @@ var Logger = /*#__PURE__*/function () {
|
|
|
1294
1294
|
return _createClass(Logger, [{
|
|
1295
1295
|
key: "loggerInfo",
|
|
1296
1296
|
value: function loggerInfo() {
|
|
1297
|
-
if (Number(this.sdkAppId) !== 1400188366 && Number(this.sdkAppId) !== 1400704311) return;
|
|
1298
1297
|
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
1299
1298
|
args[_key] = arguments[_key];
|
|
1300
1299
|
}
|
|
1300
|
+
// if (Number(this.sdkAppId) !== 1400188366 && Number(this.sdkAppId) !== 1400704311) return
|
|
1301
1301
|
aegis.infoAll({
|
|
1302
1302
|
msg: "sdkAppId=".concat(this.sdkAppId, "\u3001roomId=").concat(this.roomId, "\u3001userId=").concat(this.userId, "\n").concat(String(args)),
|
|
1303
1303
|
ext1: this.sdkAppId,
|
|
@@ -1391,13 +1391,13 @@ var Logger = /*#__PURE__*/function () {
|
|
|
1391
1391
|
var logger = new Logger();
|
|
1392
1392
|
|
|
1393
1393
|
var name = "@tencentcloud/trtc-cloud-wx";
|
|
1394
|
-
var version = "0.0
|
|
1394
|
+
var version = "1.0.0";
|
|
1395
1395
|
var description = "";
|
|
1396
1396
|
var main = "dist/trtc-cloud-wx.js";
|
|
1397
1397
|
var module$1 = "dist/trtc-cloud-wx.js";
|
|
1398
1398
|
var type = "module";
|
|
1399
1399
|
var scripts = {
|
|
1400
|
-
build: "npm run clear && rollup -c
|
|
1400
|
+
build: "npm run clear && rollup -c",
|
|
1401
1401
|
dev: "node ./build/chokidar.js",
|
|
1402
1402
|
clear: "node ./build/clear.js",
|
|
1403
1403
|
copy: "node ./build/copy.js",
|