frida 17.8.2 → 17.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -125,6 +125,7 @@ export type UninjectedHandler = (id: InjecteeID) => void;
125
125
 
126
126
  export class _Device extends BaseObject {
127
127
  isLost(): boolean;
128
+ overrideOption(name: string, val: any): void;
128
129
  protected _querySystemParameters(cancellable?: Cancellable | null): Promise<VariantDict>;
129
130
  getFrontmostApplication(options?: FrontmostQueryOptions, cancellable?: Cancellable | null): Promise<Application | null>;
130
131
  enumerateApplications(options?: ApplicationQueryOptions, cancellable?: Cancellable | null): Promise<Application[]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "frida",
3
- "version": "17.8.2",
3
+ "version": "17.9.0",
4
4
  "authors": [
5
5
  "Frida Developers"
6
6
  ],
@@ -1,6 +1,6 @@
1
1
  [wrap-git]
2
2
  url = https://github.com/frida/frida-core.git
3
- revision = 17.8.2
3
+ revision = 17.9.0
4
4
  depth = 1
5
5
 
6
6
  [provide]