@cloud-os/sandbox-app-standard-bridge 20251216.0.7 → 20251216.0.9

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.
@@ -1,4 +1,4 @@
1
- import { ApplicationInfo, InstallApplicationInfo, RunningApplciationInfo, ProcessInfo } from "../../index";
1
+ import { ApplicationInfo, InstallApplicationInfo, RunningApplciationInfo, ProcessInfo, DiskInfo } from "../../index";
2
2
  export interface SystemEvent {
3
3
  startApplications(...infos: ProcessInfo[]): RunningApplciationInfo[];
4
4
  stopApplications(...pids: string[]): boolean[];
@@ -7,4 +7,5 @@ export interface SystemEvent {
7
7
  uninstallApplicationAsync(info: ApplicationInfo): Promise<boolean>;
8
8
  upgradeApplicationAsync(app: ApplicationInfo, info: InstallApplicationInfo): Promise<boolean>;
9
9
  getRunningApplicationsAsync(): Promise<RunningApplciationInfo[]>;
10
+ disks(): Promise<DiskInfo[]>;
10
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloud-os/sandbox-app-standard-bridge",
3
- "version": "20251216.0.7",
3
+ "version": "20251216.0.9",
4
4
  "description": "",
5
5
  "author": "jack8228@enerqi.tw <jack8228@enerqi.tw>",
6
6
  "main": "dist/index.js",