@uipath/case-tool 1.0.2 → 1.0.4

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 +1 -1
  2. package/package.json +6 -6
package/dist/tool.js CHANGED
@@ -240449,7 +240449,7 @@ import"./packager-tool.js";
240449
240449
  // package.json
240450
240450
  var package_default = {
240451
240451
  name: "@uipath/case-tool",
240452
- version: "1.0.2",
240452
+ version: "1.0.4",
240453
240453
  description: "Manage Case Management instances, processes, and incidents.",
240454
240454
  private: false,
240455
240455
  repository: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uipath/case-tool",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Manage Case Management instances, processes, and incidents.",
5
5
  "private": false,
6
6
  "repository": {
@@ -35,12 +35,12 @@
35
35
  "test:coverage": "vitest run --coverage && vitest run --coverage -c vitest.isolated.config.ts && cat coverage-isolated/lcov.info >> coverage/lcov.info && rm -rf coverage-isolated"
36
36
  },
37
37
  "devDependencies": {
38
- "@uipath/auth": "1.0.2",
38
+ "@uipath/auth": "1.0.4",
39
39
  "@uipath/case-schema": "^0.806.0",
40
- "@uipath/common": "1.0.2",
41
- "@uipath/filesystem": "1.0.2",
40
+ "@uipath/common": "1.0.4",
41
+ "@uipath/filesystem": "1.0.4",
42
42
  "@uipath/integrationservice-sdk": "1.0.1",
43
- "@uipath/maestro-sdk": "1.0.2",
43
+ "@uipath/maestro-sdk": "1.0.4",
44
44
  "@uipath/orchestrator-sdk": "1.0.0",
45
45
  "@uipath/solution-sdk": "1.0.0",
46
46
  "@uipath/solutionpackager-tool-core": "0.0.33",
@@ -49,5 +49,5 @@
49
49
  "commander": "^14.0.3",
50
50
  "typescript": "^6.0.2"
51
51
  },
52
- "gitHead": "e373bfc1657e0bd85a7dc482691f4bda590392e5"
52
+ "gitHead": "e496ee5b65951c8047259ab50d7d6a284eea58a9"
53
53
  }