@uipath/maestro-sdk 1.197.0-preview.79 → 1.197.0-preview.89
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
|
@@ -121890,7 +121890,7 @@ class TextApiResponse {
|
|
|
121890
121890
|
var package_default = {
|
|
121891
121891
|
name: "@uipath/integrationservice-sdk",
|
|
121892
121892
|
license: "MIT",
|
|
121893
|
-
version: "1.197.0-preview.
|
|
121893
|
+
version: "1.197.0-preview.89",
|
|
121894
121894
|
repository: {
|
|
121895
121895
|
type: "git",
|
|
121896
121896
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -133609,4 +133609,4 @@ export {
|
|
|
133609
133609
|
BPMN_SPEC
|
|
133610
133610
|
};
|
|
133611
133611
|
|
|
133612
|
-
//# debugId=
|
|
133612
|
+
//# debugId=A3A088477FA8427664756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/maestro-sdk",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.197.0-preview.
|
|
4
|
+
"version": "1.197.0-preview.89",
|
|
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": "75ed4e2a4895c09375b71a621dce031e04aca28b"
|
|
46
46
|
}
|