@camera.ui/browser 0.0.43 → 0.0.44

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.
@@ -85,6 +85,7 @@ export declare class CameraDeviceProxy implements CameraDeviceProxyMethods {
85
85
  }): Promise<{
86
86
  camera: Camera;
87
87
  states: StateValues;
88
+ cameraState: boolean;
88
89
  }>;
89
90
  onRequestReboot(pluginId: string, cameraId: string, ...args: Parameters<CameraDelegate['reboot']>): Promise<Buffer>;
90
91
  onRequestGetStreamInfo(pluginId: string, cameraId: string, ...args: Parameters<CameraPrebufferDelegate['getStreamInfo']>): Promise<StreamInfo | undefined>;
@@ -231,6 +231,7 @@ export interface CameraDeviceProxyMethods {
231
231
  }): Promise<{
232
232
  camera: Camera;
233
233
  states: StateValues;
234
+ cameraState: boolean;
234
235
  }>;
235
236
  }
236
237
  export type CameraDeviceProxyMethodNames = MethodKeys<CameraDeviceProxyMethods>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camera.ui/browser",
3
- "version": "0.0.43",
3
+ "version": "0.0.44",
4
4
  "description": "camera.ui browser client",
5
5
  "author": "seydx (https://github.com/seydx/camera.ui)",
6
6
  "main": "./dist/bundle.js",