aiot-toolkit 1.1.4 → 1.1.5-beta.2

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
@@ -3,7 +3,7 @@
3
3
  #### [1.1.4] - 2024-08-30
4
4
 
5
5
  - 增加 `scroll-snap-*` 的值在 css 中支持
6
- - 增加 `png8*` 的图片格式支持
6
+ - 增加 `png8` 的图片格式支持
7
7
  - 支持 `image` 转换为 `bin` 的功能
8
8
 
9
9
  #### [1.1.3] - 2024-07-24
package/README.md CHANGED
@@ -44,7 +44,7 @@ npm run release
44
44
  #### [1.1.4] - 2024-08-30
45
45
 
46
46
  - 增加 `scroll-snap-*` 的值在 css 中支持
47
- - 增加 `png8*` 的图片格式支持
47
+ - 增加 `png8` 的图片格式支持
48
48
  - 支持 `image` 转换为 `bin` 的功能
49
49
 
50
50
  #### [1.1.3] - 2024-07-24
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "aiot-toolkit",
3
- "version": "1.1.4",
3
+ "version": "1.1.5-beta.2",
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.4",
10
- "@aiot-toolkit/debugger": "1.1.4",
11
- "@aiot-toolkit/dsl-vue": "1.1.4",
12
- "@aiot-toolkit/dsl-xvm": "1.1.4",
13
- "@aiot-toolkit/packager": "1.1.4",
14
- "@aiot-toolkit/server": "1.1.4",
15
- "@aiot-toolkit/shared-utils": "1.1.4",
9
+ "@aiot-toolkit/compiler": "1.1.5-beta.2",
10
+ "@aiot-toolkit/debugger": "1.1.5-beta.2",
11
+ "@aiot-toolkit/dsl-vue": "1.1.5-beta.2",
12
+ "@aiot-toolkit/dsl-xvm": "1.1.5-beta.2",
13
+ "@aiot-toolkit/packager": "1.1.5-beta.2",
14
+ "@aiot-toolkit/server": "1.1.5-beta.2",
15
+ "@aiot-toolkit/shared-utils": "1.1.5-beta.2",
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": "9a1cb892be9795674483e610cc51c2b904b35041"
55
+ "gitHead": "050fb8b64247aacb8a6e5d252cd300d0b228f2b3"
56
56
  }