@lovrabet/rabetbase-cli 2.3.4 → 2.3.5-beta.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/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
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a212_0x37e5e2=a212_0x35f8;(function(_0x391873,_0x4e082d){const _0x4d2293=a212_0x35f8,_0x3f0ebe=_0x391873();while(!![]){try{const _0x12ddc6=parseInt(_0x4d2293(0xd0))/0x1*(-parseInt(_0x4d2293(0xc9))/0x2)+parseInt(_0x4d2293(0xc6))/0x3+parseInt(_0x4d2293(0xd5))/0x4*(parseInt(_0x4d2293(0xde))/0x5)+parseInt(_0x4d2293(0xcd))/0x6*(parseInt(_0x4d2293(0xca))/0x7)+-parseInt(_0x4d2293(0xc7))/0x8*(parseInt(_0x4d2293(0xe2))/0x9)+parseInt(_0x4d2293(0xcc))/0xa+-parseInt(_0x4d2293(0xdd))/0xb*(parseInt(_0x4d2293(0xdc))/0xc);if(_0x12ddc6===_0x4e082d)break;else _0x3f0ebe['push'](_0x3f0ebe['shift']());}catch(_0x361c16){_0x3f0ebe['push'](_0x3f0ebe['shift']());}}}(a212_0x5b4e,0x1ab48));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_0x37e5e2(0xcf);export const NPX_SKILLS_SUBCOMMAND_ADD=a212_0x37e5e2(0xdb);function a212_0x35f8(_0x5409b5,_0x21048b){_0x5409b5=_0x5409b5-0xc2;const _0x5b4ec2=a212_0x5b4e();let _0x35f8f7=_0x5b4ec2[_0x5409b5];return _0x35f8f7;}export const NPX_SKILLS_FLAG_SKILL='--skill';export const RABETBASE_SKILL_SOURCE=a212_0x37e5e2(0xc3);function a212_0x5b4e(){const _0x2c4e55=['exit\x20','535569UkclEE','291768tlPTpK','stdio','8xQVOOu','7567QkGmaU','Lovrabet','1897620EatDGy','588dYAHnt','inherit','skills','20048vaHxno','pipe','yes','unknown','skill','853868eLqyjl','log','toString','status','trim','stderr','add','142044lpoZDy','429dHPrcB','5ELogHM','remove','npx','join','9wfvLem','push','lovrabet/rabetbase','stdout'];a212_0x5b4e=function(){return _0x2c4e55;};return a212_0x5b4e();}export const LEGACY_RABETBASE_SKILL_SOURCE='lovrabet/lovrabet-skill';export const DEFAULT_RABETBASE_SKILL_NAME=a212_0x37e5e2(0xcb);export function buildNpxSkillsAddArgv(_0x104949){const _0x386a22=a212_0x37e5e2,_0x882f67=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE];return _0x104949&&_0x882f67[_0x386a22(0xc2)](NPX_SKILLS_FLAG_SKILL,_0x104949),_0x882f67;}export const NPX_SKILLS_ADD_COMMAND_LINE=[a212_0x37e5e2(0xe0),...buildNpxSkillsAddArgv()][a212_0x37e5e2(0xe1)]('\x20');export const NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE=['npx',NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES]['join']('\x20');export function shouldSkipNpxSkillsAdd(){return process.env.RABETBASE_SKIP_NPX_SKILLS==='1';}export function runNpxSkillsAdd(_0xac48b0,_0x433ca8){const _0x5a78dd=a212_0x37e5e2;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x1c8067=_0x433ca8?.['stdio']??_0x5a78dd(0xce),_0x246c40=resolveNpmBin(_0x5a78dd(0xe0)),_0x38fe41=buildNpxSkillsAddArgv(_0x433ca8?.[_0x5a78dd(0xd4)]),_0x2e139d=[_0x5a78dd(0xe0),..._0x38fe41][_0x5a78dd(0xe1)]('\x20');console[_0x5a78dd(0xd6)]('*\x20'+_0x2e139d);const _0x4169d9=spawnSync(_0x246c40,_0x38fe41,{'cwd':_0xac48b0,'stdio':_0x1c8067,'env':process.env,'shell':![]}),_0x8ebcf1=_0x4169d9[_0x5a78dd(0xd8)];if(_0x8ebcf1===0x0)return{'ok':!![],'status':0x0};let _0x1209c2='exit\x20'+(_0x8ebcf1??_0x5a78dd(0xd3));if(_0x1c8067===_0x5a78dd(0xd1)){const _0xbfd47c=_0x4169d9[_0x5a78dd(0xda)]?_0x4169d9[_0x5a78dd(0xda)]['toString']()['trim']():'',_0x3fb1f3=_0x4169d9['stdout']?_0x4169d9[_0x5a78dd(0xc4)]['toString']()[_0x5a78dd(0xd9)]():'';if(_0xbfd47c)_0x1209c2=_0xbfd47c;else{if(_0x3fb1f3)_0x1209c2=_0x3fb1f3;}}return{'ok':![],'status':_0x8ebcf1??null,'error':_0x1209c2};}export function runNpxSkillsRemove(_0x32a3bf,_0x2a5076,_0x5b8307=LEGACY_RABETBASE_SKILL_SOURCE){const _0x744ead=a212_0x37e5e2;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x235348=_0x2a5076?.[_0x744ead(0xc8)]??_0x744ead(0xce),_0x2bd34a=resolveNpmBin(_0x744ead(0xe0)),_0x2c5d9b=[NPX_FLAG_YES,NPX_SKILLS_CLI,_0x744ead(0xdf),_0x5b8307,NPX_SKILLS_FLAG_SKILL,_0x2a5076?.['skill']??DEFAULT_RABETBASE_SKILL_NAME,..._0x2a5076?.[_0x744ead(0xd2)]?['-y']:[]],_0x5c63c1=[_0x2bd34a,..._0x2c5d9b][_0x744ead(0xe1)]('\x20');console['log']('*\x20'+_0x5c63c1);const _0xfcbd39=spawnSync(_0x2bd34a,_0x2c5d9b,{'cwd':_0x32a3bf,'stdio':_0x235348,'env':process.env,'shell':![]}),_0x11d2bb=_0xfcbd39[_0x744ead(0xd8)];if(_0x11d2bb===0x0)return{'ok':!![],'status':0x0};let _0x5ba512=_0x744ead(0xc5)+(_0x11d2bb??_0x744ead(0xd3));if(_0x235348===_0x744ead(0xd1)){const _0x1cd0e5=_0xfcbd39[_0x744ead(0xda)]?_0xfcbd39[_0x744ead(0xda)][_0x744ead(0xd7)]()[_0x744ead(0xd9)]():'',_0x5d2521=_0xfcbd39[_0x744ead(0xc4)]?_0xfcbd39[_0x744ead(0xc4)][_0x744ead(0xd7)]()['trim']():'';if(_0x1cd0e5)_0x5ba512=_0x1cd0e5;else{if(_0x5d2521)_0x5ba512=_0x5d2521;}}return{'ok':![],'status':_0x11d2bb??null,'error':_0x5ba512};}export function runNpxSkillsAddGlobal(_0x4d2422,_0x41a533,_0x5664e0){const _0x1546d7=a212_0x37e5e2;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x5b3d4a=_0x5664e0?.['stdio']??_0x1546d7(0xce),_0x47613f=resolveNpmBin(_0x1546d7(0xe0)),_0x4f094a=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x41a533,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES],_0x3b1f8f=['npx',NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x41a533,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES][_0x1546d7(0xe1)]('\x20');console[_0x1546d7(0xd6)]('*\x20'+_0x3b1f8f);const _0x2be6c5=spawnSync(_0x47613f,_0x4f094a,{'cwd':_0x4d2422,'stdio':_0x5b3d4a,'env':process.env,'shell':![]}),_0x2c1374=_0x2be6c5[_0x1546d7(0xd8)];if(_0x2c1374===0x0)return{'ok':!![],'status':0x0};let _0x693f7f=_0x1546d7(0xc5)+(_0x2c1374??_0x1546d7(0xd3));if(_0x5b3d4a==='pipe'){const _0x4647bb=_0x2be6c5[_0x1546d7(0xda)]?_0x2be6c5[_0x1546d7(0xda)]['toString']()[_0x1546d7(0xd9)]():'',_0x2cd7f0=_0x2be6c5['stdout']?_0x2be6c5[_0x1546d7(0xc4)][_0x1546d7(0xd7)]()[_0x1546d7(0xd9)]():'';if(_0x4647bb)_0x693f7f=_0x4647bb;else{if(_0x2cd7f0)_0x693f7f=_0x2cd7f0;}}return{'ok':![],'status':_0x2c1374??null,'error':_0x693f7f};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a213_0x2a27(){const _0x10048b=['243657CjrQkD','766087FJloNG','error','6qmPzqm','stringify','1416786tDNyhb','1096860ncRkgv','12WSqOvH','136QdFWyj','11957Olxwfc','flags','message','test','[REDACTED]','514205aMevDe','service','2259732ALmwOs','durationMs','156yzajkn','1EZsEEr','command','80xXkovX'];a213_0x2a27=function(){return _0x10048b;};return a213_0x2a27();}(function(_0x202cab,_0x238d95){const _0x43ddf4=a213_0x2f8f,_0x11d1d2=_0x202cab();while(!![]){try{const _0x2d3ec7=-parseInt(_0x43ddf4(0x18b))/0x1*(parseInt(_0x43ddf4(0x17e))/0x2)+-parseInt(_0x43ddf4(0x17d))/0x3+-parseInt(_0x43ddf4(0x17f))/0x4*(parseInt(_0x43ddf4(0x186))/0x5)+parseInt(_0x43ddf4(0x17b))/0x6*(-parseInt(_0x43ddf4(0x179))/0x7)+parseInt(_0x43ddf4(0x180))/0x8*(-parseInt(_0x43ddf4(0x178))/0x9)+parseInt(_0x43ddf4(0x18d))/0xa*(parseInt(_0x43ddf4(0x181))/0xb)+parseInt(_0x43ddf4(0x188))/0xc*(parseInt(_0x43ddf4(0x18a))/0xd);if(_0x2d3ec7===_0x238d95)break;else _0x11d1d2['push'](_0x11d1d2['shift']());}catch(_0x193d23){_0x11d1d2['push'](_0x11d1d2['shift']());}}}(a213_0x2a27,0x5a37b));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(_0x40706d){const _0x176609=a213_0x2f8f;return SENSITIVE_PATTERNS['some'](_0x64686a=>_0x64686a[_0x176609(0x184)](_0x40706d));}function a213_0x2f8f(_0x5cf748,_0x505aca){_0x5cf748=_0x5cf748-0x178;const _0x2a27bf=a213_0x2a27();let _0x2f8f31=_0x2a27bf[_0x5cf748];return _0x2f8f31;}function sanitizeFlags(_0x5b2d48){const _0x240e94=a213_0x2f8f,_0x45ed65={};for(const [_0x88c62e,_0x329d0a]of Object['entries'](_0x5b2d48)){isSensitiveKey(_0x88c62e)?_0x45ed65[_0x88c62e]=_0x329d0a!=null&&_0x329d0a!==''?_0x240e94(0x185):_0x329d0a:_0x45ed65[_0x88c62e]=_0x329d0a;}return _0x45ed65;}export async function reportCommandTrace(_0x468730){const _0x347a70=a213_0x2f8f;try{const _0x714334=sanitizeFlags(_0x468730[_0x347a70(0x182)]);await sendCliTraceLog({'spanName':'rabetbase.command','logData':{'command.cli_version':getCliVersion(),'command.service':_0x468730[_0x347a70(0x187)],'command.name':_0x468730[_0x347a70(0x18c)],'command.flags':JSON[_0x347a70(0x17c)](_0x714334),..._0x468730[_0x347a70(0x189)]!=null?{'command.duration_ms':_0x468730[_0x347a70(0x189)]}:{},..._0x468730[_0x347a70(0x17a)]?{'command.error':_0x468730[_0x347a70(0x17a)]instanceof Error?_0x468730[_0x347a70(0x17a)][_0x347a70(0x183)]:String(_0x468730[_0x347a70(0x17a)])}:{}}});}catch{}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a214_0x5d6f(){var _0xc2eb91=['2676812JVeRUg','cli.help','327DXnAaO','7924378mOdIhp','7CICaJq','service','5CSqnRl','8KzMrcT','5298vwTEsn','244972dCdJPi','1535406TqpuHu','Failed\x20to\x20report\x20CLI\x20help\x20trace:','3893180WRSGIF','5399991lonXef'];a214_0x5d6f=function(){return _0xc2eb91;};return a214_0x5d6f();}function a214_0x2e19(_0x4e84ca,_0xab7e6b){_0x4e84ca=_0x4e84ca-0xaa;var _0x5d6f90=a214_0x5d6f();var _0x2e19c2=_0x5d6f90[_0x4e84ca];return _0x2e19c2;}(function(_0xf3bfa1,_0x20e9c8){var _0x54f0c3=a214_0x2e19,_0x1d2b73=_0xf3bfa1();while(!![]){try{var _0x3c6036=-parseInt(_0x54f0c3(0xaf))/0x1+parseInt(_0x54f0c3(0xae))/0x2*(-parseInt(_0x54f0c3(0xb6))/0x3)+-parseInt(_0x54f0c3(0xb4))/0x4*(-parseInt(_0x54f0c3(0xac))/0x5)+-parseInt(_0x54f0c3(0xb0))/0x6*(parseInt(_0x54f0c3(0xaa))/0x7)+-parseInt(_0x54f0c3(0xad))/0x8*(parseInt(_0x54f0c3(0xb3))/0x9)+parseInt(_0x54f0c3(0xb2))/0xa+parseInt(_0x54f0c3(0xb7))/0xb;if(_0x3c6036===_0x20e9c8)break;else _0x1d2b73['push'](_0x1d2b73['shift']());}catch(_0x49dd48){_0x1d2b73['push'](_0x1d2b73['shift']());}}}(a214_0x5d6f,0x5f0ba));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';export async function reportCliHelpTrace(_0x5b6ca0,_0x515341){var _0x647c0b=a214_0x2e19;try{await sendCliTraceLog({'spanName':_0x647c0b(0xb5),'logData':{'rabetbase.help.kind':_0x5b6ca0,..._0x515341?.[_0x647c0b(0xab)]&&{'rabetbase.help.service':_0x515341['service']}}});}catch(_0x4e8d60){console['error'](_0x647c0b(0xb1),_0x4e8d60);}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a215_0x49a3(_0x510689,_0xce26b0){_0x510689=_0x510689-0x1df;const _0x229750=a215_0x2297();let _0x49a37f=_0x229750[_0x510689];return _0x49a37f;}(function(_0x372602,_0x41d234){const _0x34f0a2=a215_0x49a3,_0x1224ad=_0x372602();while(!![]){try{const _0x3dad44=parseInt(_0x34f0a2(0x1e5))/0x1+parseInt(_0x34f0a2(0x1ea))/0x2+-parseInt(_0x34f0a2(0x1ec))/0x3+parseInt(_0x34f0a2(0x1ee))/0x4*(parseInt(_0x34f0a2(0x1e6))/0x5)+parseInt(_0x34f0a2(0x1e2))/0x6*(parseInt(_0x34f0a2(0x1eb))/0x7)+-parseInt(_0x34f0a2(0x1e1))/0x8+-parseInt(_0x34f0a2(0x1e0))/0x9;if(_0x3dad44===_0x41d234)break;else _0x1224ad['push'](_0x1224ad['shift']());}catch(_0x3af8a8){_0x1224ad['push'](_0x1224ad['shift']());}}}(a215_0x2297,0x8b163));import{VERSION,GIT_COMMIT}from'../generated/build-info.js';import{getSessionUserInfo}from'../auth/get-session-user.js';function a215_0x2297(){const _0x5137a9=['username','634626JOMOlV','2554640qihkqF','54TvAnIg','tenant_code','unknown','178743tnyHSl','89035SkPsJj','email','daily','tenant','1500024mhNDlh','164199FRNmrL','3051762aVSzYy','production','188FLtLZM'];a215_0x2297=function(){return _0x5137a9;};return a215_0x2297();}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 _0x113e3c=a215_0x49a3,_0x4c8b9d=await getSessionUserInfo();if(!cliOtelTraceInitialized){const _0xc15cae=_0x4c8b9d?.['user'];setServiceConfig({'serviceName':NPM_PACKAGE_NAME,'serviceVersion':GIT_COMMIT!==_0x113e3c(0x1e4)?VERSION+'+'+GIT_COMMIT:VERSION,'serviceEnv':process.env.RABETBASE_ENV??(process.env.RABETBASE_E2E_DAILY==='1'?_0x113e3c(0x1e8):_0x113e3c(0x1ed))}),setUserContext({'id':_0xc15cae?.['id'],'username':_0xc15cae?.[_0x113e3c(0x1df)],'nickname':_0xc15cae?.['nickname'],'email':_0xc15cae?.[_0x113e3c(0x1e7)],'tenantCode':_0xc15cae?.[_0x113e3c(0x1e9)][_0x113e3c(0x1e3)],'appCode':getConfigAppCode()}),cliOtelTraceInitialized=!![];}return _0x4c8b9d;}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x484ee5,_0x263c4f){const _0x48da28=a216_0x1be2,_0x557483=_0x484ee5();while(!![]){try{const _0x5e35cf=parseInt(_0x48da28(0x10b))/0x1+parseInt(_0x48da28(0x103))/0x2*(-parseInt(_0x48da28(0x10f))/0x3)+-parseInt(_0x48da28(0x101))/0x4*(-parseInt(_0x48da28(0x10d))/0x5)+-parseInt(_0x48da28(0x106))/0x6*(parseInt(_0x48da28(0x104))/0x7)+-parseInt(_0x48da28(0x10c))/0x8+parseInt(_0x48da28(0x105))/0x9+-parseInt(_0x48da28(0x107))/0xa*(-parseInt(_0x48da28(0x10e))/0xb);if(_0x5e35cf===_0x263c4f)break;else _0x557483['push'](_0x557483['shift']());}catch(_0x3e695d){_0x557483['push'](_0x557483['shift']());}}}(a216_0x3c1b,0x5307e));import{shutdownTraces}from'@lovrabet/otel-logger';function a216_0x3c1b(){const _0x2d585c=['SIGTERM','2YXPQLO','1485057pPvtxN','1283346vuijTz','18FgKmSh','10RzzjOO','once','beforeExit','exit','662320XyvfEe','1766088vqzqQd','49420pNaidV','3797651bXvTTp','540537MptSoJ','SIGINT','92ZcBkgd'];a216_0x3c1b=function(){return _0x2d585c;};return a216_0x3c1b();}let shutdownPromise=null;export async function flushOtelNodeIfUsed(){if(shutdownPromise)return shutdownPromise;return shutdownPromise=((async()=>{try{await shutdownTraces();}catch{}})()),shutdownPromise;}export function registerOtelShutdownOnExit(){const _0x1c9399=a216_0x1be2;process[_0x1c9399(0x108)](_0x1c9399(0x109),()=>{void flushOtelNodeIfUsed();});const _0x1f3676=()=>{const _0x117048=_0x1c9399;void flushOtelNodeIfUsed()['then'](()=>process[_0x117048(0x10a)](0x0));};process[_0x1c9399(0x108)](_0x1c9399(0x110),_0x1f3676),process['once'](_0x1c9399(0x102),_0x1f3676);}function a216_0x1be2(_0x287393,_0x3c2717){_0x287393=_0x287393-0x101;const _0x3c1b9d=a216_0x3c1b();let _0x1be2c7=_0x3c1b9d[_0x287393];return _0x1be2c7;}export async function exitWithOtelShutdown(_0xfb4c11){const _0x1e9eb5=a216_0x1be2;await flushOtelNodeIfUsed(),process[_0x1e9eb5(0x10a)](_0xfb4c11);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a217_0x34ccdd=a217_0x43e6;(function(_0x4be0b6,_0x582105){const _0x93796b=a217_0x43e6,_0x3c80b0=_0x4be0b6();while(!![]){try{const _0xa30e2c=-parseInt(_0x93796b(0x13c))/0x1*(-parseInt(_0x93796b(0x140))/0x2)+parseInt(_0x93796b(0x13e))/0x3*(-parseInt(_0x93796b(0x138))/0x4)+parseInt(_0x93796b(0x135))/0x5+parseInt(_0x93796b(0x134))/0x6+parseInt(_0x93796b(0x137))/0x7+parseInt(_0x93796b(0x13f))/0x8*(parseInt(_0x93796b(0x139))/0x9)+-parseInt(_0x93796b(0x13b))/0xa;if(_0xa30e2c===_0x582105)break;else _0x3c80b0['push'](_0x3c80b0['shift']());}catch(_0x4c40f7){_0x3c80b0['push'](_0x3c80b0['shift']());}}}(a217_0x2dec,0xabc89));function a217_0x2dec(){const _0x23957c=['12dCioAL','manual','spanName','6728874JXFGlS','5762160Pwgehh','logData','8658587kWUnRS','88CqfSUt','12237273bxOQQg','traceparent','40488000oIvHHK','129711wqCDav','rabetbase-cli','122235suQDuV','8JoVpCg'];a217_0x2dec=function(){return _0x23957c;};return a217_0x2dec();}import{sendTraceLog}from'@lovrabet/otel-logger';import{ensureCliOtelTraceConfig}from'../telemetry/ensure-cli-otel-config.js';import{getCliVersion}from'../utils/version.js';function a217_0x43e6(_0x8a0588,_0x587eaa){_0x8a0588=_0x8a0588-0x132;const _0x2dec55=a217_0x2dec();let _0x43e659=_0x2dec55[_0x8a0588];return _0x43e659;}const DEFAULT_TRACE_NAME=a217_0x34ccdd(0x13d);export async function sendCliTraceLog(_0x5b80ac){const _0x4f7802=a217_0x34ccdd;await ensureCliOtelTraceConfig(),sendTraceLog({'traceName':_0x5b80ac['traceName']??DEFAULT_TRACE_NAME,'version':_0x5b80ac['version']??getCliVersion(),'spanName':_0x5b80ac[_0x4f7802(0x133)],'eventType':_0x4f7802(0x132),'logData':_0x5b80ac[_0x4f7802(0x136)],..._0x5b80ac[_0x4f7802(0x13a)]&&{'traceparent':_0x5b80ac[_0x4f7802(0x13a)]}});}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a218_0x5d17db=a218_0x406c;(function(_0x536aa7,_0x1ca7af){const _0x3f9569=a218_0x406c,_0x130699=_0x536aa7();while(!![]){try{const _0x2c7aaa=-parseInt(_0x3f9569(0x1af))/0x1*(parseInt(_0x3f9569(0x1b9))/0x2)+parseInt(_0x3f9569(0x1bb))/0x3+parseInt(_0x3f9569(0x1c1))/0x4+-parseInt(_0x3f9569(0x1b3))/0x5*(-parseInt(_0x3f9569(0x1b6))/0x6)+parseInt(_0x3f9569(0x1b2))/0x7*(-parseInt(_0x3f9569(0x1b1))/0x8)+parseInt(_0x3f9569(0x1c0))/0x9+parseInt(_0x3f9569(0x1be))/0xa*(-parseInt(_0x3f9569(0x1b5))/0xb);if(_0x2c7aaa===_0x1ca7af)break;else _0x130699['push'](_0x130699['shift']());}catch(_0x4bbee3){_0x130699['push'](_0x130699['shift']());}}}(a218_0x8813,0x3cda3));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';function a218_0x406c(_0x34dcd6,_0x4a4e24){_0x34dcd6=_0x34dcd6-0x1af;const _0x8813f6=a218_0x8813();let _0x406c72=_0x8813f6[_0x34dcd6];return _0x406c72;}function a218_0x8813(){const _0x365902=['408543DSgkuB','issue.log.collect','redactionCount','2273470MujUFw','originalBytes','3334365SjspZD','1805908KjmFeP','truncated','1wByKFy','sanitize','160504neRFCN','140ZWARSZ','5RfrRnx','join','22muDNqI','1946382zARmno','platform-issue-log-collect','description','354670QMIDRs','title'];a218_0x8813=function(){return _0x365902;};return a218_0x8813();}export const PLATFORM_ISSUE_TRACE_NAME=a218_0x5d17db(0x1b7);export const PLATFORM_ISSUE_SPAN_NAME=a218_0x5d17db(0x1bc);export async function sendPlatformIssueCollectLog(_0x24fb59){const _0x49cff5=a218_0x5d17db;await sendCliTraceLog({'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0x24fb59[_0x49cff5(0x1ba)],'issue.description':_0x24fb59[_0x49cff5(0x1b8)],..._0x24fb59[_0x49cff5(0x1b0)]?{'issue.description_original_bytes':_0x24fb59[_0x49cff5(0x1b0)][_0x49cff5(0x1bf)],'issue.description_truncated':_0x24fb59[_0x49cff5(0x1b0)][_0x49cff5(0x1c2)],'issue.description_redactions':_0x24fb59[_0x49cff5(0x1b0)][_0x49cff5(0x1bd)],'issue.description_redaction_kinds':_0x24fb59[_0x49cff5(0x1b0)]['redactionKinds'][_0x49cff5(0x1b4)](',')}:{}}});}
|
package/lib/utils/ai_config.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a220_0x5a27(){const _0x578d04=['SKILL.md.tpl','Windsurf','trae','codebuddy','.claude/skills/lovrabet/SKILL.md','1741302klFzMY','.cursor','Antigravity','.opencode/skills/lovrabet/SKILL.md','Windsurf\x20IDE','Cline','file','619940YrIeNf','Qoder\x20IDE','.cline/skills/lovrabet/SKILL.md','1518408AqCcZl','qoder','5201vsekQl','.codebuddy','.windsurf/workflows/rabetbase.md','opencode','5684049WspLbJ','Trae\x20IDE','.agent/skills/lovrabet/SKILL.md','Codex\x20IDE','.cursor/skills/rabetbase.md','Qoder','5orLLvp','Trae','windsurf','.codex','.agent','.cursorrules','codex','CodeBuddy\x20IDE','Antigravity\x20IDE','.codex/skills/lovrabet/SKILL.md','Claude\x20Code','Cursor','cline','Cursor\x20IDE','1768277rpyDVl','cursor','Cline\x20IDE','50616tWgcJE','claude','.opencode','4DFReDA','.windsurf','.qoder','通用模板\x20-\x20兜底方案','CodeBuddy'];a220_0x5a27=function(){return _0x578d04;};return a220_0x5a27();}const a220_0xf3d8d7=a220_0xb690;(function(_0x2bf727,_0x5260f8){const _0x27eeb0=a220_0xb690,_0x2e8ab1=_0x2bf727();while(!![]){try{const _0x223c5f=parseInt(_0x27eeb0(0x15d))/0x1*(-parseInt(_0x27eeb0(0x17b))/0x2)+parseInt(_0x27eeb0(0x15b))/0x3+parseInt(_0x27eeb0(0x18c))/0x4*(-parseInt(_0x27eeb0(0x167))/0x5)+parseInt(_0x27eeb0(0x185))/0x6+parseInt(_0x27eeb0(0x175))/0x7+parseInt(_0x27eeb0(0x178))/0x8+-parseInt(_0x27eeb0(0x161))/0x9;if(_0x223c5f===_0x5260f8)break;else _0x2e8ab1['push'](_0x2e8ab1['shift']());}catch(_0x5d5992){_0x2e8ab1['push'](_0x2e8ab1['shift']());}}}(a220_0x5a27,0x3f127));export const CORE_IDE_CONFIGS={'cursor':{'name':a220_0xf3d8d7(0x172),'description':a220_0xf3d8d7(0x174),'folders':[a220_0xf3d8d7(0x16c),a220_0xf3d8d7(0x186)],'files':[{'type':a220_0xf3d8d7(0x18b),'path':a220_0xf3d8d7(0x165),'template':'SKILL.md.tpl'}]},'windsurf':{'name':a220_0xf3d8d7(0x181),'description':a220_0xf3d8d7(0x189),'folders':[a220_0xf3d8d7(0x17c)],'files':[{'type':a220_0xf3d8d7(0x18b),'path':a220_0xf3d8d7(0x15f),'template':'SKILL.md.tpl'}]},'claude':{'name':a220_0xf3d8d7(0x171),'description':a220_0xf3d8d7(0x171),'folders':['.claude'],'files':[{'type':'file','path':a220_0xf3d8d7(0x184),'template':'SKILL.md.tpl'}]},'cline':{'name':a220_0xf3d8d7(0x18a),'description':a220_0xf3d8d7(0x177),'folders':['.cline'],'files':[{'type':a220_0xf3d8d7(0x18b),'path':a220_0xf3d8d7(0x15a),'template':a220_0xf3d8d7(0x180)}]},'codex':{'name':'Codex','description':a220_0xf3d8d7(0x164),'folders':[a220_0xf3d8d7(0x16a)],'files':[{'type':a220_0xf3d8d7(0x18b),'path':a220_0xf3d8d7(0x170),'template':a220_0xf3d8d7(0x180)}]},'opencode':{'name':'OpenCode','description':'OpenCode\x20IDE','folders':[a220_0xf3d8d7(0x17a)],'files':[{'type':a220_0xf3d8d7(0x18b),'path':a220_0xf3d8d7(0x188),'template':'SKILL.md.tpl'}]},'qoder':{'name':a220_0xf3d8d7(0x166),'description':a220_0xf3d8d7(0x18d),'folders':[a220_0xf3d8d7(0x17d)],'files':[{'type':'file','path':'.qoder/rules/rabetbase.md','template':a220_0xf3d8d7(0x180)},{'type':a220_0xf3d8d7(0x18b),'path':'.qoder/skills/lovrabet/SKILL.md','template':a220_0xf3d8d7(0x180)}]},'codebuddy':{'name':a220_0xf3d8d7(0x17f),'description':a220_0xf3d8d7(0x16e),'folders':[a220_0xf3d8d7(0x15e)],'files':[{'type':a220_0xf3d8d7(0x18b),'path':'.codebuddy/skills/lovrabet/SKILL.md','template':a220_0xf3d8d7(0x180)}]},'trae':{'name':a220_0xf3d8d7(0x168),'description':a220_0xf3d8d7(0x162),'folders':['.trae'],'files':[{'type':a220_0xf3d8d7(0x18b),'path':'.trae/skills/lovrabet/SKILL.md','template':a220_0xf3d8d7(0x180)}]}};function a220_0xb690(_0x134ef6,_0x5f234d){_0x134ef6=_0x134ef6-0x15a;const _0x5a275c=a220_0x5a27();let _0xb690d7=_0x5a275c[_0x134ef6];return _0xb690d7;}export const IDE_CONFIGS={...CORE_IDE_CONFIGS,'agent':{'name':'其他\x20(通用模板)','description':a220_0xf3d8d7(0x17e),'folders':['.agent'],'files':[{'type':a220_0xf3d8d7(0x18b),'path':a220_0xf3d8d7(0x163),'template':a220_0xf3d8d7(0x180)}]},'antigravity':{'name':a220_0xf3d8d7(0x187),'description':a220_0xf3d8d7(0x16f),'folders':[a220_0xf3d8d7(0x16b)],'files':[{'type':a220_0xf3d8d7(0x18b),'path':a220_0xf3d8d7(0x163),'template':a220_0xf3d8d7(0x180)}]}};export const CORE_IDE_LIST=['claude','cline','codebuddy',a220_0xf3d8d7(0x16d),'cursor',a220_0xf3d8d7(0x160),'qoder',a220_0xf3d8d7(0x182),a220_0xf3d8d7(0x169)];export const IDE_LIST=['antigravity','claude','cline',a220_0xf3d8d7(0x183),a220_0xf3d8d7(0x16d),a220_0xf3d8d7(0x176),a220_0xf3d8d7(0x160),'qoder',a220_0xf3d8d7(0x182),a220_0xf3d8d7(0x169),'agent'];export const ALL_CORE_IDES=['cursor',a220_0xf3d8d7(0x169),a220_0xf3d8d7(0x179),a220_0xf3d8d7(0x173),a220_0xf3d8d7(0x16d),a220_0xf3d8d7(0x160),a220_0xf3d8d7(0x15c),'codebuddy',a220_0xf3d8d7(0x182)];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x4f79e7,_0x988967){const _0x47eab3=a221_0x2442,_0x3cfccd=_0x4f79e7();while(!![]){try{const _0x31fab7=parseInt(_0x47eab3(0x15a))/0x1+-parseInt(_0x47eab3(0x15e))/0x2+parseInt(_0x47eab3(0x161))/0x3*(-parseInt(_0x47eab3(0x15f))/0x4)+parseInt(_0x47eab3(0x162))/0x5*(parseInt(_0x47eab3(0x15d))/0x6)+-parseInt(_0x47eab3(0x15c))/0x7+-parseInt(_0x47eab3(0x160))/0x8+parseInt(_0x47eab3(0x15b))/0x9*(parseInt(_0x47eab3(0x159))/0xa);if(_0x31fab7===_0x988967)break;else _0x3cfccd['push'](_0x3cfccd['shift']());}catch(_0x3b6b23){_0x3cfccd['push'](_0x3cfccd['shift']());}}}(a221_0x5203,0x54f53));import{createJqFilter,resolveBundledJqPaths}from'@lovrabet/cli-framework';function a221_0x2442(_0xb1406f,_0x535ba3){_0xb1406f=_0xb1406f-0x159;const _0x5203b4=a221_0x5203();let _0x2442b3=_0x5203b4[_0xb1406f];return _0x2442b3;}function a221_0x5203(){const _0x9cc1df=['156290QaWbWP','61480gJKUrQ','201841TeVOea','1089kSuDFL','1448755FThLJM','102rmKRhC','7206rvDGfO','72YwAPTc','4731728WunQAw','54519gKJewi'];a221_0x5203=function(){return _0x9cc1df;};return a221_0x5203();}import{CliErrors}from'../errors.js';export const applyJqFilter=createJqFilter(CliErrors,{'bundledJqPaths':resolveBundledJqPaths()});
|
package/lib/utils/cdn-config.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x3b7927,_0x287acb){const _0x55f9d1=a222_0x6896,_0x11546c=_0x3b7927();while(!![]){try{const _0x2d6b77=parseInt(_0x55f9d1(0xe6))/0x1+-parseInt(_0x55f9d1(0xeb))/0x2+-parseInt(_0x55f9d1(0xec))/0x3+parseInt(_0x55f9d1(0xef))/0x4+-parseInt(_0x55f9d1(0xe4))/0x5+-parseInt(_0x55f9d1(0xea))/0x6+parseInt(_0x55f9d1(0xe5))/0x7;if(_0x2d6b77===_0x287acb)break;else _0x11546c['push'](_0x11546c['shift']());}catch(_0x2f3701){_0x11546c['push'](_0x11546c['shift']());}}}(a222_0x303a,0x78109));import{getTemplateBaseUrl}from'../utils/config.js';export async function fetchCdnConfig(){const _0x3deac4=a222_0x6896,_0x2e4380=getTemplateBaseUrl(),_0x32cee2=[_0x2e4380+_0x3deac4(0xee),_0x2e4380+_0x3deac4(0xed)];for(const _0x1cc52e of _0x32cee2){try{const _0x1a5f65=await fetch(_0x1cc52e,{'headers':{'Accept':'application/json'}});if(!_0x1a5f65['ok'])continue;const _0x3ef548=await _0x1a5f65[_0x3deac4(0xe9)]();if(!_0x3ef548['cli']?.[_0x3deac4(0xe7)]||!_0x3ef548['sdk']?.[_0x3deac4(0xe8)]?.[_0x3deac4(0xe7)])continue;return _0x3ef548;}catch{}}return null;}function a222_0x6896(_0x482e9d,_0xedba02){_0x482e9d=_0x482e9d-0xe4;const _0x303aad=a222_0x303a();let _0x68968c=_0x303aad[_0x482e9d];return _0x68968c;}let cachedConfig=null,cacheTime=0x0;const CACHE_TTL=0x5*0x3c*0x3e8,FAILURE_CACHE_TTL=0x3c*0x3e8;let hasCachedConfig=![];export async function getCdnConfig(){const _0xcb4643=Date['now']();if(hasCachedConfig){const _0x52b282=cachedConfig?CACHE_TTL:FAILURE_CACHE_TTL;if(_0xcb4643-cacheTime<_0x52b282)return cachedConfig;}const _0xdb22df=await fetchCdnConfig();return cachedConfig=_0xdb22df,cacheTime=_0xcb4643,hasCachedConfig=!![],_0xdb22df;}export function clearCdnConfigCache(){cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];}function a222_0x303a(){const _0x187ed0=['/config/index.json','/config.json','1494752lWRvpV','1791270GTGChm','8289232vGoYuS','800944EvUwvO','stableVersion','node','json','2663652tfEwFT','533518QyGLTu','2394204rATwFr'];a222_0x303a=function(){return _0x187ed0;};return a222_0x303a();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a223_0x5eeddd=a223_0x2e16;(function(_0x14c0c6,_0x43c7d1){const _0x279f5e=a223_0x2e16,_0x2301e3=_0x14c0c6();while(!![]){try{const _0x15b983=parseInt(_0x279f5e(0x1a4))/0x1+parseInt(_0x279f5e(0x1a8))/0x2+parseInt(_0x279f5e(0x1c6))/0x3+parseInt(_0x279f5e(0x1ba))/0x4*(parseInt(_0x279f5e(0x1c1))/0x5)+parseInt(_0x279f5e(0x1c7))/0x6+-parseInt(_0x279f5e(0x1c2))/0x7*(-parseInt(_0x279f5e(0x1b3))/0x8)+-parseInt(_0x279f5e(0x1a9))/0x9;if(_0x15b983===_0x43c7d1)break;else _0x2301e3['push'](_0x2301e3['shift']());}catch(_0x58ebde){_0x2301e3['push'](_0x2301e3['shift']());}}}(a223_0x5740,0x80f28));import a223_0x25315a from'node:fs';import a223_0x5922e1 from'node:path';import a223_0x4f0743 from'semver';import{getCdnConfig}from'../utils/cdn-config.js';function a223_0x5740(){const _0x1cb3e7=['stableVersion','node','coerce','892fBmFaY','dependencies','↪\x20SDK\x20update\x20available','\x20\x20\x20Current\x20version:\x20','join','parse','existsSync','23235NvNRPj','7npSQhV','1.2.0','utf8','\x1b[1m','2092155vGQgcY','3389646CyIZku','packageName','npm\x20install\x20','\x20\x20\x20Upgrade\x20command:\x20','some','71138PDsnLS','log','@lovrabet/sdk','utf-8','213364wRqOrC','23428683MrcrjH','sdk','devDependencies','node_modules','\x20\x20\x20Stable\x20version:\x20','all','latest','package.json','\x1b[0m','minVersion','5239424MWqDFR','needsUpgrade','version','readFileSync'];a223_0x5740=function(){return _0x1cb3e7;};return a223_0x5740();}const FALLBACK_MIN_SDK_VERSION=a223_0x5eeddd(0x1c3);function isNonNumericVersion(_0x4ecb06){const _0x3e5518=a223_0x5eeddd,_0x3164b6=[/^latest$/i,/^beta$/i,/^alpha$/i,/^canary$/i,/^\*$/,/^x$/];return _0x3164b6[_0x3e5518(0x1a3)](_0x5678a2=>_0x5678a2['test'](_0x4ecb06));}function getInstalledVersion(_0xd9a530,_0x2bdd65){const _0x4ca408=a223_0x5eeddd;try{const _0x1e22b9=a223_0x5922e1['join'](_0xd9a530,_0x4ca408(0x1ac),_0x2bdd65,_0x4ca408(0x1b0));if(a223_0x25315a[_0x4ca408(0x1c0)](_0x1e22b9)){const _0x2ce951=JSON[_0x4ca408(0x1bf)](a223_0x25315a['readFileSync'](_0x1e22b9,_0x4ca408(0x1a7)));return _0x2ce951[_0x4ca408(0x1b5)]||null;}}catch{}return null;}function a223_0x2e16(_0x4375a1,_0x6b13e7){_0x4375a1=_0x4375a1-0x1a3;const _0x5740da=a223_0x5740();let _0x2e162d=_0x5740da[_0x4375a1];return _0x2e162d;}async function getSdkStableVersion(){const _0x36f89e=a223_0x5eeddd;try{const _0x5004a2=await getCdnConfig();return _0x5004a2?.['sdk']?.[_0x36f89e(0x1b8)]?.[_0x36f89e(0x1b7)]||null;}catch{return null;}}async function getSdkPackageName(){const _0x29a701=a223_0x5eeddd;try{const _0x1d77c3=await getCdnConfig();return _0x1d77c3?.[_0x29a701(0x1aa)]?.[_0x29a701(0x1b8)]?.[_0x29a701(0x1c8)]||_0x29a701(0x1a6);}catch{return'@lovrabet/sdk';}}export async function checkSdkVersion(_0x8f7bcb){const _0x5d927d=a223_0x5eeddd,_0xef60bf=a223_0x5922e1[_0x5d927d(0x1be)](_0x8f7bcb,_0x5d927d(0x1b0)),[_0x37fffa,_0x1970b8]=await Promise[_0x5d927d(0x1ae)]([getSdkStableVersion(),getSdkPackageName()]),_0x43159c=_0x37fffa||FALLBACK_MIN_SDK_VERSION;if(!a223_0x25315a[_0x5d927d(0x1c0)](_0xef60bf))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x43159c,'packageName':_0x1970b8,'stableVersion':_0x37fffa};try{const _0x2f360a=JSON['parse'](a223_0x25315a[_0x5d927d(0x1b6)](_0xef60bf,_0x5d927d(0x1c4))),_0x4bd1a1=_0x2f360a[_0x5d927d(0x1bb)]||{},_0x1f1781=_0x2f360a[_0x5d927d(0x1ab)]||{},_0x1e5b63=_0x4bd1a1[_0x1970b8]||_0x1f1781[_0x1970b8];if(!_0x1e5b63)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x43159c,'packageName':_0x1970b8,'stableVersion':_0x37fffa};let _0x4d14ec=getInstalledVersion(_0x8f7bcb,_0x1970b8);!_0x4d14ec&&(_0x4d14ec=_0x1e5b63);if(isNonNumericVersion(_0x1e5b63))return{'installed':!![],'version':_0x4d14ec,'needsUpgrade':![],'minVersion':_0x43159c,'packageName':_0x1970b8,'stableVersion':_0x37fffa};const _0x3c9109=a223_0x4f0743[_0x5d927d(0x1b9)](_0x4d14ec),_0x3b3094=a223_0x4f0743[_0x5d927d(0x1b9)](_0x43159c),_0x3adfb0=_0x3c9109&&_0x3b3094?a223_0x4f0743['lt'](_0x3c9109,_0x3b3094):![];return{'installed':!![],'version':_0x4d14ec,'needsUpgrade':_0x3adfb0,'minVersion':_0x43159c,'packageName':_0x1970b8,'stableVersion':_0x37fffa};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x43159c,'packageName':_0x1970b8,'stableVersion':_0x37fffa};}}export function checkSdkVersionSync(_0x4533f5){const _0x2299c6=a223_0x5eeddd,_0x26637a=a223_0x5922e1[_0x2299c6(0x1be)](_0x4533f5,'package.json'),_0x1167dc=_0x2299c6(0x1a6);if(!a223_0x25315a[_0x2299c6(0x1c0)](_0x26637a))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x1167dc,'stableVersion':null};try{const _0xd5f47c=JSON['parse'](a223_0x25315a[_0x2299c6(0x1b6)](_0x26637a,_0x2299c6(0x1c4))),_0x3499c5=_0xd5f47c[_0x2299c6(0x1bb)]||{},_0x49c212=_0xd5f47c[_0x2299c6(0x1ab)]||{},_0x2c6c7b=_0x3499c5[_0x1167dc]||_0x49c212[_0x1167dc];if(!_0x2c6c7b)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x1167dc,'stableVersion':null};let _0x3f551f=getInstalledVersion(_0x4533f5,_0x1167dc);!_0x3f551f&&(_0x3f551f=_0x2c6c7b);if(isNonNumericVersion(_0x2c6c7b))return{'installed':!![],'version':_0x3f551f,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x1167dc,'stableVersion':null};const _0x5dd8f9=a223_0x4f0743[_0x2299c6(0x1b9)](_0x3f551f),_0x4f295e=_0x5dd8f9?a223_0x4f0743['lt'](_0x5dd8f9,FALLBACK_MIN_SDK_VERSION):![];return{'installed':!![],'version':_0x3f551f,'needsUpgrade':_0x4f295e,'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x1167dc,'stableVersion':null};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x1167dc,'stableVersion':null};}}export function printSdkUpgradeWarning(_0x810a85){const _0x455f3c=a223_0x5eeddd;if(!_0x810a85[_0x455f3c(0x1b4)])return;const _0x43a17d='\x1b[33m',_0x14f268=_0x455f3c(0x1b1),_0x512159=_0x455f3c(0x1c5),_0x29545d=_0x810a85[_0x455f3c(0x1c8)]||_0x455f3c(0x1a6),_0xf0fdb7=_0x810a85[_0x455f3c(0x1b7)]||_0x810a85[_0x455f3c(0x1b2)],_0xe6fe87=_0x455f3c(0x1c9)+_0x29545d+'@'+(_0xf0fdb7||_0x455f3c(0x1af));console[_0x455f3c(0x1a5)](),console['log'](''+_0x43a17d+_0x512159+_0x455f3c(0x1bc)+_0x14f268),console[_0x455f3c(0x1a5)](_0x43a17d+_0x455f3c(0x1bd)+_0x29545d+'@'+_0x810a85[_0x455f3c(0x1b5)]+_0x14f268),console['log'](_0x43a17d+_0x455f3c(0x1ad)+_0xf0fdb7+_0x14f268),console[_0x455f3c(0x1a5)](_0x43a17d+_0x455f3c(0x1ca)+_0xe6fe87+_0x14f268),console['log']();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x20d427,_0x88096a){const _0x32e68b=a224_0x4e5d,_0x36420b=_0x20d427();while(!![]){try{const _0x81647d=-parseInt(_0x32e68b(0xd4))/0x1+-parseInt(_0x32e68b(0xda))/0x2*(parseInt(_0x32e68b(0xe3))/0x3)+parseInt(_0x32e68b(0xd0))/0x4*(-parseInt(_0x32e68b(0xbd))/0x5)+parseInt(_0x32e68b(0xe2))/0x6*(parseInt(_0x32e68b(0xc4))/0x7)+parseInt(_0x32e68b(0xc7))/0x8+parseInt(_0x32e68b(0xc2))/0x9+-parseInt(_0x32e68b(0xd8))/0xa;if(_0x81647d===_0x88096a)break;else _0x36420b['push'](_0x36420b['shift']());}catch(_0x1159fa){_0x36420b['push'](_0x36420b['shift']());}}}(a224_0x5ec5,0x5e6e2));function a224_0x4e5d(_0x12ff40,_0x54a147){_0x12ff40=_0x12ff40-0xbd;const _0x5ec590=a224_0x5ec5();let _0x4e5df2=_0x5ec590[_0x12ff40];return _0x4e5df2;}import{readFileSync}from'node:fs';import{resolve,dirname}from'node:path';import{fileURLToPath}from'node:url';import a224_0xc08a71 from'semver';import{getCliVersionPolicy}from'../utils/cli-version-policy.js';import{NPM_PACKAGE_NAME}from'../constant/cli.js';import{CliErrors}from'../errors.js';export function getCliUpgradeCommand(_0x1e5045){const _0x24ac16=a224_0x4e5d,_0x7b6a22=_0x1e5045[_0x24ac16(0xc3)]||_0x24ac16(0xe1);return'npm\x20install\x20-g\x20'+NPM_PACKAGE_NAME+'@'+_0x7b6a22;}function getCurrentCliVersion(){const _0x4b38f1=a224_0x4e5d;try{const _0x213543=fileURLToPath(import.meta.url),_0x4994cc=resolve(dirname(_0x213543),_0x4b38f1(0xc0)),_0x33ebd2=resolve(_0x4994cc,_0x4b38f1(0xe0)),_0x565a1b=JSON['parse'](readFileSync(_0x33ebd2,'utf-8'));return _0x565a1b[_0x4b38f1(0xc9)]||'1.0.0';}catch{return _0x4b38f1(0xbe);}}export async function checkCliVersion(){const _0x4e435c=a224_0x4e5d,_0x35acbb=getCurrentCliVersion(),_0x5e0a05=await getCliVersionPolicy(),_0x40ecff=_0x5e0a05?.[_0x4e435c(0xc3)]||null,_0x1564f0=_0x5e0a05?.[_0x4e435c(0xdd)]||null;let _0x3f2cd0=![],_0xd5c6fe=![];const _0x11e57a=a224_0xc08a71[_0x4e435c(0xc8)](_0x35acbb);if(_0x11e57a&&_0x40ecff)try{const _0x5a273b=a224_0xc08a71[_0x4e435c(0xc8)](_0x40ecff);if(_0x5a273b)_0x3f2cd0=a224_0xc08a71['lt'](_0x11e57a,_0x5a273b);}catch{}if(_0x11e57a&&_0x1564f0)try{const _0x577b72=a224_0xc08a71[_0x4e435c(0xc8)](_0x1564f0);if(_0x577b72)_0xd5c6fe=a224_0xc08a71['lt'](_0x11e57a,_0x577b72);}catch{}return _0xd5c6fe&&(_0x3f2cd0=!![]),{'currentVersion':_0x35acbb,'stableVersion':_0x40ecff,'minimumVersion':_0x1564f0,'needsUpgrade':_0x3f2cd0,'belowMinimum':_0xd5c6fe,'isPreRelease':![],'upgradeMessage':_0x5e0a05?.[_0x4e435c(0xca)],'minimumVersionMessage':_0x5e0a05?.[_0x4e435c(0xcf)]};}export function printCliUpgradeWarning(_0x2d3605){const _0x849742=a224_0x4e5d;if(!_0x2d3605[_0x849742(0xcd)]&&!_0x2d3605[_0x849742(0xd6)])return;const _0x472a7d=_0x849742(0xd1),_0xc07fd0=_0x849742(0xd3),_0x3e36a5='\x1b[0m',_0x37f9f5=_0x849742(0xd7),_0x17636b=getCliUpgradeCommand(_0x2d3605);console[_0x849742(0xde)](),_0x2d3605[_0x849742(0xd6)]?(console[_0x849742(0xde)](''+_0x472a7d+_0x37f9f5+_0x849742(0xdb)+_0x3e36a5),console[_0x849742(0xde)](_0x472a7d+_0x849742(0xce)+_0x2d3605[_0x849742(0xc1)]+_0x3e36a5),_0x2d3605[_0x849742(0xdd)]&&console[_0x849742(0xde)](_0x472a7d+_0x849742(0xc6)+_0x2d3605[_0x849742(0xdd)]+_0x3e36a5),_0x2d3605['stableVersion']&&_0x2d3605[_0x849742(0xc3)]!==_0x2d3605[_0x849742(0xdd)]&&console[_0x849742(0xde)](_0x472a7d+_0x849742(0xd9)+_0x2d3605[_0x849742(0xc3)]+_0x3e36a5),_0x2d3605['minimumVersionMessage']&&console[_0x849742(0xde)](_0x472a7d+_0x849742(0xd2)+_0x2d3605['minimumVersionMessage']+_0x3e36a5),console['log'](_0x472a7d+_0x849742(0xdc)+_0x17636b+_0x3e36a5)):(console[_0x849742(0xde)](''+_0xc07fd0+_0x37f9f5+_0x849742(0xe4)+_0x3e36a5),console[_0x849742(0xde)](_0xc07fd0+_0x849742(0xce)+_0x2d3605[_0x849742(0xc1)]+_0x3e36a5),console[_0x849742(0xde)](_0xc07fd0+_0x849742(0xcb)+_0x2d3605[_0x849742(0xc3)]+_0x3e36a5),_0x2d3605[_0x849742(0xca)]&&console[_0x849742(0xde)](_0xc07fd0+'\x20\x20\x20'+_0x2d3605[_0x849742(0xca)]+_0x3e36a5),console[_0x849742(0xde)](_0xc07fd0+_0x849742(0xdc)+_0x17636b+_0x3e36a5)),console['log']();}function a224_0x5ec5(){const _0x2eafe0=['↪\x20Critical\x20CLI\x20upgrade\x20required','\x20\x20\x20Upgrade\x20command:\x20','minimumVersion','log','join','package.json','latest','330yKIUUv','82257uGJBaC','↪\x20New\x20version\x20available','40ZlCrnH','1.0.0','Minimum\x20supported:\x20','../..','currentVersion','2503575wVdbpc','stableVersion','45584PwnXPW','Upgrade\x20command:\x20','\x20\x20\x20Minimum\x20supported:\x20','4325304goffBJ','coerce','version','upgradeMessage','\x20\x20\x20Stable\x20version:\x20','validation','needsUpgrade','\x20\x20\x20Current\x20CLI\x20version:\x20','minimumVersionMessage','188640NXPlQk','\x1b[31m','\x20\x20\x20','\x1b[33m','119986ObKwmF','Current\x20version:\x20','belowMinimum','\x1b[1m','1010130SwTUUy','\x20\x20\x20Recommended\x20stable:\x20','14PEodPG'];a224_0x5ec5=function(){return _0x2eafe0;};return a224_0x5ec5();}export function assertCliVersionSupported(_0x5a5985){const _0x2bb1e2=a224_0x4e5d;if(!_0x5a5985['belowMinimum'])return;const _0x4910f7=[_0x5a5985[_0x2bb1e2(0xcf)],_0x2bb1e2(0xd5)+_0x5a5985[_0x2bb1e2(0xc1)],_0x5a5985['minimumVersion']?_0x2bb1e2(0xbf)+_0x5a5985[_0x2bb1e2(0xdd)]:null,_0x2bb1e2(0xc5)+getCliUpgradeCommand(_0x5a5985)]['filter'](Boolean)[_0x2bb1e2(0xdf)]('\x0a');throw CliErrors[_0x2bb1e2(0xcc)]('Current\x20CLI\x20version\x20is\x20below\x20the\x20service\x20compatibility\x20support\x20line.',_0x4910f7);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x1dbdea,_0x35afbe){const _0x4f6467=a225_0x3020,_0x271eda=_0x1dbdea();while(!![]){try{const _0x4afcdb=-parseInt(_0x4f6467(0x1ba))/0x1+parseInt(_0x4f6467(0x1b9))/0x2*(-parseInt(_0x4f6467(0x1b2))/0x3)+-parseInt(_0x4f6467(0x1b3))/0x4*(-parseInt(_0x4f6467(0x1b4))/0x5)+-parseInt(_0x4f6467(0x1c5))/0x6+parseInt(_0x4f6467(0x1c6))/0x7+-parseInt(_0x4f6467(0x1b8))/0x8+parseInt(_0x4f6467(0x1b6))/0x9*(parseInt(_0x4f6467(0x1bc))/0xa);if(_0x4afcdb===_0x35afbe)break;else _0x271eda['push'](_0x271eda['shift']());}catch(_0x4a3d51){_0x271eda['push'](_0x271eda['shift']());}}}(a225_0x4f20,0x346aa));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(_0x48a66f){const _0x478988=a225_0x3020;return typeof _0x48a66f===_0x478988(0x1be)&&_0x48a66f[_0x478988(0x1c2)]()['length']>0x0?_0x48a66f[_0x478988(0x1c2)]():null;}function a225_0x3020(_0x28b4a9,_0x2ce3bd){_0x28b4a9=_0x28b4a9-0x1b2;const _0x4f20dc=a225_0x4f20();let _0x302005=_0x4f20dc[_0x28b4a9];return _0x302005;}function normalizeCliVersionPolicy(_0x4a91ff){const _0x305625=a225_0x3020;if(!_0x4a91ff||typeof _0x4a91ff!==_0x305625(0x1c0))return null;const _0x379de2=_0x4a91ff,_0x25c95b=_0x379de2['cli']&&typeof _0x379de2[_0x305625(0x1bb)]==='object'?_0x379de2['cli']:_0x379de2,_0x34c48a=pickString(_0x25c95b[_0x305625(0x1c1)])||pickString(_0x25c95b[_0x305625(0x1c3)])||pickString(_0x25c95b['recommendedVersion']),_0xd6de44=pickString(_0x25c95b[_0x305625(0x1b5)])||pickString(_0x25c95b['minVersion']);if(!_0x34c48a&&!_0xd6de44)return null;return{'stableVersion':_0x34c48a,'minimumVersion':_0xd6de44,'upgradeMessage':pickString(_0x25c95b['upgradeMessage'])||undefined,'minimumVersionMessage':pickString(_0x25c95b[_0x305625(0x1b7)])||undefined};}export async function fetchCliVersionPolicy(){const _0x4f15b7=a225_0x3020,_0x30da0a=new AbortController(),_0x2c5b7f=setTimeout(()=>_0x30da0a[_0x4f15b7(0x1bf)](),FETCH_TIMEOUT_MS);try{const _0x152a15=await fetch(CLI_VERSION_POLICY_URL,{'headers':{'Accept':_0x4f15b7(0x1c7)},'signal':_0x30da0a['signal']});if(!_0x152a15['ok'])return null;const _0x39e301=await _0x152a15[_0x4f15b7(0x1c4)]();return normalizeCliVersionPolicy(_0x39e301);}catch{return null;}finally{clearTimeout(_0x2c5b7f);}}let cachedPolicy=null,cacheTime=0x0,hasCachedPolicy=![];export async function getCliVersionPolicy(){const _0x547605=a225_0x3020,_0x5ae202=Date[_0x547605(0x1bd)]();if(hasCachedPolicy){const _0xca5b2f=cachedPolicy?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x5ae202-cacheTime<_0xca5b2f)return cachedPolicy;}const _0x760c3a=await fetchCliVersionPolicy();return cachedPolicy=_0x760c3a,cacheTime=_0x5ae202,hasCachedPolicy=!![],_0x760c3a;}export function clearCliVersionPolicyCache(){cachedPolicy=null,cacheTime=0x0,hasCachedPolicy=![];}function a225_0x4f20(){const _0x129745=['10zywEJP','minimumVersion','90gIETIp','minimumVersionMessage','3112672sWRBTa','212FssfeO','266173HjISRr','cli','844020nOnccx','now','string','abort','object','stableVersion','trim','latestVersion','json','2064210UczDSd','2690758pcRDiN','application/json','9573setWtM','647644GITyoC'];a225_0x4f20=function(){return _0x129745;};return a225_0x4f20();}
|
package/lib/utils/config.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a226_0x312764=a226_0x53c1;(function(_0xee30ee,_0x56c687){const _0xe045c5=a226_0x53c1,_0x550a88=_0xee30ee();while(!![]){try{const _0x58ae98=-parseInt(_0xe045c5(0x90))/0x1*(parseInt(_0xe045c5(0x97))/0x2)+parseInt(_0xe045c5(0x92))/0x3*(parseInt(_0xe045c5(0x9e))/0x4)+parseInt(_0xe045c5(0x9d))/0x5*(-parseInt(_0xe045c5(0x93))/0x6)+parseInt(_0xe045c5(0x95))/0x7*(-parseInt(_0xe045c5(0x9c))/0x8)+parseInt(_0xe045c5(0x9b))/0x9*(-parseInt(_0xe045c5(0x94))/0xa)+parseInt(_0xe045c5(0x99))/0xb*(parseInt(_0xe045c5(0x96))/0xc)+parseInt(_0xe045c5(0x98))/0xd;if(_0x58ae98===_0x56c687)break;else _0x550a88['push'](_0x550a88['shift']());}catch(_0x8aee7e){_0x550a88['push'](_0x550a88['shift']());}}}(a226_0xff54,0xe6101));import{initEnv}from'../constant/env.js';import{readRawConfig,getConfigAppCode as a226_0x3a5373,getMultiAppConfigs as a226_0x5d2924,getTemplateBaseUrl as a226_0x223945}from'../context.js';export{getProjectConfigPath,getGlobalConfigPath}from'../context.js';export{isInProject}from'../context.js';export function readConfig(_0x15d5a2){const _0x33afdd=a226_0x53c1,_0x3f1a0f=readRawConfig(_0x15d5a2);return _0x3f1a0f['env']&&typeof _0x3f1a0f[_0x33afdd(0x91)]==='string'&&initEnv(_0x3f1a0f['env']),_0x3f1a0f;}function a226_0x53c1(_0x4c4255,_0x4970ca){_0x4c4255=_0x4c4255-0x90;const _0xff545a=a226_0xff54();let _0x53c114=_0xff545a[_0x4c4255];return _0x53c114;}export function getConfigAppCode(){return a226_0x3a5373();}export function getMultiAppConfigs(_0x334e18=a226_0x312764(0x9a)){return a226_0x5d2924(_0x334e18);}export function getTemplateBaseUrl(){return a226_0x223945();}function a226_0xff54(){const _0x1991f9=['15foOtPN','125178uvMbJs','3730Psaqkj','284788BukbfG','137628HHmDKy','339734rockdX','27589991PUcDBQ','165cHNgHL','project','5562KGkkTJ','56GOcapb','135ZvOOrf','1276108bgvmcU','11HmIdBC','env'];a226_0xff54=function(){return _0x1991f9;};return a226_0xff54();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x219c8a,_0x55dccd){const _0x19fdba=a227_0x219e,_0x2339b8=_0x219c8a();while(!![]){try{const _0x1432cb=parseInt(_0x19fdba(0x118))/0x1*(parseInt(_0x19fdba(0x114))/0x2)+-parseInt(_0x19fdba(0x11b))/0x3+parseInt(_0x19fdba(0x11d))/0x4*(parseInt(_0x19fdba(0x116))/0x5)+-parseInt(_0x19fdba(0x120))/0x6+parseInt(_0x19fdba(0x11a))/0x7+parseInt(_0x19fdba(0x11e))/0x8*(-parseInt(_0x19fdba(0x113))/0x9)+-parseInt(_0x19fdba(0x11c))/0xa*(parseInt(_0x19fdba(0x117))/0xb);if(_0x1432cb===_0x55dccd)break;else _0x2339b8['push'](_0x2339b8['shift']());}catch(_0x1c07d7){_0x2339b8['push'](_0x2339b8['shift']());}}}(a227_0x3a3a,0xc5acc));import a227_0x18bbb8 from'node:path';function a227_0x219e(_0x4731b4,_0x11e675){_0x4731b4=_0x4731b4-0x112;const _0x3a3ad8=a227_0x3a3a();let _0x219ecc=_0x3a3ad8[_0x4731b4];return _0x219ecc;}function a227_0x3a3a(){const _0x2f40aa=['readdirSync','3018232szYSGs','1593531YkAHEN','37330gxfcnZ','2835820FXEITM','6169664ANGTZV','join','1175874uwYMOb','复制目录时出错:','name','18mVicjh','3035206qBaQCb','isDirectory','10BAQWUo','847YbiwNN','1lNJXOb'];a227_0x3a3a=function(){return _0x2f40aa;};return a227_0x3a3a();}import a227_0x180512 from'node:fs';export async function copyDirectory(_0x43349c,_0x59279d){const _0x283bc8=a227_0x219e;try{const _0x554a88=a227_0x180512[_0x283bc8(0x119)](_0x43349c,{'withFileTypes':!![]});a227_0x180512['mkdirSync'](_0x59279d,{'recursive':!![]});for(const _0x2ba017 of _0x554a88){const _0x3efb4c=a227_0x18bbb8[_0x283bc8(0x11f)](_0x43349c,_0x2ba017[_0x283bc8(0x112)]),_0x417d68=a227_0x18bbb8[_0x283bc8(0x11f)](_0x59279d,_0x2ba017[_0x283bc8(0x112)]);_0x2ba017[_0x283bc8(0x115)]()?await copyDirectory(_0x3efb4c,_0x417d68):a227_0x180512['copyFileSync'](_0x3efb4c,_0x417d68);}}catch(_0x1204c1){console['error'](_0x283bc8(0x121),_0x1204c1);}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a228_0x1410(){const _0x57ca4a=['6819830EBgGfG','132ApCrrB','object','12KqByuE','string','47025LsHnLv','trim','152aBdOaG','isFinite','4635638BEsFqQ','18QIrdIL','2603248HoUeXS','2693930jWeJEF','number','5849pVqqTc','17172650HObiRw'];a228_0x1410=function(){return _0x57ca4a;};return a228_0x1410();}(function(_0x36c4f8,_0x425414){const _0x2b5d75=a228_0x52d3,_0x364bba=_0x36c4f8();while(!![]){try{const _0x3c69b4=parseInt(_0x2b5d75(0x1ad))/0x1*(-parseInt(_0x2b5d75(0x1a6))/0x2)+-parseInt(_0x2b5d75(0x1a4))/0x3*(parseInt(_0x2b5d75(0x1a0))/0x4)+parseInt(_0x2b5d75(0x19f))/0x5+parseInt(_0x2b5d75(0x1a2))/0x6*(-parseInt(_0x2b5d75(0x1a8))/0x7)+-parseInt(_0x2b5d75(0x1aa))/0x8+-parseInt(_0x2b5d75(0x1a9))/0x9*(-parseInt(_0x2b5d75(0x1ab))/0xa)+parseInt(_0x2b5d75(0x1ae))/0xb;if(_0x3c69b4===_0x425414)break;else _0x364bba['push'](_0x364bba['shift']());}catch(_0x421a08){_0x364bba['push'](_0x364bba['shift']());}}}(a228_0x1410,0xd0105));function a228_0x52d3(_0x3bcbeb,_0x4a61e2){_0x3bcbeb=_0x3bcbeb-0x19f;const _0x141058=a228_0x1410();let _0x52d3f5=_0x141058[_0x3bcbeb];return _0x52d3f5;}function toFiniteNumber(_0x5ca902){const _0x1d9e42=a228_0x52d3;if(typeof _0x5ca902===_0x1d9e42(0x1ac)&&Number[_0x1d9e42(0x1a7)](_0x5ca902))return _0x5ca902;if(typeof _0x5ca902===_0x1d9e42(0x1a3)){const _0x20d787=_0x5ca902[_0x1d9e42(0x1a5)]();if(!_0x20d787)return undefined;const _0x35b178=Number(_0x20d787);if(Number[_0x1d9e42(0x1a7)](_0x35b178))return _0x35b178;}return undefined;}export function normalizeEntityWithIdResponse(_0x392f94){const _0x4e8baa=a228_0x52d3,_0x58a636=toFiniteNumber(_0x392f94);if(_0x58a636!==undefined)return{'id':_0x58a636,'entity':{'id':_0x58a636}};if(!_0x392f94||typeof _0x392f94!==_0x4e8baa(0x1a1))return{'id':undefined,'entity':{}};const _0x224f53={..._0x392f94},_0x4cc5df=toFiniteNumber(_0x224f53['id']);return _0x4cc5df!==undefined&&(_0x224f53['id']=_0x4cc5df),{'id':_0x4cc5df,'entity':_0x224f53};}
|
package/lib/utils/file-utils.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x4dd4ea,_0x107a68){const _0x243aa4=a229_0x31f7,_0x4f96d3=_0x4dd4ea();while(!![]){try{const _0x46c9d6=parseInt(_0x243aa4(0xa6))/0x1+parseInt(_0x243aa4(0xa2))/0x2*(-parseInt(_0x243aa4(0xa8))/0x3)+-parseInt(_0x243aa4(0xa1))/0x4+-parseInt(_0x243aa4(0xa4))/0x5+parseInt(_0x243aa4(0xa9))/0x6+-parseInt(_0x243aa4(0xa7))/0x7*(parseInt(_0x243aa4(0xa3))/0x8)+parseInt(_0x243aa4(0xa5))/0x9;if(_0x46c9d6===_0x107a68)break;else _0x4f96d3['push'](_0x4f96d3['shift']());}catch(_0x4aa2a8){_0x4f96d3['push'](_0x4f96d3['shift']());}}}(a229_0x5dc2,0xe0c19));function a229_0x31f7(_0x59a8a4,_0x479dd8){_0x59a8a4=_0x59a8a4-0xa1;const _0x5dc218=a229_0x5dc2();let _0x31f7a8=_0x5dc218[_0x59a8a4];return _0x31f7a8;}import{existsSync,mkdirSync,copyFileSync,readdirSync,statSync}from'node:fs';import{join}from'node:path';export async function copyDir(_0x16117f,_0x5672ea){const _0x5b687d=a229_0x31f7,_0x479d32=statSync(_0x16117f);if(_0x479d32[_0x5b687d(0xaa)]()){!existsSync(_0x5672ea)&&mkdirSync(_0x5672ea,{'recursive':!![]});const _0x162718=readdirSync(_0x16117f);for(const _0x3a5fe3 of _0x162718){await copyDir(join(_0x16117f,_0x3a5fe3),join(_0x5672ea,_0x3a5fe3));}}else copyFileSync(_0x16117f,_0x5672ea);}function a229_0x5dc2(){const _0x1d20cc=['2fXGapM','8JWWWXS','8369020BdIBFe','27030411qoPLAV','524009sPzCXu','3100958xCggFe','1273092mbosuN','234714ICBHjK','isDirectory','418976DZlffV'];a229_0x5dc2=function(){return _0x1d20cc;};return a229_0x5dc2();}export function ensureDir(_0x4db26d){!existsSync(_0x4db26d)&&mkdirSync(_0x4db26d,{'recursive':!![]});}export function pathExists(_0x5aecef){return existsSync(_0x5aecef);}
|
package/lib/utils/guides-cdn.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a230_0x595a25=a230_0x36f6;(function(_0x2e7598,_0x452905){const _0xc7fb72=a230_0x36f6,_0x5a852d=_0x2e7598();while(!![]){try{const _0x190766=-parseInt(_0xc7fb72(0x181))/0x1+-parseInt(_0xc7fb72(0x191))/0x2*(parseInt(_0xc7fb72(0x189))/0x3)+parseInt(_0xc7fb72(0x18c))/0x4*(parseInt(_0xc7fb72(0x17d))/0x5)+parseInt(_0xc7fb72(0x18e))/0x6*(-parseInt(_0xc7fb72(0x175))/0x7)+-parseInt(_0xc7fb72(0x17b))/0x8*(-parseInt(_0xc7fb72(0x180))/0x9)+parseInt(_0xc7fb72(0x177))/0xa+parseInt(_0xc7fb72(0x178))/0xb;if(_0x190766===_0x452905)break;else _0x5a852d['push'](_0x5a852d['shift']());}catch(_0x14df5d){_0x5a852d['push'](_0x5a852d['shift']());}}}(a230_0x4767,0xce3ae));import{mkdirSync,writeFileSync}from'node:fs';import{dirname,join}from'node:path';import{homedir}from'node:os';function a230_0x36f6(_0x128dfc,_0x43b93e){_0x128dfc=_0x128dfc-0x174;const _0x4767a0=a230_0x4767();let _0x36f62d=_0x4767a0[_0x128dfc];return _0x36f62d;}import{getTemplateBaseUrl}from'../utils/config.js';function a230_0x4767(){const _0x92fd94=['cache','.md','/skills/guides.json','.lovrabet','join','extendContent','\x0a\x0a>更新时间:','974583PGlFxL','title','replace','524oeeJGN','push','4314WdCMzH','keys','skillTemplate','4EmapvT','content','map','length','utf-8','.lovrabet/skill/guides','entries','object','path','12369nGXXWI','application/json','12200970CShpEl','11041173DTLIlJ','CDN\x20数据中缺少\x20skillTemplate','trimEnd','280OfvvWB','CDN\x20返回数据格式错误','1545ADDhec','guides','lastUpdated','230247IXOztp','394811XmWXNe'];a230_0x4767=function(){return _0x92fd94;};return a230_0x4767();}function getGuidesCdnUrl(){const _0x373ebb=a230_0x36f6,_0x4040db=getTemplateBaseUrl();return _0x4040db+_0x373ebb(0x184);}const CACHE_DIR=join(homedir(),a230_0x595a25(0x185),a230_0x595a25(0x182));export async function fetchGuidesFromCDN(){const _0x494c5a=a230_0x595a25,_0x4b8396=getGuidesCdnUrl(),_0x473655=await fetch(_0x4b8396,{'headers':{'Accept':_0x494c5a(0x176)}});if(!_0x473655['ok'])throw new Error('CDN\x20请求失败:\x20'+_0x473655['status']+'\x20'+_0x473655['statusText']);const _0x559653=await _0x473655['json']();if(!_0x559653[_0x494c5a(0x17e)]||typeof _0x559653[_0x494c5a(0x17e)]!==_0x494c5a(0x198))throw new Error(_0x494c5a(0x17c));return _0x559653;}export function writeGuidesToProject(_0x3ac909,_0x4ffcbe,_0x52423f=a230_0x595a25(0x196),_0x4c6378){const _0x3e9d38=a230_0x595a25,_0x1df8a2=join(_0x4ffcbe,_0x52423f);mkdirSync(_0x1df8a2,{'recursive':!![]});for(const [_0x4e1a86,_0xcc4663]of Object[_0x3e9d38(0x197)](_0x3ac909[_0x3e9d38(0x17e)])){let _0x25430f=_0xcc4663[_0x3e9d38(0x192)];_0xcc4663[_0x3e9d38(0x17f)]&&(_0x25430f=appendUpdateTime(_0x25430f,_0xcc4663[_0x3e9d38(0x17f)])),writeFileSync(join(_0x1df8a2,_0x4e1a86+_0x3e9d38(0x183)),_0x25430f,'utf-8');}}export function appendUpdateTime(_0x407f7a,_0xb71d4a){const _0x14eadc=a230_0x595a25;return _0x407f7a=_0x407f7a['replace'](/\n*>更新时间:.*$/m,''),_0x407f7a[_0x14eadc(0x17a)]()+(_0x14eadc(0x188)+_0xb71d4a);}export function getSkillTemplate(_0x30c8dd){const _0x2766d7=a230_0x595a25;return _0x30c8dd[_0x2766d7(0x190)]?.[_0x2766d7(0x192)]||'';}export function appendExtendContents(_0x336981,_0x71ef1a,_0x17a626){const _0x1cc105=a230_0x595a25,_0x1c2e33=[];for(const [,_0xd38537]of Object[_0x1cc105(0x197)](_0x71ef1a[_0x1cc105(0x17e)])){_0xd38537['extendContent']&&_0x1c2e33[_0x1cc105(0x18d)](_0xd38537[_0x1cc105(0x187)][_0x1cc105(0x17a)]());}if(_0x1c2e33['length']===0x0)return _0x336981;return _0x336981[_0x1cc105(0x17a)]()+'\x0a\x0a'+_0x1c2e33[_0x1cc105(0x186)]('\x0a\x0a')+'\x0a';}export function writeSkillFile(_0x3c090a,_0x2d86ca,_0xb6c050){const _0x121fe9=a230_0x595a25,_0x32a660=getSkillTemplate(_0x3c090a);if(!_0x32a660)throw new Error(_0x121fe9(0x179));const _0x3b485b=dirname(_0x2d86ca);mkdirSync(_0x3b485b,{'recursive':!![]});let _0x337276=_0x32a660[_0x121fe9(0x18b)](/\{\{IDE_NAME\}\}/g,_0xb6c050);_0x337276=appendExtendContents(_0x337276,_0x3c090a),_0x3c090a[_0x121fe9(0x190)]['lastUpdated']&&(_0x337276=appendUpdateTime(_0x337276,_0x3c090a['skillTemplate'][_0x121fe9(0x17f)])),writeFileSync(_0x2d86ca,_0x337276,_0x121fe9(0x195));}export async function installGuides(_0x59273e){const _0x2b6b30=a230_0x595a25,_0x48d802=await fetchGuidesFromCDN();return writeGuidesToProject(_0x48d802,_0x59273e),Object[_0x2b6b30(0x18f)](_0x48d802[_0x2b6b30(0x17e)])[_0x2b6b30(0x194)];}export function getGuidesSummary(_0x582b39){const _0x548b46=a230_0x595a25;return Object[_0x548b46(0x197)](_0x582b39[_0x548b46(0x17e)])[_0x548b46(0x193)](([_0x4f7afc,_0x428a8b])=>({'key':_0x4f7afc,'title':_0x428a8b[_0x548b46(0x18a)],'path':_0x428a8b[_0x548b46(0x174)]}));}
|
package/lib/utils/http-client.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x9ca57f,_0x2c669b){const _0x227333=a231_0x2bc5,_0x58d038=_0x9ca57f();while(!![]){try{const _0x4eca57=-parseInt(_0x227333(0x181))/0x1+parseInt(_0x227333(0x185))/0x2*(-parseInt(_0x227333(0x18e))/0x3)+-parseInt(_0x227333(0x17d))/0x4+parseInt(_0x227333(0x183))/0x5*(parseInt(_0x227333(0x194))/0x6)+parseInt(_0x227333(0x182))/0x7+-parseInt(_0x227333(0x17e))/0x8+parseInt(_0x227333(0x176))/0x9*(parseInt(_0x227333(0x177))/0xa);if(_0x4eca57===_0x2c669b)break;else _0x58d038['push'](_0x58d038['shift']());}catch(_0x4ca39a){_0x58d038['push'](_0x58d038['shift']());}}}(a231_0x53f0,0x258d4));function a231_0x2bc5(_0x37f15a,_0x483b19){_0x37f15a=_0x37f15a-0x176;const _0x53f022=a231_0x53f0();let _0x2bc5cb=_0x53f022[_0x37f15a];return _0x2bc5cb;}export async function httpRequest(_0x99e849,_0x351d08={}){const _0x1a0042=a231_0x2bc5,{timeout:timeout=0x7530,retries:retries=0x3,retryDelay:retryDelay=0x3e8,headers:headers={}}=_0x351d08;let _0x5ce2bc=null;for(let _0x140eea=0x0;_0x140eea<=retries;_0x140eea++){try{const _0x2221b3=new AbortController(),_0x362456=setTimeout(()=>_0x2221b3[_0x1a0042(0x184)](),timeout),_0x35d231=await fetch(_0x99e849,{'headers':headers,'signal':_0x2221b3[_0x1a0042(0x17c)]});clearTimeout(_0x362456);let _0x2a4e51;const _0x196675=_0x35d231[_0x1a0042(0x188)][_0x1a0042(0x18f)](_0x1a0042(0x18b));return _0x196675?.[_0x1a0042(0x18c)](_0x1a0042(0x190))?_0x2a4e51=await _0x35d231['json']():_0x2a4e51=await _0x35d231[_0x1a0042(0x180)](),{'ok':_0x35d231['ok'],'status':_0x35d231['status'],'statusText':_0x35d231[_0x1a0042(0x187)],'data':_0x2a4e51,'headers':_0x35d231[_0x1a0042(0x188)],'url':_0x35d231[_0x1a0042(0x179)],'text':()=>_0x35d231[_0x1a0042(0x180)]()};}catch(_0x2d527b){_0x5ce2bc=_0x2d527b instanceof Error?_0x2d527b:new Error(String(_0x2d527b));if(_0x140eea===retries)break;if(shouldRetry(_0x2d527b)){console[_0x1a0042(0x18d)](_0x1a0042(0x193)+retryDelay+_0x1a0042(0x17f)+(_0x140eea+0x1)+_0x1a0042(0x189)),await sleep(retryDelay);continue;}else break;}}throw _0x5ce2bc||new Error(_0x1a0042(0x186));}function shouldRetry(_0x59bfb3){const _0x2f3bef=a231_0x2bc5;if(_0x59bfb3 instanceof Error){if(_0x59bfb3[_0x2f3bef(0x191)]==='AbortError')return![];if(_0x59bfb3[_0x2f3bef(0x191)]===_0x2f3bef(0x17a)&&_0x59bfb3[_0x2f3bef(0x178)][_0x2f3bef(0x18c)](_0x2f3bef(0x192)))return!![];if(_0x59bfb3[_0x2f3bef(0x178)][_0x2f3bef(0x18c)](_0x2f3bef(0x17b)))return!![];if(_0x59bfb3[_0x2f3bef(0x178)][_0x2f3bef(0x18c)](_0x2f3bef(0x18a)))return![];}return![];}function a231_0x53f0(){const _0x999e19=['*\x20请求失败,','6tAzwoi','2038923WpRsJR','20BwBkpc','message','url','TypeError','ECONNRESET','signal','837576uqJJpo','656264QiOVqV','ms\x20后进行第\x20','text','155620tKQMQV','1612954QwcFKn','767670dqEMWG','abort','1882GfaSmf','Request\x20failed','statusText','headers','\x20次重试...','ENOTFOUND','content-type','includes','log','753AjCzvj','get','application/json','name','fetch'];a231_0x53f0=function(){return _0x999e19;};return a231_0x53f0();}function sleep(_0x1537c4){return new Promise(_0x4314ef=>setTimeout(_0x4314ef,_0x1537c4));}export function validateUrl(_0x5b38dc){try{return new URL(_0x5b38dc),!![];}catch{return![];}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x45d541,_0x2badad){const _0x317902=a232_0x33d8,_0x9f9c2b=_0x45d541();while(!![]){try{const _0x47d16b=parseInt(_0x317902(0x1c5))/0x1+parseInt(_0x317902(0x1be))/0x2*(-parseInt(_0x317902(0x1c8))/0x3)+parseInt(_0x317902(0x1c1))/0x4*(parseInt(_0x317902(0x1bd))/0x5)+parseInt(_0x317902(0x1b8))/0x6+parseInt(_0x317902(0x1bb))/0x7*(-parseInt(_0x317902(0x1bf))/0x8)+parseInt(_0x317902(0x1c4))/0x9+parseInt(_0x317902(0x1bc))/0xa*(-parseInt(_0x317902(0x1c6))/0xb);if(_0x47d16b===_0x2badad)break;else _0x9f9c2b['push'](_0x9f9c2b['shift']());}catch(_0x30d627){_0x9f9c2b['push'](_0x9f9c2b['shift']());}}}(a232_0x7698,0xcc3d9));function a232_0x33d8(_0x29d67a,_0x142c49){_0x29d67a=_0x29d67a-0x1b8;const _0x769857=a232_0x7698();let _0x33d8cf=_0x769857[_0x29d67a];return _0x33d8cf;}function env(_0x5cd892){return process.env[`RABETBASE_${_0x5cd892}`]||process.env[`LOVRABET_${_0x5cd892}`]||undefined;}export function isNonInteractive(_0x649e62){const _0x21c259=a232_0x33d8;return!!(_0x649e62[_0x21c259(0x1b9)]||_0x649e62['ci']||env('CI')===_0x21c259(0x1c0)||process.env.CI===_0x21c259(0x1c0)||!process[_0x21c259(0x1ba)][_0x21c259(0x1c7)]||!isStdinRawModeSupported());}function a232_0x7698(){const _0x50404f=['5759345ybJXMb','2fbhOVh','8882104DVIXPu','true','4IhsEIV','stdin','setRawMode','12829266aFuLaf','1656750HhZaJT','924oGOLcA','isTTY','4538871ezdBlY','3401040fKXUMM','nonInteractive','stdout','7ofljNg','159660BtpCiO'];a232_0x7698=function(){return _0x50404f;};return a232_0x7698();}function isStdinRawModeSupported(){const _0x11031c=a232_0x33d8;if(!process[_0x11031c(0x1c2)]['isTTY'])return![];try{const _0x578660=process[_0x11031c(0x1c2)]['isRaw'];return process[_0x11031c(0x1c2)][_0x11031c(0x1c3)](!![]),process[_0x11031c(0x1c2)][_0x11031c(0x1c3)](_0x578660??![]),!![];}catch{return![];}}
|