@uipath/agent-tool 1.198.0-preview.96 → 1.198.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.
Files changed (2) hide show
  1. package/dist/tool.js +5 -5
  2. package/package.json +1 -1
package/dist/tool.js CHANGED
@@ -65408,7 +65408,7 @@ var init_package = __esm(() => {
65408
65408
  package_default5 = {
65409
65409
  name: "@uipath/integrationservice-sdk",
65410
65410
  license: "MIT",
65411
- version: "1.198.0-preview.96",
65411
+ version: "1.198.0",
65412
65412
  repository: {
65413
65413
  type: "git",
65414
65414
  url: "https://github.com/UiPath/cli.git",
@@ -89710,7 +89710,7 @@ import"./packager-tool.js";
89710
89710
  var package_default = {
89711
89711
  name: "@uipath/agent-tool",
89712
89712
  license: "MIT",
89713
- version: "1.198.0-preview.96",
89713
+ version: "1.198.0",
89714
89714
  description: "cli plugin for creating and managing UiPath low-code agents",
89715
89715
  private: false,
89716
89716
  repository: {
@@ -94729,7 +94729,7 @@ class TextApiResponse2 {
94729
94729
  var package_default3 = {
94730
94730
  name: "@uipath/solution-sdk",
94731
94731
  license: "MIT",
94732
- version: "1.198.0-preview.96",
94732
+ version: "1.198.0",
94733
94733
  repository: {
94734
94734
  type: "git",
94735
94735
  url: "https://github.com/UiPath/cli.git",
@@ -98333,7 +98333,7 @@ class VoidApiResponse3 {
98333
98333
  var package_default4 = {
98334
98334
  name: "@uipath/agent-sdk",
98335
98335
  license: "MIT",
98336
- version: "1.198.0-preview.96",
98336
+ version: "1.198.0",
98337
98337
  description: "SDK for the UiPath Agent Runtime API — evaluation execution and debug sessions.",
98338
98338
  repository: {
98339
98339
  type: "git",
@@ -128826,4 +128826,4 @@ export {
128826
128826
  metadata
128827
128827
  };
128828
128828
 
128829
- //# debugId=44983E6A079766A164756E2164756E21
128829
+ //# debugId=559411354C1336F564756E2164756E21
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.96",
4
+ "version": "1.198.0",
5
5
  "description": "cli plugin for creating and managing UiPath low-code agents",
6
6
  "private": false,
7
7
  "repository": {