@lovrabet/rabetbase-cli 2.3.6-beta.1 → 2.3.6
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/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 -1
- package/lib/auth/is-session-valid.js +1 -1
- package/lib/auth/login-success-html.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/generate.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/api/shared.js +1 -1
- package/lib/commands/app/add.js +1 -1
- package/lib/commands/app/index.js +1 -1
- package/lib/commands/app/list.js +1 -1
- package/lib/commands/app/remote-directory.js +1 -1
- package/lib/commands/app/remove.js +1 -1
- package/lib/commands/app/shared.js +1 -1
- package/lib/commands/app-config/delete.js +1 -1
- package/lib/commands/app-config/get.js +1 -1
- package/lib/commands/app-config/index.js +1 -1
- package/lib/commands/app-config/list.js +1 -1
- package/lib/commands/app-config/set.js +1 -1
- package/lib/commands/app-config/shared.js +1 -1
- package/lib/commands/auth/index.js +1 -1
- package/lib/commands/bff/create.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/pull.js +1 -1
- package/lib/commands/bff/push.js +1 -1
- package/lib/commands/bff/status.js +1 -1
- package/lib/commands/cli-skill/index.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/app-registry.js +1 -1
- package/lib/commands/common/app-selector.js +1 -1
- package/lib/commands/common/dry-run.js +1 -1
- package/lib/commands/common/flags.js +1 -1
- package/lib/commands/common/validate.js +1 -1
- package/lib/commands/config/get.js +1 -1
- package/lib/commands/config/index.js +1 -1
- package/lib/commands/config/list.js +1 -1
- package/lib/commands/config/set.js +1 -1
- package/lib/commands/config/shared.js +1 -1
- package/lib/commands/data/filter.js +1 -1
- package/lib/commands/data/getOne.js +1 -1
- package/lib/commands/data/index.js +1 -1
- package/lib/commands/data/shared.js +1 -1
- package/lib/commands/dataset/business-group-update.js +1 -1
- package/lib/commands/dataset/capability.js +1 -1
- package/lib/commands/dataset/delete.js +1 -1
- package/lib/commands/dataset/detail.js +1 -1
- package/lib/commands/dataset/extend-update.js +1 -1
- package/lib/commands/dataset/field-update.js +1 -1
- package/lib/commands/dataset/generate.js +1 -1
- package/lib/commands/dataset/index.js +1 -1
- package/lib/commands/dataset/list.js +1 -1
- package/lib/commands/dataset/operations.js +1 -1
- package/lib/commands/dataset/relation-audit.js +1 -1
- package/lib/commands/dataset/relation-create.js +1 -1
- package/lib/commands/dataset/relation-delete.js +1 -1
- package/lib/commands/dataset/relation-shared.js +1 -1
- package/lib/commands/dataset/relation-update.js +1 -1
- package/lib/commands/dataset/relations.js +1 -1
- package/lib/commands/dataset/rename.js +1 -1
- package/lib/commands/dataset/restore.js +1 -1
- package/lib/commands/db/analyze-cancel.js +1 -1
- package/lib/commands/db/analyze-start.js +1 -1
- package/lib/commands/db/analyze-status.js +1 -1
- package/lib/commands/db/create.js +1 -1
- package/lib/commands/db/delete.js +1 -1
- package/lib/commands/db/detail.js +1 -1
- package/lib/commands/db/diff.js +1 -1
- package/lib/commands/db/index.js +1 -1
- package/lib/commands/db/list.js +1 -1
- package/lib/commands/db/shared.js +1 -1
- package/lib/commands/db/tables.js +1 -1
- package/lib/commands/db/test.js +1 -1
- package/lib/commands/db/update.js +1 -1
- package/lib/commands/doctor.js +1 -1
- package/lib/commands/init/index.js +1 -1
- package/lib/commands/issue/index.js +1 -1
- package/lib/commands/issue/nudge.js +1 -1
- package/lib/commands/issue/report.js +1 -1
- package/lib/commands/issue/shared.js +1 -1
- package/lib/commands/logs/index.js +1 -1
- package/lib/commands/menu/index.js +1 -1
- package/lib/commands/menu/list.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/page/generate-start.js +1 -1
- package/lib/commands/page/generate-status.js +1 -1
- package/lib/commands/page/index.js +1 -1
- package/lib/commands/page/pull.js +1 -1
- package/lib/commands/page/push.js +1 -1
- package/lib/commands/page/relation-audit.js +1 -1
- package/lib/commands/page/shared.js +1 -1
- package/lib/commands/page/standard-page-status.js +1 -1
- package/lib/commands/page/sync.js +1 -1
- package/lib/commands/permit/index.js +1 -1
- package/lib/commands/permit/page-get.js +1 -1
- package/lib/commands/permit/page-set.js +1 -1
- package/lib/commands/permit/role-apis-set.js +1 -1
- package/lib/commands/permit/role-menus-set.js +1 -1
- package/lib/commands/permit/role-menus.js +1 -1
- package/lib/commands/permit/shared.js +1 -1
- package/lib/commands/project/create/enhanced-guided-create.js +1 -1
- package/lib/commands/project/create/format-elapsed.js +1 -1
- package/lib/commands/project/create/main.js +1 -1
- package/lib/commands/project/create/non-interactive.js +1 -1
- package/lib/commands/project/create/project-template-path.js +1 -1
- package/lib/commands/project/create/use-copy-project-template.js +1 -1
- package/lib/commands/project/create/use-format-code.js +1 -1
- package/lib/commands/project/create/use-install-dependencies.js +1 -1
- package/lib/commands/project/index.js +1 -1
- package/lib/commands/project/init.js +1 -1
- package/lib/commands/project/upgrade.js +1 -1
- package/lib/commands/registry.js +1 -1
- package/lib/commands/role/create.js +1 -1
- package/lib/commands/role/delete.js +1 -1
- package/lib/commands/role/detail.js +1 -1
- package/lib/commands/role/index.js +1 -1
- package/lib/commands/role/list.js +1 -1
- package/lib/commands/role/shared.js +1 -1
- package/lib/commands/role/update.js +1 -1
- package/lib/commands/role/user-add.js +1 -1
- package/lib/commands/role/user-remove.js +1 -1
- package/lib/commands/role/user-resolve.js +1 -1
- package/lib/commands/run/index.js +1 -1
- package/lib/commands/schema.js +1 -1
- package/lib/commands/sql/create.js +1 -1
- package/lib/commands/sql/delete.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/pull.js +1 -1
- package/lib/commands/sql/push.js +1 -1
- package/lib/commands/sql/save.js +1 -1
- package/lib/commands/sql/shared.js +1 -1
- package/lib/commands/sql/status.js +1 -1
- package/lib/commands/sql/validate.js +1 -1
- package/lib/commands/workspace/add.js +1 -1
- package/lib/commands/workspace/index.js +1 -1
- package/lib/commands/workspace/remove.js +1 -1
- package/lib/config/schema.js +1 -1
- package/lib/constant/cdn.js +1 -1
- package/lib/constant/cli.js +1 -1
- package/lib/constant/defaults.js +1 -1
- package/lib/constant/domain.js +1 -1
- package/lib/constant/env.js +1 -1
- package/lib/constant/output.js +1 -1
- package/lib/constant/paths.js +1 -1
- package/lib/constant/risk.js +1 -1
- package/lib/context/app-resolver.js +1 -1
- package/lib/context/auth-resolver.js +1 -1
- package/lib/context/config-loader.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/page/file-system.js +1 -1
- package/lib/core/page/hash.js +1 -1
- package/lib/core/page/lock.js +1 -1
- package/lib/core/sql-sync/config.js +1 -1
- package/lib/core/sql-sync/file-system.js +1 -1
- package/lib/core/sql-sync/hash.js +1 -1
- package/lib/core/sql-sync/lock.js +1 -1
- package/lib/core/sql-sync/utils.js +1 -1
- package/lib/core/sql-validator.js +1 -1
- package/lib/errors.js +1 -1
- package/lib/framework/build-all-flags.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-alias.js +1 -1
- package/lib/framework/runner.js +1 -1
- package/lib/framework/schema-export.js +1 -1
- package/lib/framework/types.js +1 -1
- package/lib/generated/build-info.js +1 -1
- package/lib/help.js +1 -1
- package/lib/skills/main.js +1 -1
- package/lib/skills/npx-skills-add.js +1 -1
- package/lib/telemetry/cli-command-trace.js +1 -1
- package/lib/telemetry/cli-help-trace.js +1 -1
- package/lib/telemetry/ensure-cli-otel-config.js +1 -1
- package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
- package/lib/telemetry/send-cli-trace-log.js +1 -1
- package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
- package/lib/utils/ai_config.js +1 -1
- package/lib/utils/apply-jq-filter.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/cli-version-policy.js +1 -1
- package/lib/utils/config.js +1 -1
- package/lib/utils/copy-directory.js +1 -1
- package/lib/utils/entity-with-id.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/is-non-interactive.js +1 -1
- package/lib/utils/logger.js +1 -1
- package/lib/utils/params.js +1 -1
- package/lib/utils/platform.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/lib/utils/update-notice.js +1 -1
- package/lib/utils/version.js +1 -1
- package/lib/utils/with-active-cookie.js +1 -1
- package/lib/utils/write-cli-side-channel.js +1 -1
- package/package.json +1 -1
package/lib/framework/runner.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a206_0x5b75d4=a206_0x3e13;(function(_0x512e43,_0xca385b){const _0x83437a=a206_0x3e13,_0x24ce9b=_0x512e43();while(!![]){try{const _0x439568=parseInt(_0x83437a(0x7f))/0x1*(-parseInt(_0x83437a(0xb1))/0x2)+parseInt(_0x83437a(0x95))/0x3*(parseInt(_0x83437a(0x86))/0x4)+-parseInt(_0x83437a(0xa7))/0x5+parseInt(_0x83437a(0x9b))/0x6*(parseInt(_0x83437a(0xb2))/0x7)+-parseInt(_0x83437a(0xaa))/0x8+parseInt(_0x83437a(0x83))/0x9*(-parseInt(_0x83437a(0x99))/0xa)+parseInt(_0x83437a(0x7b))/0xb*(parseInt(_0x83437a(0x81))/0xc);if(_0x439568===_0xca385b)break;else _0x24ce9b['push'](_0x24ce9b['shift']());}catch(_0x455125){_0x24ce9b['push'](_0x24ce9b['shift']());}}}(a206_0xe379,0x2d043));import{resolveCommandAuthMode,runCommandWithAdapter,requireConfirmationPrompt}from'@lovrabet/cli-framework';import{formatOutput}from'../framework/output.js';import{CliErrors}from'../errors.js';function a206_0x3e13(_0x31f52e,_0x454f66){_0x31f52e=_0x31f52e-0x7a;const _0xe379b0=a206_0xe379();let _0x3e1325=_0xe379b0[_0x31f52e];return _0x3e1325;}import{getCookie}from'../auth/get-cookie.js';import{getApiDomain}from'../constant/domain.js';import{CLI_BIN_NAME,GLOBAL_FLAGS,PIPELINE_FLAG_NAMES}from'../constant/cli.js';import{DEFAULT_API_DIR}from'../constant/paths.js';import{isNonInteractive as a206_0x32ff89}from'../utils/is-non-interactive.js';import{resolveAliasToCode}from'../framework/runner-alias.js';import{resolveLatestUpdateNotice}from'../utils/update-notice.js';function stringFlag(_0x222750){const _0x140aba=a206_0x3e13;return typeof _0x222750==='string'&&_0x222750[_0x140aba(0xb0)]()?_0x222750[_0x140aba(0xb0)]():undefined;}function resolveEnvAppCode(){const _0x1670ac=a206_0x3e13,_0x56a019=stringFlag(process.env.RABETBASE_APPCODE);if(_0x56a019)return{'name':'RABETBASE_APPCODE','value':_0x56a019};const _0x5c34c1=stringFlag(process.env.LOVRABET_APPCODE);if(_0x5c34c1)return{'name':_0x1670ac(0x94),'value':_0x5c34c1};return undefined;}function hasExplicitAppCode(_0x35acf7,_0x2dfaad){const _0x22d3b3=a206_0x3e13;return!!(stringFlag(_0x35acf7[_0x22d3b3(0xac)])||stringFlag(_0x2dfaad['appcode']));}function assertEnvAppCodeNotIgnored(_0x32372f,_0x4532c0,_0x3b7d38){const _0x416f86=a206_0x3e13;if(!_0x4532c0||_0x3b7d38||_0x32372f===_0x4532c0[_0x416f86(0x88)])return;const _0x3e6e4f=_0x32372f?_0x416f86(0x85)+_0x32372f+'\x22.':_0x416f86(0xb3);throw CliErrors[_0x416f86(0x8d)](_0x4532c0[_0x416f86(0xb6)]+'='+_0x4532c0[_0x416f86(0x88)]+_0x416f86(0x7d)+_0x3e6e4f+'\x20'+(_0x416f86(0x9c)+_0x4532c0[_0x416f86(0xb6)]+'\x22.'));}function a206_0xe379(){const _0x3523df=['../core/api-client.js','authRequired','High-risk\x20operation\x20`','explicitAppName','doctor','1625025ovdTtf','execute','mergedCli','2879992cTJgMu','includes','appcode','has','nonInteractive','resolve','trim','4EwUpMT','1337tLHlOE','No\x20appcode\x20is\x20resolved\x20from\x20--appcode,\x20project\x20config,\x20or\x20global\x20config.','cancelled','currentApp','name','required','44CTjyKx','defaultApp','\x20is\x20not\x20used\x20as\x20appcode\x20automatically.\x20','object','62740uahajF','Set\x20appcode\x20via\x20`','2806584WiTvan','defaultPageSize','1827feWrhI','map','Current\x20resolved\x20appcode\x20is\x20\x22','212piGqey','command','value','schema','resolveCookie','_notice','filter','validation','cookie','format','⚠\x20\x20High-risk\x20operation:\x20','riskLevel','selectedAppName','configMissing','LOVRABET_APPCODE','5931sEnryJ','service','hasFormat','verbose','13990uxsRFM','requiresAppCode','7494JXaPBY','To\x20use\x20this\x20environment\x20variable,\x20pass\x20--appcode\x20\x22$','apps','\x20init\x20--appcode\x20<code>`\x20or\x20pass\x20--appcode.','rawFlags','appCode','catch'];a206_0xe379=function(){return _0x3523df;};return a206_0xe379();}export function createPipelineEnv(_0x28a07f,_0x40e964,_0x43e7a3=[]){const _0x28db81=a206_0x3e13;return{'rawFlags':_0x40e964,'args':_0x43e7a3,'resolveAppCode':()=>_0x28a07f[_0x28db81(0xa0)],'resolveCookie':()=>_0x28a07f[_0x28db81(0x8e)]||getCookie(),'resolveApiDomain':()=>getApiDomain(),'isNonInteractive':a206_0x32ff89(_0x40e964),'defaultFormat':_0x28a07f['format'],'defaultPageSize':_0x28a07f['pageSize'],'defaultVerbose':_0x28a07f[_0x28db81(0x98)],'apiDir':_0x28a07f['apiDir'],'riskLevel':_0x28a07f[_0x28db81(0x91)],'selectedAppName':_0x28a07f[_0x28db81(0xa5)],'mergedCli':{'defaultApp':_0x28a07f[_0x28db81(0x7c)],'currentApp':_0x28a07f[_0x28db81(0xb5)],'appCode':_0x28a07f[_0x28db81(0xa0)],'apps':_0x28a07f[_0x28db81(0x9d)]}};}const runnerAdapter={'cliErrors':CliErrors,'pipelineFlags':GLOBAL_FLAGS[a206_0x5b75d4(0x8c)](_0x21015b=>PIPELINE_FLAG_NAMES[a206_0x5b75d4(0xad)](_0x21015b[a206_0x5b75d4(0xb6)]))[a206_0x5b75d4(0x84)](({name:_0x490238,type:_0x5b8543,description:_0x4ba0cc})=>({'name':_0x490238,'type':_0x5b8543,'description':_0x4ba0cc})),'formatOutput':formatOutput,'getCommandLabel'(_0x597f84){const _0x36dcdc=a206_0x5b75d4;return CLI_BIN_NAME+'\x20'+_0x597f84[_0x36dcdc(0x96)]+'\x20'+_0x597f84[_0x36dcdc(0x87)];},'riskPolicy':{'skipWhenDryRun':!![],'createError'(_0x2e8e9e){return CliErrors['validation'](_0x2e8e9e);}},async 'prepare'(_0x1c77ab,_0x460a54,_0x4f8155,_0x13a5fc){const _0x2c2884=a206_0x5b75d4,_0x5bf874=_0x460a54['apiDir']||DEFAULT_API_DIR;resolveAliasToCode(_0x1c77ab,_0x4f8155,_0x5bf874,_0x13a5fc);const _0x13076e=resolveCommandAuthMode(_0x1c77ab);let _0x3ca67c='';if(_0x13076e!=='none'){_0x3ca67c=_0x460a54[_0x2c2884(0x8a)]()||'';if(!_0x3ca67c){if(_0x13076e===_0x2c2884(0x7a))throw CliErrors[_0x2c2884(0xa3)]();}else{const {setActiveCookie:_0xab4281}=await import(_0x2c2884(0xa2));_0xab4281(_0x3ca67c);}}const _0x42b2cb=_0x460a54['resolveAppCode']()??'';if(_0x1c77ab[_0x2c2884(0x9a)]!==![]){assertEnvAppCodeNotIgnored(_0x42b2cb,resolveEnvAppCode(),hasExplicitAppCode(_0x4f8155,_0x460a54[_0x2c2884(0x9f)]));if(!_0x42b2cb)throw CliErrors[_0x2c2884(0x93)](_0x2c2884(0x80)+CLI_BIN_NAME+_0x2c2884(0x9e));}return{'defaults':{'booleans':{'verbose':_0x460a54['defaultVerbose']},'numbers':{'pagesize':_0x460a54[_0x2c2884(0x82)]}},'extras':{'appCode':_0x42b2cb,'cookie':_0x3ca67c,'apiDomain':_0x460a54['resolveApiDomain'](),'apiDir':_0x5bf874,'selectedAppName':_0x460a54[_0x2c2884(0x92)],'mergedCli':_0x460a54[_0x2c2884(0xa9)]}};},async 'confirmHighRisk'({env:_0x26af62,commandLabel:_0x348919}){const _0x2ece14=a206_0x5b75d4;if(_0x26af62['isNonInteractive'])throw CliErrors[_0x2ece14(0x8d)](_0x2ece14(0xa4)+_0x348919+'`\x20requires\x20--yes\x20in\x20non-interactive\x20mode.');await requireConfirmationPrompt({'lines':[_0x2ece14(0x90)+_0x348919,'\x20\x20\x20Continue?\x20[y/N]\x20'],'createCancelledError':_0x2dfd81=>CliErrors[_0x2ece14(0xb4)](_0x2dfd81)});},async 'finalize'(){const _0x574b51=a206_0x5b75d4,{clearActiveCookie:_0x36ee27}=await import(_0x574b51(0xa2));_0x36ee27();}};export async function runCommand(_0x4f9936,_0x29833f){await runCommandWithAdapter(shouldAttachUpdateNotice(_0x4f9936)?withUpdateNotice(_0x4f9936):_0x4f9936,_0x29833f,runnerAdapter);}function shouldAttachUpdateNotice(_0x49bca1){const _0x96c699=a206_0x5b75d4;if(_0x49bca1[_0x96c699(0x97)]===![])return![];return!['update',_0x96c699(0x89),_0x96c699(0xa6)][_0x96c699(0xab)](_0x49bca1['service']);}function withUpdateNotice(_0x465860){return{..._0x465860,async 'execute'(_0x12fa3a){const _0x115c81=a206_0x3e13,_0x56491c=shouldResolveUpdateNotice(_0x12fa3a)?resolveLatestUpdateNotice()[_0x115c81(0xa1)](()=>null):Promise[_0x115c81(0xaf)](null),_0x1173f8=await _0x465860[_0x115c81(0xa8)](_0x12fa3a);return attachUpdateNotice(_0x1173f8,await _0x56491c);}};}function shouldResolveUpdateNotice(_0x5514c5){const _0x1e8030=a206_0x5b75d4;return _0x5514c5[_0x1e8030(0x8f)]==='pretty'&&!_0x5514c5[_0x1e8030(0xae)];}function attachUpdateNotice(_0x29a1b9,_0x205c85){const _0x128245=a206_0x5b75d4;if(!_0x205c85||!_0x29a1b9||typeof _0x29a1b9!==_0x128245(0x7e))return _0x29a1b9;const _0x366c05=_0x29a1b9,_0x33a25a=typeof _0x366c05['_notice']===_0x128245(0x7e)&&_0x366c05[_0x128245(0x8b)]!==null?_0x366c05[_0x128245(0x8b)]:{};return{..._0x366c05,'_notice':{..._0x33a25a,'update':_0x205c85}};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x10fd23,_0xa1ac46){const _0x3db06d=a207_0x485f,_0x43f609=_0x10fd23();while(!![]){try{const _0x4acade=parseInt(_0x3db06d(0xfd))/0x1*(-parseInt(_0x3db06d(0x105))/0x2)+-parseInt(_0x3db06d(0xfe))/0x3+parseInt(_0x3db06d(0x101))/0x4+parseInt(_0x3db06d(0x100))/0x5+-parseInt(_0x3db06d(0xfb))/0x6*(parseInt(_0x3db06d(0xff))/0x7)+parseInt(_0x3db06d(0x102))/0x8*(-parseInt(_0x3db06d(0x104))/0x9)+parseInt(_0x3db06d(0x103))/0xa;if(_0x4acade===_0xa1ac46)break;else _0x43f609['push'](_0x43f609['shift']());}catch(_0xe8a34b){_0x43f609['push'](_0x43f609['shift']());}}}(a207_0x49ce,0xb2a32));import{buildSchemaPayload as a207_0x1cf899}from'@lovrabet/cli-framework';import{buildAllFlags}from'../framework/build-all-flags.js';import{CLI_BIN_NAME,CLI_DISPLAY_NAME,GLOBAL_FLAGS}from'../constant/cli.js';function a207_0x485f(_0x10a97d,_0x4ceb06){_0x10a97d=_0x10a97d-0xfb;const _0x49cee=a207_0x49ce();let _0x485fee=_0x49cee[_0x10a97d];return _0x485fee;}import{getCliVersion}from'../utils/version.js';export async function buildSchemaPayload(){const _0x49bfac=a207_0x485f,{serviceRegistry:_0x1c903c,findDefinition:_0x51a4a0}=await import(_0x49bfac(0xfc));return a207_0x1cf899({'cliBinName':CLI_BIN_NAME,'cliDisplayName':CLI_DISPLAY_NAME,'cliVersion':getCliVersion(),'gitCommit':process.env.GIT_COMMIT??'','globalFlags':GLOBAL_FLAGS,'serviceRegistry':_0x1c903c,'buildAllFlags':buildAllFlags,'findDefinition':_0x51a4a0});}function a207_0x49ce(){const _0x28a854=['31559130XLylaY','73251DYzsHi','416408APfZEE','2166GhNXKc','../commands/registry.js','4aJYiLt','3973260CphpsF','14546WNbHlS','3857900tSuSqt','3762352HWqNuv','1208QxbHOB'];a207_0x49ce=function(){return _0x28a854;};return a207_0x49ce();}
|
package/lib/framework/types.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a208_0x5b2c(){var _0x9df7e0=['70WfQOaG','4976019EyuqDs','4410565IDPBEQ','2937700pNdUIy','2030lSgArZ','1440564GWopkm','1212vPMhIN','440261lXWXFF','518720oFrxSn'];a208_0x5b2c=function(){return _0x9df7e0;};return a208_0x5b2c();}(function(_0x157451,_0x5ab15f){var _0x3d0d75=a208_0x1417,_0x458b35=_0x157451();while(!![]){try{var _0x14d72d=-parseInt(_0x3d0d75(0xf8))/0x1+parseInt(_0x3d0d75(0xf5))/0x2*(parseInt(_0x3d0d75(0xf7))/0x3)+parseInt(_0x3d0d75(0xf4))/0x4+parseInt(_0x3d0d75(0xf3))/0x5+parseInt(_0x3d0d75(0xf6))/0x6+parseInt(_0x3d0d75(0xfa))/0x7*(-parseInt(_0x3d0d75(0xf9))/0x8)+-parseInt(_0x3d0d75(0xfb))/0x9;if(_0x14d72d===_0x5ab15f)break;else _0x458b35['push'](_0x458b35['shift']());}catch(_0x4473dc){_0x458b35['push'](_0x458b35['shift']());}}}(a208_0x5b2c,0x989f4));function a208_0x1417(_0x981a0d,_0x4940f4){_0x981a0d=_0x981a0d-0xf3;var _0x5b2c06=a208_0x5b2c();var _0x141769=_0x5b2c06[_0x981a0d];return _0x141769;}export{riskLevelOrder,normalizeLegacyOutputFormat,isValidFormat,commandAllowsOptionalAuth,commandRequiresAuth,formatDeprecatedCommandMessage,resolveCommandAuthMode}from'@lovrabet/cli-framework';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a209_0x3320(){const _0x46ac6e=['2.3.6','3kxLOll','2026-07-16T11:50:11.784Z','28341530KuWUAg','8748000yeggZF','3024048rlyEPy','6BKeCnh','541750qXMSav','48632tTrtXR','4729915mGzHnU','b1289b6','986728pajohs','266DZmNhx'];a209_0x3320=function(){return _0x46ac6e;};return a209_0x3320();}const a209_0x3b5175=a209_0x23a6;(function(_0xad4ade,_0x1b3419){const _0x17852a=a209_0x23a6,_0x2d7b6a=_0xad4ade();while(!![]){try{const _0x32ad18=-parseInt(_0x17852a(0x12a))/0x1+-parseInt(_0x17852a(0x133))/0x2*(parseInt(_0x17852a(0x12d))/0x3)+-parseInt(_0x17852a(0x131))/0x4+parseInt(_0x17852a(0x128))/0x5*(-parseInt(_0x17852a(0x132))/0x6)+-parseInt(_0x17852a(0x12b))/0x7*(parseInt(_0x17852a(0x127))/0x8)+parseInt(_0x17852a(0x130))/0x9+parseInt(_0x17852a(0x12f))/0xa;if(_0x32ad18===_0x1b3419)break;else _0x2d7b6a['push'](_0x2d7b6a['shift']());}catch(_0x30649d){_0x2d7b6a['push'](_0x2d7b6a['shift']());}}}(a209_0x3320,0x96481));function a209_0x23a6(_0x302f8d,_0xcafdc7){_0x302f8d=_0x302f8d-0x127;const _0x332033=a209_0x3320();let _0x23a60b=_0x332033[_0x302f8d];return _0x23a60b;}export const VERSION=a209_0x3b5175(0x12c);export const GIT_TAG='v2.3.6-beta.1';export const GIT_COMMIT=a209_0x3b5175(0x129);export const BUILD_TIME=a209_0x3b5175(0x12e);
|
package/lib/help.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a210_0x4950(_0x409d08,_0x40bef9){_0x409d08=_0x409d08-0x121;var _0x3cb5bb=a210_0x3cb5();var _0x49506c=_0x3cb5bb[_0x409d08];return _0x49506c;}function a210_0x3cb5(){var _0xd6596e=['5269689onnbqn','176IJrlbz','log','3kyzEsg','77489yXCCJC','4191474dsjQSM','green','185720BcrEvQ','bold','10aytZPw','8kEmZMo','715892lyZjqo','4374468vDnTXP','\x20\x20Use\x20','2386645EuRxxu'];a210_0x3cb5=function(){return _0xd6596e;};return a210_0x3cb5();}(function(_0x1346b9,_0x5cff9e){var _0x1c63c9=a210_0x4950,_0x59a940=_0x1346b9();while(!![]){try{var _0x32457c=-parseInt(_0x1c63c9(0x128))/0x1*(parseInt(_0x1c63c9(0x12d))/0x2)+parseInt(_0x1c63c9(0x127))/0x3*(-parseInt(_0x1c63c9(0x12f))/0x4)+parseInt(_0x1c63c9(0x123))/0x5+parseInt(_0x1c63c9(0x129))/0x6+parseInt(_0x1c63c9(0x121))/0x7+parseInt(_0x1c63c9(0x12e))/0x8*(-parseInt(_0x1c63c9(0x124))/0x9)+-parseInt(_0x1c63c9(0x12b))/0xa*(parseInt(_0x1c63c9(0x125))/0xb);if(_0x32457c===_0x5cff9e)break;else _0x59a940['push'](_0x59a940['shift']());}catch(_0x523ae5){_0x59a940['push'](_0x59a940['shift']());}}}(a210_0x3cb5,0x55dfd));import a210_0x28a54e from'chalk';import{CLI_BIN_NAME,CLI_DISPLAY_NAME}from'./constant/cli.js';export function showHelp(){var _0xf858f=a210_0x4950;console[_0xf858f(0x126)](),console[_0xf858f(0x126)](a210_0x28a54e[_0xf858f(0x12a)][_0xf858f(0x12c)]('\x20\x20'+CLI_DISPLAY_NAME)),console[_0xf858f(0x126)](),console[_0xf858f(0x126)](_0xf858f(0x122)+a210_0x28a54e[_0xf858f(0x12a)]['bold'](CLI_BIN_NAME+'\x20--help')+'\x20to\x20view\x20available\x20commands.'),console[_0xf858f(0x126)]();}
|
package/lib/skills/main.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a211_0x4a8d(){const _0x209af1=['7835495HOypQQ','log','slice','replace','enable-bff-save','2204mkJTZq','from','cwd','argv','toLowerCase','includes','106392oWtAIL','376383KxHuBf','不支持的命令:\x20','Equivalent\x20command:\x20','entries','17844760xKKXqj','\x20cli-skill\x20install\x0a\x0aEquivalent\x20command:\x20','774gYoipv','22GdQwlm','dangerously-bff-save','setLogPath','\x0a\x0aNote:\x20npx\x20skills\x20selects\x20the\x20agent\x20and\x20writes\x20files;\x20guides\x20live\x20under\x20skills/rabetbase/guides/.\x0a','41751dghoZP','skill','108wuEUCv','3202428RqvZTO','add','--help','-$1','\x0aRabetbase\x20CLI\x20Skill\x20-\x20Developer\x20Workflow\x20Installation\x20Tool\x0a\x0aUsage:\x0a\x20\x20','has','40IXGrrE'];a211_0x4a8d=function(){return _0x209af1;};return a211_0x4a8d();}(function(_0xf912b6,_0x32b27c){const _0x2aab29=a211_0x4a0e,_0x2bcc56=_0xf912b6();while(!![]){try{const _0x43304c=parseInt(_0x2aab29(0x10c))/0x1*(-parseInt(_0x2aab29(0x112))/0x2)+parseInt(_0x2aab29(0x103))/0x3*(-parseInt(_0x2aab29(0x105))/0x4)+-parseInt(_0x2aab29(0x10d))/0x5+parseInt(_0x2aab29(0x106))/0x6+-parseInt(_0x2aab29(0xf8))/0x7+-parseInt(_0x2aab29(0x118))/0x8*(parseInt(_0x2aab29(0xfe))/0x9)+-parseInt(_0x2aab29(0xfc))/0xa*(-parseInt(_0x2aab29(0xff))/0xb);if(_0x43304c===_0x32b27c)break;else _0x2bcc56['push'](_0x2bcc56['shift']());}catch(_0x8f5057){_0x2bcc56['push'](_0x2bcc56['shift']());}}}(a211_0x4a8d,0xe02fd));import{logger}from'../utils/logger.js';import{CLI_BIN_NAME}from'../constant/cli.js';import{NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE}from'../skills/npx-skills-add.js';export function camelCaseFlagsToKebab(_0x37e22f){const _0xa33456=a211_0x4a0e,_0x584382=[];for(const [_0x5c4ae3,_0xba80c8]of Object[_0xa33456(0xfb)](_0x37e22f)){if(_0xba80c8===!![]){const _0xe82c73=_0x5c4ae3[_0xa33456(0x110)](/([A-Z])/g,_0xa33456(0x109))[_0xa33456(0x116)]();_0x584382['push'](_0xe82c73);}}return _0x584382;}export function parseDynamicFlags(){const _0x4ff490=a211_0x4a0e,_0x3b1d58=[];for(let _0x5a4bbe=0x3;_0x5a4bbe<process[_0x4ff490(0x115)]['length'];_0x5a4bbe++){const _0x396057=process['argv'][_0x5a4bbe];if(_0x396057&&_0x396057['startsWith']('--')){const _0x246f37=_0x396057[_0x4ff490(0x10f)](0x2);_0x246f37&&!_0x246f37[_0x4ff490(0x117)]('=')&&_0x3b1d58['push'](_0x246f37);}}return _0x3b1d58;}export function getAllProvidedFlags(_0x2511a0){const _0x2a6d36=a211_0x4a0e,_0x5be8a3=camelCaseFlagsToKebab(_0x2511a0),_0x266682=parseDynamicFlags(),_0xf5ce97=new Set([..._0x5be8a3,..._0x266682]);return Array[_0x2a6d36(0x113)](_0xf5ce97);}function a211_0x4a0e(_0x5a3ca0,_0x135bf4){_0x5a3ca0=_0x5a3ca0-0xf8;const _0x4a8d19=a211_0x4a8d();let _0x4a0e34=_0x4a8d19[_0x5a3ca0];return _0x4a0e34;}export function normalizeLegacyBffSaveFlags(_0xe87acd){const _0x39d446=a211_0x4a0e,_0x489f8f=new Set(_0xe87acd);return _0x489f8f[_0x39d446(0x10b)](_0x39d446(0x100))&&_0x489f8f[_0x39d446(0x107)](_0x39d446(0x111)),Array[_0x39d446(0x113)](_0x489f8f);}const SKILLS_INSTALL_COMMAND_LINE=NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE;export async function skillsCommand(_0x38d419,_0x1f9e3a,_0x3c9972){const _0x10e6bc=a211_0x4a0e;logger[_0x10e6bc(0x101)](process[_0x10e6bc(0x114)]());if(_0x3c9972?.['help']||_0x38d419===_0x10e6bc(0x108)){showHelp();return;}console['error']('Error:\x20Unsupported\x20command:\x20'+(_0x38d419||'(empty)')),console[_0x10e6bc(0x10e)]('\x0aAvailable\x20commands:'),console[_0x10e6bc(0x10e)]('\x20\x20'+CLI_BIN_NAME+'\x20cli-skill\x20install\x20\x20\x20\x20\x20\x20\x20#\x20Install\x20CLI\x20Built-in\x20Skill'),console['log'](''),console[_0x10e6bc(0x10e)](_0x10e6bc(0xfa)+SKILLS_INSTALL_COMMAND_LINE),logger['error'](_0x10e6bc(0x104),_0x10e6bc(0xf9)+_0x38d419),process['exit'](0x1);}function showHelp(){const _0x5721bd=a211_0x4a0e;console['log'](_0x5721bd(0x10a)+CLI_BIN_NAME+_0x5721bd(0xfd)+SKILLS_INSTALL_COMMAND_LINE+_0x5721bd(0x102));}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a212_0x51b922=a212_0x4cc8;(function(_0x1e968b,_0x3f75da){const _0x52b3b9=a212_0x4cc8,_0x41dd29=_0x1e968b();while(!![]){try{const _0x56b186=-parseInt(_0x52b3b9(0x1c7))/0x1+parseInt(_0x52b3b9(0x1cf))/0x2+-parseInt(_0x52b3b9(0x1ce))/0x3*(-parseInt(_0x52b3b9(0x1ba))/0x4)+parseInt(_0x52b3b9(0x1c2))/0x5*(-parseInt(_0x52b3b9(0x1d0))/0x6)+-parseInt(_0x52b3b9(0x1c4))/0x7*(parseInt(_0x52b3b9(0x1d2))/0x8)+parseInt(_0x52b3b9(0x1c3))/0x9+parseInt(_0x52b3b9(0x1d3))/0xa;if(_0x56b186===_0x3f75da)break;else _0x41dd29['push'](_0x41dd29['shift']());}catch(_0xf359da){_0x41dd29['push'](_0x41dd29['shift']());}}}(a212_0x2a23,0xc0662));import{spawnSync}from'node:child_process';import{resolveNpmBin}from'../utils/platform.js';export const NPX_FLAG_YES='-y';export const SKILLS_FLAG_GLOBAL='-g';export const SKILLS_FLAG_YES='-y';export const NPX_SKILLS_CLI=a212_0x51b922(0x1c9);function a212_0x4cc8(_0x458f43,_0x4ca1a1){_0x458f43=_0x458f43-0x1b7;const _0x2a2344=a212_0x2a23();let _0x4cc84d=_0x2a2344[_0x458f43];return _0x4cc84d;}export const NPX_SKILLS_SUBCOMMAND_ADD=a212_0x51b922(0x1c0);export const NPX_SKILLS_FLAG_SKILL=a212_0x51b922(0x1bb);export const RABETBASE_SKILL_SOURCE='lovrabet/rabetbase';function a212_0x2a23(){const _0x45400c=['npx','add','lovrabet/lovrabet-skill','182815xEklib','14046354PkLIWs','856030NpNFaO','stdio','inherit','971742FFtGZU','log','skills','unknown','toString','exit\x20','stderr','138IisGxA','2777562dZuHNC','138mqjGjO','push','96rMpZDw','6842340ovXYQN','trim','pipe','Lovrabet','stdout','37784JcmZJu','--skill','join','remove','status'];a212_0x2a23=function(){return _0x45400c;};return a212_0x2a23();}export const LEGACY_RABETBASE_SKILL_SOURCE=a212_0x51b922(0x1c1);export const DEFAULT_RABETBASE_SKILL_NAME=a212_0x51b922(0x1b8);export function buildNpxSkillsAddArgv(_0x5725ab){const _0xac37b3=a212_0x51b922,_0x291d4d=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE];return _0x5725ab&&_0x291d4d[_0xac37b3(0x1d1)](NPX_SKILLS_FLAG_SKILL,_0x5725ab),_0x291d4d;}export const NPX_SKILLS_ADD_COMMAND_LINE=[a212_0x51b922(0x1bf),...buildNpxSkillsAddArgv()][a212_0x51b922(0x1bc)]('\x20');export const NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE=[a212_0x51b922(0x1bf),NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES][a212_0x51b922(0x1bc)]('\x20');export function shouldSkipNpxSkillsAdd(){return process.env.RABETBASE_SKIP_NPX_SKILLS==='1';}export function runNpxSkillsAdd(_0x568f8c,_0x471923){const _0x5f77f7=a212_0x51b922;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x5652b6=_0x471923?.[_0x5f77f7(0x1c5)]??_0x5f77f7(0x1c6),_0x51a7c7=resolveNpmBin(_0x5f77f7(0x1bf)),_0x2b0177=buildNpxSkillsAddArgv(_0x471923?.['skill']),_0x394df1=[_0x5f77f7(0x1bf),..._0x2b0177][_0x5f77f7(0x1bc)]('\x20');console[_0x5f77f7(0x1c8)]('*\x20'+_0x394df1);const _0x13f36b=spawnSync(_0x51a7c7,_0x2b0177,{'cwd':_0x568f8c,'stdio':_0x5652b6,'env':process.env,'shell':![]}),_0x3268bd=_0x13f36b[_0x5f77f7(0x1be)];if(_0x3268bd===0x0)return{'ok':!![],'status':0x0};let _0x24e16a='exit\x20'+(_0x3268bd??_0x5f77f7(0x1ca));if(_0x5652b6==='pipe'){const _0x570d1c=_0x13f36b[_0x5f77f7(0x1cd)]?_0x13f36b['stderr']['toString']()[_0x5f77f7(0x1d4)]():'',_0x321dc0=_0x13f36b['stdout']?_0x13f36b[_0x5f77f7(0x1b9)][_0x5f77f7(0x1cb)]()[_0x5f77f7(0x1d4)]():'';if(_0x570d1c)_0x24e16a=_0x570d1c;else{if(_0x321dc0)_0x24e16a=_0x321dc0;}}return{'ok':![],'status':_0x3268bd??null,'error':_0x24e16a};}export function runNpxSkillsRemove(_0x2fccf5,_0x406d78,_0x53ed69=LEGACY_RABETBASE_SKILL_SOURCE){const _0x50e034=a212_0x51b922;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x51c174=_0x406d78?.[_0x50e034(0x1c5)]??_0x50e034(0x1c6),_0x4dfe5c=resolveNpmBin('npx'),_0x1ed515=[NPX_FLAG_YES,NPX_SKILLS_CLI,_0x50e034(0x1bd),_0x53ed69,NPX_SKILLS_FLAG_SKILL,_0x406d78?.['skill']??DEFAULT_RABETBASE_SKILL_NAME,..._0x406d78?.['yes']?['-y']:[]],_0x5100ce=[_0x4dfe5c,..._0x1ed515][_0x50e034(0x1bc)]('\x20');console[_0x50e034(0x1c8)]('*\x20'+_0x5100ce);const _0x5342ef=spawnSync(_0x4dfe5c,_0x1ed515,{'cwd':_0x2fccf5,'stdio':_0x51c174,'env':process.env,'shell':![]}),_0x2b4ee1=_0x5342ef[_0x50e034(0x1be)];if(_0x2b4ee1===0x0)return{'ok':!![],'status':0x0};let _0x223ffc='exit\x20'+(_0x2b4ee1??_0x50e034(0x1ca));if(_0x51c174===_0x50e034(0x1b7)){const _0x5cbd03=_0x5342ef[_0x50e034(0x1cd)]?_0x5342ef['stderr'][_0x50e034(0x1cb)]()[_0x50e034(0x1d4)]():'',_0x7cb951=_0x5342ef[_0x50e034(0x1b9)]?_0x5342ef[_0x50e034(0x1b9)]['toString']()[_0x50e034(0x1d4)]():'';if(_0x5cbd03)_0x223ffc=_0x5cbd03;else{if(_0x7cb951)_0x223ffc=_0x7cb951;}}return{'ok':![],'status':_0x2b4ee1??null,'error':_0x223ffc};}export function runNpxSkillsAddGlobal(_0x1fc97e,_0x1c1c09,_0x51bc61){const _0x388f04=a212_0x51b922;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x172861=_0x51bc61?.[_0x388f04(0x1c5)]??_0x388f04(0x1c6),_0x592b9e=resolveNpmBin(_0x388f04(0x1bf)),_0x2ad63e=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x1c1c09,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES],_0x381cba=[_0x388f04(0x1bf),NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x1c1c09,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES][_0x388f04(0x1bc)]('\x20');console[_0x388f04(0x1c8)]('*\x20'+_0x381cba);const _0x1f14dd=spawnSync(_0x592b9e,_0x2ad63e,{'cwd':_0x1fc97e,'stdio':_0x172861,'env':process.env,'shell':![]}),_0x59f979=_0x1f14dd['status'];if(_0x59f979===0x0)return{'ok':!![],'status':0x0};let _0x94c1b5=_0x388f04(0x1cc)+(_0x59f979??_0x388f04(0x1ca));if(_0x172861===_0x388f04(0x1b7)){const _0xa1816e=_0x1f14dd[_0x388f04(0x1cd)]?_0x1f14dd['stderr'][_0x388f04(0x1cb)]()[_0x388f04(0x1d4)]():'',_0x5ac2a2=_0x1f14dd[_0x388f04(0x1b9)]?_0x1f14dd['stdout'][_0x388f04(0x1cb)]()[_0x388f04(0x1d4)]():'';if(_0xa1816e)_0x94c1b5=_0xa1816e;else{if(_0x5ac2a2)_0x94c1b5=_0x5ac2a2;}}return{'ok':![],'status':_0x59f979??null,'error':_0x94c1b5};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x5124c0,_0x13b1cd){const _0x1d574e=a213_0x4c9e,_0x25dff4=_0x5124c0();while(!![]){try{const _0x497585=parseInt(_0x1d574e(0xc5))/0x1*(parseInt(_0x1d574e(0xb5))/0x2)+-parseInt(_0x1d574e(0xbc))/0x3*(parseInt(_0x1d574e(0xbb))/0x4)+-parseInt(_0x1d574e(0xb8))/0x5*(-parseInt(_0x1d574e(0xb4))/0x6)+-parseInt(_0x1d574e(0xbe))/0x7*(parseInt(_0x1d574e(0xbd))/0x8)+parseInt(_0x1d574e(0xc2))/0x9*(parseInt(_0x1d574e(0xb9))/0xa)+parseInt(_0x1d574e(0xbf))/0xb*(-parseInt(_0x1d574e(0xc1))/0xc)+-parseInt(_0x1d574e(0xb6))/0xd;if(_0x497585===_0x13b1cd)break;else _0x25dff4['push'](_0x25dff4['shift']());}catch(_0x1260f2){_0x25dff4['push'](_0x25dff4['shift']());}}}(a213_0x31ee,0x356b7));function a213_0x4c9e(_0xa902fd,_0x203d8c){_0xa902fd=_0xa902fd-0xb4;const _0x31ee3f=a213_0x31ee();let _0x4c9ed9=_0x31ee3f[_0xa902fd];return _0x4c9ed9;}import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';import{getCliVersion}from'../utils/version.js';const SENSITIVE_PATTERNS=[/cookie/i,/token/i,/password/i,/passwd/i,/secret/i,/auth/i,/session/i,/credential/i,/^value$/i];function isSensitiveKey(_0x3caa95){return SENSITIVE_PATTERNS['some'](_0x4783b7=>_0x4783b7['test'](_0x3caa95));}function a213_0x31ee(){const _0x49f1ef=['durationMs','189444BujGXn','9JXtIHP','error','stringify','17GIGEXR','service','6bnEsaz','47510tuIuDx','3001076DgtZFp','entries','1517785AyArUU','3352490IdMbRA','rabetbase.command','488zMoLmW','1041HnFKzD','198704BmNjkG','84sAoTdS','176caBJbt'];a213_0x31ee=function(){return _0x49f1ef;};return a213_0x31ee();}function sanitizeFlags(_0x24580e){const _0x1d7250=a213_0x4c9e,_0x192fb4={};for(const [_0x199d58,_0x437431]of Object[_0x1d7250(0xb7)](_0x24580e)){isSensitiveKey(_0x199d58)?_0x192fb4[_0x199d58]=_0x437431!=null&&_0x437431!==''?'[REDACTED]':_0x437431:_0x192fb4[_0x199d58]=_0x437431;}return _0x192fb4;}export async function reportCommandTrace(_0xf86290){const _0x4be788=a213_0x4c9e;try{const _0x232e05=sanitizeFlags(_0xf86290['flags']);await sendCliTraceLog({'spanName':_0x4be788(0xba),'logData':{'command.cli_version':getCliVersion(),'command.service':_0xf86290[_0x4be788(0xc6)],'command.name':_0xf86290['command'],'command.flags':JSON[_0x4be788(0xc4)](_0x232e05),..._0xf86290['durationMs']!=null?{'command.duration_ms':_0xf86290[_0x4be788(0xc0)]}:{},..._0xf86290['error']?{'command.error':_0xf86290[_0x4be788(0xc3)]instanceof Error?_0xf86290[_0x4be788(0xc3)]['message']:String(_0xf86290['error'])}:{}}});}catch{}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a214_0x1b25(){var _0x461b40=['error','cli.help','Failed\x20to\x20report\x20CLI\x20help\x20trace:','11eoeiyD','16748170JnDMjq','1840416thjYjH','6pmoQIL','1344303VSMcPw','640518RjlUry','5563935NoCLoR','325615dWLknF','409821BFSwqG','service','8RJsFtU','21tADGwY'];a214_0x1b25=function(){return _0x461b40;};return a214_0x1b25();}(function(_0x2209aa,_0x3aaa3d){var _0x111540=a214_0x22ea,_0x26cf88=_0x2209aa();while(!![]){try{var _0x34a5eb=-parseInt(_0x111540(0x1e7))/0x1+-parseInt(_0x111540(0x1e3))/0x2*(-parseInt(_0x111540(0x1e8))/0x3)+parseInt(_0x111540(0x1e2))/0x4+-parseInt(_0x111540(0x1e6))/0x5+-parseInt(_0x111540(0x1e5))/0x6*(parseInt(_0x111540(0x1dc))/0x7)+-parseInt(_0x111540(0x1db))/0x8*(parseInt(_0x111540(0x1e4))/0x9)+parseInt(_0x111540(0x1e1))/0xa*(parseInt(_0x111540(0x1e0))/0xb);if(_0x34a5eb===_0x3aaa3d)break;else _0x26cf88['push'](_0x26cf88['shift']());}catch(_0x743de7){_0x26cf88['push'](_0x26cf88['shift']());}}}(a214_0x1b25,0x9b72a));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';function a214_0x22ea(_0x1f0949,_0x4b5bfa){_0x1f0949=_0x1f0949-0x1db;var _0x1b255e=a214_0x1b25();var _0x22eace=_0x1b255e[_0x1f0949];return _0x22eace;}export async function reportCliHelpTrace(_0xf91c2c,_0x4ef67d){var _0x8c5a98=a214_0x22ea;try{await sendCliTraceLog({'spanName':_0x8c5a98(0x1de),'logData':{'rabetbase.help.kind':_0xf91c2c,..._0x4ef67d?.[_0x8c5a98(0x1e9)]&&{'rabetbase.help.service':_0x4ef67d[_0x8c5a98(0x1e9)]}}});}catch(_0x3c884a){console[_0x8c5a98(0x1dd)](_0x8c5a98(0x1df),_0x3c884a);}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a215_0x5da9(){const _0x2604a4=['tenant','user','username','2920432iOnJAK','4279836Kjhkov','11EJplXs','tenant_code','503629ZGqcKW','production','71506UpyPuO','96NVIZyV','85jMQgig','186882TXRMXG','2651415dvnCXX','unknown','email','5867379jHbrSS','10NwooeE','nickname','daily'];a215_0x5da9=function(){return _0x2604a4;};return a215_0x5da9();}(function(_0x557640,_0x361143){const _0x8a8052=a215_0x5d95,_0x42eb07=_0x557640();while(!![]){try{const _0x794a28=parseInt(_0x8a8052(0x90))/0x1*(-parseInt(_0x8a8052(0x80))/0x2)+parseInt(_0x8a8052(0x84))/0x3+parseInt(_0x8a8052(0x8e))/0x4+-parseInt(_0x8a8052(0x82))/0x5*(parseInt(_0x8a8052(0x83))/0x6)+parseInt(_0x8a8052(0x92))/0x7*(parseInt(_0x8a8052(0x81))/0x8)+-parseInt(_0x8a8052(0x87))/0x9+parseInt(_0x8a8052(0x88))/0xa*(-parseInt(_0x8a8052(0x8f))/0xb);if(_0x794a28===_0x361143)break;else _0x42eb07['push'](_0x42eb07['shift']());}catch(_0xbe50e){_0x42eb07['push'](_0x42eb07['shift']());}}}(a215_0x5da9,0x7d5d0));import{VERSION,GIT_COMMIT}from'../generated/build-info.js';function a215_0x5d95(_0x5e666e,_0x2ca85a){_0x5e666e=_0x5e666e-0x7f;const _0x5da9c4=a215_0x5da9();let _0x5d95d2=_0x5da9c4[_0x5e666e];return _0x5d95d2;}import{getSessionUserInfo}from'../auth/get-session-user.js';import{setServiceConfig,setUserContext}from'@lovrabet/otel-logger';import{NPM_PACKAGE_NAME}from'../constant/cli.js';import{getConfigAppCode}from'../utils/config.js';let cliOtelTraceInitialized=![];export async function ensureCliOtelTraceConfig(){const _0x51c704=a215_0x5d95,_0x39d824=await getSessionUserInfo();if(!cliOtelTraceInitialized){const _0x516b36=_0x39d824?.[_0x51c704(0x8c)];setServiceConfig({'serviceName':NPM_PACKAGE_NAME,'serviceVersion':GIT_COMMIT!==_0x51c704(0x85)?VERSION+'+'+GIT_COMMIT:VERSION,'serviceEnv':process.env.RABETBASE_ENV??(process.env.RABETBASE_E2E_DAILY==='1'?_0x51c704(0x8a):_0x51c704(0x7f))}),setUserContext({'id':_0x516b36?.['id'],'username':_0x516b36?.[_0x51c704(0x8d)],'nickname':_0x516b36?.[_0x51c704(0x89)],'email':_0x516b36?.[_0x51c704(0x86)],'tenantCode':_0x516b36?.[_0x51c704(0x8b)][_0x51c704(0x91)],'appCode':getConfigAppCode()}),cliOtelTraceInitialized=!![];}return _0x39d824;}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x96918c,_0x328a25){const _0x256bce=a216_0x2769,_0x486066=_0x96918c();while(!![]){try{const _0x4ced00=-parseInt(_0x256bce(0x149))/0x1*(parseInt(_0x256bce(0x151))/0x2)+-parseInt(_0x256bce(0x153))/0x3*(parseInt(_0x256bce(0x14b))/0x4)+parseInt(_0x256bce(0x150))/0x5+parseInt(_0x256bce(0x14e))/0x6*(-parseInt(_0x256bce(0x147))/0x7)+parseInt(_0x256bce(0x14f))/0x8*(parseInt(_0x256bce(0x145))/0x9)+-parseInt(_0x256bce(0x144))/0xa+-parseInt(_0x256bce(0x148))/0xb*(-parseInt(_0x256bce(0x14d))/0xc);if(_0x4ced00===_0x328a25)break;else _0x486066['push'](_0x486066['shift']());}catch(_0x34211a){_0x486066['push'](_0x486066['shift']());}}}(a216_0x4349,0x7baa7));import{shutdownTraces}from'@lovrabet/otel-logger';function a216_0x4349(){const _0x27ea86=['once','16aWfNrU','SIGTERM','15597444lnbXBP','6zJzLcT','5128iPpIXh','2605915GHCFWk','42VSesCH','beforeExit','749823WvmQgB','exit','695940EPWWNu','4878AqYdOW','then','2520350sZrIih','11Svoiej','11069BtsGdF'];a216_0x4349=function(){return _0x27ea86;};return a216_0x4349();}let shutdownPromise=null;function a216_0x2769(_0x7452e8,_0x249131){_0x7452e8=_0x7452e8-0x144;const _0x43493f=a216_0x4349();let _0x276979=_0x43493f[_0x7452e8];return _0x276979;}export async function flushOtelNodeIfUsed(){if(shutdownPromise)return shutdownPromise;return shutdownPromise=((async()=>{try{await shutdownTraces();}catch{}})()),shutdownPromise;}export function registerOtelShutdownOnExit(){const _0x28114f=a216_0x2769;process[_0x28114f(0x14a)](_0x28114f(0x152),()=>{void flushOtelNodeIfUsed();});const _0x52a8b2=()=>{const _0x57bd06=_0x28114f;void flushOtelNodeIfUsed()[_0x57bd06(0x146)](()=>process[_0x57bd06(0x154)](0x0));};process['once']('SIGINT',_0x52a8b2),process[_0x28114f(0x14a)](_0x28114f(0x14c),_0x52a8b2);}export async function exitWithOtelShutdown(_0x14062c){const _0x1be883=a216_0x2769;await flushOtelNodeIfUsed(),process[_0x1be883(0x154)](_0x14062c);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
const a217_0x264d28=a217_0x3ed5;(function(_0x11ff92,_0x40bbdd){const _0x2497f1=a217_0x3ed5,_0xdedf0a=_0x11ff92();while(!![]){try{const _0x324255=parseInt(_0x2497f1(0x144))/0x1*(parseInt(_0x2497f1(0x153))/0x2)+parseInt(_0x2497f1(0x149))/0x3*(-parseInt(_0x2497f1(0x143))/0x4)+-parseInt(_0x2497f1(0x14a))/0x5*(parseInt(_0x2497f1(0x14b))/0x6)+parseInt(_0x2497f1(0x147))/0x7*(parseInt(_0x2497f1(0x154))/0x8)+parseInt(_0x2497f1(0x14f))/0x9*(parseInt(_0x2497f1(0x152))/0xa)+parseInt(_0x2497f1(0x150))/0xb*(parseInt(_0x2497f1(0x151))/0xc)+-parseInt(_0x2497f1(0x148))/0xd;if(_0x324255===_0x40bbdd)break;else _0xdedf0a['push'](_0xdedf0a['shift']());}catch(_0x241bc6){_0xdedf0a['push'](_0xdedf0a['shift']());}}}(a217_0x417d,0xa79b6));import{sendTraceLog}from'@lovrabet/otel-logger';import{ensureCliOtelTraceConfig}from'../telemetry/ensure-cli-otel-config.js';function a217_0x3ed5(_0x3feebe,_0x5c528c){_0x3feebe=_0x3feebe-0x143;const _0x417d92=a217_0x417d();let _0x3ed5dd=_0x417d92[_0x3feebe];return _0x3ed5dd;}function a217_0x417d(){const _0x391116=['manual','99dQSeep','11AONLun','8855928ebowVV','570310CmDgkB','310ZKLuQf','8IHjcYJ','92qKibrA','5246CaseNa','version','rabetbase-cli','5371569HMCAEg','4470804gcdiCU','153561coiuTH','25uJXLRl','885726dQbVyB','logData','traceparent'];a217_0x417d=function(){return _0x391116;};return a217_0x417d();}import{getCliVersion}from'../utils/version.js';const DEFAULT_TRACE_NAME=a217_0x264d28(0x146);export async function sendCliTraceLog(_0x57488d){const _0x26c6dc=a217_0x264d28;await ensureCliOtelTraceConfig(),sendTraceLog({'traceName':_0x57488d['traceName']??DEFAULT_TRACE_NAME,'version':_0x57488d[_0x26c6dc(0x145)]??getCliVersion(),'spanName':_0x57488d['spanName'],'eventType':_0x26c6dc(0x14e),'logData':_0x57488d[_0x26c6dc(0x14c)],..._0x57488d[_0x26c6dc(0x14d)]&&{'traceparent':_0x57488d[_0x26c6dc(0x14d)]}});}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a218_0x1811b3=a218_0x9b80;(function(_0x27cd1c,_0x20bc8a){const _0x82c5b6=a218_0x9b80,_0x5b828d=_0x27cd1c();while(!![]){try{const _0x50fb04=parseInt(_0x82c5b6(0x1ba))/0x1+-parseInt(_0x82c5b6(0x1b9))/0x2+-parseInt(_0x82c5b6(0x1b7))/0x3*(-parseInt(_0x82c5b6(0x1bc))/0x4)+-parseInt(_0x82c5b6(0x1c3))/0x5*(parseInt(_0x82c5b6(0x1b5))/0x6)+-parseInt(_0x82c5b6(0x1bf))/0x7+parseInt(_0x82c5b6(0x1c2))/0x8+parseInt(_0x82c5b6(0x1b6))/0x9;if(_0x50fb04===_0x20bc8a)break;else _0x5b828d['push'](_0x5b828d['shift']());}catch(_0x3a81af){_0x5b828d['push'](_0x5b828d['shift']());}}}(a218_0x2fa8,0xb64bf));function a218_0x9b80(_0x49adaa,_0x21f0b0){_0x49adaa=_0x49adaa-0x1b5;const _0x2fa88c=a218_0x2fa8();let _0x9b8005=_0x2fa88c[_0x49adaa];return _0x9b8005;}import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';export const PLATFORM_ISSUE_TRACE_NAME=a218_0x1811b3(0x1b8);function a218_0x2fa8(){const _0x59405c=['15MxipOQ','2151576pbqFYs','8876151mhWcAL','911949tQUqsW','platform-issue-log-collect','499076qnJYYC','167751BuxzgW','title','8SZzIIM','redactionCount','originalBytes','2999269tbwgJq','sanitize','truncated','5908192YbawwO'];a218_0x2fa8=function(){return _0x59405c;};return a218_0x2fa8();}export const PLATFORM_ISSUE_SPAN_NAME='issue.log.collect';export async function sendPlatformIssueCollectLog(_0x11a27a){const _0x106535=a218_0x1811b3;await sendCliTraceLog({'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0x11a27a[_0x106535(0x1bb)],'issue.description':_0x11a27a['description'],..._0x11a27a[_0x106535(0x1c0)]?{'issue.description_original_bytes':_0x11a27a[_0x106535(0x1c0)][_0x106535(0x1be)],'issue.description_truncated':_0x11a27a['sanitize'][_0x106535(0x1c1)],'issue.description_redactions':_0x11a27a[_0x106535(0x1c0)][_0x106535(0x1bd)],'issue.description_redaction_kinds':_0x11a27a[_0x106535(0x1c0)]['redactionKinds']['join'](',')}:{}}});}
|
package/lib/utils/ai_config.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a220_0x5017c5=a220_0x1964;(function(_0x4b0d04,_0x3edfb2){const _0x24fa71=a220_0x1964,_0x3aed07=_0x4b0d04();while(!![]){try{const _0x17f174=parseInt(_0x24fa71(0x12a))/0x1*(parseInt(_0x24fa71(0x153))/0x2)+-parseInt(_0x24fa71(0x137))/0x3*(-parseInt(_0x24fa71(0x14e))/0x4)+-parseInt(_0x24fa71(0x131))/0x5*(parseInt(_0x24fa71(0x150))/0x6)+parseInt(_0x24fa71(0x152))/0x7+-parseInt(_0x24fa71(0x12f))/0x8+-parseInt(_0x24fa71(0x157))/0x9*(-parseInt(_0x24fa71(0x128))/0xa)+parseInt(_0x24fa71(0x134))/0xb*(-parseInt(_0x24fa71(0x13b))/0xc);if(_0x17f174===_0x3edfb2)break;else _0x3aed07['push'](_0x3aed07['shift']());}catch(_0x15369f){_0x3aed07['push'](_0x3aed07['shift']());}}}(a220_0x2e4f,0x31461));function a220_0x1964(_0x4e9477,_0x7f3816){_0x4e9477=_0x4e9477-0x125;const _0x2e4f7d=a220_0x2e4f();let _0x196465=_0x2e4f7d[_0x4e9477];return _0x196465;}export const CORE_IDE_CONFIGS={'cursor':{'name':a220_0x5017c5(0x148),'description':a220_0x5017c5(0x14c),'folders':[a220_0x5017c5(0x139),'.cursor'],'files':[{'type':a220_0x5017c5(0x136),'path':a220_0x5017c5(0x12d),'template':a220_0x5017c5(0x130)}]},'windsurf':{'name':a220_0x5017c5(0x147),'description':a220_0x5017c5(0x12b),'folders':['.windsurf'],'files':[{'type':a220_0x5017c5(0x136),'path':'.windsurf/workflows/rabetbase.md','template':a220_0x5017c5(0x130)}]},'claude':{'name':a220_0x5017c5(0x138),'description':a220_0x5017c5(0x138),'folders':[a220_0x5017c5(0x133)],'files':[{'type':a220_0x5017c5(0x136),'path':'.claude/skills/lovrabet/SKILL.md','template':a220_0x5017c5(0x130)}]},'cline':{'name':a220_0x5017c5(0x14b),'description':a220_0x5017c5(0x156),'folders':[a220_0x5017c5(0x13f)],'files':[{'type':a220_0x5017c5(0x136),'path':a220_0x5017c5(0x15c),'template':'SKILL.md.tpl'}]},'codex':{'name':a220_0x5017c5(0x154),'description':a220_0x5017c5(0x141),'folders':[a220_0x5017c5(0x140)],'files':[{'type':a220_0x5017c5(0x136),'path':'.codex/skills/lovrabet/SKILL.md','template':'SKILL.md.tpl'}]},'opencode':{'name':a220_0x5017c5(0x13e),'description':'OpenCode\x20IDE','folders':[a220_0x5017c5(0x151)],'files':[{'type':a220_0x5017c5(0x136),'path':a220_0x5017c5(0x14f),'template':a220_0x5017c5(0x130)}]},'qoder':{'name':'Qoder','description':a220_0x5017c5(0x13a),'folders':[a220_0x5017c5(0x129)],'files':[{'type':'file','path':a220_0x5017c5(0x15d),'template':'SKILL.md.tpl'},{'type':a220_0x5017c5(0x136),'path':'.qoder/skills/lovrabet/SKILL.md','template':'SKILL.md.tpl'}]},'codebuddy':{'name':a220_0x5017c5(0x146),'description':a220_0x5017c5(0x14a),'folders':[a220_0x5017c5(0x145)],'files':[{'type':a220_0x5017c5(0x136),'path':a220_0x5017c5(0x12e),'template':a220_0x5017c5(0x130)}]},'trae':{'name':'Trae','description':'Trae\x20IDE','folders':[a220_0x5017c5(0x149)],'files':[{'type':a220_0x5017c5(0x136),'path':a220_0x5017c5(0x159),'template':a220_0x5017c5(0x130)}]}};function a220_0x2e4f(){const _0x5dbbac=['.agent','windsurf','.codebuddy','CodeBuddy','Windsurf','Cursor','.trae','CodeBuddy\x20IDE','Cline','Cursor\x20IDE','cursor','8cbfIEJ','.opencode/skills/lovrabet/SKILL.md','6EQBDUM','.opencode','2468522uABiib','4428hRWyuf','Codex','其他\x20(通用模板)','Cline\x20IDE','54081kuxzGD','claude','.trae/skills/lovrabet/SKILL.md','trae','通用模板\x20-\x20兜底方案','.cline/skills/lovrabet/SKILL.md','.qoder/rules/rabetbase.md','opencode','Antigravity\x20IDE','.agent/skills/lovrabet/SKILL.md','370hZHTat','.qoder','33ALAqjE','Windsurf\x20IDE','qoder','.cursor/skills/rabetbase.md','.codebuddy/skills/lovrabet/SKILL.md','2990640JZepKM','SKILL.md.tpl','920090cVRphq','codebuddy','.claude','1507209oDqLAZ','Antigravity','file','578505rTabiP','Claude\x20Code','.cursorrules','Qoder\x20IDE','24nkEKvn','codex','agent','OpenCode','.cline','.codex','Codex\x20IDE','cline'];a220_0x2e4f=function(){return _0x5dbbac;};return a220_0x2e4f();}export const IDE_CONFIGS={...CORE_IDE_CONFIGS,'agent':{'name':a220_0x5017c5(0x155),'description':a220_0x5017c5(0x15b),'folders':['.agent'],'files':[{'type':a220_0x5017c5(0x136),'path':a220_0x5017c5(0x127),'template':a220_0x5017c5(0x130)}]},'antigravity':{'name':a220_0x5017c5(0x135),'description':a220_0x5017c5(0x126),'folders':[a220_0x5017c5(0x143)],'files':[{'type':a220_0x5017c5(0x136),'path':'.agent/skills/lovrabet/SKILL.md','template':a220_0x5017c5(0x130)}]}};export const CORE_IDE_LIST=[a220_0x5017c5(0x158),a220_0x5017c5(0x142),a220_0x5017c5(0x132),a220_0x5017c5(0x13c),a220_0x5017c5(0x14d),a220_0x5017c5(0x125),a220_0x5017c5(0x12c),a220_0x5017c5(0x15a),a220_0x5017c5(0x144)];export const IDE_LIST=['antigravity',a220_0x5017c5(0x158),a220_0x5017c5(0x142),a220_0x5017c5(0x132),'codex',a220_0x5017c5(0x14d),a220_0x5017c5(0x125),a220_0x5017c5(0x12c),a220_0x5017c5(0x15a),a220_0x5017c5(0x144),a220_0x5017c5(0x13d)];export const ALL_CORE_IDES=[a220_0x5017c5(0x14d),a220_0x5017c5(0x144),a220_0x5017c5(0x158),'cline',a220_0x5017c5(0x13c),a220_0x5017c5(0x125),'qoder',a220_0x5017c5(0x132),'trae'];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x346cf8,_0x3d640c){const _0x1767b0=a221_0x5466,_0x2bb000=_0x346cf8();while(!![]){try{const _0x33b9be=parseInt(_0x1767b0(0x124))/0x1+-parseInt(_0x1767b0(0x123))/0x2*(-parseInt(_0x1767b0(0x120))/0x3)+-parseInt(_0x1767b0(0x122))/0x4+parseInt(_0x1767b0(0x11e))/0x5+parseInt(_0x1767b0(0x126))/0x6+-parseInt(_0x1767b0(0x121))/0x7+-parseInt(_0x1767b0(0x125))/0x8*(parseInt(_0x1767b0(0x11f))/0x9);if(_0x33b9be===_0x3d640c)break;else _0x2bb000['push'](_0x2bb000['shift']());}catch(_0x1e0627){_0x2bb000['push'](_0x2bb000['shift']());}}}(a221_0x5aaf,0x5c45a));function a221_0x5aaf(){const _0xf3bd89=['2032536fdlIWM','314XCkzNs','321239aFTnUS','132656DlnEjt','2558982cQnhHR','3235175EMRMYr','153OUCycm','1893mwXjay','2281048qDoLpw'];a221_0x5aaf=function(){return _0xf3bd89;};return a221_0x5aaf();}import{createJqFilter,resolveBundledJqPaths}from'@lovrabet/cli-framework';import{CliErrors}from'../errors.js';function a221_0x5466(_0x5c511b,_0x4c61f1){_0x5c511b=_0x5c511b-0x11e;const _0x5aafdc=a221_0x5aaf();let _0x546676=_0x5aafdc[_0x5c511b];return _0x546676;}export const applyJqFilter=createJqFilter(CliErrors,{'bundledJqPaths':resolveBundledJqPaths()});
|
package/lib/utils/cdn-config.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x23442d,_0x27ce69){const _0x3f1681=a222_0x35d0,_0x4c2e16=_0x23442d();while(!![]){try{const _0x233f5c=parseInt(_0x3f1681(0x167))/0x1+-parseInt(_0x3f1681(0x16b))/0x2+-parseInt(_0x3f1681(0x162))/0x3*(-parseInt(_0x3f1681(0x164))/0x4)+-parseInt(_0x3f1681(0x16f))/0x5+parseInt(_0x3f1681(0x161))/0x6+-parseInt(_0x3f1681(0x163))/0x7+parseInt(_0x3f1681(0x16a))/0x8;if(_0x233f5c===_0x27ce69)break;else _0x4c2e16['push'](_0x4c2e16['shift']());}catch(_0x2936a0){_0x4c2e16['push'](_0x4c2e16['shift']());}}}(a222_0x4907,0x9e8a3));import{getTemplateBaseUrl}from'../utils/config.js';export async function fetchCdnConfig(){const _0x574d7c=a222_0x35d0,_0x1c3861=getTemplateBaseUrl(),_0x1f3251=[_0x1c3861+_0x574d7c(0x165),_0x1c3861+'/config/index.json'];for(const _0x5ef6e8 of _0x1f3251){try{const _0x4a6bb=await fetch(_0x5ef6e8,{'headers':{'Accept':_0x574d7c(0x166)}});if(!_0x4a6bb['ok'])continue;const _0x55d8d5=await _0x4a6bb[_0x574d7c(0x169)]();if(!_0x55d8d5[_0x574d7c(0x168)]?.[_0x574d7c(0x16e)]||!_0x55d8d5['sdk']?.[_0x574d7c(0x16d)]?.[_0x574d7c(0x16e)])continue;return _0x55d8d5;}catch{}}return null;}let cachedConfig=null,cacheTime=0x0;const CACHE_TTL=0x5*0x3c*0x3e8,FAILURE_CACHE_TTL=0x3c*0x3e8;let hasCachedConfig=![];function a222_0x35d0(_0x317ec9,_0x194df0){_0x317ec9=_0x317ec9-0x161;const _0x490706=a222_0x4907();let _0x35d05a=_0x490706[_0x317ec9];return _0x35d05a;}export async function getCdnConfig(){const _0x8f0f4=a222_0x35d0,_0x803849=Date[_0x8f0f4(0x16c)]();if(hasCachedConfig){const _0x51cf53=cachedConfig?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x803849-cacheTime<_0x51cf53)return cachedConfig;}const _0x39dd1f=await fetchCdnConfig();return cachedConfig=_0x39dd1f,cacheTime=_0x803849,hasCachedConfig=!![],_0x39dd1f;}export function clearCdnConfigCache(){cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];}function a222_0x4907(){const _0x32da23=['6431265XgSUqs','2746008FZAisV','5541BwDHWv','2998296DScsrd','2732OjFxsD','/config.json','application/json','373784YvqcDf','cli','json','3966808msRyfw','449688reKsJn','now','node','stableVersion'];a222_0x4907=function(){return _0x32da23;};return a222_0x4907();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a223_0x4cb9fc=a223_0x2435;(function(_0x55366f,_0x42d4d9){const _0x2639eb=a223_0x2435,_0x501f53=_0x55366f();while(!![]){try{const _0x28e29b=-parseInt(_0x2639eb(0xb4))/0x1+parseInt(_0x2639eb(0xb3))/0x2+-parseInt(_0x2639eb(0xae))/0x3*(parseInt(_0x2639eb(0xa7))/0x4)+parseInt(_0x2639eb(0x9f))/0x5*(-parseInt(_0x2639eb(0xaf))/0x6)+parseInt(_0x2639eb(0x9a))/0x7*(parseInt(_0x2639eb(0x98))/0x8)+parseInt(_0x2639eb(0xad))/0x9+parseInt(_0x2639eb(0xa1))/0xa;if(_0x28e29b===_0x42d4d9)break;else _0x501f53['push'](_0x501f53['shift']());}catch(_0x586e9d){_0x501f53['push'](_0x501f53['shift']());}}}(a223_0x3a84,0x3bca5));import a223_0x5613af from'node:fs';import a223_0x32bf76 from'node:path';import a223_0x12a496 from'semver';function a223_0x2435(_0x5b4acb,_0x29d7c1){_0x5b4acb=_0x5b4acb-0x97;const _0x3a84ac=a223_0x3a84();let _0x243593=_0x3a84ac[_0x5b4acb];return _0x243593;}import{getCdnConfig}from'../utils/cdn-config.js';const FALLBACK_MIN_SDK_VERSION=a223_0x4cb9fc(0xa5);function isNonNumericVersion(_0x3c0b5e){const _0x5a1908=a223_0x4cb9fc,_0x257908=[/^latest$/i,/^beta$/i,/^alpha$/i,/^canary$/i,/^\*$/,/^x$/];return _0x257908['some'](_0x34d976=>_0x34d976[_0x5a1908(0xb8)](_0x3c0b5e));}function getInstalledVersion(_0x54648a,_0x5ba324){const _0xe07f58=a223_0x4cb9fc;try{const _0x2fa90e=a223_0x32bf76[_0xe07f58(0xb6)](_0x54648a,_0xe07f58(0xa8),_0x5ba324,_0xe07f58(0xbc));if(a223_0x5613af[_0xe07f58(0xb0)](_0x2fa90e)){const _0x3ccd93=JSON[_0xe07f58(0xba)](a223_0x5613af['readFileSync'](_0x2fa90e,_0xe07f58(0xa3)));return _0x3ccd93[_0xe07f58(0xaa)]||null;}}catch{}return null;}async function getSdkStableVersion(){const _0x35e70c=a223_0x4cb9fc;try{const _0x4b881=await getCdnConfig();return _0x4b881?.[_0x35e70c(0xb1)]?.[_0x35e70c(0xa9)]?.[_0x35e70c(0xab)]||null;}catch{return null;}}async function getSdkPackageName(){const _0x1a7894=a223_0x4cb9fc;try{const _0xce9e89=await getCdnConfig();return _0xce9e89?.[_0x1a7894(0xb1)]?.[_0x1a7894(0xa9)]?.['packageName']||'@lovrabet/sdk';}catch{return _0x1a7894(0xb7);}}export async function checkSdkVersion(_0x3d886f){const _0x303ee3=a223_0x4cb9fc,_0x22def7=a223_0x32bf76[_0x303ee3(0xb6)](_0x3d886f,_0x303ee3(0xbc)),[_0x4a5cf9,_0x566f44]=await Promise['all']([getSdkStableVersion(),getSdkPackageName()]),_0x2831cf=_0x4a5cf9||FALLBACK_MIN_SDK_VERSION;if(!a223_0x5613af['existsSync'](_0x22def7))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x2831cf,'packageName':_0x566f44,'stableVersion':_0x4a5cf9};try{const _0x578abd=JSON[_0x303ee3(0xba)](a223_0x5613af[_0x303ee3(0x9e)](_0x22def7,_0x303ee3(0xa2))),_0x16ecce=_0x578abd[_0x303ee3(0xbb)]||{},_0xaa5349=_0x578abd['devDependencies']||{},_0x568e3e=_0x16ecce[_0x566f44]||_0xaa5349[_0x566f44];if(!_0x568e3e)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x2831cf,'packageName':_0x566f44,'stableVersion':_0x4a5cf9};let _0x388b61=getInstalledVersion(_0x3d886f,_0x566f44);!_0x388b61&&(_0x388b61=_0x568e3e);if(isNonNumericVersion(_0x568e3e))return{'installed':!![],'version':_0x388b61,'needsUpgrade':![],'minVersion':_0x2831cf,'packageName':_0x566f44,'stableVersion':_0x4a5cf9};const _0x177be9=a223_0x12a496['coerce'](_0x388b61),_0x6de8ac=a223_0x12a496[_0x303ee3(0xb2)](_0x2831cf),_0x3f0e1d=_0x177be9&&_0x6de8ac?a223_0x12a496['lt'](_0x177be9,_0x6de8ac):![];return{'installed':!![],'version':_0x388b61,'needsUpgrade':_0x3f0e1d,'minVersion':_0x2831cf,'packageName':_0x566f44,'stableVersion':_0x4a5cf9};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x2831cf,'packageName':_0x566f44,'stableVersion':_0x4a5cf9};}}export function checkSdkVersionSync(_0xeca0f5){const _0x3a0bdf=a223_0x4cb9fc,_0x3749e0=a223_0x32bf76[_0x3a0bdf(0xb6)](_0xeca0f5,_0x3a0bdf(0xbc)),_0x4d8f5e=_0x3a0bdf(0xb7);if(!a223_0x5613af[_0x3a0bdf(0xb0)](_0x3749e0))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x4d8f5e,'stableVersion':null};try{const _0x597d2a=JSON['parse'](a223_0x5613af[_0x3a0bdf(0x9e)](_0x3749e0,'utf8')),_0x596112=_0x597d2a[_0x3a0bdf(0xbb)]||{},_0x14f39f=_0x597d2a[_0x3a0bdf(0x9c)]||{},_0x311c19=_0x596112[_0x4d8f5e]||_0x14f39f[_0x4d8f5e];if(!_0x311c19)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x4d8f5e,'stableVersion':null};let _0x68c0a3=getInstalledVersion(_0xeca0f5,_0x4d8f5e);!_0x68c0a3&&(_0x68c0a3=_0x311c19);if(isNonNumericVersion(_0x311c19))return{'installed':!![],'version':_0x68c0a3,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x4d8f5e,'stableVersion':null};const _0x9e35dd=a223_0x12a496[_0x3a0bdf(0xb2)](_0x68c0a3),_0x55798a=_0x9e35dd?a223_0x12a496['lt'](_0x9e35dd,FALLBACK_MIN_SDK_VERSION):![];return{'installed':!![],'version':_0x68c0a3,'needsUpgrade':_0x55798a,'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x4d8f5e,'stableVersion':null};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x4d8f5e,'stableVersion':null};}}function a223_0x3a84(){const _0x94034=['test','npm\x20install\x20','parse','dependencies','package.json','log','8192JxuzFH','\x1b[33m','1393JtzISQ','needsUpgrade','devDependencies','\x20\x20\x20Upgrade\x20command:\x20','readFileSync','35SrrZsZ','packageName','5431140PGQMVf','utf8','utf-8','↪\x20SDK\x20update\x20available','1.2.0','minVersion','8CWJFIc','node_modules','node','version','stableVersion','latest','734166nGRABx','50877vnHUhL','241062IUJiyz','existsSync','sdk','coerce','354084GiHBHH','445448NgEIny','\x1b[0m','join','@lovrabet/sdk'];a223_0x3a84=function(){return _0x94034;};return a223_0x3a84();}export function printSdkUpgradeWarning(_0x960001){const _0x3a1bdc=a223_0x4cb9fc;if(!_0x960001[_0x3a1bdc(0x9b)])return;const _0x3e0ac7=_0x3a1bdc(0x99),_0x240f69=_0x3a1bdc(0xb5),_0x2ccf0e='\x1b[1m',_0x20c72c=_0x960001[_0x3a1bdc(0xa0)]||_0x3a1bdc(0xb7),_0x21c88c=_0x960001['stableVersion']||_0x960001[_0x3a1bdc(0xa6)],_0x41f243=_0x3a1bdc(0xb9)+_0x20c72c+'@'+(_0x21c88c||_0x3a1bdc(0xac));console[_0x3a1bdc(0x97)](),console[_0x3a1bdc(0x97)](''+_0x3e0ac7+_0x2ccf0e+_0x3a1bdc(0xa4)+_0x240f69),console[_0x3a1bdc(0x97)](_0x3e0ac7+'\x20\x20\x20Current\x20version:\x20'+_0x20c72c+'@'+_0x960001[_0x3a1bdc(0xaa)]+_0x240f69),console[_0x3a1bdc(0x97)](_0x3e0ac7+'\x20\x20\x20Stable\x20version:\x20'+_0x21c88c+_0x240f69),console[_0x3a1bdc(0x97)](_0x3e0ac7+_0x3a1bdc(0x9d)+_0x41f243+_0x240f69),console[_0x3a1bdc(0x97)]();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x3c7f31,_0x1b2bd0){const _0x385642=a224_0x4f54,_0x2327ba=_0x3c7f31();while(!![]){try{const _0x545f76=parseInt(_0x385642(0x15b))/0x1*(-parseInt(_0x385642(0x160))/0x2)+-parseInt(_0x385642(0x174))/0x3+parseInt(_0x385642(0x164))/0x4*(-parseInt(_0x385642(0x16a))/0x5)+parseInt(_0x385642(0x16f))/0x6+parseInt(_0x385642(0x171))/0x7+-parseInt(_0x385642(0x167))/0x8+parseInt(_0x385642(0x173))/0x9*(parseInt(_0x385642(0x179))/0xa);if(_0x545f76===_0x1b2bd0)break;else _0x2327ba['push'](_0x2327ba['shift']());}catch(_0x146bf8){_0x2327ba['push'](_0x2327ba['shift']());}}}(a224_0x7b59,0x69416));import{readFileSync}from'node:fs';import{resolve,dirname}from'node:path';import{fileURLToPath}from'node:url';import a224_0x4d3a52 from'semver';import{getCliVersionPolicy}from'../utils/cli-version-policy.js';import{NPM_PACKAGE_NAME}from'../constant/cli.js';function a224_0x7b59(){const _0x25848c=['Minimum\x20supported:\x20','upgradeMessage','255321DTmUFe','minimumVersion','\x20\x20\x20Upgrade\x20command:\x20','\x20\x20\x20Recommended\x20stable:\x20','package.json','2hUNlbX','Current\x20version:\x20','belowMinimum','needsUpgrade','1949852NyyuoZ','minimumVersionMessage','validation','4642008SXnOyW','../..','join','5ukVAbt','parse','stableVersion','\x1b[31m','filter','3303912iVafEh','↪\x20New\x20version\x20available','2016322bjHrjV','\x20\x20\x20Stable\x20version:\x20','6597waRjsE','2216754kWNzNQ','npm\x20install\x20-g\x20','coerce','↪\x20Critical\x20CLI\x20upgrade\x20required','1.0.0','22570eGYJVq','utf-8','\x1b[0m','currentVersion','latest','\x20\x20\x20','\x1b[1m','\x1b[33m','log','\x20\x20\x20Current\x20CLI\x20version:\x20'];a224_0x7b59=function(){return _0x25848c;};return a224_0x7b59();}import{CliErrors}from'../errors.js';function a224_0x4f54(_0x59ca3b,_0x3bee8a){_0x59ca3b=_0x59ca3b-0x15b;const _0x7b59bd=a224_0x7b59();let _0x4f548e=_0x7b59bd[_0x59ca3b];return _0x4f548e;}export function getCliUpgradeCommand(_0x41eb6a){const _0x4aea30=a224_0x4f54,_0x24dab6=_0x41eb6a['stableVersion']||_0x4aea30(0x17d);return _0x4aea30(0x175)+NPM_PACKAGE_NAME+'@'+_0x24dab6;}function getCurrentCliVersion(){const _0x5117ab=a224_0x4f54;try{const _0x10b20a=fileURLToPath(import.meta.url),_0x5636ed=resolve(dirname(_0x10b20a),_0x5117ab(0x168)),_0x1c6b28=resolve(_0x5636ed,_0x5117ab(0x15f)),_0xc8bda0=JSON[_0x5117ab(0x16b)](readFileSync(_0x1c6b28,_0x5117ab(0x17a)));return _0xc8bda0['version']||_0x5117ab(0x178);}catch{return _0x5117ab(0x178);}}export async function checkCliVersion(){const _0x840a1f=a224_0x4f54,_0x1de0a4=getCurrentCliVersion(),_0x202748=await getCliVersionPolicy(),_0x35caff=_0x202748?.[_0x840a1f(0x16c)]||null,_0x19ef6e=_0x202748?.['minimumVersion']||null;let _0x3a9c53=![],_0x2d7479=![];const _0x55a56e=a224_0x4d3a52[_0x840a1f(0x176)](_0x1de0a4);if(_0x55a56e&&_0x35caff)try{const _0x1ea704=a224_0x4d3a52[_0x840a1f(0x176)](_0x35caff);if(_0x1ea704)_0x3a9c53=a224_0x4d3a52['lt'](_0x55a56e,_0x1ea704);}catch{}if(_0x55a56e&&_0x19ef6e)try{const _0x794885=a224_0x4d3a52['coerce'](_0x19ef6e);if(_0x794885)_0x2d7479=a224_0x4d3a52['lt'](_0x55a56e,_0x794885);}catch{}return _0x2d7479&&(_0x3a9c53=!![]),{'currentVersion':_0x1de0a4,'stableVersion':_0x35caff,'minimumVersion':_0x19ef6e,'needsUpgrade':_0x3a9c53,'belowMinimum':_0x2d7479,'isPreRelease':![],'upgradeMessage':_0x202748?.[_0x840a1f(0x184)],'minimumVersionMessage':_0x202748?.[_0x840a1f(0x165)]};}export function printCliUpgradeWarning(_0x12c995){const _0x3dc271=a224_0x4f54;if(!_0x12c995[_0x3dc271(0x163)]&&!_0x12c995[_0x3dc271(0x162)])return;const _0x4f0cc7=_0x3dc271(0x16d),_0x1a3571=_0x3dc271(0x180),_0x2926c6=_0x3dc271(0x17b),_0xe5d9bd=_0x3dc271(0x17f),_0x337efd=getCliUpgradeCommand(_0x12c995);console[_0x3dc271(0x181)](),_0x12c995[_0x3dc271(0x162)]?(console[_0x3dc271(0x181)](''+_0x4f0cc7+_0xe5d9bd+_0x3dc271(0x177)+_0x2926c6),console['log'](_0x4f0cc7+_0x3dc271(0x182)+_0x12c995[_0x3dc271(0x17c)]+_0x2926c6),_0x12c995['minimumVersion']&&console[_0x3dc271(0x181)](_0x4f0cc7+'\x20\x20\x20Minimum\x20supported:\x20'+_0x12c995[_0x3dc271(0x15c)]+_0x2926c6),_0x12c995[_0x3dc271(0x16c)]&&_0x12c995[_0x3dc271(0x16c)]!==_0x12c995[_0x3dc271(0x15c)]&&console['log'](_0x4f0cc7+_0x3dc271(0x15e)+_0x12c995[_0x3dc271(0x16c)]+_0x2926c6),_0x12c995[_0x3dc271(0x165)]&&console[_0x3dc271(0x181)](_0x4f0cc7+_0x3dc271(0x17e)+_0x12c995[_0x3dc271(0x165)]+_0x2926c6),console['log'](_0x4f0cc7+'\x20\x20\x20Upgrade\x20command:\x20'+_0x337efd+_0x2926c6)):(console['log'](''+_0x1a3571+_0xe5d9bd+_0x3dc271(0x170)+_0x2926c6),console[_0x3dc271(0x181)](_0x1a3571+_0x3dc271(0x182)+_0x12c995[_0x3dc271(0x17c)]+_0x2926c6),console[_0x3dc271(0x181)](_0x1a3571+_0x3dc271(0x172)+_0x12c995['stableVersion']+_0x2926c6),_0x12c995[_0x3dc271(0x184)]&&console[_0x3dc271(0x181)](_0x1a3571+_0x3dc271(0x17e)+_0x12c995['upgradeMessage']+_0x2926c6),console[_0x3dc271(0x181)](_0x1a3571+_0x3dc271(0x15d)+_0x337efd+_0x2926c6)),console[_0x3dc271(0x181)]();}export function assertCliVersionSupported(_0x2e7e89){const _0x5e5d14=a224_0x4f54;if(!_0x2e7e89['belowMinimum'])return;const _0x31a1f9=[_0x2e7e89[_0x5e5d14(0x165)],_0x5e5d14(0x161)+_0x2e7e89[_0x5e5d14(0x17c)],_0x2e7e89[_0x5e5d14(0x15c)]?_0x5e5d14(0x183)+_0x2e7e89[_0x5e5d14(0x15c)]:null,'Upgrade\x20command:\x20'+getCliUpgradeCommand(_0x2e7e89)][_0x5e5d14(0x16e)](Boolean)[_0x5e5d14(0x169)]('\x0a');throw CliErrors[_0x5e5d14(0x166)]('Current\x20CLI\x20version\x20is\x20below\x20the\x20service\x20compatibility\x20support\x20line.',_0x31a1f9);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x113151,_0x42b00c){const _0x27b079=a225_0x5925,_0x488451=_0x113151();while(!![]){try{const _0x51ebd7=parseInt(_0x27b079(0x1c1))/0x1+parseInt(_0x27b079(0x1ce))/0x2*(-parseInt(_0x27b079(0x1c9))/0x3)+parseInt(_0x27b079(0x1d0))/0x4*(parseInt(_0x27b079(0x1cc))/0x5)+-parseInt(_0x27b079(0x1bb))/0x6+parseInt(_0x27b079(0x1c4))/0x7+-parseInt(_0x27b079(0x1c2))/0x8*(parseInt(_0x27b079(0x1ca))/0x9)+parseInt(_0x27b079(0x1d2))/0xa*(parseInt(_0x27b079(0x1d1))/0xb);if(_0x51ebd7===_0x42b00c)break;else _0x488451['push'](_0x488451['shift']());}catch(_0x529248){_0x488451['push'](_0x488451['shift']());}}}(a225_0x28a3,0xea4c0));function a225_0x5925(_0x502974,_0x14d5f3){_0x502974=_0x502974-0x1ba;const _0x28a328=a225_0x28a3();let _0x5925cc=_0x28a328[_0x502974];return _0x5925cc;}import{CLI_VERSION_POLICY_URL}from'../constant/cdn.js';const CACHE_TTL=0x5*0x3c*0x3e8,FAILURE_CACHE_TTL=0x3c*0x3e8,FETCH_TIMEOUT_MS=0xbb8;function pickString(_0x15b40e){const _0x349496=a225_0x5925;return typeof _0x15b40e===_0x349496(0x1c5)&&_0x15b40e['trim']()[_0x349496(0x1c3)]>0x0?_0x15b40e[_0x349496(0x1bc)]():null;}function normalizeCliVersionPolicy(_0x394297){const _0x3848d9=a225_0x5925;if(!_0x394297||typeof _0x394297!==_0x3848d9(0x1c6))return null;const _0x594455=_0x394297,_0x15b3b2=_0x594455['cli']&&typeof _0x594455[_0x3848d9(0x1be)]===_0x3848d9(0x1c6)?_0x594455[_0x3848d9(0x1be)]:_0x594455,_0x52e7ab=pickString(_0x15b3b2['stableVersion'])||pickString(_0x15b3b2[_0x3848d9(0x1cb)])||pickString(_0x15b3b2[_0x3848d9(0x1c8)]),_0x4aa2e7=pickString(_0x15b3b2[_0x3848d9(0x1cf)])||pickString(_0x15b3b2[_0x3848d9(0x1ba)]);if(!_0x52e7ab&&!_0x4aa2e7)return null;return{'stableVersion':_0x52e7ab,'minimumVersion':_0x4aa2e7,'upgradeMessage':pickString(_0x15b3b2[_0x3848d9(0x1cd)])||undefined,'minimumVersionMessage':pickString(_0x15b3b2[_0x3848d9(0x1d3)])||undefined};}export async function fetchCliVersionPolicy(){const _0x3b1a68=a225_0x5925,_0x10f371=new AbortController(),_0x5e7304=setTimeout(()=>_0x10f371[_0x3b1a68(0x1bf)](),FETCH_TIMEOUT_MS);try{const _0x1e2910=await fetch(CLI_VERSION_POLICY_URL,{'headers':{'Accept':_0x3b1a68(0x1c7)},'signal':_0x10f371[_0x3b1a68(0x1c0)]});if(!_0x1e2910['ok'])return null;const _0x4b4596=await _0x1e2910[_0x3b1a68(0x1bd)]();return normalizeCliVersionPolicy(_0x4b4596);}catch{return null;}finally{clearTimeout(_0x5e7304);}}let cachedPolicy=null,cacheTime=0x0,hasCachedPolicy=![];export async function getCliVersionPolicy(){const _0x8730b9=Date['now']();if(hasCachedPolicy){const _0x2e6e05=cachedPolicy?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x8730b9-cacheTime<_0x2e6e05)return cachedPolicy;}const _0x527526=await fetchCliVersionPolicy();return cachedPolicy=_0x527526,cacheTime=_0x8730b9,hasCachedPolicy=!![],_0x527526;}export function clearCliVersionPolicyCache(){cachedPolicy=null,cacheTime=0x0,hasCachedPolicy=![];}function a225_0x28a3(){const _0x51b536=['abort','signal','442687RjAgVS','2183920yLGfVl','length','1193150YBjHWh','string','object','application/json','recommendedVersion','1880313eWvVTs','9kuNOoG','latestVersion','10565jrCLHb','upgradeMessage','6hKUyXb','minimumVersion','2348aCMeBf','13134bzWxsG','15240wkTvCC','minimumVersionMessage','minVersion','3360846OWkOAm','trim','json','cli'];a225_0x28a3=function(){return _0x51b536;};return a225_0x28a3();}
|
package/lib/utils/config.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a226_0x2a3d(_0x27f14a,_0x33a3d1){_0x27f14a=_0x27f14a-0x12c;const _0x596777=a226_0x5967();let _0x2a3dac=_0x596777[_0x27f14a];return _0x2a3dac;}function a226_0x5967(){const _0x45876a=['509230xRuNwm','366848FUUgKR','27fmVAkB','2532334KSbvNc','325284ekRgAc','string','1740516baHGMG','562190DcfwjQ','27JBWzVA','env','4MEetvP','48738MelIpx'];a226_0x5967=function(){return _0x45876a;};return a226_0x5967();}(function(_0x1a2246,_0x1a61c1){const _0x39b55f=a226_0x2a3d,_0x14be83=_0x1a2246();while(!![]){try{const _0x15898d=parseInt(_0x39b55f(0x133))/0x1+-parseInt(_0x39b55f(0x12e))/0x2*(parseInt(_0x39b55f(0x131))/0x3)+-parseInt(_0x39b55f(0x12d))/0x4*(parseInt(_0x39b55f(0x12f))/0x5)+-parseInt(_0x39b55f(0x135))/0x6+parseInt(_0x39b55f(0x132))/0x7+-parseInt(_0x39b55f(0x130))/0x8+-parseInt(_0x39b55f(0x137))/0x9*(-parseInt(_0x39b55f(0x136))/0xa);if(_0x15898d===_0x1a61c1)break;else _0x14be83['push'](_0x14be83['shift']());}catch(_0x573347){_0x14be83['push'](_0x14be83['shift']());}}}(a226_0x5967,0x307c2));import{initEnv}from'../constant/env.js';import{readRawConfig,getConfigAppCode as a226_0x546a5a,getMultiAppConfigs as a226_0x2e2a68,getTemplateBaseUrl as a226_0x260b1f}from'../context.js';export{getProjectConfigPath,getGlobalConfigPath}from'../context.js';export{isInProject}from'../context.js';export function readConfig(_0x36b85c){const _0x51edb9=a226_0x2a3d,_0x2b4f3a=readRawConfig(_0x36b85c);return _0x2b4f3a[_0x51edb9(0x12c)]&&typeof _0x2b4f3a[_0x51edb9(0x12c)]===_0x51edb9(0x134)&&initEnv(_0x2b4f3a[_0x51edb9(0x12c)]),_0x2b4f3a;}export function getConfigAppCode(){return a226_0x546a5a();}export function getMultiAppConfigs(_0x2b3d55='project'){return a226_0x2e2a68(_0x2b3d55);}export function getTemplateBaseUrl(){return a226_0x260b1f();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x4709d3,_0x1f4cae){const _0x1cb786=a227_0x214b,_0x38c781=_0x4709d3();while(!![]){try{const _0x528365=parseInt(_0x1cb786(0xfa))/0x1+-parseInt(_0x1cb786(0xf7))/0x2*(-parseInt(_0x1cb786(0xed))/0x3)+parseInt(_0x1cb786(0xea))/0x4*(parseInt(_0x1cb786(0xf8))/0x5)+parseInt(_0x1cb786(0xf3))/0x6*(-parseInt(_0x1cb786(0xe9))/0x7)+-parseInt(_0x1cb786(0xf0))/0x8+-parseInt(_0x1cb786(0xf4))/0x9+-parseInt(_0x1cb786(0xf5))/0xa*(-parseInt(_0x1cb786(0xef))/0xb);if(_0x528365===_0x1f4cae)break;else _0x38c781['push'](_0x38c781['shift']());}catch(_0x3c74bf){_0x38c781['push'](_0x38c781['shift']());}}}(a227_0x2557,0xaf967));import a227_0x414212 from'node:path';import a227_0x5710b6 from'node:fs';function a227_0x2557(){const _0x2d8b32=['20bakKvv','join','error','6MwbtBz','name','4649843sIDLkv','4290408UcRYVF','isDirectory','mkdirSync','2506026cFoBvy','10297701HZGLhK','10XXsVey','复制目录时出错:','350518TKNPFY','858375CVzDno','copyFileSync','1185762bsKfWq','7XKOynV'];a227_0x2557=function(){return _0x2d8b32;};return a227_0x2557();}function a227_0x214b(_0xc0432d,_0x3be9dd){_0xc0432d=_0xc0432d-0xe9;const _0x2557df=a227_0x2557();let _0x214b45=_0x2557df[_0xc0432d];return _0x214b45;}export async function copyDirectory(_0x2ffbdf,_0x16574b){const _0x362cb0=a227_0x214b;try{const _0x302351=a227_0x5710b6['readdirSync'](_0x2ffbdf,{'withFileTypes':!![]});a227_0x5710b6[_0x362cb0(0xf2)](_0x16574b,{'recursive':!![]});for(const _0x56ea39 of _0x302351){const _0x61b53c=a227_0x414212[_0x362cb0(0xeb)](_0x2ffbdf,_0x56ea39['name']),_0x3f7181=a227_0x414212['join'](_0x16574b,_0x56ea39[_0x362cb0(0xee)]);_0x56ea39[_0x362cb0(0xf1)]()?await copyDirectory(_0x61b53c,_0x3f7181):a227_0x5710b6[_0x362cb0(0xf9)](_0x61b53c,_0x3f7181);}}catch(_0x99d0ef){console[_0x362cb0(0xec)](_0x362cb0(0xf6),_0x99d0ef);}}
|