@uipath/agent-tool 1.198.0-preview.83 → 1.198.0-preview.85

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.
Files changed (2) hide show
  1. package/dist/tool.js +5 -5
  2. package/package.json +2 -2
package/dist/tool.js CHANGED
@@ -64895,7 +64895,7 @@ var init_package = __esm(() => {
64895
64895
  package_default5 = {
64896
64896
  name: "@uipath/integrationservice-sdk",
64897
64897
  license: "MIT",
64898
- version: "1.198.0-preview.83",
64898
+ version: "1.198.0-preview.85",
64899
64899
  repository: {
64900
64900
  type: "git",
64901
64901
  url: "https://github.com/UiPath/cli.git",
@@ -89197,7 +89197,7 @@ import"./packager-tool.js";
89197
89197
  var package_default = {
89198
89198
  name: "@uipath/agent-tool",
89199
89199
  license: "MIT",
89200
- version: "1.198.0-preview.83",
89200
+ version: "1.198.0-preview.85",
89201
89201
  description: "cli plugin for creating and managing UiPath low-code agents",
89202
89202
  private: false,
89203
89203
  repository: {
@@ -94217,7 +94217,7 @@ class TextApiResponse2 {
94217
94217
  var package_default3 = {
94218
94218
  name: "@uipath/solution-sdk",
94219
94219
  license: "MIT",
94220
- version: "1.198.0-preview.83",
94220
+ version: "1.198.0-preview.85",
94221
94221
  repository: {
94222
94222
  type: "git",
94223
94223
  url: "https://github.com/UiPath/cli.git",
@@ -97821,7 +97821,7 @@ class VoidApiResponse3 {
97821
97821
  var package_default4 = {
97822
97822
  name: "@uipath/agent-sdk",
97823
97823
  license: "MIT",
97824
- version: "1.198.0-preview.83",
97824
+ version: "1.198.0-preview.85",
97825
97825
  description: "SDK for the UiPath Agent Runtime API — evaluation execution and debug sessions.",
97826
97826
  repository: {
97827
97827
  type: "git",
@@ -128314,4 +128314,4 @@ export {
128314
128314
  metadata
128315
128315
  };
128316
128316
 
128317
- //# debugId=5352F919F7D4578C64756E2164756E21
128317
+ //# debugId=A82CFA0C96C5647D64756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/agent-tool",
3
3
  "license": "MIT",
4
- "version": "1.198.0-preview.83",
4
+ "version": "1.198.0-preview.85",
5
5
  "description": "cli plugin for creating and managing UiPath low-code agents",
6
6
  "private": false,
7
7
  "repository": {
@@ -26,5 +26,5 @@
26
26
  "files": [
27
27
  "dist"
28
28
  ],
29
- "gitHead": "38fc9a0872ac9260d7ee783e20d57c18fcd479f5"
29
+ "gitHead": "4a4fb9d0a395bafc674550cf9a4ff7a0c14e134f"
30
30
  }