@mcesystems/apple-kit 1.0.84 → 1.0.86

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.
@@ -372,7 +372,7 @@ export declare class IosClient {
372
372
  forward({ fromPort, toPort }: {
373
373
  fromPort: number;
374
374
  toPort: number;
375
- }): Promise<import("child_process").ChildProcessByStdio<null, import("stream").Readable, import("stream").Readable>>;
375
+ }): import("child_process").ChildProcessByStdio<null, import("stream").Readable, import("stream").Readable>;
376
376
  info(): Promise<IosCommandResult>;
377
377
  installApp(ipaPath: string): Promise<IosCommandResult>;
378
378
  uninstallApp(bundleId: string): Promise<IosCommandResult>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcesystems/apple-kit",
3
- "version": "1.0.84",
3
+ "version": "1.0.86",
4
4
  "description": "iOS device management toolkit using libimobiledevice command-line tools",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -37,8 +37,8 @@
37
37
  "graphql-request": "^5.2.0",
38
38
  "tsx": "^4.21.0",
39
39
  "plist": "^3.1.0",
40
- "@mcesystems/tool-debug-g4": "1.0.84",
41
- "@mcesystems/mdm-client-g4": "1.0.84"
40
+ "@mcesystems/tool-debug-g4": "1.0.86",
41
+ "@mcesystems/mdm-client-g4": "1.0.86"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/node": "^22.10.2",
@@ -53,8 +53,7 @@
53
53
  "typescript": "^5.7.2",
54
54
  "vitest": "^2.1.8",
55
55
  "@types/plist": "^3.0.5",
56
- "@mcesystems/usbmuxd-instance-manager": "1.0.84",
57
- "@mcesystems/usb-device-listener": "1.0.84"
56
+ "@mcesystems/usb-device-listener": "1.0.86"
58
57
  },
59
58
  "files": [
60
59
  "dist",