@aiot-toolkit/aiotpack 2.0.2-beta.2 → 2.0.2-beta.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.
@@ -180,7 +180,7 @@ class ZipUtil {
180
180
  return !(item.startsWith(UxCompileUtil_1.default.DIGEST_ZIP_DIR) ||
181
181
  (param.mode === CompileMode_1.default.PRODUCTION && mapReg.test(item)));
182
182
  })
183
- .map((item) => path_1.default.relative(dist, item));
183
+ .map((item) => path_1.default.relative(dist, item).split(path_1.default.sep).join(path_1.default.posix.sep));
184
184
  result.sort((a, b) => {
185
185
  const indexA = getFileIndex(a);
186
186
  const indexB = getFileIndex(b);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiot-toolkit/aiotpack",
3
- "version": "2.0.2-beta.2",
3
+ "version": "2.0.2-beta.3",
4
4
  "description": "The process tool for packaging aiot projects.",
5
5
  "keywords": [
6
6
  "aiotpack"
@@ -19,13 +19,13 @@
19
19
  "test": "node ./__tests__/aiotpack.test.js"
20
20
  },
21
21
  "dependencies": {
22
- "@aiot-toolkit/generator": "2.0.2-beta.2",
23
- "@aiot-toolkit/parser": "2.0.2-beta.2",
22
+ "@aiot-toolkit/generator": "2.0.2-beta.3",
23
+ "@aiot-toolkit/parser": "2.0.2-beta.3",
24
24
  "@hap-toolkit/aaptjs": "^2.0.0",
25
25
  "babel-loader": "^9.1.3",
26
26
  "del": "^4.1.0",
27
27
  "fast-glob": "^3.3.2",
28
- "file-lane": "2.0.2-beta.2",
28
+ "file-lane": "2.0.2-beta.3",
29
29
  "file-loader": "^6.2.0",
30
30
  "fs-extra": "^11.2.0",
31
31
  "jsrsasign": "^7.2.2",
@@ -39,5 +39,5 @@
39
39
  "@types/jsrsasign": "^10.5.12",
40
40
  "@types/webpack-sources": "^3.2.3"
41
41
  },
42
- "gitHead": "5226bdb0ba61daef207531c2eaaf3d034e04c50f"
42
+ "gitHead": "8bfdd8895ffd8fc4aa1465779def5ab4392a7a4b"
43
43
  }