@uipath/case-tool 1.197.0-preview.64 → 1.197.0-preview.65
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.197.0-preview.
|
|
282710
|
+
version: "1.197.0-preview.65",
|
|
282711
282711
|
description: "Manage Case Management instances, processes, and incidents.",
|
|
282712
282712
|
private: false,
|
|
282713
282713
|
repository: {
|
|
@@ -359136,7 +359136,7 @@ class TextApiResponse {
|
|
|
359136
359136
|
var package_default2 = {
|
|
359137
359137
|
name: "@uipath/integrationservice-sdk",
|
|
359138
359138
|
license: "MIT",
|
|
359139
|
-
version: "1.197.0-preview.
|
|
359139
|
+
version: "1.197.0-preview.65",
|
|
359140
359140
|
repository: {
|
|
359141
359141
|
type: "git",
|
|
359142
359142
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -373213,7 +373213,7 @@ function querystringSingleKey4(key, value, keyPrefix = "") {
|
|
|
373213
373213
|
var package_default4 = {
|
|
373214
373214
|
name: "@uipath/solution-sdk",
|
|
373215
373215
|
license: "MIT",
|
|
373216
|
-
version: "1.197.0-preview.
|
|
373216
|
+
version: "1.197.0-preview.65",
|
|
373217
373217
|
repository: {
|
|
373218
373218
|
type: "git",
|
|
373219
373219
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -387577,4 +387577,4 @@ export {
|
|
|
387577
387577
|
metadata
|
|
387578
387578
|
};
|
|
387579
387579
|
|
|
387580
|
-
//# debugId=
|
|
387580
|
+
//# debugId=E3277B3700D09B6D64756E2164756E21
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/case-tool",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.197.0-preview.
|
|
4
|
+
"version": "1.197.0-preview.65",
|
|
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": "9388ccbe5e739c9578bfd9b5395980fb63e11d9c"
|
|
30
30
|
}
|