@midscene/visualizer 0.30.3-beta-20251011080128.0 → 0.30.3-beta-20251011125638.0

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.
@@ -531,6 +531,7 @@ function Player(props) {
531
531
  }
532
532
  }
533
533
  if (recorderSessionRef.current) {
534
+ await sleep(1200);
534
535
  recorderSessionRef.current.stop();
535
536
  recorderSessionRef.current = null;
536
537
  setIsRecording(false);
@@ -571,6 +571,7 @@ function Player(props) {
571
571
  }
572
572
  }
573
573
  if (recorderSessionRef.current) {
574
+ await sleep(1200);
574
575
  recorderSessionRef.current.stop();
575
576
  recorderSessionRef.current = null;
576
577
  setIsRecording(false);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@midscene/visualizer",
3
- "version": "0.30.3-beta-20251011080128.0",
3
+ "version": "0.30.3-beta-20251011125638.0",
4
4
  "repository": "https://github.com/web-infra-dev/midscene",
5
5
  "homepage": "https://midscenejs.com/",
6
6
  "types": "./dist/types/index.d.ts",
@@ -70,10 +70,10 @@
70
70
  "antd": "^5.21.6",
71
71
  "buffer": "6.0.3",
72
72
  "dayjs": "^1.11.11",
73
- "@midscene/core": "0.30.3-beta-20251011080128.0",
74
- "@midscene/playground": "0.30.3-beta-20251011080128.0",
75
- "@midscene/shared": "0.30.3-beta-20251011080128.0",
76
- "@midscene/web": "0.30.3-beta-20251011080128.0"
73
+ "@midscene/core": "0.30.3-beta-20251011125638.0",
74
+ "@midscene/shared": "0.30.3-beta-20251011125638.0",
75
+ "@midscene/playground": "0.30.3-beta-20251011125638.0",
76
+ "@midscene/web": "0.30.3-beta-20251011125638.0"
77
77
  },
78
78
  "license": "MIT",
79
79
  "scripts": {