aiot-toolkit 2.0.3-beta.12 → 2.0.3-beta.14

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.
@@ -11,7 +11,11 @@ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e
11
11
  * AndroidUxBuilder
12
12
  */
13
13
  class AndroidUxBuilder extends _UxBuilderBase.default {
14
- params = [];
14
+ params = [{
15
+ type: 'string',
16
+ name: 'devtool',
17
+ description: 'source map config'
18
+ }];
15
19
  match(projectPath) {
16
20
  return _sharedUtils.ProjectType.getProjectType(projectPath) === _sharedUtils.ProjectType.ANDDROID_UX;
17
21
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aiot-toolkit",
3
- "version": "2.0.3-beta.12",
3
+ "version": "2.0.3-beta.14",
4
4
  "description": "Tools for creating, developing, and packaging aiot applications.",
5
5
  "keywords": [
6
6
  "aiot"
@@ -22,14 +22,14 @@
22
22
  "test": "node ./__tests__/aiot-toolkit.test.js"
23
23
  },
24
24
  "dependencies": {
25
- "@aiot-toolkit/aiotpack": "2.0.3-beta.12",
26
- "@aiot-toolkit/commander": "2.0.3-beta.12",
27
- "@aiot-toolkit/emulator": "2.0.3-beta.12",
28
- "@aiot-toolkit/shared-utils": "2.0.3-beta.12",
25
+ "@aiot-toolkit/aiotpack": "2.0.3-beta.14",
26
+ "@aiot-toolkit/commander": "2.0.3-beta.14",
27
+ "@aiot-toolkit/emulator": "2.0.3-beta.14",
28
+ "@aiot-toolkit/shared-utils": "2.0.3-beta.14",
29
29
  "@inquirer/prompts": "^5.3.0",
30
30
  "@miwt/adb": "^0.9.0",
31
31
  "axios": "^1.7.4",
32
- "file-lane": "2.0.3-beta.12",
32
+ "file-lane": "2.0.3-beta.14",
33
33
  "fs-extra": "^11.2.0",
34
34
  "koa-router": "^13.0.1",
35
35
  "lodash": "^4.17.21",
@@ -43,5 +43,5 @@
43
43
  "@types/qr-image": "^3.2.9",
44
44
  "@types/semver": "^7.5.8"
45
45
  },
46
- "gitHead": "a20d364161209141515de30555c800e7a4eff733"
46
+ "gitHead": "5279c4e8b9ee65f5d578a1d656b852163f3efb4d"
47
47
  }