@uipath/agent-tool 1.199.0-preview.97 → 1.199.0-preview.99

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 +6 -6
  2. package/package.json +2 -2
package/dist/tool.js CHANGED
@@ -65965,7 +65965,7 @@ var init_package = __esm(() => {
65965
65965
  package_default6 = {
65966
65966
  name: "@uipath/integrationservice-sdk",
65967
65967
  license: "MIT",
65968
- version: "1.199.0-preview.97",
65968
+ version: "1.199.0-preview.99",
65969
65969
  repository: {
65970
65970
  type: "git",
65971
65971
  url: "https://github.com/UiPath/cli.git",
@@ -90267,7 +90267,7 @@ import"./packager-tool.js";
90267
90267
  var package_default = {
90268
90268
  name: "@uipath/agent-tool",
90269
90269
  license: "MIT",
90270
- version: "1.199.0-preview.97",
90270
+ version: "1.199.0-preview.99",
90271
90271
  description: "cli plugin for creating and managing UiPath low-code agents",
90272
90272
  private: false,
90273
90273
  repository: {
@@ -95288,7 +95288,7 @@ class TextApiResponse2 {
95288
95288
  var package_default3 = {
95289
95289
  name: "@uipath/solution-sdk",
95290
95290
  license: "MIT",
95291
- version: "1.199.0-preview.97",
95291
+ version: "1.199.0-preview.99",
95292
95292
  repository: {
95293
95293
  type: "git",
95294
95294
  url: "https://github.com/UiPath/cli.git",
@@ -98958,7 +98958,7 @@ class VoidApiResponse3 {
98958
98958
  var package_default4 = {
98959
98959
  name: "@uipath/agent-sdk",
98960
98960
  license: "MIT",
98961
- version: "1.199.0-preview.97",
98961
+ version: "1.199.0-preview.99",
98962
98962
  description: "SDK for the UiPath Agent Runtime API — evaluation execution and debug sessions.",
98963
98963
  repository: {
98964
98964
  type: "git",
@@ -152664,7 +152664,7 @@ function querystringSingleKey5(key, value, keyPrefix = "") {
152664
152664
  var package_default5 = {
152665
152665
  name: "@uipath/solution-sdk",
152666
152666
  license: "MIT",
152667
- version: "1.199.0-preview.97",
152667
+ version: "1.199.0-preview.99",
152668
152668
  repository: {
152669
152669
  type: "git",
152670
152670
  url: "https://github.com/UiPath/cli.git",
@@ -197916,4 +197916,4 @@ export {
197916
197916
  metadata
197917
197917
  };
197918
197918
 
197919
- //# debugId=0F1DA5D94470D25C64756E2164756E21
197919
+ //# debugId=5F4ED5ECDB01C3EB64756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/agent-tool",
3
3
  "license": "MIT",
4
- "version": "1.199.0-preview.97",
4
+ "version": "1.199.0-preview.99",
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": "087ae21e842f27bde5eb0013892c9487bfe60568"
29
+ "gitHead": "6ba217cddceb86e3fa39ed82e49c5062878a85c6"
30
30
  }