@onbright/common-sdk
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -86,3 +86,3 @@ // src/dataConversion/index.ts | ||
if (isShowTip) handleTip("为确保功能正常使用,请打开".concat(_authItem.label, "的系统开关")); | ||
resolve(false); | ||
reject(false); | ||
} | ||
@@ -92,3 +92,3 @@ var locationAuthorized = wx.getAppAuthorizeSetting().locationAuthorized; | ||
if (isShowTip) handleTip("为确保功能正常使用,请允许微信使用".concat(_authItem.label)); | ||
resolve(false); | ||
reject(false); | ||
} | ||
@@ -112,3 +112,3 @@ resolve(true); | ||
if (isShowTip) handleTip("为确保功能正常使用,请打开".concat(_authItem.label, "的系统开关")); | ||
resolve(false); | ||
reject(false); | ||
} | ||
@@ -119,3 +119,3 @@ var system = wx.getDeviceInfo().system; | ||
if (isShowTip) handleTip("为确保功能正常使用,请允许微信使用".concat(_authItem.label)); | ||
resolve(false); | ||
reject(false); | ||
} | ||
@@ -122,0 +122,0 @@ resolve(true); |
{ | ||
"name": "@onbright/common-sdk", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "昂宝电子-基础SDK", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
46055