From 4bbc5f61d9b33676de897cf6d395cb4342708e95 Mon Sep 17 00:00:00 2001 From: Paul Rey Date: Tue, 31 Aug 2021 00:03:16 +0200 Subject: [PATCH] Change the javascript-core required library to @abstractapi/javascript-core --- lib/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +});