@uipath/maestro-sdk 1.202.0-preview.146 → 1.202.0-preview.149
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
|
@@ -125335,7 +125335,7 @@ var init_package = __esm(() => {
|
|
|
125335
125335
|
package_default = {
|
|
125336
125336
|
name: "@uipath/integrationservice-sdk",
|
|
125337
125337
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
125338
|
-
version: "1.202.0-preview.
|
|
125338
|
+
version: "1.202.0-preview.149",
|
|
125339
125339
|
repository: {
|
|
125340
125340
|
type: "git",
|
|
125341
125341
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -201592,4 +201592,4 @@ export {
|
|
|
201592
201592
|
withPimsCall
|
|
201593
201593
|
};
|
|
201594
201594
|
|
|
201595
|
-
//# debugId=
|
|
201595
|
+
//# debugId=BDE55F788C4AF29464756E2164756E21
|
package/dist/registry/command.js
CHANGED
|
@@ -125335,7 +125335,7 @@ var init_package = __esm(() => {
|
|
|
125335
125335
|
package_default = {
|
|
125336
125336
|
name: "@uipath/integrationservice-sdk",
|
|
125337
125337
|
license: "SEE LICENSE IN LICENSE.txt",
|
|
125338
|
-
version: "1.202.0-preview.
|
|
125338
|
+
version: "1.202.0-preview.149",
|
|
125339
125339
|
repository: {
|
|
125340
125340
|
type: "git",
|
|
125341
125341
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -191961,4 +191961,4 @@ export {
|
|
|
191961
191961
|
registerRegistryCommand
|
|
191962
191962
|
};
|
|
191963
191963
|
|
|
191964
|
-
//# debugId=
|
|
191964
|
+
//# debugId=A38AF130E08D6A2864756E2164756E21
|
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.149",
|
|
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": "d32b9f0191b9dc454edd2ce20024383cc3eb3f37"
|
|
91
91
|
}
|