@uipath/solution-tool 1.202.0-preview.141 → 1.202.0-preview.142
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/deploy.js +3 -3
- package/dist/index.js +6 -6
- package/dist/{list-1q3cfk9z.js → list-k1kr92mr.js} +1 -1
- package/dist/pack.js +1 -1
- package/dist/{packager-tool-ak04arh2.js → packager-tool-8aa9smsk.js} +2 -2
- package/dist/{packager-tool-n392jwcv.js → packager-tool-d0z31awa.js} +2 -2
- package/dist/{packager-tool-9kc07pqx.js → packager-tool-dm3kd7gt.js} +3 -3
- package/dist/{packager-tool-edq1xv43.js → packager-tool-q6r4a1wq.js} +8 -8
- package/dist/{packager-tool-r90vpxet.js → packager-tool-r4knkmyy.js} +2 -2
- package/dist/{packager-tool-2j3gyqmz.js → packager-tool-rbj3fefx.js} +1 -1
- package/dist/publish.js +3 -3
- package/dist/tool.js +6 -6
- package/package.json +2 -2
package/dist/deploy.js
CHANGED
|
@@ -5,9 +5,9 @@ import {
|
|
|
5
5
|
listPackagesAsync,
|
|
6
6
|
uninstallDeploymentAsync,
|
|
7
7
|
upgradeDeploymentAsync
|
|
8
|
-
} from "./packager-tool-
|
|
9
|
-
import"./packager-tool-
|
|
10
|
-
import"./packager-tool-
|
|
8
|
+
} from "./packager-tool-r4knkmyy.js";
|
|
9
|
+
import"./packager-tool-rbj3fefx.js";
|
|
10
|
+
import"./packager-tool-8aa9smsk.js";
|
|
11
11
|
import"./packager-tool-29bj4s4t.js";
|
|
12
12
|
import"./packager-tool-1x1cc4qh.js";
|
|
13
13
|
import"./packager-tool-dfrk01gn.js";
|
package/dist/index.js
CHANGED
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
import {
|
|
3
3
|
metadata,
|
|
4
4
|
registerCommands
|
|
5
|
-
} from "./packager-tool-
|
|
5
|
+
} from "./packager-tool-q6r4a1wq.js";
|
|
6
6
|
import"./packager-tool-6bhx9vfz.js";
|
|
7
|
-
import"./packager-tool-
|
|
7
|
+
import"./packager-tool-r4knkmyy.js";
|
|
8
8
|
import"./packager-tool-8t3sjyk9.js";
|
|
9
|
-
import"./packager-tool-
|
|
9
|
+
import"./packager-tool-dm3kd7gt.js";
|
|
10
10
|
import"./packager-tool-3bewrpq4.js";
|
|
11
|
-
import"./packager-tool-
|
|
12
|
-
import"./packager-tool-
|
|
13
|
-
import"./packager-tool-
|
|
11
|
+
import"./packager-tool-d0z31awa.js";
|
|
12
|
+
import"./packager-tool-rbj3fefx.js";
|
|
13
|
+
import"./packager-tool-8aa9smsk.js";
|
|
14
14
|
import"./packager-tool-pc4hb3pv.js";
|
|
15
15
|
import"./packager-tool-nzghfa48.js";
|
|
16
16
|
import"./packager-tool-29bj4s4t.js";
|
package/dist/pack.js
CHANGED
|
@@ -3105,7 +3105,7 @@ async function listStudioWebSolutions(config, organizationName, options = {}) {
|
|
|
3105
3105
|
var package_default = {
|
|
3106
3106
|
name: "@uipath/solution-sdk",
|
|
3107
3107
|
license: "MIT",
|
|
3108
|
-
version: "1.202.0-preview.
|
|
3108
|
+
version: "1.202.0-preview.142",
|
|
3109
3109
|
repository: {
|
|
3110
3110
|
type: "git",
|
|
3111
3111
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -3495,4 +3495,4 @@ async function searchPackageVersions(config, packageKey, filter, feedFolderKey)
|
|
|
3495
3495
|
}
|
|
3496
3496
|
export { Configuration, getAvailablePublishLocationsV2, DeploymentActivationStatus, DeploymentOperationStatus, SolutionDeploymentAction, DeploymentsApi, PackagesApi, SearchApi, StudioWebIncompatibleProjectError, bundleSolution, deploymentsAutoInstall, isDebugProvisioningTerminal, isDebugProvisioningSucceeded, getProjectDebugStatus, searchPackageVersions, getStudioWebSolutionProjects, listStudioWebSolutions, isSolutionUploadHttpError, buildSolutionUploadFailureOutput, solutionExistsOnStudioWeb, importSolution, overwriteSolution };
|
|
3497
3497
|
|
|
3498
|
-
//# debugId=
|
|
3498
|
+
//# debugId=E4F4EA6ADE2AA18B64756E2164756E21
|
|
@@ -3,11 +3,11 @@ import {
|
|
|
3
3
|
PipelinesApi,
|
|
4
4
|
feedScopeInitOverride,
|
|
5
5
|
resolveFeedScope
|
|
6
|
-
} from "./packager-tool-
|
|
6
|
+
} from "./packager-tool-rbj3fefx.js";
|
|
7
7
|
import {
|
|
8
8
|
Configuration as Configuration2,
|
|
9
9
|
PackagesApi
|
|
10
|
-
} from "./packager-tool-
|
|
10
|
+
} from "./packager-tool-8aa9smsk.js";
|
|
11
11
|
import {
|
|
12
12
|
getSolutionAuthContext
|
|
13
13
|
} from "./packager-tool-29bj4s4t.js";
|
|
@@ -24193,7 +24193,7 @@ var sdkUserAgentHostToken2 = singleton2("SdkUserAgentHostToken");
|
|
|
24193
24193
|
var package_default = {
|
|
24194
24194
|
name: "@uipath/project-packager",
|
|
24195
24195
|
license: "MIT",
|
|
24196
|
-
version: "1.202.0-preview.
|
|
24196
|
+
version: "1.202.0-preview.142",
|
|
24197
24197
|
description: "UiPath Project Packager - core library for packing individual UiPath projects",
|
|
24198
24198
|
type: "module",
|
|
24199
24199
|
main: "./dist/index.js",
|
|
@@ -37407,7 +37407,7 @@ var sdkUserAgentHostToken22 = singleton22("SdkUserAgentHostToken");
|
|
|
37407
37407
|
var package_default2 = {
|
|
37408
37408
|
name: "@uipath/project-packager",
|
|
37409
37409
|
license: "MIT",
|
|
37410
|
-
version: "1.202.0-preview.
|
|
37410
|
+
version: "1.202.0-preview.142",
|
|
37411
37411
|
description: "UiPath Project Packager - core library for packing individual UiPath projects",
|
|
37412
37412
|
type: "module",
|
|
37413
37413
|
main: "./dist/index.js",
|
|
@@ -39586,4 +39586,4 @@ async function packSolutionAsync(solutionPath, options) {
|
|
|
39586
39586
|
|
|
39587
39587
|
export { SolutionPackOptions, isUnpackableProjectTypeError, ensurePackagerTools, createSolutionPackager, readSolutionFileAsUint8Array, resolveSdkLogLevel, applyAuthConnection, SOLUTION_PATH_INSTRUCTIONS, checkSolutionPathAsync, GOVERNANCE_OPTION_INSTRUCTIONS, validateGovernanceOptions, PackCommandService, packSolutionAsync };
|
|
39588
39588
|
|
|
39589
|
-
//# debugId=
|
|
39589
|
+
//# debugId=A378C15026DA3C4C64756E2164756E21
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
listPackagesAsync,
|
|
12
12
|
uninstallDeploymentAsync,
|
|
13
13
|
upgradeDeploymentAsync
|
|
14
|
-
} from "./packager-tool-
|
|
14
|
+
} from "./packager-tool-r4knkmyy.js";
|
|
15
15
|
import {
|
|
16
16
|
SolutionInitError,
|
|
17
17
|
solutionInitAsync
|
|
@@ -30,10 +30,10 @@ import {
|
|
|
30
30
|
readSolutionFileAsUint8Array,
|
|
31
31
|
resolveSdkLogLevel,
|
|
32
32
|
validateGovernanceOptions
|
|
33
|
-
} from "./packager-tool-
|
|
33
|
+
} from "./packager-tool-dm3kd7gt.js";
|
|
34
34
|
import {
|
|
35
35
|
publishSolutionAsync
|
|
36
|
-
} from "./packager-tool-
|
|
36
|
+
} from "./packager-tool-d0z31awa.js";
|
|
37
37
|
import {
|
|
38
38
|
Configuration,
|
|
39
39
|
PipelinesApi,
|
|
@@ -41,7 +41,7 @@ import {
|
|
|
41
41
|
feedScopeInitOverride,
|
|
42
42
|
listSelectablePublishLocations,
|
|
43
43
|
resolveFeedScope
|
|
44
|
-
} from "./packager-tool-
|
|
44
|
+
} from "./packager-tool-rbj3fefx.js";
|
|
45
45
|
import {
|
|
46
46
|
Configuration as Configuration2,
|
|
47
47
|
DeploymentActivationStatus,
|
|
@@ -59,7 +59,7 @@ import {
|
|
|
59
59
|
overwriteSolution,
|
|
60
60
|
searchPackageVersions,
|
|
61
61
|
solutionExistsOnStudioWeb
|
|
62
|
-
} from "./packager-tool-
|
|
62
|
+
} from "./packager-tool-8aa9smsk.js";
|
|
63
63
|
import {
|
|
64
64
|
Tokens,
|
|
65
65
|
applyEntryPointEnhancementAsync,
|
|
@@ -135,7 +135,7 @@ import {
|
|
|
135
135
|
var package_default = {
|
|
136
136
|
name: "@uipath/solution-tool",
|
|
137
137
|
license: "MIT",
|
|
138
|
-
version: "1.202.0-preview.
|
|
138
|
+
version: "1.202.0-preview.142",
|
|
139
139
|
description: "Create, pack, publish, and deploy UiPath Automation Solutions.",
|
|
140
140
|
repository: {
|
|
141
141
|
type: "git",
|
|
@@ -6122,7 +6122,7 @@ var registerCommands = async (program) => {
|
|
|
6122
6122
|
registerResourceCommand(program);
|
|
6123
6123
|
registerDeleteCommand(program);
|
|
6124
6124
|
if (isPreviewBuild()) {
|
|
6125
|
-
const { registerListCommand } = await import("./list-
|
|
6125
|
+
const { registerListCommand } = await import("./list-k1kr92mr.js");
|
|
6126
6126
|
registerListCommand(program);
|
|
6127
6127
|
}
|
|
6128
6128
|
registerFeedsCommand(program);
|
|
@@ -6130,4 +6130,4 @@ var registerCommands = async (program) => {
|
|
|
6130
6130
|
|
|
6131
6131
|
export { metadata, registerCommands };
|
|
6132
6132
|
|
|
6133
|
-
//# debugId=
|
|
6133
|
+
//# debugId=682FD5CFEE771C3264756E2164756E21
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
listSelectablePublishLocations,
|
|
8
8
|
resolveFeedScope,
|
|
9
9
|
resolvePersonalWorkspace
|
|
10
|
-
} from "./packager-tool-
|
|
10
|
+
} from "./packager-tool-rbj3fefx.js";
|
|
11
11
|
import {
|
|
12
12
|
Configuration as Configuration2,
|
|
13
13
|
DeploymentOperationStatus,
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
SolutionDeploymentAction,
|
|
17
17
|
deploymentsAutoInstall,
|
|
18
18
|
searchPackageVersions
|
|
19
|
-
} from "./packager-tool-
|
|
19
|
+
} from "./packager-tool-8aa9smsk.js";
|
|
20
20
|
import {
|
|
21
21
|
getSolutionAuthContext,
|
|
22
22
|
resolveFolder
|
package/dist/publish.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
publishSolutionAsync
|
|
3
|
-
} from "./packager-tool-
|
|
4
|
-
import"./packager-tool-
|
|
5
|
-
import"./packager-tool-
|
|
3
|
+
} from "./packager-tool-d0z31awa.js";
|
|
4
|
+
import"./packager-tool-rbj3fefx.js";
|
|
5
|
+
import"./packager-tool-8aa9smsk.js";
|
|
6
6
|
import"./packager-tool-29bj4s4t.js";
|
|
7
7
|
import"./packager-tool-1x1cc4qh.js";
|
|
8
8
|
import"./packager-tool-dfrk01gn.js";
|
package/dist/tool.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
2
|
metadata,
|
|
3
3
|
registerCommands
|
|
4
|
-
} from "./packager-tool-
|
|
4
|
+
} from "./packager-tool-q6r4a1wq.js";
|
|
5
5
|
import"./packager-tool-6bhx9vfz.js";
|
|
6
|
-
import"./packager-tool-
|
|
6
|
+
import"./packager-tool-r4knkmyy.js";
|
|
7
7
|
import"./packager-tool-8t3sjyk9.js";
|
|
8
|
-
import"./packager-tool-
|
|
8
|
+
import"./packager-tool-dm3kd7gt.js";
|
|
9
9
|
import"./packager-tool-3bewrpq4.js";
|
|
10
|
-
import"./packager-tool-
|
|
11
|
-
import"./packager-tool-
|
|
12
|
-
import"./packager-tool-
|
|
10
|
+
import"./packager-tool-d0z31awa.js";
|
|
11
|
+
import"./packager-tool-rbj3fefx.js";
|
|
12
|
+
import"./packager-tool-8aa9smsk.js";
|
|
13
13
|
import"./packager-tool-pc4hb3pv.js";
|
|
14
14
|
import"./packager-tool-nzghfa48.js";
|
|
15
15
|
import"./packager-tool-29bj4s4t.js";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/solution-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.202.0-preview.
|
|
4
|
+
"version": "1.202.0-preview.142",
|
|
5
5
|
"description": "Create, pack, publish, and deploy UiPath Automation Solutions.",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"dist"
|
|
48
48
|
],
|
|
49
49
|
"private": false,
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "2f7204440851d62ecc9f2d2e202c863293821d90"
|
|
51
51
|
}
|