aiot-toolkit 1.1.2 → 1.1.3

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,9 @@
1
1
  # Change Log
2
2
 
3
+ #### [1.1.3] - 2024-07-24
4
+
5
+ - 优化媒体查询表达式的值
6
+
3
7
  #### [1.1.2] - 2024-06-19
4
8
 
5
9
  - 优化 `screen and` 媒体查询的条件
package/README.md CHANGED
@@ -41,6 +41,10 @@ npm run release
41
41
 
42
42
  ### 版本日志(详情请在 node_modules 中查看 CHANGELOG)
43
43
 
44
+ #### [1.1.3] - 2024-07-24
45
+
46
+ - 优化媒体查询表达式的值
47
+
44
48
  #### [1.1.2] - 2024-06-19
45
49
 
46
50
  - 优化 `screen and` 媒体查询的条件
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "aiot-toolkit",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
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.1.2",
10
- "@aiot-toolkit/debugger": "1.1.2",
11
- "@aiot-toolkit/dsl-vue": "1.1.2",
12
- "@aiot-toolkit/dsl-xvm": "1.1.2",
13
- "@aiot-toolkit/packager": "1.1.2",
14
- "@aiot-toolkit/server": "1.1.2",
15
- "@aiot-toolkit/shared-utils": "1.1.2",
9
+ "@aiot-toolkit/compiler": "^1.1.3",
10
+ "@aiot-toolkit/debugger": "^1.1.3",
11
+ "@aiot-toolkit/dsl-vue": "^1.1.3",
12
+ "@aiot-toolkit/dsl-xvm": "^1.1.3",
13
+ "@aiot-toolkit/packager": "^1.1.3",
14
+ "@aiot-toolkit/server": "^1.1.3",
15
+ "@aiot-toolkit/shared-utils": "^1.1.3",
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": "861f1d2319f6427cb9459903a0fe2f3ba1bbe22c"
55
+ "gitHead": "f77d22ca65665e76ad2ff2fbb99ecf497805fcd5"
56
56
  }