@uipath/agent-sdk 1.199.0-preview.97 → 1.199.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.
- package/dist/index.js +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.199.0
|
|
19556
|
+
version: "1.199.0",
|
|
19557
19557
|
description: "SDK for the UiPath Agent Runtime API — evaluation execution and debug sessions.",
|
|
19558
19558
|
repository: {
|
|
19559
19559
|
type: "git",
|
|
@@ -24289,4 +24289,4 @@ export {
|
|
|
24289
24289
|
AgentAppearanceFromJSON
|
|
24290
24290
|
};
|
|
24291
24291
|
|
|
24292
|
-
//# debugId=
|
|
24292
|
+
//# debugId=2EB1CC379ACEFC0A64756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/agent-sdk",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.199.0
|
|
4
|
+
"version": "1.199.0",
|
|
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": "
|
|
32
|
+
"gitHead": "723e6801b77b5926ba75e75b6a756cc38b1b7adc"
|
|
33
33
|
}
|