aiot-toolkit 1.0.21-beta.2 → 1.0.21-beta.4

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.
Files changed (2) hide show
  1. package/bin/index.js +1 -0
  2. package/package.json +9 -9
package/bin/index.js CHANGED
@@ -118,6 +118,7 @@ program
118
118
  .command('server')
119
119
  .description('open server for project')
120
120
  .option('--port <port>', 'specified port')
121
+ .option('--enable-e2e', 'inject test-suite for current project')
121
122
  .option('--watch', 'recompile project while file changes')
122
123
  .option('--devtool <value>', 'source map config')
123
124
  .option('--clear-records', 'clear device records')
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "aiot-toolkit",
3
- "version": "1.0.21-beta.2",
3
+ "version": "1.0.21-beta.4",
4
4
  "description": "A command line toolkit for developing Aiot Quick Apps.",
5
5
  "engines": {
6
6
  "node": ">=8.0.0"
7
7
  },
8
8
  "dependencies": {
9
- "@aiot-toolkit/compiler": "1.0.21-beta.2",
10
- "@aiot-toolkit/debugger": "1.0.21-beta.2",
11
- "@aiot-toolkit/dsl-vue": "1.0.21-beta.2",
12
- "@aiot-toolkit/dsl-xvm": "1.0.21-beta.2",
13
- "@aiot-toolkit/packager": "1.0.21-beta.2",
14
- "@aiot-toolkit/server": "1.0.21-beta.2",
15
- "@aiot-toolkit/shared-utils": "1.0.21-beta.2",
9
+ "@aiot-toolkit/compiler": "1.0.21-beta.4",
10
+ "@aiot-toolkit/debugger": "1.0.21-beta.4",
11
+ "@aiot-toolkit/dsl-vue": "1.0.21-beta.4",
12
+ "@aiot-toolkit/dsl-xvm": "1.0.21-beta.4",
13
+ "@aiot-toolkit/packager": "1.0.21-beta.4",
14
+ "@aiot-toolkit/server": "1.0.21-beta.4",
15
+ "@aiot-toolkit/shared-utils": "1.0.21-beta.4",
16
16
  "@babel/core": "^7.9.6",
17
17
  "@babel/plugin-syntax-jsx": "^7.8.3",
18
18
  "@babel/preset-env": "^7.9.6",
@@ -52,5 +52,5 @@
52
52
  "supertest": "^3.3.0",
53
53
  "webpack-cli": "^4.3.0"
54
54
  },
55
- "gitHead": "a7f63fd133ddc6b20ff4257407acf952a553f3da"
55
+ "gitHead": "ceff3c7bc82b8754eafca2aa3fa329854b8e28b9"
56
56
  }