Skip to content

Commit b9b7eab

Browse files
committed
Switch back to the official adbkit package
Now that it's published with my crash fix patch, my node-forge version bump, and some nice other fixes like extra device output.
1 parent 3a7e526 commit b9b7eab

File tree

4 files changed

+37
-37
lines changed

4 files changed

+37
-37
lines changed

custom-typings/adbkit.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
declare module '@httptoolkit/adbkit' {
1+
declare module '@devicefarmer/adbkit' {
22
import * as stream from 'stream';
33
import * as events from 'events';
44

package-lock.json

Lines changed: 34 additions & 34 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,9 +26,9 @@
2626
"homepage": "https://github.com/httptoolkit/httptoolkit-server",
2727
"bugs": "https://github.com/httptoolkit/httptoolkit-server/issues",
2828
"dependencies": {
29+
"@devicefarmer/adbkit": "^2.11.2",
2930
"@graphql-tools/schema": "^6.0.18",
3031
"@graphql-tools/utils": "^6.0.18",
31-
"@httptoolkit/adbkit": "^2.11.2-crashfix-updateforge",
3232
"@httptoolkit/browser-launcher": "^1.7.3",
3333
"@httptoolkit/osx-find-executable": "^2.0.0",
3434
"@oclif/command": "^1.5.4",

src/interceptors/android/adb-commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as stream from 'stream';
22
import * as path from 'path';
3-
import * as adb from '@httptoolkit/adbkit';
3+
import * as adb from '@devicefarmer/adbkit';
44
import { reportError } from '../../error-tracking';
55
import { delay } from '../../util';
66
import { getCertificateFingerprint, parseCert } from '../../certificates';

0 commit comments

Comments
 (0)