From 645c80140e2ad58f6052fdd04f2f9da7fc4051d9 Mon Sep 17 00:00:00 2001 From: E069279 Date: Mon, 19 Aug 2024 15:43:37 +0100 Subject: [PATCH] * Fixing insomnia-url lint issue --- README.md | 2 +- src/utils/insomnia-url/index.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c6cc2b3..0467739 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ To import two ready to be used "sandbox" and "production" environments: 2. Click "Run Import Mastercard Workspace" Alternatively, you can: -1. Go to Application > Preferences > Data +1. Go to Application > Preferences > Data 2. Click "Import Data" 3. Click "From URL" 4. Type: https://raw.githubusercontent.com/Mastercard/insomnia-plugin-mastercard/master/workspace/mastercard-apis-insomnia-workspace.json diff --git a/src/utils/insomnia-url/index.js b/src/utils/insomnia-url/index.js index 67cacfa..ce40ec6 100644 --- a/src/utils/insomnia-url/index.js +++ b/src/utils/insomnia-url/index.js @@ -1,9 +1,9 @@ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.flexibleEncodeComponent = exports.smartEncodeUrl = exports.deconstructQueryStringToParams = exports.buildQueryStringFromParams = exports.buildQueryParameter = exports.extractQueryStringFromUrl = exports.joinUrlAndQueryString = exports.setDefaultProtocol = void 0; -var protocol_1 = require("./protocol"); +const protocol_1 = require("./protocol"); Object.defineProperty(exports, "setDefaultProtocol", { enumerable: true, get: function () { return protocol_1.setDefaultProtocol; } }); -var querystring_1 = require("./querystring"); +const querystring_1 = require("./querystring"); Object.defineProperty(exports, "joinUrlAndQueryString", { enumerable: true, get: function () { return querystring_1.joinUrlAndQueryString; } }); Object.defineProperty(exports, "extractQueryStringFromUrl", { enumerable: true, get: function () { return querystring_1.extractQueryStringFromUrl; } }); Object.defineProperty(exports, "buildQueryParameter", { enumerable: true, get: function () { return querystring_1.buildQueryParameter; } }); @@ -11,4 +11,4 @@ Object.defineProperty(exports, "buildQueryStringFromParams", { enumerable: true, Object.defineProperty(exports, "deconstructQueryStringToParams", { enumerable: true, get: function () { return querystring_1.deconstructQueryStringToParams; } }); Object.defineProperty(exports, "smartEncodeUrl", { enumerable: true, get: function () { return querystring_1.smartEncodeUrl; } }); Object.defineProperty(exports, "flexibleEncodeComponent", { enumerable: true, get: function () { return querystring_1.flexibleEncodeComponent; } }); -//# sourceMappingURL=index.js.map \ No newline at end of file +//# sourceMappingURL=index.js.map