@hylid/call
Advanced tools
Comparing version 2.12.0-alpha.40 to 2.12.0-alpha.41
@@ -30,3 +30,3 @@ var loadAppxBridge = function loadAppxBridge(cb) { | ||
// @ts-ignore | ||
if (res.error) { | ||
if ((res === null || res === void 0 ? void 0 : res.error) || (res === null || res === void 0 ? void 0 : res.errorCode) || (res === null || res === void 0 ? void 0 : res.errorMessage)) { | ||
fail === null || fail === void 0 ? void 0 : fail(res); | ||
@@ -33,0 +33,0 @@ } else { |
{ | ||
"name": "@hylid/call", | ||
"version": "2.12.0-alpha.40", | ||
"version": "2.12.0-alpha.41", | ||
"main": "lib/index.js", | ||
@@ -9,4 +9,4 @@ "files": [ | ||
"dependencies": { | ||
"@hylid/env": "^2.12.0-alpha.40", | ||
"@hylid/types": "^2.12.0-alpha.40" | ||
"@hylid/env": "^2.12.0-alpha.41", | ||
"@hylid/types": "^2.12.0-alpha.41" | ||
}, | ||
@@ -13,0 +13,0 @@ "publishConfig": { |
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
14526
Updated@hylid/env@^2.12.0-alpha.41