@uipath/maestro-sdk 1.202.0-preview.161 → 1.202.0-preview.164
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/dist/registry/command.js +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -129433,7 +129433,7 @@ var init_package = __esm(() => {
|
|
|
129433
129433
|
package_default = {
|
|
129434
129434
|
name: "@uipath/integrationservice-sdk",
|
|
129435
129435
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
129436
|
-
version: "1.202.0-preview.
|
|
129436
|
+
version: "1.202.0-preview.164",
|
|
129437
129437
|
repository: {
|
|
129438
129438
|
type: "git",
|
|
129439
129439
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -205684,4 +205684,4 @@ export {
|
|
|
205684
205684
|
withPimsCall
|
|
205685
205685
|
};
|
|
205686
205686
|
|
|
205687
|
-
//# debugId=
|
|
205687
|
+
//# debugId=D492102C9466641564756E2164756E21
|
package/dist/registry/command.js
CHANGED
|
@@ -129433,7 +129433,7 @@ var init_package = __esm(() => {
|
|
|
129433
129433
|
package_default = {
|
|
129434
129434
|
name: "@uipath/integrationservice-sdk",
|
|
129435
129435
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
129436
|
-
version: "1.202.0-preview.
|
|
129436
|
+
version: "1.202.0-preview.164",
|
|
129437
129437
|
repository: {
|
|
129438
129438
|
type: "git",
|
|
129439
129439
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -196053,4 +196053,4 @@ export {
|
|
|
196053
196053
|
registerRegistryCommand
|
|
196054
196054
|
};
|
|
196055
196055
|
|
|
196056
|
-
//# debugId=
|
|
196056
|
+
//# debugId=DFF3B26900B871BA64756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/maestro-sdk",
|
|
3
3
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4
|
-
"version": "1.202.0-preview.
|
|
4
|
+
"version": "1.202.0-preview.164",
|
|
5
5
|
"description": "SDK for the UiPath Maestro (PIMS) API — process instance management.",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -87,5 +87,5 @@
|
|
|
87
87
|
"files": [
|
|
88
88
|
"dist"
|
|
89
89
|
],
|
|
90
|
-
"gitHead": "
|
|
90
|
+
"gitHead": "aae1017c05fe1309bcf56a00c942ef3708489446"
|
|
91
91
|
}
|