@uipath/maestro-sdk 1.199.0-preview.105 → 1.199.0-preview.106
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
|
@@ -131029,7 +131029,7 @@ class TextApiResponse {
|
|
|
131029
131029
|
var package_default = {
|
|
131030
131030
|
name: "@uipath/integrationservice-sdk",
|
|
131031
131031
|
license: "MIT",
|
|
131032
|
-
version: "1.199.0-preview.
|
|
131032
|
+
version: "1.199.0-preview.106",
|
|
131033
131033
|
repository: {
|
|
131034
131034
|
type: "git",
|
|
131035
131035
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -142891,4 +142891,4 @@ export {
|
|
|
142891
142891
|
BPMN_SPEC
|
|
142892
142892
|
};
|
|
142893
142893
|
|
|
142894
|
-
//# debugId=
|
|
142894
|
+
//# debugId=8E3BEB2147CDC8F964756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/maestro-sdk",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.199.0-preview.
|
|
4
|
+
"version": "1.199.0-preview.106",
|
|
5
5
|
"description": "SDK for the UiPath Maestro (PIMS) API — process instance management.",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"files": [
|
|
48
48
|
"dist"
|
|
49
49
|
],
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "cb01f256c2c4f1a1a5d014ffb97e506bac709e45"
|
|
51
51
|
}
|