frida 17.13.0 → 17.14.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.
@@ -297,7 +297,9 @@ export type ScriptMessageHandler = (message: Message, data: Buffer | null) => vo
297
297
  export class _Script extends BaseObject {
298
298
  protected _isDestroyed(): boolean;
299
299
  load(cancellable?: Cancellable | null): Promise<void>;
300
+ interrupt(cancellable?: Cancellable | null): Promise<void>;
300
301
  unload(cancellable?: Cancellable | null): Promise<void>;
302
+ terminate(cancellable?: Cancellable | null): Promise<void>;
301
303
  eternalize(cancellable?: Cancellable | null): Promise<void>;
302
304
  protected _post(json: string, data?: Buffer | null): void;
303
305
  protected _enableDebugger(port: number, cancellable?: Cancellable | null): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "frida",
3
- "version": "17.13.0",
3
+ "version": "17.14.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.13.0
3
+ revision = 17.14.0
4
4
  depth = 1
5
5
 
6
6
  [provide]