@uipath/agent-sdk 1.201.0-preview.123 → 1.201.0-preview.127

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
@@ -1357,7 +1357,7 @@ class TextApiResponse {
1357
1357
  var package_default = {
1358
1358
  name: "@uipath/agent-sdk",
1359
1359
  license: "MIT",
1360
- version: "1.201.0-preview.123",
1360
+ version: "1.201.0-preview.127",
1361
1361
  description: "SDK for the UiPath Agent Runtime API — evaluation execution and debug sessions.",
1362
1362
  repository: {
1363
1363
  type: "git",
@@ -6175,4 +6175,4 @@ export {
6175
6175
  AgentAppearanceFromJSON
6176
6176
  };
6177
6177
 
6178
- //# debugId=C5A7604D2274EA5F64756E2164756E21
6178
+ //# debugId=61FD89C7EA14D57D64756E2164756E21
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uipath/agent-sdk",
3
3
  "license": "MIT",
4
- "version": "1.201.0-preview.123",
4
+ "version": "1.201.0-preview.127",
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": "0b5e086775b5974d9df45fc98f96f868bb3dda61"
32
+ "gitHead": "a6c7f4f0ea04813ce939f31efc41bd9990d46e20"
33
33
  }