@uipath/solution-tool 1.202.0 → 1.203.0-preview.160

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 (46) hide show
  1. package/dist/THIRD-PARTY-NOTICES.md +23 -1
  2. package/dist/deploy.js +7 -6
  3. package/dist/{packager-tool-bt0z25tw.js → embedded-file-reader-xxqe8vs8.js} +98 -16584
  4. package/dist/first-party-service-sd8yaf73.js +27 -0
  5. package/dist/index-dqa169gp.js +25 -0
  6. package/dist/index.js +19 -13
  7. package/dist/init.js +8 -5
  8. package/dist/{list-8hvfmge6.js → list-dadxggxt.js} +5 -4
  9. package/dist/models/pack-command-types.d.ts +33 -5
  10. package/dist/pack.js +12 -6
  11. package/dist/{packager-tool-fjjh5veg.js → packager-tool-0f0wt9vh.js} +353 -1519
  12. package/dist/{packager-tool-pbmpgz04.js → packager-tool-1haahq17.js} +5 -3
  13. package/dist/{packager-tool-rbrcxjch.js → packager-tool-2syrt51a.js} +7 -4
  14. package/dist/packager-tool-3jrq7smt.js +1459 -0
  15. package/dist/packager-tool-53w8skv5.js +262 -0
  16. package/dist/packager-tool-7znqtw3f.js +244 -0
  17. package/dist/packager-tool-bkwnetqn.js +16678 -0
  18. package/dist/{packager-tool-5518wy6n.js → packager-tool-cp07fhx3.js} +9 -6
  19. package/dist/{packager-tool-w1dzcj31.js → packager-tool-cvfbzs9p.js} +359 -95
  20. package/dist/packager-tool-gdtpsdn7.js +342 -0
  21. package/dist/{packager-tool-pyygbnp2.js → packager-tool-htag6yh5.js} +4 -4
  22. package/dist/{packager-tool-3bewrpq4.js → packager-tool-jz2wbfjz.js} +4 -1
  23. package/dist/packager-tool-k4mskzww.js +125 -0
  24. package/dist/{packager-tool-vfcht7hq.js → packager-tool-mj5p341c.js} +11 -12
  25. package/dist/{packager-tool-bme8epz8.js → packager-tool-n4nfqj99.js} +15381 -2421
  26. package/dist/{packager-tool-mcpzmn0v.js → packager-tool-rc5pcf2n.js} +45 -21
  27. package/dist/packager-tool-resolver-fmjr60x8.js +19 -0
  28. package/dist/{packager-tool-pw7v82j2.js → packager-tool-vas0xg5h.js} +1 -1
  29. package/dist/packager-tool-znakt6yw.js +188 -0
  30. package/dist/packager-tool.d.ts +1 -1
  31. package/dist/packager-tool.js +1 -1
  32. package/dist/prepare-solution-resources-wds3r8bq.js +22 -0
  33. package/dist/project-contributions-cvttys34.js +27 -0
  34. package/dist/publish.js +7 -6
  35. package/dist/resource.js +7 -4
  36. package/dist/services/deployment-validation.d.ts +33 -0
  37. package/dist/services/governance-options.d.ts +61 -1
  38. package/dist/services/pack-command-service.d.ts +33 -2
  39. package/dist/services/packager-tool-resolver.d.ts +3 -0
  40. package/dist/services/prepare-solution-resources.d.ts +40 -0
  41. package/dist/services/project-contributions.d.ts +58 -0
  42. package/dist/services/project-type-tools.d.ts +6 -0
  43. package/dist/templates/AGENTS.md +78 -8
  44. package/dist/tool.js +19 -13
  45. package/package.json +3 -2
  46. package/dist/services/validate-appv2-action-schemas.d.ts +0 -10
@@ -5,8 +5,10 @@ compiled into its `dist/` output rather than installed alongside it.
5
5
  Their licences and copyright notices are reproduced here in full, as
6
6
  those licences require.
7
7
 
8
- 20 bundled dependencies:
8
+ 22 bundled dependencies:
9
9
 
10
+ - @uipath/resource-builder-sdk@2025.11.0-alpha5891-4020 — ISC
11
+ - @uipath/resource-builder-tool@2025.11.0-alpha4535-3530 — ISC
10
12
  - bundle-name@4.1.0 — MIT
11
13
  - commander@14.0.3 — MIT
12
14
  - default-browser@5.5.0 — MIT
@@ -30,6 +32,26 @@ those licences require.
30
32
 
31
33
  ---
32
34
 
35
+ ## @uipath/resource-builder-sdk@2025.11.0-alpha5891-4020
36
+
37
+ SPDX: ISC
38
+
39
+ The upstream package ships no licence file here; `ISC` is the
40
+ licence it is distributed under. The canonical text of that licence
41
+ applies, with copyright held by the package's authors.
42
+
43
+ ---
44
+
45
+ ## @uipath/resource-builder-tool@2025.11.0-alpha4535-3530
46
+
47
+ SPDX: ISC
48
+
49
+ The upstream package ships no licence file here; `ISC` is the
50
+ licence it is distributed under. The canonical text of that licence
51
+ applies, with copyright held by the package's authors.
52
+
53
+ ---
54
+
33
55
  ## bundle-name@4.1.0
34
56
 
35
57
  SPDX: MIT
package/dist/deploy.js CHANGED
@@ -5,11 +5,12 @@ import {
5
5
  listPackagesAsync,
6
6
  uninstallDeploymentAsync,
7
7
  upgradeDeploymentAsync
8
- } from "./packager-tool-mcpzmn0v.js";
9
- import"./packager-tool-5518wy6n.js";
10
- import"./packager-tool-vfcht7hq.js";
11
- import"./packager-tool-rbrcxjch.js";
12
- import"./packager-tool-fjjh5veg.js";
8
+ } from "./packager-tool-rc5pcf2n.js";
9
+ import"./packager-tool-cp07fhx3.js";
10
+ import"./packager-tool-mj5p341c.js";
11
+ import"./packager-tool-2syrt51a.js";
12
+ import"./packager-tool-3jrq7smt.js";
13
+ import"./packager-tool-0f0wt9vh.js";
13
14
  import"./packager-tool-dfrk01gn.js";
14
15
  import"./packager-tool-1de529jm.js";
15
16
  export {
@@ -21,4 +22,4 @@ export {
21
22
  upgradeDeploymentAsync
22
23
  };
23
24
 
24
- //# debugId=A7B1879DDA94712A64756E2164756E21
25
+ //# debugId=7A33750A991345B564756E2164756E21