@lovrabet/rabetbase-cli 2.0.2-beta.6 → 2.0.2-beta.7
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/lib/ai-setup/config.js +1 -1
- package/lib/api/api-doc.js +1 -1
- package/lib/api/fetch-model-list.js +1 -1
- package/lib/api/generate-api-file.js +1 -1
- package/lib/auth/auth-server-ui.js +1 -1
- package/lib/auth/auth-server.js +1 -1
- package/lib/auth/constant.js +1 -1
- package/lib/auth/get-cookie.js +1 -1
- package/lib/auth/get-session-user.js +1 -0
- package/lib/auth/is-session-valid.js +1 -1
- package/lib/auth/logout.js +1 -1
- package/lib/cli-flags.js +1 -1
- package/lib/cli.js +1 -1
- package/lib/commands/api/doc.js +1 -1
- package/lib/commands/api/index.js +1 -1
- package/lib/commands/api/list.js +1 -1
- package/lib/commands/api/pull.js +1 -1
- package/lib/commands/app.js +1 -1
- package/lib/commands/auth.js +1 -1
- package/lib/commands/bff/delete.js +1 -1
- package/lib/commands/bff/detail.js +1 -1
- package/lib/commands/bff/index.js +1 -1
- package/lib/commands/bff/list.js +1 -1
- package/lib/commands/bff/new.js +1 -1
- package/lib/commands/bff/pull.js +1 -1
- package/lib/commands/bff/push.js +1 -1
- package/lib/commands/bff/status.js +1 -1
- package/lib/commands/build.js +1 -1
- package/lib/commands/cli-update.js +1 -1
- package/lib/commands/codegen/index.js +1 -1
- package/lib/commands/codegen/sdk.js +1 -1
- package/lib/commands/codegen/sql.js +1 -1
- package/lib/commands/common/flags.js +1 -1
- package/lib/commands/config.js +1 -1
- package/lib/commands/create.js +1 -1
- package/lib/commands/dataset/detail.js +1 -1
- package/lib/commands/dataset/index.js +1 -1
- package/lib/commands/dataset/links.js +1 -1
- package/lib/commands/dataset/list.js +1 -1
- package/lib/commands/dataset/operations.js +1 -1
- package/lib/commands/doctor.js +1 -1
- package/lib/commands/init.js +1 -1
- package/lib/commands/logout.js +1 -1
- package/lib/commands/logs.js +1 -1
- package/lib/commands/mcp.js +1 -1
- package/lib/commands/menu/index.js +1 -1
- package/lib/commands/menu/shared/compare-table.js +1 -1
- package/lib/commands/menu/shared/index.js +1 -1
- package/lib/commands/menu/shared/inquirer.js +1 -1
- package/lib/commands/menu/shared/local-pages.js +1 -1
- package/lib/commands/menu/shared/logic.js +1 -1
- package/lib/commands/menu/shared/service.js +1 -1
- package/lib/commands/menu/shared/sync-core.js +1 -1
- package/lib/commands/menu/shared/update-core.js +1 -1
- package/lib/commands/menu/shared/valid-url.js +1 -1
- package/lib/commands/menu/sync.js +1 -1
- package/lib/commands/menu/update.js +1 -1
- package/lib/commands/preview.js +1 -1
- package/lib/commands/project-upgrade.js +1 -1
- package/lib/commands/registry.js +1 -1
- package/lib/commands/run.js +1 -1
- package/lib/commands/skill.js +1 -1
- package/lib/commands/sql/detail.js +1 -1
- package/lib/commands/sql/exec.js +1 -1
- package/lib/commands/sql/index.js +1 -1
- package/lib/commands/sql/list.js +1 -1
- package/lib/commands/sql/save.js +1 -1
- package/lib/commands/sql/validate.js +1 -1
- package/lib/commands/start.js +1 -1
- package/lib/config/config-help.js +1 -1
- package/lib/config/main.js +1 -1
- package/lib/constant/cli.js +1 -1
- package/lib/constant/domain.js +1 -1
- package/lib/constant/env.js +1 -1
- package/lib/context.js +1 -1
- package/lib/core/alias-resolver.js +1 -1
- package/lib/core/api-client.js +1 -1
- package/lib/core/bff/config.js +1 -1
- package/lib/core/bff/file-system.js +1 -1
- package/lib/core/bff/hash.js +1 -1
- package/lib/core/bff/lock.js +1 -1
- package/lib/core/bff/utils.js +1 -1
- package/lib/core/db-resolver.js +1 -1
- package/lib/core/sql-validator.js +1 -1
- package/lib/create-app/enhanced-guided-create.js +1 -1
- package/lib/create-app/format-elapsed.js +1 -1
- package/lib/create-app/main.js +1 -1
- package/lib/create-app/non-interactive.js +1 -1
- package/lib/create-app/task-finished.js +1 -1
- package/lib/create-app/task-loading.js +1 -1
- package/lib/create-app/task-running.js +1 -1
- package/lib/create-app/task-time.js +1 -1
- package/lib/create-app/use-copy-project-template.js +1 -1
- package/lib/create-app/use-format-code.js +1 -1
- package/lib/create-app/use-install-dependencies.js +1 -1
- package/lib/errors.js +1 -1
- package/lib/framework/flags.js +1 -1
- package/lib/framework/help.js +1 -1
- package/lib/framework/index.js +1 -1
- package/lib/framework/output.js +1 -1
- package/lib/framework/response.js +1 -1
- package/lib/framework/runner.js +1 -1
- package/lib/generated/build-info.js +1 -1
- package/lib/help.js +1 -1
- package/lib/init/main.js +1 -1
- package/lib/mcp/McpInstallUI.js +1 -1
- package/lib/mcp/claude.js +1 -1
- package/lib/mcp/cursor.js +1 -1
- package/lib/mcp/main.js +1 -1
- package/lib/mcp/mcp-install-non-interactive.js +1 -1
- package/lib/mcp/mcp-installer.js +1 -1
- package/lib/skills/main.js +1 -1
- package/lib/skills/npx-skills-add.js +1 -1
- package/lib/telemetry/cli-help-trace.js +1 -0
- package/lib/telemetry/otel-logger-version.js +1 -0
- package/lib/telemetry/register-otel-exit-shutdown.js +1 -0
- package/lib/ui/IDESelector.js +1 -1
- package/lib/ui/useIDESelection.js +1 -1
- package/lib/utils/ai_config.js +1 -1
- package/lib/utils/cdn-config.js +1 -1
- package/lib/utils/check-sdk-version.js +1 -1
- package/lib/utils/cli-version-check.js +1 -1
- package/lib/utils/config.js +1 -1
- package/lib/utils/copy-directory.js +1 -1
- package/lib/utils/file-utils.js +1 -1
- package/lib/utils/guides-cdn.js +1 -1
- package/lib/utils/http-client.js +1 -1
- package/lib/utils/logger.js +1 -1
- package/lib/utils/rules-cdn.js +1 -1
- package/lib/utils/sleep.js +1 -1
- package/lib/utils/template-replacer.js +1 -1
- package/package.json +2 -1
package/lib/utils/rules-cdn.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a132_0x50214a=a132_0x410b;(function(_0x50642b,_0x156d73){const _0x268894=a132_0x410b,_0x1e207e=_0x50642b();while(!![]){try{const _0x40ee2a=parseInt(_0x268894(0x141))/0x1*(parseInt(_0x268894(0x139))/0x2)+-parseInt(_0x268894(0x13b))/0x3*(-parseInt(_0x268894(0x13f))/0x4)+-parseInt(_0x268894(0x13e))/0x5+-parseInt(_0x268894(0x143))/0x6+-parseInt(_0x268894(0x132))/0x7+-parseInt(_0x268894(0x144))/0x8+-parseInt(_0x268894(0x13a))/0x9*(-parseInt(_0x268894(0x14b))/0xa);if(_0x40ee2a===_0x156d73)break;else _0x1e207e['push'](_0x1e207e['shift']());}catch(_0x40c2e2){_0x1e207e['push'](_0x1e207e['shift']());}}}(a132_0x61ae,0xe82d0));import{existsSync,mkdirSync,readFileSync,writeFileSync}from'node:fs';import{dirname,join,resolve}from'node:path';import{fileURLToPath}from'node:url';import{getTemplateBaseUrl}from'./config.js';import{appendUpdateTime}from'./guides-cdn.js';const __filename=fileURLToPath(import.meta.url),__dirname=dirname(__filename);function a132_0x61ae(){const _0x57e87c=['string','catch','status','utf-8','content','CDN\x20请求失败:\x20','2iFcHyl','954hyHAYh','79923pLHhdR','../../templates/rules/lovrabet_rules.mdc.tpl','lastUpdated','26370poZAys','248WDKMBl','statusText','699806rEwIpY','agents.md','10612590Ubdhvg','12573176pJGsrU','application/json','CDN\x20返回数据格式错误','json','/rules/rules.json','本地模板文件不存在:\x20','lovrabet_rules.mdc','348020mUSMXs','12207174ifrxFS'];a132_0x61ae=function(){return _0x57e87c;};return a132_0x61ae();}function getRulesCdnUrl(){const _0x203970=a132_0x410b,_0x414229=getTemplateBaseUrl();return _0x414229+_0x203970(0x148);}const LOCAL_TEMPLATE_PATH=resolve(__dirname,a132_0x50214a(0x13c));export async function fetchRulesFromCDN(){const _0x577fa2=a132_0x50214a,_0x58d0dd=getRulesCdnUrl(),_0x3e548a=await fetch(_0x58d0dd,{'headers':{'Accept':_0x577fa2(0x145)}});if(!_0x3e548a['ok'])throw new Error(_0x577fa2(0x138)+_0x3e548a[_0x577fa2(0x135)]+'\x20'+_0x3e548a[_0x577fa2(0x140)]);const _0x487adf=await _0x3e548a[_0x577fa2(0x147)]();if(!_0x487adf[_0x577fa2(0x137)]||typeof _0x487adf[_0x577fa2(0x137)]!==_0x577fa2(0x133))throw new Error(_0x577fa2(0x146));return _0x487adf;}export async function getRulesContent(){try{const _0x1c14a4=await fetchRulesFromCDN();return _0x1c14a4['content'];}catch{return readLocalTemplate();}}export function readLocalTemplate(){const _0x55bdf6=a132_0x50214a;if(existsSync(LOCAL_TEMPLATE_PATH))return readFileSync(LOCAL_TEMPLATE_PATH,'utf-8');throw new Error(_0x55bdf6(0x149)+LOCAL_TEMPLATE_PATH);}function a132_0x410b(_0xfe6787,_0x29b021){_0xfe6787=_0xfe6787-0x132;const _0x61ae10=a132_0x61ae();let _0x410b5f=_0x61ae10[_0xfe6787];return _0x410b5f;}export async function writeRulesFile(_0x403b06){const _0x49d2ca=a132_0x50214a,_0x141a9c=await fetchRulesFromCDN()[_0x49d2ca(0x134)](()=>null);let _0x189490;_0x141a9c?(_0x189490=_0x141a9c['content'],_0x141a9c[_0x49d2ca(0x13d)]&&(_0x189490=appendUpdateTime(_0x189490,_0x141a9c[_0x49d2ca(0x13d)]))):_0x189490=readLocalTemplate();const _0x3230d6=dirname(_0x403b06);!existsSync(_0x3230d6)&&mkdirSync(_0x3230d6,{'recursive':!![]}),writeFileSync(_0x403b06,_0x189490,_0x49d2ca(0x136));}export async function copyRulesToCursor(_0x3fab83){const _0x25fb54=a132_0x50214a,_0x194a59=join(_0x3fab83,'.cursor/rules'),_0x13c82b=join(_0x194a59,_0x25fb54(0x14a));if(existsSync(_0x13c82b))return![];return await writeRulesFile(_0x13c82b),!![];}export async function copyRulesToAgentsMd(_0x309350){const _0x1815db=a132_0x50214a,_0x524ed9=join(_0x309350,_0x1815db(0x142));if(existsSync(_0x524ed9))return![];return await writeRulesFile(_0x524ed9),!![];}
|
package/lib/utils/sleep.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export function sleep(
|
|
1
|
+
export function sleep(_0x228efd){return new Promise(_0x10e607=>setTimeout(_0x10e607,_0x228efd));}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a134_0x5159b9=a134_0x1605;(function(_0xc181f6,_0x5aef94){const _0x1f038b=a134_0x1605,_0x4551f2=_0xc181f6();while(!![]){try{const _0x1bac3e=-parseInt(_0x1f038b(0x130))/0x1+parseInt(_0x1f038b(0x121))/0x2+-parseInt(_0x1f038b(0x117))/0x3*(-parseInt(_0x1f038b(0x110))/0x4)+parseInt(_0x1f038b(0x11a))/0x5*(-parseInt(_0x1f038b(0x136))/0x6)+parseInt(_0x1f038b(0x137))/0x7+-parseInt(_0x1f038b(0x123))/0x8+parseInt(_0x1f038b(0x11b))/0x9*(parseInt(_0x1f038b(0x116))/0xa);if(_0x1bac3e===_0x5aef94)break;else _0x4551f2['push'](_0x4551f2['shift']());}catch(_0x314ed5){_0x4551f2['push'](_0x4551f2['shift']());}}}(a134_0x1ad3,0x95688));import a134_0x29a694 from'node:fs';function a134_0x1605(_0x2d4cd1,_0x59a290){_0x2d4cd1=_0x2d4cd1-0xfa;const _0x1ad3de=a134_0x1ad3();let _0x160588=_0x1ad3de[_0x2d4cd1];return _0x160588;}import a134_0x165c7c from'node:path';import{createRequire}from'node:module';import{logger}from'./logger.js';const require=createRequire(import.meta.url),CLI_VERSION=require('../../package.json')[a134_0x5159b9(0x124)];function a134_0x1ad3(){const _0x57eade=['alias:\x20\x22','replaceContent','success','message','692274axDFTy','6315687PBluXL','LOVRABET','toUpperCase','toLowerCase','isDirectory','processTemplate','copyFile','toComponentName','.css','.md','2-digit','slice','numeric','processFile','开始处理模板内容替换','processDirectory','map','datasetCode:\x20\x22','replaceApiContent','mkdir','template','isFile','join','.tpl','replace','1979964SCcTdV','alias','api','.tsx','toLocaleTimeString','toDisplayTitle','20JGkomp','3WelGQi','error','.js','25nqbhhP','3584943TBrUlY','push','charAt','split','\x20},','promises','1247138RNhwHI','name','8226952HHEUuY','version','endsWith','readdir','writeFile','pop','toLocaleString','.ts','toISOString','tableName:\x20\x22','now','utf8','.scss','600215prtLpt','toLocaleDateString'];a134_0x1ad3=function(){return _0x57eade;};return a134_0x1ad3();}export class TemplateReplacer{static[a134_0x5159b9(0xfe)](_0x270bdd){const _0x146281=a134_0x5159b9,_0x1ac269=_0x270bdd[_0x146281(0x11e)]('/')[_0x146281(0x128)]()||_0x270bdd;return _0x1ac269['split']('-')['map'](_0x2d67d7=>_0x2d67d7[_0x146281(0x11d)](0x0)[_0x146281(0x139)]()+_0x2d67d7[_0x146281(0x102)](0x1)[_0x146281(0xfa)]())['join']('');}static[a134_0x5159b9(0x115)](_0x2b6b60){const _0x2d1335=a134_0x5159b9,_0x4c0f51=_0x2b6b60[_0x2d1335(0x11e)]('/')[_0x2d1335(0x128)]()||_0x2b6b60;return _0x4c0f51[_0x2d1335(0x11e)]('-')[_0x2d1335(0x107)](_0xa10ce5=>_0xa10ce5[_0x2d1335(0x11d)](0x0)[_0x2d1335(0x139)]()+_0xa10ce5[_0x2d1335(0x102)](0x1)['toLowerCase']())[_0x2d1335(0x10d)]('\x20');}static[a134_0x5159b9(0x133)](_0x55bb1d,_0x5e5e06,_0x485d2b){const _0x12312d=a134_0x5159b9,_0x70cdc3=this[_0x12312d(0xfe)](_0x5e5e06),_0x5ab62a=this[_0x12312d(0x115)](_0x5e5e06),_0x11f782=new Date(),_0x22213c=_0x11f782[_0x12312d(0x129)](undefined,{'year':_0x12312d(0x103),'month':_0x12312d(0x101),'day':'2-digit','hour':_0x12312d(0x101),'minute':_0x12312d(0x101),'second':_0x12312d(0x101),'hour12':![]})[_0x12312d(0x10f)](/\//g,'-'),_0x30493d=_0x11f782[_0x12312d(0x131)](undefined,{'year':_0x12312d(0x103),'month':_0x12312d(0x101),'day':_0x12312d(0x101)})[_0x12312d(0x10f)](/\//g,'-'),_0xd0c053=_0x11f782[_0x12312d(0x114)](undefined,{'hour12':![]});let _0x528761=_0x55bb1d[_0x12312d(0x10f)](/\{CliVersion\}/g,CLI_VERSION)[_0x12312d(0x10f)](/\{ComponentName\}/g,_0x70cdc3)[_0x12312d(0x10f)](/\{DisplayTitle\}/g,_0x5ab62a)['replace'](/\{PageName\}/g,_0x5e5e06)['replace'](/\{TemplateName\}/g,_0x485d2b)['replace'](/\{CreatedAt\}/g,_0x22213c)[_0x12312d(0x10f)](/\{CreatedDate\}/g,_0x30493d)['replace'](/\{CreatedTime\}/g,_0xd0c053);return _0x528761;}static[a134_0x5159b9(0x109)](_0x471472,_0x552d91,_0x41da33,_0x477d54,_0x549c3f,_0x266f92,_0x35bdf5,_0x103190){const _0x42c922=a134_0x5159b9,_0x36774b=new Date(),_0x1d5db6=_0x36774b[_0x42c922(0x12b)](),_0x463dc2=_0x41da33['map'](_0x4d2c87=>{const _0x4fa338=_0x42c922,_0xba3bc3=[_0x4fa338(0x108)+_0x4d2c87['datasetCode']+'\x22',_0x4fa338(0x12c)+_0x4d2c87['tableName']+'\x22','name:\x20\x22'+_0x4d2c87[_0x4fa338(0x122)]+'\x22'];return _0x4d2c87[_0x4fa338(0x111)]&&_0xba3bc3[_0x4fa338(0x11c)](_0x4fa338(0x132)+_0x4d2c87[_0x4fa338(0x111)]+'\x22'),'\x0a\x20\x20\x20\x20{\x20'+_0xba3bc3[_0x4fa338(0x10d)](',\x20')+_0x4fa338(0x11f);})['join'](''),_0x466e28=_0x477d54||_0x41da33[0x0]?.['alias']||'YourModel';let _0x4cd342=_0x471472['replace'](/\{AppCode\}/g,_0x552d91)[_0x42c922(0x10f)](/\{ModelConfigs\}/g,_0x463dc2)['replace'](/\{ExampleModelName\}/g,_0x466e28)['replace'](/\{ApiFileName\}/g,_0x549c3f||_0x42c922(0x112))['replace'](/\{ConfigName\}/g,_0x266f92||'default')[_0x42c922(0x10f)](/\{ClientConfigParam\}/g,_0x35bdf5||'')[_0x42c922(0x10f)](/\{VarPrefix\}/g,_0x103190||_0x42c922(0x138))[_0x42c922(0x10f)](/\{CreatedAt\}/g,_0x1d5db6);return _0x4cd342;}static async[a134_0x5159b9(0xfc)](_0x475a94,_0x619e37,_0x60d7e3,_0x557583,_0x535bcf=!![]){const _0x2f787d=a134_0x5159b9,_0x148d2c=Date[_0x2f787d(0x12d)]();try{_0x535bcf&&logger['info'](_0x2f787d(0x10b),_0x2f787d(0x105),{'templatePath':_0x475a94,'targetPath':_0x619e37,'pageName':_0x60d7e3,'templateName':_0x557583});await a134_0x29a694[_0x2f787d(0x120)][_0x2f787d(0x10a)](_0x619e37,{'recursive':!![]}),await this[_0x2f787d(0x106)](_0x475a94,_0x619e37,_0x60d7e3,_0x557583);if(_0x535bcf){const _0x46f727=Date[_0x2f787d(0x12d)]()-_0x148d2c;logger[_0x2f787d(0x134)](_0x2f787d(0x10b),'模板内容替换完成',_0x46f727,{'pageName':_0x60d7e3,'templateName':_0x557583});}}catch(_0x405727){if(_0x535bcf){const _0x1f22ec=Date[_0x2f787d(0x12d)]()-_0x148d2c;logger[_0x2f787d(0x118)](_0x2f787d(0x10b),'模板内容替换失败',{'templatePath':_0x475a94,'targetPath':_0x619e37,'pageName':_0x60d7e3,'templateName':_0x557583,'error':_0x405727 instanceof Error?_0x405727[_0x2f787d(0x135)]:String(_0x405727),'duration':_0x1f22ec});}throw _0x405727;}}static async[a134_0x5159b9(0x106)](_0x37827b,_0x19d150,_0xfdf24,_0x9a4140){const _0x3d56dd=a134_0x5159b9,_0x5ba0de=await a134_0x29a694['promises'][_0x3d56dd(0x126)](_0x37827b,{'withFileTypes':!![]});for(const _0x338430 of _0x5ba0de){const _0x5a26ec=a134_0x165c7c[_0x3d56dd(0x10d)](_0x37827b,_0x338430['name']);let _0x384090=a134_0x165c7c[_0x3d56dd(0x10d)](_0x19d150,_0x338430[_0x3d56dd(0x122)]);_0x338430[_0x3d56dd(0x122)][_0x3d56dd(0x125)](_0x3d56dd(0x10e))&&(_0x384090=a134_0x165c7c['join'](_0x19d150,_0x338430[_0x3d56dd(0x122)][_0x3d56dd(0x10f)](/\.tpl$/,'')));if(_0x338430[_0x3d56dd(0xfb)]())await a134_0x29a694[_0x3d56dd(0x120)][_0x3d56dd(0x10a)](_0x384090,{'recursive':!![]}),await this[_0x3d56dd(0x106)](_0x5a26ec,_0x384090,_0xfdf24,_0x9a4140);else _0x338430[_0x3d56dd(0x10c)]()&&await this[_0x3d56dd(0x104)](_0x5a26ec,_0x384090,_0xfdf24,_0x9a4140);}}static async[a134_0x5159b9(0x104)](_0x2f0f49,_0x49d22d,_0x3120e9,_0x4190e6){const _0x4956b8=a134_0x5159b9,_0x63935a=a134_0x165c7c['extname'](_0x2f0f49)[_0x4956b8(0xfa)]();_0x2f0f49[_0x4956b8(0x125)]('.tpl')&&(_0x49d22d=_0x49d22d[_0x4956b8(0x10f)](/\.tpl$/,''));const _0x417e48=[_0x4956b8(0x113),_0x4956b8(0x12a),'.jsx',_0x4956b8(0x119),'.json',_0x4956b8(0x100),_0x4956b8(0xff),_0x4956b8(0x12f),'.tpl'];if(_0x417e48['includes'](_0x63935a)||_0x2f0f49[_0x4956b8(0x125)]('.tpl')){const _0x3a7389=await a134_0x29a694[_0x4956b8(0x120)]['readFile'](_0x2f0f49,_0x4956b8(0x12e)),_0x4775f8=this[_0x4956b8(0x133)](_0x3a7389,_0x3120e9,_0x4190e6);await a134_0x29a694['promises'][_0x4956b8(0x127)](_0x49d22d,_0x4775f8,'utf8');}else await a134_0x29a694[_0x4956b8(0x120)][_0x4956b8(0xfd)](_0x2f0f49,_0x49d22d);}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lovrabet/rabetbase-cli",
|
|
3
|
-
"version": "2.0.2-beta.
|
|
3
|
+
"version": "2.0.2-beta.7",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -52,6 +52,7 @@
|
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@inquirer/prompts": "^8.3.2",
|
|
54
54
|
"@types/winston": "^2.4.4",
|
|
55
|
+
"@yuntoo/otel-logger": "1.0.27",
|
|
55
56
|
"chalk": "^5.6.2",
|
|
56
57
|
"execa": "^9.6.0",
|
|
57
58
|
"ink": "^6.2.3",
|