@extrahorizon/exh-cli 1.11.0-dev-120-3de8553 → 1.11.0-dev-122-2191dcb

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/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ### v1.11.0
4
4
  * Added `defaultPriority` as an option to the task config
5
+ * Updated the supported Task Service runtime options to include:
6
+ * `nodejs24.x`
7
+ * `python3.14`
8
+ * `java25`
5
9
 
6
10
  ### v1.10.1
7
11
  * Updated the ExH SDK to `8.8.1` to fix a security warning from `axios`
@@ -26,16 +26,19 @@
26
26
  "description": "The runtime (or environment) the Function will be running in.",
27
27
  "type": "string",
28
28
  "enum": [
29
+ "nodejs24.x",
29
30
  "nodejs22.x",
30
31
  "nodejs20.x",
31
32
  "nodejs18.x",
32
33
  "nodejs16.x",
34
+ "python3.14",
33
35
  "python3.13",
34
36
  "python3.12",
35
37
  "python3.11",
36
38
  "python3.10",
37
39
  "python3.9",
38
40
  "python3.8",
41
+ "java25",
39
42
  "java21",
40
43
  "java17",
41
44
  "java11",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extrahorizon/exh-cli",
3
- "version": "1.11.0-dev-120-3de8553",
3
+ "version": "1.11.0-dev-122-2191dcb",
4
4
  "main": "build/index.js",
5
5
  "exports": "./build/index.js",
6
6
  "license": "MIT",