@aiot-toolkit/emulator 2.0.6-beta.23 → 2.0.6-beta.25

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.
@@ -15,7 +15,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
15
15
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
16
16
  class Vela5Instance extends _miwear.default {
17
17
  xmsInitedFlag = /booting completed|Boot completed/;
18
- static appStartedFlag = /Start main loop/;
18
+ static appStartedFlag = /Start main loop|reportActivityStatus called by .+? \[resumed\]/;
19
19
  imageType = (() => _Vvd.VelaImageType.VELA_WATCH_5)();
20
20
  appDir = '/data/app';
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiot-toolkit/emulator",
3
- "version": "2.0.6-beta.23",
3
+ "version": "2.0.6-beta.25",
4
4
  "description": "vela emulator tool.",
5
5
  "homepage": "",
6
6
  "license": "ISC",
@@ -32,7 +32,7 @@
32
32
  "emulator"
33
33
  ],
34
34
  "dependencies": {
35
- "@aiot-toolkit/shared-utils": "2.0.6-beta.23",
35
+ "@aiot-toolkit/shared-utils": "2.0.6-beta.25",
36
36
  "@grpc/grpc-js": "^1.13.3",
37
37
  "@grpc/proto-loader": "^0.7.13",
38
38
  "@miwt/adb": "0.10.5",
@@ -50,5 +50,5 @@
50
50
  "@types/adm-zip": "^0.5.5",
51
51
  "@types/ini": "^4.1.1"
52
52
  },
53
- "gitHead": "9de83750ab05714a26c3f23c22619605ebea720b"
53
+ "gitHead": "25b954200dd056d25c2c9fa2c2ccd04f261d57af"
54
54
  }