From d22aea11f410c6017166b0e770b1db3ebc7f6ff5 Mon Sep 17 00:00:00 2001 From: nsrCodes Date: Fri, 20 Feb 2026 09:22:49 +0530 Subject: [PATCH] chore: bump version to v26.2.20 --- package-lock.json | 4 ++-- package.json | 2 +- release/app/package-lock.json | 32 ++------------------------------ release/app/package.json | 2 +- 4 files changed, 6 insertions(+), 34 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2ceb1f5..3ce678e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "requestly", - "version": "26.2.17", + "version": "26.2.20", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "requestly", - "version": "26.2.17", + "version": "26.2.20", "hasInstallScript": true, "license": "UNLICENSED", "dependencies": { diff --git a/package.json b/package.json index 0a83eea..c21846e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "requestly", "productName": "Requestly", - "version": "26.2.17", + "version": "26.2.20", "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 fb7fcda..70384c5 100644 --- a/release/app/package-lock.json +++ b/release/app/package-lock.json @@ -1,12 +1,12 @@ { "name": "requestly", - "version": "26.2.17", + "version": "26.2.20", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "requestly", - "version": "26.2.17", + "version": "26.2.20", "hasInstallScript": true, "license": "UNLICENSED", "dependencies": { @@ -982,15 +982,6 @@ "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" @@ -1710,15 +1701,6 @@ "node": ">=8" } }, - "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", @@ -2940,11 +2922,6 @@ "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": { @@ -4123,11 +4100,6 @@ "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 62272ee..590b088 100644 --- a/release/app/package.json +++ b/release/app/package.json @@ -1,7 +1,7 @@ { "name": "requestly", "productName": "Requestly", - "version": "26.2.17", + "version": "26.2.20", "private": true, "description": "Intercept & Modify HTTP Requests", "main": "./dist/main/main.js",