@extrahorizon/exh-cli 1.11.0 → 1.11.1-dev-125-f50b58a
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
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Extra Horizon CLI changelog
|
|
2
2
|
|
|
3
|
+
## v1.11.1
|
|
4
|
+
* Updated the ExH SDK to `8.8.2` to fix a security warning from `qs`
|
|
5
|
+
* Updated the supported Task Service runtime options to include `dotnet10`
|
|
6
|
+
|
|
3
7
|
### v1.11.0
|
|
4
8
|
* Added `defaultPriority` as an option to the task config
|
|
5
9
|
* Updated the supported Task Service runtime options to include:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@extrahorizon/exh-cli",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.1-dev-125-f50b58a",
|
|
4
4
|
"main": "build/index.js",
|
|
5
5
|
"exports": "./build/index.js",
|
|
6
6
|
"license": "MIT",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"typescript": "4.5.5"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@extrahorizon/javascript-sdk": "^8.8.
|
|
44
|
+
"@extrahorizon/javascript-sdk": "^8.8.2",
|
|
45
45
|
"ajv": "^8.11.0",
|
|
46
46
|
"archiver": "^7.0.1",
|
|
47
47
|
"chalk": "^4.0.0",
|