@uipath/case-tool 1.198.0-preview.82 → 1.198.0-preview.84
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
|
@@ -282707,7 +282707,7 @@ import"./packager-tool.js";
|
|
|
282707
282707
|
var package_default = {
|
|
282708
282708
|
name: "@uipath/case-tool",
|
|
282709
282709
|
license: "MIT",
|
|
282710
|
-
version: "1.198.0-preview.
|
|
282710
|
+
version: "1.198.0-preview.84",
|
|
282711
282711
|
description: "Manage Case Management instances, processes, and incidents.",
|
|
282712
282712
|
private: false,
|
|
282713
282713
|
repository: {
|
|
@@ -359724,7 +359724,7 @@ class TextApiResponse {
|
|
|
359724
359724
|
var package_default2 = {
|
|
359725
359725
|
name: "@uipath/integrationservice-sdk",
|
|
359726
359726
|
license: "MIT",
|
|
359727
|
-
version: "1.198.0-preview.
|
|
359727
|
+
version: "1.198.0-preview.84",
|
|
359728
359728
|
repository: {
|
|
359729
359729
|
type: "git",
|
|
359730
359730
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -373817,7 +373817,7 @@ function querystringSingleKey4(key, value, keyPrefix = "") {
|
|
|
373817
373817
|
var package_default4 = {
|
|
373818
373818
|
name: "@uipath/solution-sdk",
|
|
373819
373819
|
license: "MIT",
|
|
373820
|
-
version: "1.198.0-preview.
|
|
373820
|
+
version: "1.198.0-preview.84",
|
|
373821
373821
|
repository: {
|
|
373822
373822
|
type: "git",
|
|
373823
373823
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -388181,4 +388181,4 @@ export {
|
|
|
388181
388181
|
metadata
|
|
388182
388182
|
};
|
|
388183
388183
|
|
|
388184
|
-
//# debugId=
|
|
388184
|
+
//# debugId=90CED29E61A55E6164756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/case-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.198.0-preview.
|
|
4
|
+
"version": "1.198.0-preview.84",
|
|
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": "348cb786606b92b1a25785f322856660913a10b5"
|
|
30
30
|
}
|