veplayer-mp-wechat
Advanced tools
Comparing version 1.2.9-rc.2 to 1.2.9-rc.3
@@ -27,3 +27,3 @@ "use strict"; | ||
exports.PKG = 'wechat'; | ||
exports.VERSION = '1.2.9-rc.2'; | ||
exports.VERSION = '1.2.9-rc.3'; | ||
/** | ||
@@ -30,0 +30,0 @@ * 控制栏状态枚举 |
@@ -16,3 +16,3 @@ "use strict"; | ||
const index_1 = require("../collector-constructor/index"); | ||
const utils_1 = require("../utils"); | ||
const index_2 = require("../utils/index"); | ||
wx.__COLLECTOR__ = undefined; | ||
@@ -63,3 +63,3 @@ wx.__COLLECTOR_INFO__ = { | ||
if (index_1.initCollector && typeof index_1.initCollector === 'function' && config.appId) { | ||
utils_1.VE_DEBUGGER.log('init logger by logInfo'); | ||
index_2.VE_DEBUGGER.log('init logger by logInfo'); | ||
// @ts-ignore | ||
@@ -69,3 +69,3 @@ (0, index_1.initCollector)(config); | ||
else { | ||
utils_1.VE_DEBUGGER.warn('the appId of logger config has not set'); | ||
index_2.VE_DEBUGGER.warn('the appId of logger config has not set'); | ||
} | ||
@@ -72,0 +72,0 @@ } |
{ | ||
"name": "veplayer-mp-wechat", | ||
"version": "1.2.9-rc.2", | ||
"version": "1.2.9-rc.3", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "eventemitter3": "^5.0.1", |
220711