@hylid/call
Advanced tools
Comparing version 4.0.0-alpha.21 to 4.0.0-alpha.22
@@ -156,3 +156,3 @@ var __assign = this && this.__assign || function () { | ||
// @ts-ignore | ||
if (!jsapi) return my.call(api, options); | ||
if (!jsapi) return my.call(apiName, options); | ||
if (typeof jsapi !== 'function') { | ||
@@ -159,0 +159,0 @@ return options.fail(createError('INVALID', apiName)); |
{ | ||
"name": "@hylid/call", | ||
"version": "4.0.0-alpha.21", | ||
"version": "4.0.0-alpha.22", | ||
"main": "lib/index.js", | ||
@@ -9,4 +9,4 @@ "files": [ | ||
"dependencies": { | ||
"@hylid/env": "^4.0.0-alpha.21", | ||
"@hylid/types": "^4.0.0-alpha.21" | ||
"@hylid/env": "^4.0.0-alpha.22", | ||
"@hylid/types": "^4.0.0-alpha.22" | ||
}, | ||
@@ -13,0 +13,0 @@ "publishConfig": { |
40671
Updated@hylid/env@^4.0.0-alpha.22
Updated@hylid/types@^4.0.0-alpha.22