Skip to content

Commit b2c7345

Browse files
committed
Fix repeated running of Opera
1 parent 13d4496 commit b2c7345

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"homepage": "https://github.com/httptoolkit/httptoolkit-server",
2727
"bugs": "https://github.com/httptoolkit/httptoolkit-server/issues",
2828
"dependencies": {
29-
"@httptoolkit/browser-launcher": "^1.7.2",
29+
"@httptoolkit/browser-launcher": "^1.7.3",
3030
"@httptoolkit/osx-find-executable": "^2.0.0",
3131
"@oclif/command": "^1.5.4",
3232
"@oclif/config": "^1.13.3",

src/interceptors/chromium-based-interceptors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ export class FreshBrave extends ChromiumBasedInterceptor {
229229
export class FreshOpera extends ChromiumBasedInterceptor {
230230

231231
id = 'fresh-opera';
232-
version = '1.0.1';
232+
version = '1.0.2';
233233

234234
constructor(config: HtkConfig) {
235235
super(config, 'opera');

test/integration-test.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ describe('Integration test', function () {
158158
inactivable('fresh-edge'),
159159
inactivable('fresh-edge-beta'),
160160
inactivable('fresh-edge-canary'),
161-
inactivable('fresh-opera', '1.0.1'),
161+
inactivable('fresh-opera', '1.0.2'),
162162
inactivable('fresh-brave'),
163163
activable('fresh-firefox', '1.1.0'),
164164
activable('fresh-terminal'),

0 commit comments

Comments
 (0)