uc-dev 1.0.2 → 1.0.4

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.
Files changed (2) hide show
  1. package/out/cli.js +1 -0
  2. package/package.json +1 -1
package/out/cli.js CHANGED
@@ -1208,6 +1208,7 @@ var ConfigHandler = class {
1208
1208
  const pathAlias = prow.config?.browser?.importmap ?? {};
1209
1209
  for (let [als, relPath] of Object.entries(pathAlias)) {
1210
1210
  als = trimPath(als);
1211
+ console.log(prow.projectPath);
1211
1212
  let fpath = resolve2(prow.projectPath, prow.rootPath);
1212
1213
  let resolvPath = normalize2(path2.join(fpath, relPath));
1213
1214
  if (!fs2.existsSync(resolvPath)) {
package/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "designer-build",
14
14
  "electron-tools"
15
15
  ],
16
- "version": "1.0.2",
16
+ "version": "1.0.4",
17
17
  "description": "Electron CLI project builder for uc-runtime apps",
18
18
  "license": "ISC",
19
19
  "author": "AP",