@uipath/solution-tool 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.
Files changed (37) hide show
  1. package/dist/{browser-strategy-brs3w53e.js → browser-strategy-yccf8mtd.js} +1 -1
  2. package/dist/deploy.js +8 -6
  3. package/dist/index-2fj08e7n.js +2058 -0
  4. package/dist/index-w03qc9m8.js +634 -0
  5. package/dist/index.js +15 -12
  6. package/dist/init.d.ts +6 -8
  7. package/dist/init.js +7 -6
  8. package/dist/js-yaml-4ypbq2tt.js +3145 -0
  9. package/dist/list-kbscmb2k.js +378 -0
  10. package/dist/node-strategy-12qfy0nv.js +348 -0
  11. package/dist/pack.js +9 -20
  12. package/dist/{packager-tool-v3bmxrve.js → packager-tool-112c30jx.js} +806 -93
  13. package/dist/{packager-tool-9j8d0ts5.js → packager-tool-550smwcc.js} +431 -1645
  14. package/dist/{packager-tool-1ps2qeqg.js → packager-tool-5arsyj36.js} +3 -2
  15. package/dist/{packager-tool-kfzzznjr.js → packager-tool-67ssxgph.js} +2 -2
  16. package/dist/packager-tool-7eva0peq.js +265 -0
  17. package/dist/{packager-tool-r1hk3s30.js → packager-tool-95fz7yd0.js} +72 -11
  18. package/dist/{packager-tool-sdhdmkt8.js → packager-tool-9vehmnke.js} +2 -1
  19. package/dist/packager-tool-bcpknnr8.js +6724 -0
  20. package/dist/packager-tool-fzwxq48d.js +4225 -0
  21. package/dist/{packager-tool-37g19zk3.js → packager-tool-krd5v2r5.js} +8 -6
  22. package/dist/{packager-tool-epwm26av.js → packager-tool-nkgvv7yh.js} +6249 -5847
  23. package/dist/{packager-tool-dmdgqh56.js → packager-tool-v33bpncw.js} +87 -31
  24. package/dist/packager-tool-va301fjh.js +1477 -0
  25. package/dist/packager-tool-yktm4v4r.js +67 -0
  26. package/dist/packager-tool.js +1 -1
  27. package/dist/publish.js +8 -6
  28. package/dist/resource.d.ts +2 -3
  29. package/dist/resource.js +6 -5
  30. package/dist/services/deployment-search.d.ts +1 -1
  31. package/dist/services/feed-resolver.d.ts +4 -5
  32. package/dist/templates/AGENTS.md +2 -1
  33. package/dist/tool.js +15 -12
  34. package/package.json +2 -2
  35. package/dist/node-strategy-a4n0d6dx.js +0 -63
  36. package/dist/packager-tool-q90kqh83.js +0 -1161
  37. package/dist/packager-tool-y4wacqkp.js +0 -15811
@@ -1,18 +1,20 @@
1
1
  import {
2
2
  UsersApi,
3
- catchError,
4
3
  createApiClient,
4
+ getSolutionAuthContext
5
+ } from "./packager-tool-fzwxq48d.js";
6
+ import {
7
+ catchError,
5
8
  extractErrorMessage,
6
9
  findSolutionFileUpward,
7
10
  getLoginStatusAsync,
8
- getSolutionAuthContext,
9
11
  isGuid,
10
12
  logger,
11
13
  normalizeProjectType
12
- } from "./packager-tool-y4wacqkp.js";
14
+ } from "./packager-tool-bcpknnr8.js";
13
15
  import {
14
16
  getFileSystem
15
- } from "./packager-tool-q90kqh83.js";
17
+ } from "./packager-tool-7eva0peq.js";
16
18
  import {
17
19
  __commonJS,
18
20
  __toESM
@@ -15765,7 +15767,7 @@ async function addProjectArtifactsToSolutionAsync(options) {
15765
15767
  return error ? artifactFailure(options, error) : { Created: true };
15766
15768
  }
15767
15769
  function artifactFailure(options, error) {
15768
- logger.warn(`Solution artifact-resource generation failed for project "${options.projectName}": ${error.message}. ` + "The project was created and registered, but 'uip solution pack' may omit its resource. " + "Re-run init with --force to retry, or run 'uip solution project add' to finish setup.");
15770
+ logger.warn(`Solution artifact-resource generation failed for project "${options.projectName}": ${error.message}. ` + "The project was created and registered, but 'uip solution pack' may omit its resource. " + "Re-run init with --force to retry, or run 'uip solution projects add' to finish setup.");
15769
15771
  return { Created: false, Error: error.message };
15770
15772
  }
15771
15773
 
@@ -16437,4 +16439,4 @@ async function resourceRefreshAsync(solutionPath = ".", options = {}) {
16437
16439
  }
16438
16440
  export { Tokens, models_BindingsResourceType, getResourceName, getFolderPathProperty, getResourceKindForBinding, applyEntryPointEnhancementAsync, createResourceBuilderServices, findProjectFile, readProjectFile, readSolutionFile, resolveSolutionFilePath, writeSolutionFile, restoreSolutionFile, createProjectInSolutionBuilder, normalizeFolderPath, findMatchingLocalResource, addProjectArtifactsToSolutionAsync, assertSolutionManifest, syncResourcesFromBindings, findResourceByKeyInRcs, searchRcsResources, findResourceInRcs, createLocalResource, readUipxProjects, syncAndLog, resourceRefreshAsync };
16439
16441
 
16440
- //# debugId=0221FA4BB97D2B2064756E2164756E21
16442
+ //# debugId=66F9229297D31A8664756E2164756E21