@uipath/agent-sdk 1.197.0-preview.63 → 1.197.0-preview.64

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/index.js +2 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -19553,7 +19553,7 @@ class TextApiResponse {
19553
19553
  var package_default = {
19554
19554
  name: "@uipath/agent-sdk",
19555
19555
  license: "MIT",
19556
- version: "1.197.0-preview.63",
19556
+ version: "1.197.0-preview.64",
19557
19557
  description: "SDK for the UiPath Agent Runtime API — evaluation execution and debug sessions.",
19558
19558
  repository: {
19559
19559
  type: "git",
@@ -24285,4 +24285,4 @@ export {
24285
24285
  AgentAppearanceFromJSON
24286
24286
  };
24287
24287
 
24288
- //# debugId=3FF3EB04A309E43164756E2164756E21
24288
+ //# debugId=3C2BC7B3D37D446264756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/agent-sdk",
3
3
  "license": "MIT",
4
- "version": "1.197.0-preview.63",
4
+ "version": "1.197.0-preview.64",
5
5
  "description": "SDK for the UiPath Agent Runtime API — evaluation execution and debug sessions.",
6
6
  "repository": {
7
7
  "type": "git",
@@ -29,5 +29,5 @@
29
29
  "files": [
30
30
  "dist"
31
31
  ],
32
- "gitHead": "f11c510734215113744bf42073c327ecd776c7c2"
32
+ "gitHead": "3977b977945bf519336258da69fd271433eaaef4"
33
33
  }