diff --git a/assets/icon.png b/assets/icon.png index 9f9ab6c..ac7cc27 100644 Binary files a/assets/icon.png and b/assets/icon.png differ diff --git a/assets/icon.svg b/assets/icon.svg deleted file mode 100644 index 2df6fa7..0000000 --- a/assets/icon.svg +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/assets/iconTemplate.png b/assets/iconTemplate.png index eb92a74..d1ea076 100644 Binary files a/assets/iconTemplate.png and b/assets/iconTemplate.png differ diff --git a/assets/iconTemplate@2x.png b/assets/iconTemplate@2x.png index 18dc2bf..2367971 100644 Binary files a/assets/iconTemplate@2x.png and b/assets/iconTemplate@2x.png differ diff --git a/assets/icons/1024x1024.png b/assets/icons/1024x1024.png index 3e77f43..955e0ae 100644 Binary files a/assets/icons/1024x1024.png and b/assets/icons/1024x1024.png differ diff --git a/assets/icons/128x128.png b/assets/icons/128x128.png deleted file mode 100644 index 4f6c977..0000000 Binary files a/assets/icons/128x128.png and /dev/null differ diff --git a/assets/icons/16x16.png b/assets/icons/16x16.png deleted file mode 100644 index 8f92691..0000000 Binary files a/assets/icons/16x16.png and /dev/null differ diff --git a/assets/icons/256x256.png b/assets/icons/256x256.png index 9f9ab6c..ac7cc27 100644 Binary files a/assets/icons/256x256.png and b/assets/icons/256x256.png differ diff --git a/assets/icons/32x32.png b/assets/icons/32x32.png deleted file mode 100644 index 6a26ca3..0000000 Binary files a/assets/icons/32x32.png and /dev/null differ diff --git a/assets/icons/512x512.png b/assets/icons/512x512.png deleted file mode 100644 index 5023274..0000000 Binary files a/assets/icons/512x512.png and /dev/null differ diff --git a/assets/icons/64x64.png b/assets/icons/64x64.png deleted file mode 100644 index 3215ac0..0000000 Binary files a/assets/icons/64x64.png and /dev/null differ diff --git a/package-lock.json b/package-lock.json index 3709656..74deb4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "requestly", - "version": "25.6.19", + "version": "25.6.23", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "requestly", - "version": "25.6.19", + "version": "25.6.23", "hasInstallScript": true, "license": "UNLICENSED", "dependencies": { diff --git a/package.json b/package.json index 27be407..9b2876c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "requestly", "productName": "Requestly", - "version": "25.6.19", + "version": "25.6.23", "main": "src/main/main.ts", "private": true, "description": "Intercept & Modify HTTP Requests", @@ -82,14 +82,6 @@ { "target": "dmg", "arch": [ - "x64", - "arm64" - ] - }, - { - "target": "zip", - "arch": [ - "x64", "arm64" ] } diff --git a/release/app/package-lock.json b/release/app/package-lock.json index f929c1c..7131307 100644 --- a/release/app/package-lock.json +++ b/release/app/package-lock.json @@ -1,12 +1,12 @@ { "name": "requestly", - "version": "25.6.19", + "version": "25.6.23", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "requestly", - "version": "25.6.19", + "version": "25.6.23", "hasInstallScript": true, "license": "UNLICENSED", "dependencies": { @@ -734,15 +734,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" @@ -1370,15 +1361,6 @@ "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", @@ -2325,11 +2307,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": { @@ -3363,11 +3340,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 957ec80..9b57441 100644 --- a/release/app/package.json +++ b/release/app/package.json @@ -1,7 +1,7 @@ { "name": "requestly", "productName": "Requestly", - "version": "25.6.19", + "version": "25.6.23", "private": true, "description": "Intercept & Modify HTTP Requests", "main": "./dist/main/main.js",