zcatalyst-cli 1.22.2 → 1.23.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.
@@ -123,7 +123,7 @@ function login() {
123
123
  type: 'list',
124
124
  choices: Object.keys(dc_type_js_1.default).map((dc) => {
125
125
  const dcObj = dc_type_js_1.default[dc];
126
- return index_js_1.default.choice(`${dc.toUpperCase()} - ${dcObj.loc}`, {
126
+ return index_js_1.default.choice(`${dc.toUpperCase().padEnd(3)} - ${dcObj.loc}`, {
127
127
  id: dc,
128
128
  value: dcObj.value,
129
129
  short: dc.toUpperCase()
@@ -55,5 +55,13 @@ declare const _default: Readonly<{
55
55
  m_auth: string;
56
56
  ext: string;
57
57
  };
58
+ uae: {
59
+ loc: string;
60
+ ref: string;
61
+ value: string;
62
+ w_auth: string;
63
+ m_auth: string;
64
+ ext: string;
65
+ };
58
66
  }>;
59
67
  export default _default;
@@ -56,5 +56,13 @@ exports.default = Object.freeze({
56
56
  w_auth: 'us',
57
57
  m_auth: 'us',
58
58
  ext: '.jp'
59
+ },
60
+ uae: {
61
+ loc: 'UnitedArabEmirates',
62
+ ref: 'ae',
63
+ value: 'ae',
64
+ w_auth: 'us',
65
+ m_auth: 'us',
66
+ ext: '.ae'
59
67
  }
60
68
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zcatalyst-cli",
3
- "version": "1.22.2",
3
+ "version": "1.23.0",
4
4
  "description": "Command Line Tool for CATALYST",
5
5
  "main": "./lib/index.js",
6
6
  "bin": {