@uipath/case-tool 1.197.0-preview.76 → 1.197.0
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
|
|
282710
|
+
version: "1.197.0",
|
|
282711
282711
|
description: "Manage Case Management instances, processes, and incidents.",
|
|
282712
282712
|
private: false,
|
|
282713
282713
|
repository: {
|
|
@@ -359705,7 +359705,7 @@ class TextApiResponse {
|
|
|
359705
359705
|
var package_default2 = {
|
|
359706
359706
|
name: "@uipath/integrationservice-sdk",
|
|
359707
359707
|
license: "MIT",
|
|
359708
|
-
version: "1.197.0
|
|
359708
|
+
version: "1.197.0",
|
|
359709
359709
|
repository: {
|
|
359710
359710
|
type: "git",
|
|
359711
359711
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -373782,7 +373782,7 @@ function querystringSingleKey4(key, value, keyPrefix = "") {
|
|
|
373782
373782
|
var package_default4 = {
|
|
373783
373783
|
name: "@uipath/solution-sdk",
|
|
373784
373784
|
license: "MIT",
|
|
373785
|
-
version: "1.197.0
|
|
373785
|
+
version: "1.197.0",
|
|
373786
373786
|
repository: {
|
|
373787
373787
|
type: "git",
|
|
373788
373788
|
url: "https://github.com/UiPath/cli.git",
|
|
@@ -388146,4 +388146,4 @@ export {
|
|
|
388146
388146
|
metadata
|
|
388147
388147
|
};
|
|
388148
388148
|
|
|
388149
|
-
//# debugId=
|
|
388149
|
+
//# debugId=0A8BB78431F5C8F064756E2164756E21
|
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
|
|
4
|
+
"version": "1.197.0",
|
|
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": "56f68b263cec4ea1f2a39d738bd99ecf52f88fea"
|
|
30
30
|
}
|