@uipath/packager-tool-webapp 1.200.0-preview.120 → 1.201.0-preview.121

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/dist/index.js CHANGED
@@ -243,6 +243,7 @@ class CodedAppStrategy {
243
243
  }
244
244
  const bindingsV2Path = Path3.join(contentFolder, "bindings_v2.json");
245
245
  const bindingsCandidatePaths = [
246
+ Path3.join(projectPath, "source", "bindings_v2.json"),
246
247
  Path3.join(projectPath, "source", "bindings.json"),
247
248
  Path3.join(projectPath, "bindings.json"),
248
249
  Path3.join(projectPath, "bindings_v2.json")
@@ -690,4 +691,4 @@ export {
690
691
  WEBAPP_MANIFEST_FILE_NAME
691
692
  };
692
693
 
693
- //# debugId=37FD0BEB1390389F64756E2164756E21
694
+ //# debugId=1382FDDD2BD3BF2A64756E2164756E21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/packager-tool-webapp",
3
- "version": "1.200.0-preview.120",
3
+ "version": "1.201.0-preview.121",
4
4
  "description": "UiPath WebApp tool implementation",
5
5
  "type": "module",
6
6
  "exports": {
@@ -25,7 +25,7 @@
25
25
  "author": "",
26
26
  "license": "ISC",
27
27
  "peerDependencies": {
28
- "@uipath/solutionpackager-tool-core": "1.200.0"
28
+ "@uipath/solutionpackager-tool-core": "1.201.0"
29
29
  },
30
- "gitHead": "173ad4b4930bd3e17a493b32e9f1c3c616ea1c10"
30
+ "gitHead": "c70ccfc0b12e637441d67df1d212b71d7784b5f8"
31
31
  }
@@ -316,6 +316,7 @@ export class CodedAppStrategy implements VariantStrategy {
316
316
  // Create or copy bindings_v2.json (version 2.0)
317
317
  const bindingsV2Path = Path.join(contentFolder, "bindings_v2.json");
318
318
  const bindingsCandidatePaths = [
319
+ Path.join(projectPath, "source", "bindings_v2.json"),
319
320
  Path.join(projectPath, "source", "bindings.json"),
320
321
  Path.join(projectPath, "bindings.json"),
321
322
  Path.join(projectPath, "bindings_v2.json"),