diff --git a/.eslintrc.js b/.eslintrc.js index 713aa1d..d0d5978 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -8,6 +8,8 @@ module.exports = { "import/extensions": "off", "import/prefer-default-export": "off", "no-await-in-loop": "off", + "prettier/prettier": "off", + "no-nested-ternary": "off", }, parserOptions: { ecmaVersion: 2020, diff --git a/package-lock.json b/package-lock.json index 36c0245..3709656 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "requestly", - "version": "25.6.13", + "version": "25.6.19", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "requestly", - "version": "25.6.13", + "version": "25.6.19", "hasInstallScript": true, "license": "UNLICENSED", "dependencies": { diff --git a/package.json b/package.json index b364dd2..27be407 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "requestly", "productName": "Requestly", - "version": "25.6.13", + "version": "25.6.19", "main": "src/main/main.ts", "private": true, "description": "Intercept & Modify HTTP Requests", diff --git a/release/app/package-lock.json b/release/app/package-lock.json index dc72bc0..f929c1c 100644 --- a/release/app/package-lock.json +++ b/release/app/package-lock.json @@ -1,12 +1,12 @@ { "name": "requestly", - "version": "25.6.13", + "version": "25.6.19", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "requestly", - "version": "25.6.13", + "version": "25.6.19", "hasInstallScript": true, "license": "UNLICENSED", "dependencies": { @@ -734,6 +734,15 @@ "version": "1.2.0", "license": "ISC" }, + "node_modules/cliui/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, "node_modules/ini": { "version": "1.3.8", "license": "ISC" @@ -1361,6 +1370,15 @@ "fd-slicer": "~1.1.0" } }, + "node_modules/wrap-ansi/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, "node_modules/object-assign": { "version": "4.1.1", "license": "MIT", @@ -2307,6 +2325,11 @@ "ansi-regex": { "version": "5.0.1" }, + "is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" + }, "string-width": { "version": "4.2.3", "requires": { @@ -3340,6 +3363,11 @@ "ansi-regex": { "version": "5.0.1" }, + "is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" + }, "string-width": { "version": "4.2.3", "requires": { diff --git a/release/app/package.json b/release/app/package.json index 6521e97..957ec80 100644 --- a/release/app/package.json +++ b/release/app/package.json @@ -1,7 +1,7 @@ { "name": "requestly", "productName": "Requestly", - "version": "25.6.13", + "version": "25.6.19", "private": true, "description": "Intercept & Modify HTTP Requests", "main": "./dist/main/main.js",