aiot-toolkit 2.0.3-beta.5 → 2.0.3-beta.7

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.
@@ -33,11 +33,7 @@ const file_lane_1 = __importDefault(require("file-lane"));
33
33
  * UxBuilderBase
34
34
  */
35
35
  class UxBuilderBase {
36
- constructor(events = {
37
- onBuildSuccess: (data) => shared_utils_1.ColorConsole.success({
38
- word: 'build success:'
39
- }, `${data.costTime}ms`)
40
- }) {
36
+ constructor(events = {}) {
41
37
  this.events = events;
42
38
  /**
43
39
  * 配置文件
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aiot-toolkit",
3
- "version": "2.0.3-beta.5",
3
+ "version": "2.0.3-beta.7",
4
4
  "description": "Tools for creating, developing, and packaging aiot applications.",
5
5
  "keywords": [
6
6
  "aiot"
@@ -22,17 +22,17 @@
22
22
  "test": "node ./__tests__/aiot-toolkit.test.js"
23
23
  },
24
24
  "dependencies": {
25
- "@aiot-toolkit/aiotpack": "2.0.3-beta.5",
26
- "@aiot-toolkit/commander": "2.0.3-beta.5",
27
- "@aiot-toolkit/emulator": "2.0.3-beta.5",
28
- "@aiot-toolkit/shared-utils": "2.0.3-beta.5",
25
+ "@aiot-toolkit/aiotpack": "2.0.3-beta.7",
26
+ "@aiot-toolkit/commander": "2.0.3-beta.7",
27
+ "@aiot-toolkit/emulator": "2.0.3-beta.7",
28
+ "@aiot-toolkit/shared-utils": "2.0.3-beta.7",
29
29
  "@inquirer/prompts": "^5.3.0",
30
30
  "@miwt/adb": "^0.9.0",
31
31
  "adm-zip": "^0.5.10",
32
32
  "axios": "^1.7.4",
33
33
  "cli-progress": "^3.12.0",
34
34
  "dayjs": "^1.11.10",
35
- "file-lane": "2.0.3-beta.5",
35
+ "file-lane": "2.0.3-beta.7",
36
36
  "fs-extra": "^11.2.0",
37
37
  "koa-router": "^13.0.1",
38
38
  "lodash": "^4.17.21",
@@ -49,5 +49,5 @@
49
49
  "@types/semver": "^7.5.8",
50
50
  "@types/ws": "^8.5.10"
51
51
  },
52
- "gitHead": "d1772d1a3e1e3943deab519f2f1c03540cfd683b"
52
+ "gitHead": "9621c52866d7bb1dc23110c4c9cc772b6169b682"
53
53
  }