@uipath/solution-tool 1.202.1-preview.174 → 1.202.1-preview.175
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-s5cx6zsf.js → list-0znyj2cn.js} +1 -1
- package/dist/pack.js +1 -1
- package/dist/{packager-tool-2dhjrjtg.js → packager-tool-a1pte1y5.js} +3 -3
- package/dist/{packager-tool-2zcq4d2n.js → packager-tool-bjhq4pke.js} +2 -2
- package/dist/{packager-tool-fp78n56m.js → packager-tool-c6ekq2zn.js} +8 -8
- package/dist/{packager-tool-v3yaq5s2.js → packager-tool-qqwm08er.js} +1 -1
- package/dist/{packager-tool-r6d064h4.js → packager-tool-qxwgcch1.js} +2 -2
- package/dist/{packager-tool-q2k3dkxg.js → packager-tool-v2p2bdz6.js} +2 -2
- 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-bjhq4pke.js";
|
|
9
|
+
import"./packager-tool-qqwm08er.js";
|
|
10
|
+
import"./packager-tool-v2p2bdz6.js";
|
|
11
11
|
import"./packager-tool-0fh5tmf0.js";
|
|
12
12
|
import"./packager-tool-1hjgq91f.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-c6ekq2zn.js";
|
|
6
6
|
import"./packager-tool-vybnsg1q.js";
|
|
7
|
-
import"./packager-tool-
|
|
7
|
+
import"./packager-tool-bjhq4pke.js";
|
|
8
8
|
import"./packager-tool-mnw3sgv0.js";
|
|
9
|
-
import"./packager-tool-
|
|
9
|
+
import"./packager-tool-a1pte1y5.js";
|
|
10
10
|
import"./packager-tool-p6mgvgdk.js";
|
|
11
|
-
import"./packager-tool-
|
|
12
|
-
import"./packager-tool-
|
|
13
|
-
import"./packager-tool-
|
|
11
|
+
import"./packager-tool-qxwgcch1.js";
|
|
12
|
+
import"./packager-tool-qqwm08er.js";
|
|
13
|
+
import"./packager-tool-v2p2bdz6.js";
|
|
14
14
|
import"./packager-tool-9zpjm6ak.js";
|
|
15
15
|
import"./packager-tool-nzghfa48.js";
|
|
16
16
|
import"./packager-tool-0fh5tmf0.js";
|
package/dist/pack.js
CHANGED
|
@@ -24193,7 +24193,7 @@ var sdkUserAgentHostToken2 = singleton2("SdkUserAgentHostToken");
|
|
|
24193
24193
|
var package_default = {
|
|
24194
24194
|
name: "@uipath/project-packager",
|
|
24195
24195
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
24196
|
-
version: "1.202.1-preview.
|
|
24196
|
+
version: "1.202.1-preview.175",
|
|
24197
24197
|
description: "UiPath Project Packager - core library for packing individual UiPath projects",
|
|
24198
24198
|
type: "module",
|
|
24199
24199
|
main: "./dist/index.js",
|
|
@@ -36815,7 +36815,7 @@ var sdkUserAgentHostToken22 = singleton22("SdkUserAgentHostToken");
|
|
|
36815
36815
|
var package_default2 = {
|
|
36816
36816
|
name: "@uipath/project-packager",
|
|
36817
36817
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
36818
|
-
version: "1.202.1-preview.
|
|
36818
|
+
version: "1.202.1-preview.175",
|
|
36819
36819
|
description: "UiPath Project Packager - core library for packing individual UiPath projects",
|
|
36820
36820
|
type: "module",
|
|
36821
36821
|
main: "./dist/index.js",
|
|
@@ -38994,4 +38994,4 @@ async function packSolutionAsync(solutionPath, options) {
|
|
|
38994
38994
|
|
|
38995
38995
|
export { SolutionPackOptions, isUnpackableProjectTypeError, ensurePackagerTools, createSolutionPackager, readSolutionFileAsUint8Array, resolveSdkLogLevel, applyAuthConnection, SOLUTION_PATH_INSTRUCTIONS, checkSolutionPathAsync, GOVERNANCE_OPTION_INSTRUCTIONS, validateGovernanceOptions, PackCommandService, packSolutionAsync };
|
|
38996
38996
|
|
|
38997
|
-
//# debugId=
|
|
38997
|
+
//# debugId=2B8B2A45CF19ED8964756E2164756E21
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
listSelectablePublishLocations,
|
|
8
8
|
resolveFeedScope,
|
|
9
9
|
resolvePersonalWorkspace
|
|
10
|
-
} from "./packager-tool-
|
|
10
|
+
} from "./packager-tool-qqwm08er.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-v2p2bdz6.js";
|
|
20
20
|
import {
|
|
21
21
|
getSolutionAuthContext,
|
|
22
22
|
resolveFolder
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
listPackagesAsync,
|
|
12
12
|
uninstallDeploymentAsync,
|
|
13
13
|
upgradeDeploymentAsync
|
|
14
|
-
} from "./packager-tool-
|
|
14
|
+
} from "./packager-tool-bjhq4pke.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-a1pte1y5.js";
|
|
34
34
|
import {
|
|
35
35
|
publishSolutionAsync
|
|
36
|
-
} from "./packager-tool-
|
|
36
|
+
} from "./packager-tool-qxwgcch1.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-qqwm08er.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-v2p2bdz6.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: "SEE LICENSE IN LICENSE.txt",
|
|
138
|
-
version: "1.202.1-preview.
|
|
138
|
+
version: "1.202.1-preview.175",
|
|
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-0znyj2cn.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=94FBADED06C7F58364756E2164756E21
|
|
@@ -3,11 +3,11 @@ import {
|
|
|
3
3
|
PipelinesApi,
|
|
4
4
|
feedScopeInitOverride,
|
|
5
5
|
resolveFeedScope
|
|
6
|
-
} from "./packager-tool-
|
|
6
|
+
} from "./packager-tool-qqwm08er.js";
|
|
7
7
|
import {
|
|
8
8
|
Configuration as Configuration2,
|
|
9
9
|
PackagesApi
|
|
10
|
-
} from "./packager-tool-
|
|
10
|
+
} from "./packager-tool-v2p2bdz6.js";
|
|
11
11
|
import {
|
|
12
12
|
getSolutionAuthContext
|
|
13
13
|
} from "./packager-tool-0fh5tmf0.js";
|
|
@@ -3105,7 +3105,7 @@ async function listStudioWebSolutions(config, organizationName, options = {}) {
|
|
|
3105
3105
|
var package_default = {
|
|
3106
3106
|
name: "@uipath/solution-sdk",
|
|
3107
3107
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
3108
|
-
version: "1.202.1-preview.
|
|
3108
|
+
version: "1.202.1-preview.175",
|
|
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=DD1471CAD0C553B264756E2164756E21
|
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-qxwgcch1.js";
|
|
4
|
+
import"./packager-tool-qqwm08er.js";
|
|
5
|
+
import"./packager-tool-v2p2bdz6.js";
|
|
6
6
|
import"./packager-tool-0fh5tmf0.js";
|
|
7
7
|
import"./packager-tool-1hjgq91f.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-c6ekq2zn.js";
|
|
5
5
|
import"./packager-tool-vybnsg1q.js";
|
|
6
|
-
import"./packager-tool-
|
|
6
|
+
import"./packager-tool-bjhq4pke.js";
|
|
7
7
|
import"./packager-tool-mnw3sgv0.js";
|
|
8
|
-
import"./packager-tool-
|
|
8
|
+
import"./packager-tool-a1pte1y5.js";
|
|
9
9
|
import"./packager-tool-p6mgvgdk.js";
|
|
10
|
-
import"./packager-tool-
|
|
11
|
-
import"./packager-tool-
|
|
12
|
-
import"./packager-tool-
|
|
10
|
+
import"./packager-tool-qxwgcch1.js";
|
|
11
|
+
import"./packager-tool-qqwm08er.js";
|
|
12
|
+
import"./packager-tool-v2p2bdz6.js";
|
|
13
13
|
import"./packager-tool-9zpjm6ak.js";
|
|
14
14
|
import"./packager-tool-nzghfa48.js";
|
|
15
15
|
import"./packager-tool-0fh5tmf0.js";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/solution-tool",
|
|
3
3
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4
|
-
"version": "1.202.1-preview.
|
|
4
|
+
"version": "1.202.1-preview.175",
|
|
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": "72f9761d3eecdaf9e1dd3e5d4e63fd416459e58a"
|
|
51
51
|
}
|