frida 17.9.5 → 17.9.6

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.
@@ -357,7 +357,6 @@ export class ControlService extends BaseObject {
357
357
  }
358
358
 
359
359
  export interface ControlServiceOptions {
360
- sysroot?: string;
361
360
  enablePreload?: boolean;
362
361
  reportCrashes?: boolean;
363
362
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "frida",
3
- "version": "17.9.5",
3
+ "version": "17.9.6",
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.9.5
3
+ revision = 17.9.6
4
4
  depth = 1
5
5
 
6
6
  [provide]