@uipath/agent-tool 1.197.0-preview.59 → 1.197.0-preview.63

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
@@ -56457,7 +56457,7 @@ var init_package = __esm(() => {
56457
56457
  package_default5 = {
56458
56458
  name: "@uipath/integrationservice-sdk",
56459
56459
  license: "MIT",
56460
- version: "1.197.0-preview.59",
56460
+ version: "1.197.0-preview.63",
56461
56461
  repository: {
56462
56462
  type: "git",
56463
56463
  url: "https://github.com/UiPath/cli.git",
@@ -80470,7 +80470,7 @@ import"./packager-tool.js";
80470
80470
  var package_default = {
80471
80471
  name: "@uipath/agent-tool",
80472
80472
  license: "MIT",
80473
- version: "1.197.0-preview.59",
80473
+ version: "1.197.0-preview.63",
80474
80474
  description: "cli plugin for creating and managing UiPath low-code agents",
80475
80475
  private: false,
80476
80476
  repository: {
@@ -85486,7 +85486,7 @@ class TextApiResponse2 {
85486
85486
  var package_default3 = {
85487
85487
  name: "@uipath/solution-sdk",
85488
85488
  license: "MIT",
85489
- version: "1.197.0-preview.59",
85489
+ version: "1.197.0-preview.63",
85490
85490
  repository: {
85491
85491
  type: "git",
85492
85492
  url: "https://github.com/UiPath/cli.git",
@@ -89072,7 +89072,7 @@ class VoidApiResponse3 {
89072
89072
  var package_default4 = {
89073
89073
  name: "@uipath/agent-sdk",
89074
89074
  license: "MIT",
89075
- version: "1.197.0-preview.59",
89075
+ version: "1.197.0-preview.63",
89076
89076
  description: "SDK for the UiPath Agent Runtime API — evaluation execution and debug sessions.",
89077
89077
  repository: {
89078
89078
  type: "git",
@@ -99279,4 +99279,4 @@ export {
99279
99279
  metadata
99280
99280
  };
99281
99281
 
99282
- //# debugId=F4AC198DA25F289564756E2164756E21
99282
+ //# debugId=1909B073C9587FD864756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/agent-tool",
3
3
  "license": "MIT",
4
- "version": "1.197.0-preview.59",
4
+ "version": "1.197.0-preview.63",
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": "df0e2b8140cced13f463b487214927c82bc0f85b"
29
+ "gitHead": "f11c510734215113744bf42073c327ecd776c7c2"
30
30
  }