aiot-toolkit 1.0.21-beta.4 → 1.1.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ #### [1.1.0] - 2024-01-10
4
+
5
+ - 支持 `enable-e2e` 在 server 模式下
6
+ - 修复 `sourcemap` 丢失的问题
7
+ - 优化 `vela` 自动化测试代码
8
+
3
9
  #### [1.0.20] - 2024-01-02
4
10
 
5
11
  - 支持 `services` 配置数组格式
package/README.md CHANGED
@@ -41,6 +41,12 @@ npm run release
41
41
 
42
42
  ### 版本日志(详情请在 node_modules 中查看 CHANGELOG)
43
43
 
44
+ #### [1.1.0] - 2024-01-10
45
+
46
+ - 支持 `enable-e2e` 在 server 模式下
47
+ - 修复 `sourcemap` 丢失的问题
48
+ - 优化 `vela` 自动化测试代码
49
+
44
50
  #### [1.0.20] - 2024-01-02
45
51
 
46
52
  - 支持 `services` 配置数组格式
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "aiot-toolkit",
3
- "version": "1.0.21-beta.4",
3
+ "version": "1.1.0",
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.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",
9
+ "@aiot-toolkit/compiler": "1.1.0",
10
+ "@aiot-toolkit/debugger": "1.1.0",
11
+ "@aiot-toolkit/dsl-vue": "1.1.0",
12
+ "@aiot-toolkit/dsl-xvm": "1.1.0",
13
+ "@aiot-toolkit/packager": "1.1.0",
14
+ "@aiot-toolkit/server": "1.1.0",
15
+ "@aiot-toolkit/shared-utils": "1.1.0",
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": "ceff3c7bc82b8754eafca2aa3fa329854b8e28b9"
55
+ "gitHead": "86f3819e1955fabb17c0c3834e20648f8a96b780"
56
56
  }