automation-tool-manager 1.8.8 → 1.8.9

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.
@@ -42,7 +42,7 @@ function findJar() {
42
42
  }
43
43
 
44
44
  var found = findJar();
45
- var jarName = found ? found.name : "tool-manager-1.3.4.jar";
45
+ var jarName = found ? found.name : "tool-manager-1.3.5.jar";
46
46
  var jarPath = found ? found.fullPath : path.join(__dirname, jarName);
47
47
 
48
48
  // ── Cross-platform path helpers ─────────────────────────────────────────────
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-tool-manager",
3
- "version": "1.8.8",
3
+ "version": "1.8.9",
4
4
  "description": "Automation Agent",
5
5
  "author": "",
6
6
  "license": "ISC",
@@ -15,14 +15,14 @@
15
15
  "jdk": true,
16
16
  "generateLegacyBundles": false,
17
17
  "javaVersion": "17",
18
- "jar": "target/tool-manager-1.3.4.jar",
18
+ "jar": "target/tool-manager-1.3.5.jar",
19
19
  "javafx": false,
20
20
  "title": "Automation Agent"
21
21
  },
22
22
  "files": [
23
23
  "jdeploy-bundle",
24
24
  "scripts/setup.sh",
25
- "target/tool-manager-1.3.3.jar"
25
+ "target/tool-manager-1.3.5.jar"
26
26
  ],
27
27
  "dependencies": {
28
28
  "command-exists-promise": "^2.0.2",
index 66cbf09..72f4c32 100644
Binary file