@uipath/maestro-sdk 1.198.0-preview.83 → 1.198.0-preview.85
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
|
@@ -121909,7 +121909,7 @@ class TextApiResponse {
|
|
|
121909
121909
|
var package_default = {
|
|
121910
121910
|
name: "@uipath/integrationservice-sdk",
|
|
121911
121911
|
license: "MIT",
|
|
121912
|
-
version: "1.198.0-preview.
|
|
121912
|
+
version: "1.198.0-preview.85",
|
|
121913
121913
|
repository: {
|
|
121914
121914
|
type: "git",
|
|
121915
121915
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -133644,4 +133644,4 @@ export {
|
|
|
133644
133644
|
BPMN_SPEC
|
|
133645
133645
|
};
|
|
133646
133646
|
|
|
133647
|
-
//# debugId=
|
|
133647
|
+
//# debugId=E0E081B8DDF6C79564756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/maestro-sdk",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.198.0-preview.
|
|
4
|
+
"version": "1.198.0-preview.85",
|
|
5
5
|
"description": "SDK for the UiPath Maestro (PIMS) API — process instance management.",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"files": [
|
|
43
43
|
"dist"
|
|
44
44
|
],
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "4a4fb9d0a395bafc674550cf9a4ff7a0c14e134f"
|
|
46
46
|
}
|