@extrahorizon/exh-cli 1.5.1-dev-32-6ca20e6 → 1.5.1-dev-34-b5123be

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.
@@ -0,0 +1,5 @@
1
+ /// <reference types="yargs" />
2
+ export declare const command = "localizations <command>";
3
+ export declare const desc = "Manage localizations";
4
+ export declare const builder: (yargs: any) => import("yargs").Argv<{}>;
5
+ export declare const handler: () => void;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.handler = exports.builder = exports.desc = exports.command = void 0;
4
+ const util_1 = require("../helpers/util");
5
+ exports.command = 'localizations <command>';
6
+ exports.desc = 'Manage localizations';
7
+ const builder = (yargs) => (0, util_1.epilogue)(yargs).commandDir('localizations');
8
+ exports.builder = builder;
9
+ const handler = () => { };
10
+ exports.handler = handler;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extrahorizon/exh-cli",
3
- "version": "1.5.1-dev-32-6ca20e6",
3
+ "version": "1.5.1-dev-34-b5123be",
4
4
  "main": "build/index.js",
5
5
  "exports": "./build/index.js",
6
6
  "license": "MIT",
@@ -46,7 +46,7 @@
46
46
  "chalk": "^4.0.0",
47
47
  "joi": "^17.6.0",
48
48
  "lodash": "^4.17.21",
49
- "update-notifier": "^7.0.0",
49
+ "update-notifier": "5.1.0",
50
50
  "uuid": "^8.3.2",
51
51
  "yargs": "^17.5.1"
52
52
  }