@uipath/case-tool 1.197.0-preview.63 → 1.197.0-preview.64

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.
Files changed (2) hide show
  1. package/dist/tool.js +4 -4
  2. 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.63",
282710
+ version: "1.197.0-preview.64",
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.63",
359139
+ version: "1.197.0-preview.64",
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.63",
373216
+ version: "1.197.0-preview.64",
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=3C9752B66A77EF6E64756E2164756E21
387580
+ //# debugId=7BE09C62AEA2129F64756E2164756E21
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.63",
4
+ "version": "1.197.0-preview.64",
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": "f11c510734215113744bf42073c327ecd776c7c2"
29
+ "gitHead": "3977b977945bf519336258da69fd271433eaaef4"
30
30
  }