@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.
- package/dist/{browser-strategy-brs3w53e.js → browser-strategy-yccf8mtd.js} +1 -1
- package/dist/deploy.js +8 -6
- package/dist/index-2fj08e7n.js +2058 -0
- package/dist/index-w03qc9m8.js +634 -0
- package/dist/index.js +15 -12
- package/dist/init.d.ts +6 -8
- package/dist/init.js +7 -6
- package/dist/js-yaml-4ypbq2tt.js +3145 -0
- package/dist/list-kbscmb2k.js +378 -0
- package/dist/node-strategy-12qfy0nv.js +348 -0
- package/dist/pack.js +9 -20
- package/dist/{packager-tool-v3bmxrve.js → packager-tool-112c30jx.js} +806 -93
- package/dist/{packager-tool-9j8d0ts5.js → packager-tool-550smwcc.js} +431 -1645
- package/dist/{packager-tool-1ps2qeqg.js → packager-tool-5arsyj36.js} +3 -2
- package/dist/{packager-tool-kfzzznjr.js → packager-tool-67ssxgph.js} +2 -2
- package/dist/packager-tool-7eva0peq.js +265 -0
- package/dist/{packager-tool-r1hk3s30.js → packager-tool-95fz7yd0.js} +72 -11
- package/dist/{packager-tool-sdhdmkt8.js → packager-tool-9vehmnke.js} +2 -1
- package/dist/packager-tool-bcpknnr8.js +6724 -0
- package/dist/packager-tool-fzwxq48d.js +4225 -0
- package/dist/{packager-tool-37g19zk3.js → packager-tool-krd5v2r5.js} +8 -6
- package/dist/{packager-tool-epwm26av.js → packager-tool-nkgvv7yh.js} +6249 -5847
- package/dist/{packager-tool-dmdgqh56.js → packager-tool-v33bpncw.js} +87 -31
- package/dist/packager-tool-va301fjh.js +1477 -0
- package/dist/packager-tool-yktm4v4r.js +67 -0
- package/dist/packager-tool.js +1 -1
- package/dist/publish.js +8 -6
- package/dist/resource.d.ts +2 -3
- package/dist/resource.js +6 -5
- package/dist/services/deployment-search.d.ts +1 -1
- package/dist/services/feed-resolver.d.ts +4 -5
- package/dist/templates/AGENTS.md +2 -1
- package/dist/tool.js +15 -12
- package/package.json +2 -2
- package/dist/node-strategy-a4n0d6dx.js +0 -63
- package/dist/packager-tool-q90kqh83.js +0 -1161
- 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-
|
|
14
|
+
} from "./packager-tool-bcpknnr8.js";
|
|
13
15
|
import {
|
|
14
16
|
getFileSystem
|
|
15
|
-
} from "./packager-tool-
|
|
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
|
|
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=
|
|
16442
|
+
//# debugId=66F9229297D31A8664756E2164756E21
|