@ray-js/api 1.7.83-beta.0 → 1.7.83

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.
@@ -203,7 +203,7 @@ interface IpcContext {
203
203
  setPTZControllable(res: Callback & { pTZControllable?: 0 | 1 }): void;
204
204
  closeFloatingWindow(res?: Callback): void;
205
205
  openFloatingWindow(res?: Callback): void;
206
- showSmallMonitor(res?: Callback): void;
206
+ showSmallMonitor(res: Callback & { show: boolean }): void;
207
207
  getVideoInfo(res?: Callback): void;
208
208
  isMuted(res?: Callback): void;
209
209
  isConnected(res?: Callback): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/api",
3
- "version": "1.7.83-beta.0",
3
+ "version": "1.7.83",
4
4
  "description": "Ray universal api",
5
5
  "keywords": [
6
6
  "ray"
@@ -29,8 +29,8 @@
29
29
  "watch": "ray start --type=component"
30
30
  },
31
31
  "dependencies": {
32
- "@ray-js/framework": "1.7.83-beta.0",
33
- "@ray-js/router": "1.7.83-beta.0",
32
+ "@ray-js/framework": "1.7.83",
33
+ "@ray-js/router": "1.7.83",
34
34
  "base64-browser": "^1.0.1",
35
35
  "query-string": "^7.1.3"
36
36
  },
@@ -38,7 +38,7 @@
38
38
  "@ray-js/wechat": "^0.3.13"
39
39
  },
40
40
  "devDependencies": {
41
- "@ray-js/cli": "1.7.83-beta.0",
41
+ "@ray-js/cli": "1.7.83",
42
42
  "art-template": "^4.13.4",
43
43
  "fs-extra": "^10.1.0",
44
44
  "miniprogram-api-typings": "^3.12.3",
@@ -48,5 +48,5 @@
48
48
  "access": "public",
49
49
  "registry": "https://registry.npmjs.org"
50
50
  },
51
- "gitHead": "a0bb1dc90aa9a54c26ac793f0cc351e41305e92f"
51
+ "gitHead": "f431d6e9c446b1f0668fcb11f04c5df98a3c0ac2"
52
52
  }