@uipath/maestro-sdk 1.202.0-preview.154 → 1.202.0-preview.155
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.155",
|
|
129437
129437
|
repository: {
|
|
129438
129438
|
type: "git",
|
|
129439
129439
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -205680,4 +205680,4 @@ export {
|
|
|
205680
205680
|
withPimsCall
|
|
205681
205681
|
};
|
|
205682
205682
|
|
|
205683
|
-
//# debugId=
|
|
205683
|
+
//# debugId=4758F902D9EA940C64756E2164756E21
|
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.155",
|
|
129437
129437
|
repository: {
|
|
129438
129438
|
type: "git",
|
|
129439
129439
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -196049,4 +196049,4 @@ export {
|
|
|
196049
196049
|
registerRegistryCommand
|
|
196050
196050
|
};
|
|
196051
196051
|
|
|
196052
|
-
//# debugId=
|
|
196052
|
+
//# debugId=BCC4D0D63820473464756E2164756E21
|
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.155",
|
|
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": "3b07ad72dd6d72eace0829d1081f7bd04ba77df7"
|
|
91
91
|
}
|