cross-mp-power
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -264,4 +264,4 @@ const memoize = (func)=>{ | ||
if ('getAccountInfoSync' in my) { | ||
var _my_getAccountInfoSync_miniProgram, _my_getAccountInfoSync; | ||
res = (_my_getAccountInfoSync = my.getAccountInfoSync()) === null || _my_getAccountInfoSync === void 0 ? void 0 : (_my_getAccountInfoSync_miniProgram = _my_getAccountInfoSync.miniProgram) === null || _my_getAccountInfoSync_miniProgram === void 0 ? void 0 : _my_getAccountInfoSync_miniProgram.envVersion; | ||
var _my_getAccountInfoSync; | ||
res = (_my_getAccountInfoSync = my.getAccountInfoSync()) === null || _my_getAccountInfoSync === void 0 ? void 0 : _my_getAccountInfoSync.miniProgram; | ||
} | ||
@@ -279,4 +279,4 @@ if (!res && typeof __appxStartupParams === 'object') { | ||
if ('getAccountInfoSync' in apiVar) { | ||
var _apiVar_getAccountInfoSync_miniProgram, _apiVar_getAccountInfoSync; | ||
res = (_apiVar_getAccountInfoSync = apiVar.getAccountInfoSync()) === null || _apiVar_getAccountInfoSync === void 0 ? void 0 : (_apiVar_getAccountInfoSync_miniProgram = _apiVar_getAccountInfoSync.miniProgram) === null || _apiVar_getAccountInfoSync_miniProgram === void 0 ? void 0 : _apiVar_getAccountInfoSync_miniProgram.envVersion; | ||
var _apiVar_getAccountInfoSync; | ||
res = (_apiVar_getAccountInfoSync = apiVar.getAccountInfoSync()) === null || _apiVar_getAccountInfoSync === void 0 ? void 0 : _apiVar_getAccountInfoSync.miniProgram; | ||
} | ||
@@ -283,0 +283,0 @@ return d(res); |
{ | ||
"name": "cross-mp-power", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "跨平台小程序能力封装", | ||
@@ -5,0 +5,0 @@ "main": "esm/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
75027
734