Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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; }

Expand Down Expand Up @@ -37,4 +37,4 @@ _defineProperty(AbstractIpGeolocation, "look_up", function (ipAddress) {
}

return core.makeApiCall('ipgeolocation', AbstractIpGeolocation.apiKey, ipAddressParam);
});
});