@uipath/solution-tool 1.200.0-preview.118 → 1.200.0
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 +2 -2
- package/dist/index.js +5 -5
- package/dist/pack.js +1 -1
- package/dist/{packager-tool-ndvfkeck.js → packager-tool-nek785e1.js} +6 -6
- package/dist/{packager-tool-brp9r984.js → packager-tool-ry2wtgx7.js} +1 -1
- package/dist/{packager-tool-yfyzmmk4.js → packager-tool-s9phcc1z.js} +1 -1
- package/dist/{packager-tool-s0wk1r2q.js → packager-tool-t6cck14z.js} +3 -3
- package/dist/{packager-tool-6qnpsjz3.js → packager-tool-vdajdv03.js} +2 -2
- package/dist/publish.js +2 -2
- package/dist/tool.js +5 -5
- package/package.json +2 -2
package/dist/deploy.js
CHANGED
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
listDeploymentsAsync,
|
|
5
5
|
listPackagesAsync,
|
|
6
6
|
uninstallDeploymentAsync
|
|
7
|
-
} from "./packager-tool-
|
|
8
|
-
import"./packager-tool-
|
|
7
|
+
} from "./packager-tool-s9phcc1z.js";
|
|
8
|
+
import"./packager-tool-vdajdv03.js";
|
|
9
9
|
import"./packager-tool-y4wacqkp.js";
|
|
10
10
|
import"./packager-tool-9qecd4wb.js";
|
|
11
11
|
import"./packager-tool-q90kqh83.js";
|
package/dist/index.js
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
import {
|
|
3
3
|
metadata,
|
|
4
4
|
registerCommands
|
|
5
|
-
} from "./packager-tool-
|
|
6
|
-
import"./packager-tool-
|
|
5
|
+
} from "./packager-tool-nek785e1.js";
|
|
6
|
+
import"./packager-tool-s9phcc1z.js";
|
|
7
7
|
import"./packager-tool-kfzzznjr.js";
|
|
8
|
-
import"./packager-tool-
|
|
8
|
+
import"./packager-tool-t6cck14z.js";
|
|
9
9
|
import"./packager-tool-sdhdmkt8.js";
|
|
10
|
-
import"./packager-tool-
|
|
11
|
-
import"./packager-tool-
|
|
10
|
+
import"./packager-tool-ry2wtgx7.js";
|
|
11
|
+
import"./packager-tool-vdajdv03.js";
|
|
12
12
|
import"./packager-tool-37g19zk3.js";
|
|
13
13
|
import"./packager-tool-vpr77gre.js";
|
|
14
14
|
import {
|
package/dist/pack.js
CHANGED
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
listDeploymentsAsync,
|
|
7
7
|
listPackagesAsync,
|
|
8
8
|
uninstallDeploymentAsync
|
|
9
|
-
} from "./packager-tool-
|
|
9
|
+
} from "./packager-tool-s9phcc1z.js";
|
|
10
10
|
import {
|
|
11
11
|
SolutionInitError,
|
|
12
12
|
solutionInitAsync
|
|
@@ -21,10 +21,10 @@ import {
|
|
|
21
21
|
readSolutionFileAsUint8Array,
|
|
22
22
|
resolveSdkLogLevel,
|
|
23
23
|
validateGovernanceOptions
|
|
24
|
-
} from "./packager-tool-
|
|
24
|
+
} from "./packager-tool-t6cck14z.js";
|
|
25
25
|
import {
|
|
26
26
|
publishSolutionAsync
|
|
27
|
-
} from "./packager-tool-
|
|
27
|
+
} from "./packager-tool-ry2wtgx7.js";
|
|
28
28
|
import {
|
|
29
29
|
Configuration,
|
|
30
30
|
Configuration1 as Configuration2,
|
|
@@ -39,7 +39,7 @@ import {
|
|
|
39
39
|
resolvePersonalWorkspace,
|
|
40
40
|
solutionExistsOnStudioWeb,
|
|
41
41
|
uploadOrOverwriteSolution
|
|
42
|
-
} from "./packager-tool-
|
|
42
|
+
} from "./packager-tool-vdajdv03.js";
|
|
43
43
|
import {
|
|
44
44
|
Tokens,
|
|
45
45
|
applyEntryPointEnhancementAsync,
|
|
@@ -106,7 +106,7 @@ import {
|
|
|
106
106
|
var package_default = {
|
|
107
107
|
name: "@uipath/solution-tool",
|
|
108
108
|
license: "MIT",
|
|
109
|
-
version: "1.200.0
|
|
109
|
+
version: "1.200.0",
|
|
110
110
|
description: "Create, pack, publish, and deploy UiPath Automation Solutions.",
|
|
111
111
|
repository: {
|
|
112
112
|
type: "git",
|
|
@@ -5017,4 +5017,4 @@ var registerCommands = async (program) => {
|
|
|
5017
5017
|
|
|
5018
5018
|
export { metadata, registerCommands };
|
|
5019
5019
|
|
|
5020
|
-
//# debugId=
|
|
5020
|
+
//# debugId=7F9EA3D1A7818A3364756E2164756E21
|
|
@@ -23719,7 +23719,7 @@ var sdkUserAgentHostToken2 = singleton2("SdkUserAgentHostToken");
|
|
|
23719
23719
|
var package_default = {
|
|
23720
23720
|
name: "@uipath/project-packager",
|
|
23721
23721
|
license: "MIT",
|
|
23722
|
-
version: "1.200.0
|
|
23722
|
+
version: "1.200.0",
|
|
23723
23723
|
description: "UiPath Project Packager - core library for packing individual UiPath projects",
|
|
23724
23724
|
type: "module",
|
|
23725
23725
|
main: "./dist/index.js",
|
|
@@ -35930,7 +35930,7 @@ var sdkUserAgentHostToken22 = singleton22("SdkUserAgentHostToken");
|
|
|
35930
35930
|
var package_default2 = {
|
|
35931
35931
|
name: "@uipath/project-packager",
|
|
35932
35932
|
license: "MIT",
|
|
35933
|
-
version: "1.200.0
|
|
35933
|
+
version: "1.200.0",
|
|
35934
35934
|
description: "UiPath Project Packager - core library for packing individual UiPath projects",
|
|
35935
35935
|
type: "module",
|
|
35936
35936
|
main: "./dist/index.js",
|
|
@@ -37915,4 +37915,4 @@ function formatPackFailureInstructions(message, dryRun) {
|
|
|
37915
37915
|
|
|
37916
37916
|
export { SolutionPackOptions, ensurePackagerTools, createSolutionPackager, readSolutionFileAsUint8Array, resolveSdkLogLevel, applyAuthConnection, GOVERNANCE_OPTION_INSTRUCTIONS, validateGovernanceOptions, PackCommandService };
|
|
37917
37917
|
|
|
37918
|
-
//# debugId=
|
|
37918
|
+
//# debugId=BBDC85D1E40E08AF64756E2164756E21
|
|
@@ -3850,7 +3850,7 @@ function normalizeType(type) {
|
|
|
3850
3850
|
var package_default2 = {
|
|
3851
3851
|
name: "@uipath/solution-sdk",
|
|
3852
3852
|
license: "MIT",
|
|
3853
|
-
version: "1.200.0
|
|
3853
|
+
version: "1.200.0",
|
|
3854
3854
|
repository: {
|
|
3855
3855
|
type: "git",
|
|
3856
3856
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -4312,4 +4312,4 @@ function matchFeed(feed, locations) {
|
|
|
4312
4312
|
|
|
4313
4313
|
export { Configuration, PipelinesApi, Configuration2 as Configuration1, DeploymentActivationStatus, DeploymentOperationStatus2 as DeploymentOperationStatus, DeploymentsApi, PackagesApi, SearchApi, bundleSolution, deploymentsAutoInstall, searchPackageVersions, solutionExistsOnStudioWeb, importSolution, uploadOrOverwriteSolution, resolvePersonalWorkspace, listSelectablePublishLocations, feedScopeInitOverride, resolveFeedScope };
|
|
4314
4314
|
|
|
4315
|
-
//# debugId=
|
|
4315
|
+
//# debugId=CCAC421AF88295DA64756E2164756E21
|
package/dist/publish.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
publishSolutionAsync
|
|
3
|
-
} from "./packager-tool-
|
|
4
|
-
import"./packager-tool-
|
|
3
|
+
} from "./packager-tool-ry2wtgx7.js";
|
|
4
|
+
import"./packager-tool-vdajdv03.js";
|
|
5
5
|
import"./packager-tool-y4wacqkp.js";
|
|
6
6
|
import"./packager-tool-9qecd4wb.js";
|
|
7
7
|
import"./packager-tool-q90kqh83.js";
|
package/dist/tool.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
metadata,
|
|
3
3
|
registerCommands
|
|
4
|
-
} from "./packager-tool-
|
|
5
|
-
import"./packager-tool-
|
|
4
|
+
} from "./packager-tool-nek785e1.js";
|
|
5
|
+
import"./packager-tool-s9phcc1z.js";
|
|
6
6
|
import"./packager-tool-kfzzznjr.js";
|
|
7
|
-
import"./packager-tool-
|
|
7
|
+
import"./packager-tool-t6cck14z.js";
|
|
8
8
|
import"./packager-tool-sdhdmkt8.js";
|
|
9
|
-
import"./packager-tool-
|
|
10
|
-
import"./packager-tool-
|
|
9
|
+
import"./packager-tool-ry2wtgx7.js";
|
|
10
|
+
import"./packager-tool-vdajdv03.js";
|
|
11
11
|
import"./packager-tool-37g19zk3.js";
|
|
12
12
|
import"./packager-tool-vpr77gre.js";
|
|
13
13
|
import"./packager-tool-y4wacqkp.js";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/solution-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.200.0
|
|
4
|
+
"version": "1.200.0",
|
|
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": "173ad4b4930bd3e17a493b32e9f1c3c616ea1c10"
|
|
51
51
|
}
|