diff --git a/lib/index.js b/lib/index.js index 586b04c..f660b14 100644 --- a/lib/index.js +++ b/lib/index.js @@ -7,7 +7,7 @@ Object.defineProperty(exports, "__esModule", { }); exports.AbstractIpGeolocation = void 0; -var core = _interopRequireWildcard(require("javascript-core")); +var core = _interopRequireWildcard(require("@abstractapi/javascript-core")); function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; } @@ -37,4 +37,4 @@ _defineProperty(AbstractIpGeolocation, "look_up", function (ipAddress) { } return core.makeApiCall('ipgeolocation', AbstractIpGeolocation.apiKey, ipAddressParam); -}); \ No newline at end of file +});