@uipath/orchestrator-tool 1.201.0-preview.128 → 1.201.0-preview.131

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/index.js CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  Command,
4
4
  metadata,
5
5
  registerCommands
6
- } from "./tool-w1ryv7xt.js";
6
+ } from "./tool-tfp0e8md.js";
7
7
  import"./tool-9qecd4wb.js";
8
8
  import"./tool-qa9gftnj.js";
9
9
  import"./tool-5arsyj36.js";
@@ -2114,7 +2114,7 @@ var require_commander = __commonJS((exports) => {
2114
2114
  var package_default = {
2115
2115
  name: "@uipath/orchestrator-tool",
2116
2116
  license: "MIT",
2117
- version: "1.201.0-preview.128",
2117
+ version: "1.201.0-preview.131",
2118
2118
  description: "Manage Orchestrator folders, jobs, processes, and releases.",
2119
2119
  private: false,
2120
2120
  repository: {
@@ -45150,4 +45150,4 @@ var registerCommands = async (program2) => {
45150
45150
 
45151
45151
  export { Command, metadata, registerCommands };
45152
45152
 
45153
- //# debugId=FF945758C0406A1564756E2164756E21
45153
+ //# debugId=80F630B85F4A154464756E2164756E21
package/dist/tool.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  metadata,
3
3
  registerCommands
4
- } from "./tool-w1ryv7xt.js";
4
+ } from "./tool-tfp0e8md.js";
5
5
  import"./tool-9qecd4wb.js";
6
6
  import"./tool-qa9gftnj.js";
7
7
  import"./tool-5arsyj36.js";
package/package.json CHANGED
@@ -1,30 +1,30 @@
1
1
  {
2
- "name": "@uipath/orchestrator-tool",
3
- "license": "MIT",
4
- "version": "1.201.0-preview.128",
5
- "description": "Manage Orchestrator folders, jobs, processes, and releases.",
6
- "private": false,
7
- "repository": {
8
- "type": "git",
9
- "url": "https://github.com/UiPath/cli.git",
10
- "directory": "packages/orchestrator-tool"
11
- },
12
- "publishConfig": {
13
- "registry": "https://registry.npmjs.org/"
14
- },
15
- "keywords": [
16
- "cli-tool"
17
- ],
18
- "type": "module",
19
- "main": "./dist/tool.js",
20
- "exports": {
21
- ".": "./dist/tool.js"
22
- },
23
- "bin": {
24
- "orchestrator-tool": "./dist/index.js"
25
- },
26
- "files": [
27
- "dist"
28
- ],
29
- "gitHead": "a72e454cd7025bbbdac37d6105afef8282138c88"
2
+ "name": "@uipath/orchestrator-tool",
3
+ "license": "MIT",
4
+ "version": "1.201.0-preview.131",
5
+ "description": "Manage Orchestrator folders, jobs, processes, and releases.",
6
+ "private": false,
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/UiPath/cli.git",
10
+ "directory": "packages/orchestrator-tool"
11
+ },
12
+ "publishConfig": {
13
+ "registry": "https://registry.npmjs.org/"
14
+ },
15
+ "keywords": [
16
+ "cli-tool"
17
+ ],
18
+ "type": "module",
19
+ "main": "./dist/tool.js",
20
+ "exports": {
21
+ ".": "./dist/tool.js"
22
+ },
23
+ "bin": {
24
+ "orchestrator-tool": "./dist/index.js"
25
+ },
26
+ "files": [
27
+ "dist"
28
+ ],
29
+ "gitHead": "5b0a03e4ee4be352459ac9fd82341ff77bc82ee6"
30
30
  }