@uipath/case-tool 1.198.1-preview.90 → 1.198.1-preview.93
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/tool.js +4 -4
- package/package.json +2 -2
package/dist/tool.js
CHANGED
|
@@ -280804,7 +280804,7 @@ import"./packager-tool.js";
|
|
|
280804
280804
|
var package_default = {
|
|
280805
280805
|
name: "@uipath/case-tool",
|
|
280806
280806
|
license: "MIT",
|
|
280807
|
-
version: "1.198.1-preview.
|
|
280807
|
+
version: "1.198.1-preview.93",
|
|
280808
280808
|
description: "Manage Case Management instances, processes, and incidents.",
|
|
280809
280809
|
private: false,
|
|
280810
280810
|
repository: {
|
|
@@ -358195,7 +358195,7 @@ class TextApiResponse {
|
|
|
358195
358195
|
var package_default2 = {
|
|
358196
358196
|
name: "@uipath/integrationservice-sdk",
|
|
358197
358197
|
license: "MIT",
|
|
358198
|
-
version: "1.198.0-preview.
|
|
358198
|
+
version: "1.198.0-preview.93",
|
|
358199
358199
|
repository: {
|
|
358200
358200
|
type: "git",
|
|
358201
358201
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -372288,7 +372288,7 @@ function querystringSingleKey4(key, value, keyPrefix = "") {
|
|
|
372288
372288
|
var package_default4 = {
|
|
372289
372289
|
name: "@uipath/solution-sdk",
|
|
372290
372290
|
license: "MIT",
|
|
372291
|
-
version: "1.198.0-preview.
|
|
372291
|
+
version: "1.198.0-preview.93",
|
|
372292
372292
|
repository: {
|
|
372293
372293
|
type: "git",
|
|
372294
372294
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -386652,4 +386652,4 @@ export {
|
|
|
386652
386652
|
metadata
|
|
386653
386653
|
};
|
|
386654
386654
|
|
|
386655
|
-
//# debugId=
|
|
386655
|
+
//# debugId=CAE994158AB532B564756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/case-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.198.1-preview.
|
|
4
|
+
"version": "1.198.1-preview.93",
|
|
5
5
|
"description": "Manage Case Management instances, processes, and incidents.",
|
|
6
6
|
"private": false,
|
|
7
7
|
"repository": {
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"files": [
|
|
27
27
|
"dist"
|
|
28
28
|
],
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "559533da0c886708d0a553ed2adb5bcb74b26fac"
|
|
30
30
|
}
|