@uipath/case-tool 1.198.1-preview.101 → 1.198.1-preview.102
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
|
@@ -283463,7 +283463,7 @@ import"./packager-tool.js";
|
|
|
283463
283463
|
var package_default = {
|
|
283464
283464
|
name: "@uipath/case-tool",
|
|
283465
283465
|
license: "MIT",
|
|
283466
|
-
version: "1.198.1-preview.
|
|
283466
|
+
version: "1.198.1-preview.102",
|
|
283467
283467
|
description: "Manage Case Management instances, processes, and incidents.",
|
|
283468
283468
|
private: false,
|
|
283469
283469
|
repository: {
|
|
@@ -366821,7 +366821,7 @@ class TextApiResponse {
|
|
|
366821
366821
|
var package_default2 = {
|
|
366822
366822
|
name: "@uipath/integrationservice-sdk",
|
|
366823
366823
|
license: "MIT",
|
|
366824
|
-
version: "1.198.0-preview.
|
|
366824
|
+
version: "1.198.0-preview.102",
|
|
366825
366825
|
repository: {
|
|
366826
366826
|
type: "git",
|
|
366827
366827
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -380914,7 +380914,7 @@ function querystringSingleKey4(key, value, keyPrefix = "") {
|
|
|
380914
380914
|
var package_default4 = {
|
|
380915
380915
|
name: "@uipath/solution-sdk",
|
|
380916
380916
|
license: "MIT",
|
|
380917
|
-
version: "1.198.0-preview.
|
|
380917
|
+
version: "1.198.0-preview.102",
|
|
380918
380918
|
repository: {
|
|
380919
380919
|
type: "git",
|
|
380920
380920
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -395278,4 +395278,4 @@ export {
|
|
|
395278
395278
|
metadata
|
|
395279
395279
|
};
|
|
395280
395280
|
|
|
395281
|
-
//# debugId=
|
|
395281
|
+
//# debugId=5CAACDD54C40559064756E2164756E21
|
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.102",
|
|
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": "adb54684729fa72fcc04655dfa6f3eaa6bd7a272"
|
|
30
30
|
}
|