@treasuredata/tdx 0.3.5 → 0.4.1
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/dist/build-info.json +2 -2
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/client/cdp-api-client.js +1 -1
- package/dist/client/http-client.d.ts +4 -0
- package/dist/client/http-client.d.ts.map +1 -1
- package/dist/client/http-client.js +1 -1
- package/dist/client/http-client.js.map +1 -1
- package/dist/client/llm-api-client.js +1 -1
- package/dist/client/rate-limiter.js +1 -1
- package/dist/client/td-api-client.js +1 -1
- package/dist/client/trino-api-client.js +1 -1
- package/dist/client/workflow-client.js +1 -1
- package/dist/commands/activations.js +1 -1
- package/dist/commands/api-command.js +1 -1
- package/dist/commands/auth-command.d.ts +9 -0
- package/dist/commands/auth-command.d.ts.map +1 -1
- package/dist/commands/auth-command.js +1 -1
- package/dist/commands/auth-command.js.map +1 -1
- package/dist/commands/chat-command.js +1 -1
- package/dist/commands/claude-command.js +1 -1
- package/dist/commands/command.d.ts +5 -0
- package/dist/commands/command.d.ts.map +1 -1
- package/dist/commands/command.js +1 -1
- package/dist/commands/command.js.map +1 -1
- package/dist/commands/context-command.js +1 -1
- package/dist/commands/databases.js +1 -1
- package/dist/commands/describe.js +1 -1
- package/dist/commands/job-command.js +1 -1
- package/dist/commands/llm-command.js +1 -1
- package/dist/commands/llm-proxy.js +1 -1
- package/dist/commands/parent-segment-command.js +1 -1
- package/dist/commands/profiles-command.js +1 -1
- package/dist/commands/query-command.js +1 -1
- package/dist/commands/segment-command.d.ts +9 -6
- package/dist/commands/segment-command.d.ts.map +1 -1
- package/dist/commands/segment-command.js +1 -1
- package/dist/commands/segment-command.js.map +1 -1
- package/dist/commands/segment-create-command.js +1 -1
- package/dist/commands/segment-fields-command.d.ts +3 -1
- package/dist/commands/segment-fields-command.d.ts.map +1 -1
- package/dist/commands/segment-fields-command.js +1 -1
- package/dist/commands/segment-fields-command.js.map +1 -1
- package/dist/commands/segment-pwd-command.js +1 -1
- package/dist/commands/segment-update-command.js +1 -1
- package/dist/commands/segment-use-command.js +1 -1
- package/dist/commands/segments.js +1 -1
- package/dist/commands/show.js +1 -1
- package/dist/commands/tables.js +1 -1
- package/dist/commands/use-command.js +1 -1
- package/dist/commands/workflow-command.js +1 -1
- package/dist/core/auth.js +1 -1
- package/dist/core/config.d.ts +25 -0
- package/dist/core/config.d.ts.map +1 -1
- package/dist/core/config.js +1 -1
- package/dist/core/config.js.map +1 -1
- package/dist/core/credential-cache.d.ts +35 -0
- package/dist/core/credential-cache.d.ts.map +1 -0
- package/dist/core/credential-cache.js +1 -0
- package/dist/core/credential-cache.js.map +1 -0
- package/dist/core/global-context.d.ts +19 -0
- package/dist/core/global-context.d.ts.map +1 -1
- package/dist/core/global-context.js +1 -1
- package/dist/core/global-context.js.map +1 -1
- package/dist/core/keychain.d.ts +38 -0
- package/dist/core/keychain.d.ts.map +1 -0
- package/dist/core/keychain.js +1 -0
- package/dist/core/keychain.js.map +1 -0
- package/dist/core/profile.js +1 -1
- package/dist/core/project-config.js +1 -1
- package/dist/core/session.js +1 -1
- package/dist/index.js +1 -1
- package/dist/proxy/anthropic-adapter.js +1 -1
- package/dist/proxy/server.js +1 -1
- package/dist/proxy/session-cache.js +1 -1
- package/dist/sdk/api.js +1 -1
- package/dist/sdk/errors.js +1 -1
- package/dist/sdk/index.js +1 -1
- package/dist/sdk/job.js +1 -1
- package/dist/sdk/llm.js +1 -1
- package/dist/sdk/query.js +1 -1
- package/dist/sdk/segment.js +1 -1
- package/dist/sdk/workflow.js +1 -1
- package/dist/types/endpoints.js +1 -1
- package/dist/types/index.js +1 -1
- package/dist/utils/agent-ref-parser.js +1 -1
- package/dist/utils/chat-cache.js +1 -1
- package/dist/utils/colors.js +1 -1
- package/dist/utils/command-output.d.ts.map +1 -1
- package/dist/utils/command-output.js +1 -1
- package/dist/utils/command-output.js.map +1 -1
- package/dist/utils/constants.js +1 -1
- package/dist/utils/file-permissions.js +1 -1
- package/dist/utils/format-detector.js +1 -1
- package/dist/utils/formatters.js +1 -1
- package/dist/utils/json-loader.js +1 -1
- package/dist/utils/model-aliases.js +1 -1
- package/dist/utils/option-validation.js +1 -1
- package/dist/utils/port.js +1 -1
- package/dist/utils/process.js +1 -1
- package/dist/utils/prompt.js +1 -1
- package/dist/utils/segment-path-parser.js +1 -1
- package/dist/utils/segment-ref-parser.js +1 -1
- package/dist/utils/spinner.js +1 -1
- package/dist/utils/sql-parser.js +1 -1
- package/dist/utils/sse-parser.js +1 -1
- package/dist/utils/string-utils.js +1 -1
- package/dist/utils/table-ref-parser.js +1 -1
- package/dist/utils/tdx-logger.js +1 -1
- package/dist/utils/tree-formatter.js +1 -1
- package/dist/utils/version-check.js +1 -1
- package/dist/utils/workflow-utils.js +1 -1
- package/package.json +3 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x1a1565,_0x432bda){const _0x182371=a85_0x1764,_0x5c34f6=_0x1a1565();while(!![]){try{const _0x76f490=-parseInt(_0x182371(0x191))/0x1+parseInt(_0x182371(0x19a))/0x2*(parseInt(_0x182371(0x17a))/0x3)+-parseInt(_0x182371(0x195))/0x4+parseInt(_0x182371(0x188))/0x5+-parseInt(_0x182371(0x18a))/0x6*(parseInt(_0x182371(0x197))/0x7)+parseInt(_0x182371(0x18d))/0x8+parseInt(_0x182371(0x182))/0x9;if(_0x76f490===_0x432bda)break;else _0x5c34f6['push'](_0x5c34f6['shift']());}catch(_0x18c17f){_0x5c34f6['push'](_0x5c34f6['shift']());}}}(a85_0x55fd,0x99859));import{formatRows}from'./formatters.js';import a85_0x4d5f86 from'chalk';const DEFAULT_OPTIONS={'showTreeLines':!![],'showIcons':!![],'showMetadata':!![],'indent':'\x20\x20'};export function formatTree(_0x747616,_0xd39985={},_0x4c6894=0x0,_0x3942f9=''){const _0x29596b=a85_0x1764,_0x4121f4={...DEFAULT_OPTIONS,..._0xd39985},_0x5589ed=[],_0x19a052=[..._0x747616]['sort']((_0x2f4f9d,_0x10b761)=>_0x2f4f9d[_0x29596b(0x17e)][_0x29596b(0x183)](_0x10b761[_0x29596b(0x17e)]));for(let _0x52dc97=0x0;_0x52dc97<_0x19a052[_0x29596b(0x17f)];_0x52dc97++){const _0x489fcb=_0x19a052[_0x52dc97],_0x223aac=_0x52dc97===_0x19a052['length']-0x1;let _0x5eca16='';_0x4c6894>0x0&&(_0x5eca16+=_0x3942f9);_0x4121f4[_0x29596b(0x196)]&&_0x4c6894>0x0&&(_0x5eca16+=a85_0x4d5f86[_0x29596b(0x193)](_0x223aac?_0x29596b(0x17b):_0x29596b(0x187)));_0x4121f4[_0x29596b(0x190)]&&(_0x5eca16+=_0x489fcb['type']===_0x29596b(0x192)?'📁\x20':_0x29596b(0x198));_0x5eca16+=_0x489fcb[_0x29596b(0x17e)];if(_0x4121f4[_0x29596b(0x181)]){if(_0x489fcb[_0x29596b(0x18e)]===_0x29596b(0x192)){const _0x520eae=[];_0x489fcb[_0x29596b(0x189)][_0x29596b(0x186)]&&_0x520eae[_0x29596b(0x17d)](_0x489fcb[_0x29596b(0x189)][_0x29596b(0x186)]+_0x29596b(0x199)+(_0x489fcb[_0x29596b(0x189)][_0x29596b(0x186)]!==0x1?'s':'')),_0x489fcb['metadata'][_0x29596b(0x18b)]&&_0x520eae[_0x29596b(0x17d)](_0x489fcb[_0x29596b(0x189)][_0x29596b(0x18b)]+'\x20folder'+(_0x489fcb['metadata'][_0x29596b(0x18b)]!==0x1?'s':'')),_0x520eae[_0x29596b(0x17f)]>0x0&&(_0x5eca16+=a85_0x4d5f86['dim']('\x20('+_0x520eae[_0x29596b(0x18c)](',\x20')+')'));}else _0x489fcb[_0x29596b(0x18e)]===_0x29596b(0x18f)&&_0x489fcb['population']!==undefined&&(_0x5eca16+=a85_0x4d5f86['dim']('\x20('+formatRows(_0x489fcb[_0x29596b(0x17c)])+')'));}_0x5589ed[_0x29596b(0x17d)](_0x5eca16);if(_0x489fcb['children']&&_0x489fcb[_0x29596b(0x184)][_0x29596b(0x17f)]>0x0){let _0x476a2b;if(_0x4c6894===0x0)_0x476a2b='';else _0x4121f4['showTreeLines']?_0x476a2b=_0x3942f9+(_0x223aac?_0x29596b(0x185):a85_0x4d5f86[_0x29596b(0x193)]('│')+'\x20\x20\x20'):_0x476a2b=_0x3942f9+_0x4121f4[_0x29596b(0x180)];const _0x459424=formatTree(_0x489fcb[_0x29596b(0x184)],_0x4121f4,_0x4c6894+0x1,_0x476a2b);_0x5589ed[_0x29596b(0x17d)](_0x459424);}}return _0x5589ed[_0x29596b(0x18c)]('\x0a');}function a85_0x1764(_0xc2a6f4,_0x5adbd5){const _0x55fdb3=a85_0x55fd();return a85_0x1764=function(_0x1764e2,_0x5dda46){_0x1764e2=_0x1764e2-0x17a;let _0x1b633d=_0x55fdb3[_0x1764e2];return _0x1b633d;},a85_0x1764(_0xc2a6f4,_0x5adbd5);}export function formatFlatList(_0x2e24a1,_0x63dd31,_0x12074e={}){const _0x54454b=a85_0x1764,_0x4c5b4d={...DEFAULT_OPTIONS,..._0x12074e},_0x239f1c=[];for(const _0x20d12e of _0x2e24a1){_0x239f1c[_0x54454b(0x17d)]({'name':_0x20d12e[_0x54454b(0x17e)],'icon':_0x4c5b4d[_0x54454b(0x190)]?'📁':'','metadata':undefined});}for(const _0x3dd127 of _0x63dd31){const _0x476e4a=_0x4c5b4d[_0x54454b(0x181)]&&_0x3dd127['population']!==undefined?a85_0x4d5f86['dim']('\x20('+formatRows(_0x3dd127[_0x54454b(0x17c)])+')'):'';_0x239f1c[_0x54454b(0x17d)]({'name':_0x3dd127['name'],'icon':_0x4c5b4d['showIcons']?'🎯':'','metadata':_0x476e4a});}_0x239f1c['sort']((_0x13387f,_0x301250)=>_0x13387f[_0x54454b(0x17e)][_0x54454b(0x183)](_0x301250[_0x54454b(0x17e)]));if(_0x239f1c[_0x54454b(0x17f)]===0x0)return _0x54454b(0x194);const _0x6bb1c1=_0x239f1c['map'](_0x3b01b9=>{const _0x262b1f=_0x54454b,_0x55fed4=_0x3b01b9[_0x262b1f(0x19b)]?_0x3b01b9['icon']+'\x20':'',_0x4c222f=_0x3b01b9['metadata']||'';return''+_0x55fed4+_0x3b01b9[_0x262b1f(0x17e)]+_0x4c222f;});return _0x6bb1c1[_0x54454b(0x18c)]('\x0a');}function a85_0x55fd(){const _0x28e66d=['🎯\x20','\x20segment','30oTQINz','icon','136644BiimXi','└──\x20','population','push','name','length','indent','showMetadata','6085845AmrSQi','localeCompare','children','\x20\x20\x20\x20','segmentCount','├──\x20','444675UhxNfL','metadata','12GmiVoE','folderCount','join','9373584CbPBkg','type','segment','showIcons','630110LgPMDB','folder','dim','(empty)','4905620nospTT','showTreeLines','471513gNLUFY'];a85_0x55fd=function(){return _0x28e66d;};return a85_0x55fd();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x2bb175,_0x5bf314){const _0x133386=a86_0x54a3,_0x5000ed=_0x2bb175();while(!![]){try{const _0x24384e=-parseInt(_0x133386(0xf3))/0x1+parseInt(_0x133386(0x108))/0x2+-parseInt(_0x133386(0x106))/0x3+parseInt(_0x133386(0x100))/0x4+-parseInt(_0x133386(0x104))/0x5+parseInt(_0x133386(0xec))/0x6*(-parseInt(_0x133386(0xf8))/0x7)+parseInt(_0x133386(0xfc))/0x8*(parseInt(_0x133386(0xf2))/0x9);if(_0x24384e===_0x5bf314)break;else _0x5000ed['push'](_0x5000ed['shift']());}catch(_0x1a3874){_0x5000ed['push'](_0x5000ed['shift']());}}}(a86_0x12bb,0x57aab));import{get}from'https';function a86_0x54a3(_0x28efa0,_0x23e1f1){const _0x12bb5=a86_0x12bb();return a86_0x54a3=function(_0x54a3ed,_0x2c43e7){_0x54a3ed=_0x54a3ed-0xe6;let _0x4236d6=_0x12bb5[_0x54a3ed];return _0x4236d6;},a86_0x54a3(_0x28efa0,_0x23e1f1);}import{readFileSync,writeFileSync,mkdirSync}from'fs';import{join}from'path';import{gt,valid}from'semver';import a86_0x194a1d from'chalk';import{getCacheDir}from'../core/config.js';const CACHE_DURATION_MS=0x18*0x3c*0x3c*0x3e8,NPM_REGISTRY_URL='https://registry.npmjs.org/@treasuredata/tdx/latest',TIMEOUT_MS=0x7d0;function getCacheFilePath(){const _0x535974=a86_0x54a3,_0x5d7ca7=getCacheDir();return join(_0x5d7ca7,_0x535974(0x107));}function readCache(){const _0x35f155=a86_0x54a3;try{const _0x5b3fd8=getCacheFilePath(),_0x43df9b=readFileSync(_0x5b3fd8,_0x35f155(0xeb));return JSON[_0x35f155(0xf6)](_0x43df9b);}catch{return null;}}function writeCache(_0x18dc60){const _0x22d807=a86_0x54a3;try{const _0x3ff9a4=getCacheDir();mkdirSync(_0x3ff9a4,{'recursive':!![]});const _0x27c88e={'lastCheck':new Date()[_0x22d807(0xe8)](),'latestVersion':_0x18dc60},_0x7d277=getCacheFilePath();writeFileSync(_0x7d277,JSON[_0x22d807(0xe9)](_0x27c88e,null,0x2),_0x22d807(0xeb));}catch{}}function isCacheValid(_0x4a645a){const _0x6741f8=a86_0x54a3;if(!_0x4a645a)return![];const _0x330315=new Date(_0x4a645a[_0x6741f8(0xf7)])['getTime'](),_0x5855d7=Date[_0x6741f8(0xf0)]();return _0x5855d7-_0x330315<CACHE_DURATION_MS;}function fetchLatestVersion(){return new Promise((_0x91f72c,_0x4b047f)=>{const _0x4874d2=a86_0x54a3,_0x56ec16=get(NPM_REGISTRY_URL,_0x21ad02=>{const _0x5df245=a86_0x54a3;if(_0x21ad02['statusCode']!==0xc8){clearTimeout(_0x1135a6),_0x4b047f(new Error('HTTP\x20'+_0x21ad02[_0x5df245(0x101)]));return;}let _0x83b812='';_0x21ad02['on']('data',_0x2886b1=>{_0x83b812+=_0x2886b1;}),_0x21ad02['on'](_0x5df245(0xfb),()=>{const _0x17e45c=_0x5df245;clearTimeout(_0x1135a6);try{const _0x394293=JSON[_0x17e45c(0xf6)](_0x83b812);if(!valid(_0x394293['version'])){_0x4b047f(new Error(_0x17e45c(0xfa)));return;}_0x91f72c(_0x394293['version']);}catch(_0x27975e){_0x4b047f(_0x27975e);}});})['on'](_0x4874d2(0xf4),_0x40c920=>{clearTimeout(_0x1135a6),_0x4b047f(_0x40c920);}),_0x1135a6=setTimeout(()=>{const _0x28192c=_0x4874d2;_0x56ec16[_0x28192c(0xfd)](),_0x4b047f(new Error(_0x28192c(0xf9)));},TIMEOUT_MS);});}export async function checkForUpdate(_0xfd1b80){const _0x1a478e=a86_0x54a3;try{const _0xc7e262=readCache();if(isCacheValid(_0xc7e262)){const _0x551ad7=gt(_0xc7e262[_0x1a478e(0x102)],_0xfd1b80);return{'updateAvailable':_0x551ad7,'currentVersion':_0xfd1b80,'latestVersion':_0xc7e262[_0x1a478e(0x102)]};}const _0x3dfd12=await fetchLatestVersion();writeCache(_0x3dfd12);const _0x26f187=gt(_0x3dfd12,_0xfd1b80);return{'updateAvailable':_0x26f187,'currentVersion':_0xfd1b80,'latestVersion':_0x3dfd12};}catch{return null;}}function a86_0x12bb(){const _0xe50597=['Request\x20timeout','Invalid\x20version\x20format','end','4152vtBScR','destroy','isTTY','Run:','575640oNwwav','statusCode','latestVersion','currentVersion','2976285pluNXu','Update\x20available:','1480983WGYORC','last_version_check','440954Ylpdfk','stderr','yellow','\x0aRun:\x20','toISOString','stringify','npm\x20install\x20-g\x20@treasuredata/tdx@latest','utf-8','12mxpnQM','\x0aUpdate\x20available:\x20','dim','env','now','updateAvailable','34011WMYGcn','291073jexjbc','error','cyan','parse','lastCheck','2053149kPsPDq'];a86_0x12bb=function(){return _0xe50597;};return a86_0x12bb();}export function displayUpdateNotification(_0x3e641e){const _0x289f8a=a86_0x54a3;if(!_0x3e641e[_0x289f8a(0xf1)])return;const _0x2a832f=process['stderr'][_0x289f8a(0xfe)]&&!process[_0x289f8a(0xef)]['NO_COLOR'],_0x1a4554=_0x2a832f?a86_0x194a1d['gray']('→'):'→',_0xb6cdb0=_0x2a832f?a86_0x194a1d[_0x289f8a(0xee)](_0x3e641e[_0x289f8a(0x103)]):_0x3e641e[_0x289f8a(0x103)],_0x41e30a=_0x2a832f?a86_0x194a1d['green'](_0x3e641e[_0x289f8a(0x102)]):_0x3e641e['latestVersion'],_0x2a3cfa=_0x2a832f?a86_0x194a1d[_0x289f8a(0xf5)]('npm\x20install\x20-g\x20@treasuredata/tdx@latest'):_0x289f8a(0xea),_0x369d84=_0x2a832f?'\x0a'+a86_0x194a1d[_0x289f8a(0xe6)](_0x289f8a(0x105))+'\x20'+_0xb6cdb0+'\x20'+_0x1a4554+'\x20'+_0x41e30a+'\x0a'+a86_0x194a1d[_0x289f8a(0xee)](_0x289f8a(0xff))+'\x20'+_0x2a3cfa+'\x0a':_0x289f8a(0xed)+_0xb6cdb0+'\x20'+_0x1a4554+'\x20'+_0x41e30a+_0x289f8a(0xe7)+_0x2a3cfa+'\x0a';process[_0x289f8a(0x109)]['write'](_0x369d84);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a87_0x571943=a87_0x35b3;(function(_0x18a09c,_0x1537e8){const _0x5ead0d=a87_0x35b3,_0x5b017a=_0x18a09c();while(!![]){try{const _0x6c2fe2=-parseInt(_0x5ead0d(0xca))/0x1*(-parseInt(_0x5ead0d(0xd1))/0x2)+parseInt(_0x5ead0d(0xd5))/0x3*(parseInt(_0x5ead0d(0xcf))/0x4)+-parseInt(_0x5ead0d(0xd2))/0x5*(-parseInt(_0x5ead0d(0xd3))/0x6)+-parseInt(_0x5ead0d(0xcb))/0x7+parseInt(_0x5ead0d(0xd4))/0x8+parseInt(_0x5ead0d(0xcc))/0x9+parseInt(_0x5ead0d(0xd0))/0xa*(-parseInt(_0x5ead0d(0xce))/0xb);if(_0x6c2fe2===_0x1537e8)break;else _0x5b017a['push'](_0x5b017a['shift']());}catch(_0x4905b3){_0x5b017a['push'](_0x5b017a['shift']());}}}(a87_0x3ad9,0x6a3fa));export const WORKFLOW_FILE_EXTENSION=a87_0x571943(0xcd);function a87_0x3ad9(){const _0x218f61=['2644468DFTEpe','100570pZDlaC','2QJcWhK','655qLtcjU','10986BBpBwa','1391520EEwrph','3WDJZrm','.digdag','409177qemtIT','3298806KMVzwx','7744572fNVwub','.dig','1573MlSsQv'];a87_0x3ad9=function(){return _0x218f61;};return a87_0x3ad9();}function a87_0x35b3(_0x9cb664,_0x54ae73){const _0x3ad973=a87_0x3ad9();return a87_0x35b3=function(_0x35b3de,_0x12266d){_0x35b3de=_0x35b3de-0xc9;let _0x313398=_0x3ad973[_0x35b3de];return _0x313398;},a87_0x35b3(_0x9cb664,_0x54ae73);}export function shouldIncludeInArchive(_0x3e9973){const _0x405d5c=a87_0x571943;if(_0x3e9973===_0x405d5c(0xc9))return!![];if(_0x3e9973['startsWith']('.'))return![];return!![];}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@treasuredata/tdx",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "AI-native CLI for Treasure Data - optimized for both human engineers and AI coding assistants",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
"scripts": {
|
|
30
30
|
"build:info": "bash scripts/generate-build-info.sh",
|
|
31
31
|
"build:ts": "tsc && chmod +x dist/cli.js && cp src/build-info.json dist/build-info.json",
|
|
32
|
+
"build:install": "npm run build:ts && npm install -g",
|
|
32
33
|
"build:obfuscate": "javascript-obfuscator ./dist --output ./dist",
|
|
33
34
|
"build": "npm run build:info && npm run build:ts && npm run build:obfuscate",
|
|
34
35
|
"prepublishOnly": "npm run build",
|
|
@@ -67,6 +68,7 @@
|
|
|
67
68
|
"dependencies": {
|
|
68
69
|
"@fastify/cors": "^11.1.0",
|
|
69
70
|
"@types/json-bigint": "^1.0.4",
|
|
71
|
+
"@zowe/secrets-for-zowe-sdk": "^8.29.4",
|
|
70
72
|
"chalk": "^5.3.0",
|
|
71
73
|
"cli-table3": "^0.6.5",
|
|
72
74
|
"commander": "^14.0.2",
|