@aiot-toolkit/aiotpack 2.0.6-beta.18 → 2.0.6-beta.19

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.
@@ -114,11 +114,10 @@ class UxCompileUtil {
114
114
  if (Array.isArray(services)) {
115
115
  services.forEach(item => {
116
116
  const {
117
- name,
118
117
  path
119
118
  } = item;
120
- if (name && path) {
121
- result['services/' + name] = './src/' + path + `?uxType=${_EntryType.default.APP}`;
119
+ if (path) {
120
+ result[path] = './src/' + path + `?uxType=${_EntryType.default.APP}`;
122
121
  }
123
122
  });
124
123
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiot-toolkit/aiotpack",
3
- "version": "2.0.6-beta.18",
3
+ "version": "2.0.6-beta.19",
4
4
  "description": "The process tool for packaging aiot projects.",
5
5
  "keywords": [
6
6
  "aiotpack"
@@ -19,14 +19,14 @@
19
19
  "test": "node ./__tests__/aiotpack.test.js"
20
20
  },
21
21
  "dependencies": {
22
- "@aiot-toolkit/generator": "2.0.6-beta.18",
23
- "@aiot-toolkit/parser": "2.0.6-beta.18",
24
- "@aiot-toolkit/shared-utils": "2.0.6-beta.18",
22
+ "@aiot-toolkit/generator": "2.0.6-beta.19",
23
+ "@aiot-toolkit/parser": "2.0.6-beta.19",
24
+ "@aiot-toolkit/shared-utils": "2.0.6-beta.19",
25
25
  "@hap-toolkit/aaptjs": "^2.0.0",
26
26
  "@rspack/core": "^1.3.9",
27
27
  "aiot-parse5": "^1.0.2",
28
28
  "babel-loader": "^9.1.3",
29
- "file-lane": "2.0.6-beta.18",
29
+ "file-lane": "2.0.6-beta.19",
30
30
  "file-loader": "^6.2.0",
31
31
  "fs-extra": "^11.2.0",
32
32
  "jsrsasign": "^11.1.0",
@@ -42,5 +42,5 @@
42
42
  "@types/jsrsasign": "^10.5.12",
43
43
  "@types/webpack-sources": "^3.2.3"
44
44
  },
45
- "gitHead": "bed05a2f0a6519a96d631e40387088a88cdbc4a9"
45
+ "gitHead": "29d48c29e9b35e01a722868daba622fd74baefc9"
46
46
  }