@uipath/case-tool 1.198.1-preview.86 → 1.198.1-preview.87
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
|
@@ -280798,7 +280798,7 @@ import"./packager-tool.js";
|
|
|
280798
280798
|
var package_default = {
|
|
280799
280799
|
name: "@uipath/case-tool",
|
|
280800
280800
|
license: "MIT",
|
|
280801
|
-
version: "1.198.1-preview.
|
|
280801
|
+
version: "1.198.1-preview.87",
|
|
280802
280802
|
description: "Manage Case Management instances, processes, and incidents.",
|
|
280803
280803
|
private: false,
|
|
280804
280804
|
repository: {
|
|
@@ -358189,7 +358189,7 @@ class TextApiResponse {
|
|
|
358189
358189
|
var package_default2 = {
|
|
358190
358190
|
name: "@uipath/integrationservice-sdk",
|
|
358191
358191
|
license: "MIT",
|
|
358192
|
-
version: "1.198.0-preview.
|
|
358192
|
+
version: "1.198.0-preview.87",
|
|
358193
358193
|
repository: {
|
|
358194
358194
|
type: "git",
|
|
358195
358195
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -372282,7 +372282,7 @@ function querystringSingleKey4(key, value, keyPrefix = "") {
|
|
|
372282
372282
|
var package_default4 = {
|
|
372283
372283
|
name: "@uipath/solution-sdk",
|
|
372284
372284
|
license: "MIT",
|
|
372285
|
-
version: "1.198.0-preview.
|
|
372285
|
+
version: "1.198.0-preview.87",
|
|
372286
372286
|
repository: {
|
|
372287
372287
|
type: "git",
|
|
372288
372288
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -386646,4 +386646,4 @@ export {
|
|
|
386646
386646
|
metadata
|
|
386647
386647
|
};
|
|
386648
386648
|
|
|
386649
|
-
//# debugId=
|
|
386649
|
+
//# debugId=84B9D281BD2702D464756E2164756E21
|
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.87",
|
|
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": "b84a7a78e1a325c3dd3b39efd3018c49b38c789f"
|
|
30
30
|
}
|