@extrahorizon/exh-cli 1.6.0-dev-39-14d33ad → 1.6.0
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 +2 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
# Extra Horizon CLI changelog
|
|
2
2
|
|
|
3
3
|
### v1.6.0
|
|
4
|
+
* Fixed some security vulnerabilities in the dependencies (Thanks @tran-simon)
|
|
4
5
|
* Removed the update notifier. The version of the package we used had security vulnerabilities and we're unable to migrate to the latest version right now. We'll look into this again in the future.
|
|
5
6
|
* Added the `exh whoami` command, showing the currently logged in user
|
|
6
|
-
* Added the `exh localizations sync` command, allowing you to sync localizations from a folder containing your translations
|
|
7
|
+
* Added the `exh localizations sync` command, allowing you to sync localizations from a folder containing your translations (Thanks @Lroemon for the initial implementation)
|
|
7
8
|
* Added localization syncing support to the `exh sync` command
|
|
8
9
|
* The `exh sync` command now also supports absolute paths for the `--path` argument
|
|
9
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@extrahorizon/exh-cli",
|
|
3
|
-
"version": "1.6.0
|
|
3
|
+
"version": "1.6.0",
|
|
4
4
|
"main": "build/index.js",
|
|
5
5
|
"exports": "./build/index.js",
|
|
6
6
|
"license": "MIT",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"typescript": "4.5.5"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@extrahorizon/javascript-sdk": "^8.
|
|
43
|
+
"@extrahorizon/javascript-sdk": "^8.4.0",
|
|
44
44
|
"ajv": "^8.11.0",
|
|
45
45
|
"archiver": "^5.3.1",
|
|
46
46
|
"chalk": "^4.0.0",
|