@lovrabet/rabetbase-cli 2.5.2-beta.6 → 2.5.2-beta.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/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/api/generate-sdk-config-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/index.js +1 -1
- package/lib/commands/app/list.js +1 -1
- package/lib/commands/app/members-list.js +1 -1
- package/lib/commands/app/remote-directory.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/async-task.js +1 -1
- package/lib/commands/common/dry-run.js +1 -1
- package/lib/commands/common/flags.js +1 -1
- package/lib/commands/common/local-file.js +1 -1
- package/lib/commands/common/validate.js +1 -1
- package/lib/commands/config/delete.js +1 -1
- package/lib/commands/config/get.js +1 -1
- package/lib/commands/config/index.js +1 -1
- package/lib/commands/config/init.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/dataset/business-group-update.js +1 -1
- package/lib/commands/dataset/business-groups.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-restore.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/dataset/user-deleted-field-list.js +1 -1
- package/lib/commands/db/analysis-batching.js +1 -1
- package/lib/commands/db/analyze-batch-plan.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-refresh-start.js +1 -1
- package/lib/commands/db/diff-refresh-status.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/table-diff-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/deployment/index.js +1 -1
- package/lib/commands/deployment/sync-all.js +1 -1
- package/lib/commands/deployment/sync-jobs.js +1 -1
- package/lib/commands/deployment/sync-status.js +1 -1
- package/lib/commands/doctor.js +1 -1
- package/lib/commands/file/index.js +1 -1
- package/lib/commands/instant-api-policy/current.js +1 -1
- package/lib/commands/instant-api-policy/index.js +1 -1
- package/lib/commands/instant-api-policy/init.js +1 -1
- package/lib/commands/instant-api-policy/publish.js +1 -1
- package/lib/commands/instant-api-policy/pull.js +1 -1
- package/lib/commands/instant-api-policy/revision.js +1 -1
- package/lib/commands/instant-api-policy/revisions.js +1 -1
- package/lib/commands/instant-api-policy/rollback.js +1 -1
- package/lib/commands/instant-api-policy/shared.js +1 -1
- package/lib/commands/instant-api-policy/validate.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/kb/create.js +1 -1
- package/lib/commands/kb/delete.js +1 -1
- package/lib/commands/kb/detail.js +1 -1
- package/lib/commands/kb/index.js +1 -1
- package/lib/commands/kb/list.js +1 -1
- package/lib/commands/kb/search.js +1 -1
- package/lib/commands/kb/shared.js +1 -1
- package/lib/commands/kb/update.js +1 -1
- package/lib/commands/logs/index.js +1 -1
- package/lib/commands/menu/asset-update.js +1 -1
- package/lib/commands/menu/delete.js +1 -1
- package/lib/commands/menu/external-link-create.js +1 -1
- package/lib/commands/menu/external-link-update.js +1 -1
- package/lib/commands/menu/group-create.js +1 -1
- package/lib/commands/menu/group-update.js +1 -1
- package/lib/commands/menu/index.js +1 -1
- package/lib/commands/menu/list.js +1 -1
- package/lib/commands/menu/move.js +1 -1
- package/lib/commands/menu/regroup-start.js +1 -1
- package/lib/commands/menu/rename.js +1 -1
- package/lib/commands/menu/shared/compare-table.js +1 -1
- package/lib/commands/menu/shared/delete-plan.js +1 -1
- package/lib/commands/menu/shared/facts.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/mutations.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/visibility-update.js +1 -1
- package/lib/commands/notification/config-create.js +1 -1
- package/lib/commands/notification/config-delete.js +1 -1
- package/lib/commands/notification/config-list.js +1 -1
- package/lib/commands/notification/config-update.js +1 -1
- package/lib/commands/notification/index.js +1 -1
- package/lib/commands/notification/shared.js +1 -1
- package/lib/commands/ocr/index.js +1 -1
- package/lib/commands/page/create.js +1 -1
- package/lib/commands/page/custom/detail.js +1 -1
- package/lib/commands/page/custom/list.js +1 -1
- package/lib/commands/page/custom/publish.js +1 -1
- package/lib/commands/page/custom/shared.js +1 -1
- package/lib/commands/page/custom/syntax.js +1 -1
- package/lib/commands/page/custom/update.js +1 -1
- package/lib/commands/page/data-list-status.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/restore.js +1 -1
- package/lib/commands/page/shared.js +1 -1
- package/lib/commands/page/sync.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/materialize-project-template.js +1 -1
- package/lib/commands/project/create/project-name.js +1 -1
- package/lib/commands/project/create/project-template-archive.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/domain-routing-sync.js +1 -1
- package/lib/commands/project/index.js +1 -1
- package/lib/commands/project/upgrade.js +1 -1
- package/lib/commands/registry.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/rule/get.js +1 -1
- package/lib/commands/rule/index.js +1 -1
- package/lib/commands/rule/list.js +1 -1
- package/lib/commands/rule/set.js +1 -1
- package/lib/commands/rule/shared.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/shared.js +1 -1
- package/lib/commands/sql/status.js +1 -1
- package/lib/commands/sql/validate.js +1 -1
- package/lib/commands/task/index.js +1 -1
- package/lib/commands/task/status.js +1 -1
- package/lib/commands/tenant/index.js +1 -1
- package/lib/commands/tenant/members-list.js +1 -1
- package/lib/commands/tenant/shared.js +1 -1
- package/lib/commands/user-account/dingding-sandbox-bind.js +1 -1
- package/lib/commands/user-account/index.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/domain-config.js +1 -1
- package/lib/config/project-domain-routing.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/region.js +1 -1
- package/lib/constant/risk.js +1 -1
- package/lib/constant/routing-profile.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/instant-api-policy/config.js +1 -1
- package/lib/core/kb-search-client.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-index-auditor.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/error-output.js +1 -1
- package/lib/framework/explicit-yes.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/supported-flags.js +1 -1
- package/lib/framework/types.js +1 -1
- package/lib/generated/build-info.d.ts +4 -4
- package/lib/generated/build-info.js +1 -1
- package/lib/generated/official-routing.js +1 -1
- package/lib/generated/routing-contract.js +1 -1
- package/lib/help.js +1 -1
- package/lib/postinstall.js +1 -1
- package/lib/runtime/confirmation.js +1 -1
- package/lib/runtime/event.js +1 -1
- package/lib/runtime/index.js +1 -1
- package/lib/runtime/queue.js +1 -1
- package/lib/runtime/resolve.js +1 -1
- package/lib/skills/builtin-skill.js +1 -1
- package/lib/skills/main.js +1 -1
- package/lib/skills/npx-skills-add.js +1 -1
- package/lib/skills/skill-presence.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/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/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/skills/rabetbase/SKILL.md +1 -1
- package/skills/rabetbase.manifest.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
const a292_0x1f5000=a292_0x44d7;(function(_0x51b08b,_0xf8ff5c){const _0x4ee79d=a292_0x44d7,_0x274646=_0x51b08b();while(!![]){try{const _0x417d5d=-parseInt(_0x4ee79d(0x88))/0x1+-parseInt(_0x4ee79d(0x93))/0x2*(parseInt(_0x4ee79d(0x7d))/0x3)+-parseInt(_0x4ee79d(0x7a))/0x4*(-parseInt(_0x4ee79d(0x9a))/0x5)+parseInt(_0x4ee79d(0x72))/0x6*(parseInt(_0x4ee79d(0x9c))/0x7)+-parseInt(_0x4ee79d(0x8e))/0x8+parseInt(_0x4ee79d(0xa9))/0x9*(-parseInt(_0x4ee79d(0x75))/0xa)+-parseInt(_0x4ee79d(0xaa))/0xb*(-parseInt(_0x4ee79d(0x96))/0xc);if(_0x417d5d===_0xf8ff5c)break;else _0x274646['push'](_0x274646['shift']());}catch(_0x45d34d){_0x274646['push'](_0x274646['shift']());}}}(a292_0x1fe1,0xd8e8f));import{createHash}from'node:crypto';import{lstatSync,readFileSync,readdirSync}from'node:fs';import{homedir}from'node:os';function a292_0x44d7(_0x53a25f,_0x485c5b){_0x53a25f=_0x53a25f-0x71;const _0x1fe10e=a292_0x1fe1();let _0x44d706=_0x1fe10e[_0x53a25f];return _0x44d706;}import{dirname,join,relative,resolve,sep}from'node:path';import{fileURLToPath}from'node:url';import{runNpxSkillsAddGlobal}from'../skills/npx-skills-add.js';import{resolveInstalledSkill}from'../skills/skill-presence.js';const DEFAULT_PACKAGE_ROOT=resolve(dirname(fileURLToPath(import.meta.url)),'..','..'),REPAIR_COMMAND=a292_0x1f5000(0x8b),SKILL_NAME=a292_0x1f5000(0xb1);function frontmatterValue(_0x443272,_0x4dc991){const _0xfc23d6=a292_0x1f5000;return _0x443272[_0xfc23d6(0xaf)](new RegExp('^'+_0x4dc991+':\x5cs*(.+)$','m'))?.[0x1]?.[_0xfc23d6(0x73)]()??'';}function listFiles(_0x3e67ce,_0x2692da=_0x3e67ce){const _0x112040=a292_0x1f5000;return readdirSync(_0x2692da,{'withFileTypes':!![]})['flatMap'](_0x480d08=>{const _0x1c82a2=a292_0x44d7,_0x2e8ac7=join(_0x2692da,_0x480d08[_0x1c82a2(0x97)]),_0x1354a5=lstatSync(_0x2e8ac7);if(_0x1354a5[_0x1c82a2(0x9b)]())throw new Error(_0x1c82a2(0x98)+_0x2e8ac7);if(_0x1354a5[_0x1c82a2(0x8d)]())return listFiles(_0x3e67ce,_0x2e8ac7);if(!_0x1354a5['isFile']())throw new Error(_0x1c82a2(0xa5)+_0x2e8ac7);return[relative(_0x3e67ce,_0x2e8ac7)[_0x1c82a2(0xb2)](sep)[_0x1c82a2(0x86)]('/')];})[_0x112040(0x7e)]((_0x79cd29,_0x1a0d67)=>_0x79cd29<_0x1a0d67?-0x1:_0x79cd29>_0x1a0d67?0x1:0x0);}function digestFiles(_0x47ebb9,_0x2e8d81){const _0x736bd8=a292_0x1f5000,_0x4ef9aa=createHash(_0x736bd8(0x87));for(const _0x1dca3e of _0x2e8d81){if(_0x1dca3e[_0x736bd8(0xa3)]('/')||_0x1dca3e[_0x736bd8(0xb2)]('/')[_0x736bd8(0x89)]('..')||_0x1dca3e[_0x736bd8(0x89)]('\x5c'))throw new Error(_0x736bd8(0x80)+_0x1dca3e);_0x4ef9aa[_0x736bd8(0x8f)](_0x1dca3e),_0x4ef9aa[_0x736bd8(0x8f)]('\x00'),_0x4ef9aa[_0x736bd8(0x8f)](readFileSync(join(_0x47ebb9,..._0x1dca3e[_0x736bd8(0xb2)]('/')))),_0x4ef9aa[_0x736bd8(0x8f)]('\x00');}return _0x4ef9aa[_0x736bd8(0xa4)](_0x736bd8(0xa6));}function sameFiles(_0x42de0b,_0x593ffe){const _0x478413=a292_0x1f5000;return _0x42de0b[_0x478413(0xad)]===_0x593ffe[_0x478413(0xad)]&&_0x42de0b[_0x478413(0x90)]((_0xb8e06e,_0x5c039b)=>_0xb8e06e===_0x593ffe[_0x5c039b]);}function a292_0x1fe1(){const _0x161fd1=['version_mismatch','packageVersion','2406858RcIVvX','sort','VERIFY_FAILED','Unsafe\x20manifest\x20path:\x20','utf8','SOURCE_INVALID','stdio','rabetbase.manifest.json','reason','join','sha256','1389579MfQeAx','includes','schemaVersion','rabetbase\x20cli-skill\x20install','skillVersion','isDirectory','13871448bCIedE','update','every','present','current','2pGvjXA','skills@latest\x20exited\x20','installedPath','12uRwCjY','name','Symbolic\x20link\x20is\x20not\x20allowed:\x20','files','575495rcLTSw','isSymbolicLink','7ArOfTJ','skills','INSTALL_FAILED','message','parse','error','home','startsWith','digest','Unsupported\x20Skill\x20entry:\x20','hex','package.json','Built-in\x20Skill\x20source\x20does\x20not\x20match\x20its\x20package\x20manifest','36nUfRDj','61807812aSVZsu','state','SKILL.md','length','version','match','unverifiable','rabetbase','split','unknown','manifest','path','1191174bMTvQY','trim','missing','4234390XFRWVP','root','content_mismatch','packageRoot','pipe','24cduJiX'];a292_0x1fe1=function(){return _0x161fd1;};return a292_0x1fe1();}function readSource(_0x38a26d){const _0x1632e8=a292_0x1f5000,_0x438d84=JSON[_0x1632e8(0xa0)](readFileSync(join(_0x38a26d,_0x1632e8(0xa7)),'utf8')),_0x159ebf=JSON[_0x1632e8(0xa0)](readFileSync(join(_0x38a26d,_0x1632e8(0x9d),_0x1632e8(0x84)),_0x1632e8(0x81))),_0x4dc63d=join(_0x38a26d,'skills',SKILL_NAME),_0x537fe9=frontmatterValue(readFileSync(join(_0x4dc63d,_0x1632e8(0xac)),_0x1632e8(0x81)),_0x1632e8(0xae)),_0x46b6e0=listFiles(_0x4dc63d);if(_0x159ebf[_0x1632e8(0x8a)]!==0x1||_0x159ebf[_0x1632e8(0x97)]!==SKILL_NAME||!_0x438d84[_0x1632e8(0xae)]||_0x159ebf[_0x1632e8(0x7c)]!==_0x438d84[_0x1632e8(0xae)]||_0x159ebf[_0x1632e8(0x8c)]!==_0x438d84[_0x1632e8(0xae)]||_0x537fe9!==_0x438d84[_0x1632e8(0xae)]||!sameFiles(_0x46b6e0,_0x159ebf[_0x1632e8(0x99)])||digestFiles(_0x4dc63d,_0x46b6e0)!==_0x159ebf[_0x1632e8(0xa4)])throw new Error(_0x1632e8(0xa8));return{'packageVersion':_0x438d84[_0x1632e8(0xae)],'skillVersion':_0x537fe9,'root':_0x4dc63d,'manifest':_0x159ebf};}function installedSkillPath(_0x340924){const _0x218c91=a292_0x1f5000,_0x1dac3c=resolveInstalledSkill(SKILL_NAME,{'home':_0x340924});if(_0x1dac3c['state']===_0x218c91(0x91))return{'state':_0x218c91(0x91),'path':dirname(_0x1dac3c[_0x218c91(0x71)])};if(_0x1dac3c['state']==='absent')return{'state':_0x218c91(0x74)};return{'state':_0x218c91(0xb0),'reason':_0x1dac3c[_0x218c91(0x85)]};}export function inspectInstalledBuiltinSkillVersion(_0x2e2ccc,_0x31d743={}){const _0x4a20b3=a292_0x1f5000,_0x4c3b79=installedSkillPath(_0x31d743['home']??homedir());if(_0x4c3b79[_0x4a20b3(0xab)]==='missing')return{'state':_0x4a20b3(0x74),'expectedVersion':_0x2e2ccc,'repairCommand':REPAIR_COMMAND};if(_0x4c3b79[_0x4a20b3(0xab)]===_0x4a20b3(0xb0))return{'state':_0x4a20b3(0xb0),'expectedVersion':_0x2e2ccc,'reason':_0x4c3b79['reason'],'repairCommand':REPAIR_COMMAND};try{const _0x2ffe32=frontmatterValue(readFileSync(join(_0x4c3b79[_0x4a20b3(0x71)],_0x4a20b3(0xac)),_0x4a20b3(0x81)),'version');return{'state':_0x2ffe32===_0x2e2ccc?'current':'version_mismatch','expectedVersion':_0x2e2ccc,'skillVersion':_0x2ffe32,'installedPath':_0x4c3b79[_0x4a20b3(0x71)],'repairCommand':REPAIR_COMMAND};}catch(_0x211d73){return{'state':'unverifiable','expectedVersion':_0x2e2ccc,'installedPath':_0x4c3b79[_0x4a20b3(0x71)],'reason':_0x211d73 instanceof Error?_0x211d73[_0x4a20b3(0x9f)]:String(_0x211d73),'repairCommand':REPAIR_COMMAND};}}export function inspectBuiltinSkill(_0x31cc61={}){const _0x1e8657=a292_0x1f5000,_0x4223a3=_0x31cc61[_0x1e8657(0x78)]??DEFAULT_PACKAGE_ROOT;let _0x1e10a8;try{_0x1e10a8=readSource(_0x4223a3);}catch(_0x20829f){return{'state':'unverifiable','packageVersion':_0x1e8657(0xb3),'reason':_0x20829f instanceof Error?_0x20829f[_0x1e8657(0x9f)]:String(_0x20829f),'repairCommand':REPAIR_COMMAND};}const _0x2773ec=installedSkillPath(_0x31cc61[_0x1e8657(0xa2)]??homedir());if(_0x2773ec['state']===_0x1e8657(0x74))return{'state':'missing','packageVersion':_0x1e10a8[_0x1e8657(0x7c)],'repairCommand':REPAIR_COMMAND};if(_0x2773ec[_0x1e8657(0xab)]==='unverifiable')return{'state':'unverifiable','packageVersion':_0x1e10a8[_0x1e8657(0x7c)],'reason':_0x2773ec[_0x1e8657(0x85)],'repairCommand':REPAIR_COMMAND};try{const _0x11787e=frontmatterValue(readFileSync(join(_0x2773ec['path'],'SKILL.md'),'utf8'),'version');if(_0x11787e!==_0x1e10a8[_0x1e8657(0x8c)])return{'state':_0x1e8657(0x7b),'packageVersion':_0x1e10a8[_0x1e8657(0x7c)],'skillVersion':_0x11787e,'installedPath':_0x2773ec['path'],'repairCommand':REPAIR_COMMAND};const _0x4fd4e8=listFiles(_0x2773ec[_0x1e8657(0x71)]),_0x394968=digestFiles(_0x2773ec[_0x1e8657(0x71)],_0x4fd4e8);return{'state':sameFiles(_0x4fd4e8,_0x1e10a8[_0x1e8657(0xb4)]['files'])&&_0x394968===_0x1e10a8[_0x1e8657(0xb4)][_0x1e8657(0xa4)]?_0x1e8657(0x92):_0x1e8657(0x77),'packageVersion':_0x1e10a8['packageVersion'],'skillVersion':_0x11787e,'installedPath':_0x2773ec[_0x1e8657(0x71)],'digest':_0x394968,'repairCommand':REPAIR_COMMAND};}catch(_0x459ff5){return{'state':'unverifiable','packageVersion':_0x1e10a8[_0x1e8657(0x7c)],'installedPath':_0x2773ec[_0x1e8657(0x71)],'reason':_0x459ff5 instanceof Error?_0x459ff5['message']:String(_0x459ff5),'repairCommand':REPAIR_COMMAND};}}function failure(_0x1052fb,_0x502fa2,_0x502fca,_0x6056ac){const _0x5893a8=a292_0x1f5000;return{'ok':![],'code':_0x1052fb,'packageVersion':_0x502fa2[_0x5893a8(0x7c)],'skillVersion':_0x502fa2[_0x5893a8(0x8c)],'installedPath':_0x6056ac,'changed':![],'repairCommand':REPAIR_COMMAND,'error':_0x502fca instanceof Error?_0x502fca[_0x5893a8(0x9f)]:String(_0x502fca)};}export function installBuiltinSkill(_0x269d9e={}){const _0x4748fe=a292_0x1f5000,_0x26a009=_0x269d9e[_0x4748fe(0x78)]??DEFAULT_PACKAGE_ROOT,_0x165f51=_0x269d9e[_0x4748fe(0xa2)]??homedir();let _0x457a3b;try{_0x457a3b=readSource(_0x26a009);}catch(_0x19755c){return failure(_0x4748fe(0x82),{'packageVersion':_0x4748fe(0xb3),'skillVersion':_0x4748fe(0xb3)},_0x19755c);}const _0x309d81=inspectBuiltinSkill({'packageRoot':_0x26a009,'home':_0x165f51}),_0x2ae04a=runNpxSkillsAddGlobal(_0x26a009,_0x457a3b[_0x4748fe(0x76)],{'stdio':_0x269d9e[_0x4748fe(0x83)]??_0x4748fe(0x79),'expectedSkillName':SKILL_NAME,'presence':{'home':_0x165f51}});if(_0x2ae04a['skipped'])return{'ok':!![],'packageVersion':_0x457a3b[_0x4748fe(0x7c)],'skillVersion':_0x457a3b[_0x4748fe(0x8c)],'installedPath':_0x309d81[_0x4748fe(0x95)],'changed':![],'repairCommand':REPAIR_COMMAND};if(!_0x2ae04a['ok'])return failure(_0x4748fe(0x9e),_0x457a3b,_0x2ae04a[_0x4748fe(0xa1)]??_0x4748fe(0x94)+_0x2ae04a['status']);const _0x2b3c18=inspectBuiltinSkill({'packageRoot':_0x26a009,'home':_0x165f51});if(_0x2b3c18[_0x4748fe(0xab)]!=='current')return failure(_0x4748fe(0x7f),_0x457a3b,_0x2b3c18[_0x4748fe(0x85)]??'Installed\x20Skill\x20state\x20is\x20'+_0x2b3c18[_0x4748fe(0xab)],_0x2b3c18['installedPath']);return{'ok':!![],'packageVersion':_0x457a3b[_0x4748fe(0x7c)],'skillVersion':_0x457a3b[_0x4748fe(0x8c)],'installedPath':_0x2b3c18[_0x4748fe(0x95)],'changed':_0x309d81['state']!=='current','repairCommand':REPAIR_COMMAND};}
|
|
1
|
+
(function(_0x3304c4,_0x39d63e){const _0x491ff6=a292_0x478c,_0x5f2428=_0x3304c4();while(!![]){try{const _0x557174=-parseInt(_0x491ff6(0x17b))/0x1+parseInt(_0x491ff6(0x160))/0x2*(parseInt(_0x491ff6(0x16d))/0x3)+-parseInt(_0x491ff6(0x149))/0x4*(parseInt(_0x491ff6(0x165))/0x5)+parseInt(_0x491ff6(0x169))/0x6+parseInt(_0x491ff6(0x179))/0x7+parseInt(_0x491ff6(0x15b))/0x8*(-parseInt(_0x491ff6(0x147))/0x9)+parseInt(_0x491ff6(0x14c))/0xa*(parseInt(_0x491ff6(0x17c))/0xb);if(_0x557174===_0x39d63e)break;else _0x5f2428['push'](_0x5f2428['shift']());}catch(_0x4fc46d){_0x5f2428['push'](_0x5f2428['shift']());}}}(a292_0x5d61,0x29a6d));import{createHash}from'node:crypto';import{lstatSync,readFileSync,readdirSync}from'node:fs';import{homedir}from'node:os';function a292_0x5d61(){const _0x5af92c=['isDirectory','root','present','name','14HRsLht','Unsafe\x20manifest\x20path:\x20','schemaVersion','length','path','122545cRwIXZ','digest','state','missing','1468848oflzmI','pipe','unverifiable','version','33276ZPobVQ','flatMap','unknown','content_mismatch','skills@latest\x20exited\x20','status','package.json','skills','absent','version_mismatch','stdio','home','409920teTyDq','packageVersion','80360qIsXRm','22yazKPk','update','sha256','SKILL.md','Installed\x20Skill\x20state\x20is\x20','packageRoot','error','current','SOURCE_INVALID','isSymbolicLink','join','252ztQfcN','trim','36MWrMby','files','isFile','1053410tKnKmy','includes','installedPath','rabetbase.manifest.json','utf8','sort','match','message','skillVersion','split','Unsupported\x20Skill\x20entry:\x20','reason','parse','hex',':\x5cs*(.+)$','34328gWSMBB'];a292_0x5d61=function(){return _0x5af92c;};return a292_0x5d61();}import{dirname,join,relative,resolve,sep}from'node:path';import{fileURLToPath}from'node:url';import{runNpxSkillsAddGlobal}from'../skills/npx-skills-add.js';import{resolveInstalledSkill}from'../skills/skill-presence.js';const DEFAULT_PACKAGE_ROOT=resolve(dirname(fileURLToPath(import.meta.url)),'..','..'),REPAIR_COMMAND='rabetbase\x20cli-skill\x20install',SKILL_NAME='rabetbase';function frontmatterValue(_0x4b22a1,_0x48b202){const _0x1b9dd8=a292_0x478c;return _0x4b22a1[_0x1b9dd8(0x152)](new RegExp('^'+_0x48b202+_0x1b9dd8(0x15a),'m'))?.[0x1]?.[_0x1b9dd8(0x148)]()??'';}function listFiles(_0x3b595f,_0x1fe5c1=_0x3b595f){const _0x132960=a292_0x478c;return readdirSync(_0x1fe5c1,{'withFileTypes':!![]})[_0x132960(0x16e)](_0x7d5f63=>{const _0x5a5c6d=_0x132960,_0x4eee81=join(_0x1fe5c1,_0x7d5f63[_0x5a5c6d(0x15f)]),_0x3cbf3d=lstatSync(_0x4eee81);if(_0x3cbf3d[_0x5a5c6d(0x145)]())throw new Error('Symbolic\x20link\x20is\x20not\x20allowed:\x20'+_0x4eee81);if(_0x3cbf3d[_0x5a5c6d(0x15c)]())return listFiles(_0x3b595f,_0x4eee81);if(!_0x3cbf3d[_0x5a5c6d(0x14b)]())throw new Error(_0x5a5c6d(0x156)+_0x4eee81);return[relative(_0x3b595f,_0x4eee81)[_0x5a5c6d(0x155)](sep)[_0x5a5c6d(0x146)]('/')];})[_0x132960(0x151)]((_0x79315e,_0x17859c)=>_0x79315e<_0x17859c?-0x1:_0x79315e>_0x17859c?0x1:0x0);}function digestFiles(_0x360716,_0x4c21d9){const _0x4b80f5=a292_0x478c,_0x191431=createHash(_0x4b80f5(0x17e));for(const _0x27907e of _0x4c21d9){if(_0x27907e['startsWith']('/')||_0x27907e[_0x4b80f5(0x155)]('/')['includes']('..')||_0x27907e[_0x4b80f5(0x14d)]('\x5c'))throw new Error(_0x4b80f5(0x161)+_0x27907e);_0x191431[_0x4b80f5(0x17d)](_0x27907e),_0x191431[_0x4b80f5(0x17d)]('\x00'),_0x191431[_0x4b80f5(0x17d)](readFileSync(join(_0x360716,..._0x27907e[_0x4b80f5(0x155)]('/')))),_0x191431['update']('\x00');}return _0x191431[_0x4b80f5(0x166)](_0x4b80f5(0x159));}function sameFiles(_0x84b4cc,_0x5812bd){const _0xb2e66b=a292_0x478c;return _0x84b4cc[_0xb2e66b(0x163)]===_0x5812bd[_0xb2e66b(0x163)]&&_0x84b4cc['every']((_0x5583fd,_0x1e947c)=>_0x5583fd===_0x5812bd[_0x1e947c]);}function readSource(_0x336540){const _0x5ca4e7=a292_0x478c,_0x156b42=JSON['parse'](readFileSync(join(_0x336540,_0x5ca4e7(0x173)),_0x5ca4e7(0x150))),_0x3c9641=JSON[_0x5ca4e7(0x158)](readFileSync(join(_0x336540,'skills',_0x5ca4e7(0x14f)),_0x5ca4e7(0x150))),_0x16cf0e=join(_0x336540,_0x5ca4e7(0x174),SKILL_NAME),_0x511a57=frontmatterValue(readFileSync(join(_0x16cf0e,_0x5ca4e7(0x17f)),_0x5ca4e7(0x150)),_0x5ca4e7(0x16c)),_0x34967c=listFiles(_0x16cf0e);if(_0x3c9641[_0x5ca4e7(0x162)]!==0x1||_0x3c9641[_0x5ca4e7(0x15f)]!==SKILL_NAME||!_0x156b42[_0x5ca4e7(0x16c)]||_0x3c9641['packageVersion']!==_0x156b42['version']||_0x3c9641[_0x5ca4e7(0x154)]!==_0x156b42[_0x5ca4e7(0x16c)]||_0x511a57!==_0x156b42[_0x5ca4e7(0x16c)]||!sameFiles(_0x34967c,_0x3c9641[_0x5ca4e7(0x14a)])||digestFiles(_0x16cf0e,_0x34967c)!==_0x3c9641[_0x5ca4e7(0x166)])throw new Error('Built-in\x20Skill\x20source\x20does\x20not\x20match\x20its\x20package\x20manifest');return{'packageVersion':_0x156b42[_0x5ca4e7(0x16c)],'skillVersion':_0x511a57,'root':_0x16cf0e,'manifest':_0x3c9641};}function a292_0x478c(_0xdabdb3,_0x5dc5bd){_0xdabdb3=_0xdabdb3-0x143;const _0x5d6112=a292_0x5d61();let _0x478c4d=_0x5d6112[_0xdabdb3];return _0x478c4d;}function installedSkillPath(_0x5d24e6){const _0x599314=a292_0x478c,_0x1ec3fd=resolveInstalledSkill(SKILL_NAME,{'home':_0x5d24e6});if(_0x1ec3fd['state']==='present')return{'state':_0x599314(0x15e),'path':dirname(_0x1ec3fd[_0x599314(0x164)])};if(_0x1ec3fd[_0x599314(0x167)]===_0x599314(0x175))return{'state':_0x599314(0x168)};return{'state':'unverifiable','reason':_0x1ec3fd[_0x599314(0x157)]};}export function inspectInstalledBuiltinSkillVersion(_0x160100,_0x18624b={}){const _0x183642=a292_0x478c,_0x3c1af4=installedSkillPath(_0x18624b[_0x183642(0x178)]??homedir());if(_0x3c1af4['state']==='missing')return{'state':_0x183642(0x168),'expectedVersion':_0x160100,'repairCommand':REPAIR_COMMAND};if(_0x3c1af4[_0x183642(0x167)]==='unverifiable')return{'state':'unverifiable','expectedVersion':_0x160100,'reason':_0x3c1af4[_0x183642(0x157)],'repairCommand':REPAIR_COMMAND};try{const _0xc88e41=frontmatterValue(readFileSync(join(_0x3c1af4[_0x183642(0x164)],_0x183642(0x17f)),'utf8'),_0x183642(0x16c));return{'state':_0xc88e41===_0x160100?'current':_0x183642(0x176),'expectedVersion':_0x160100,'skillVersion':_0xc88e41,'installedPath':_0x3c1af4[_0x183642(0x164)],'repairCommand':REPAIR_COMMAND};}catch(_0x5a112f){return{'state':_0x183642(0x16b),'expectedVersion':_0x160100,'installedPath':_0x3c1af4[_0x183642(0x164)],'reason':_0x5a112f instanceof Error?_0x5a112f[_0x183642(0x153)]:String(_0x5a112f),'repairCommand':REPAIR_COMMAND};}}export function inspectBuiltinSkill(_0x2f10ac={}){const _0x3466ea=a292_0x478c,_0x5683c2=_0x2f10ac[_0x3466ea(0x181)]??DEFAULT_PACKAGE_ROOT;let _0x3efb25;try{_0x3efb25=readSource(_0x5683c2);}catch(_0x1f6b14){return{'state':_0x3466ea(0x16b),'packageVersion':_0x3466ea(0x16f),'reason':_0x1f6b14 instanceof Error?_0x1f6b14['message']:String(_0x1f6b14),'repairCommand':REPAIR_COMMAND};}const _0x2899b2=installedSkillPath(_0x2f10ac[_0x3466ea(0x178)]??homedir());if(_0x2899b2['state']===_0x3466ea(0x168))return{'state':_0x3466ea(0x168),'packageVersion':_0x3efb25[_0x3466ea(0x17a)],'repairCommand':REPAIR_COMMAND};if(_0x2899b2[_0x3466ea(0x167)]===_0x3466ea(0x16b))return{'state':_0x3466ea(0x16b),'packageVersion':_0x3efb25[_0x3466ea(0x17a)],'reason':_0x2899b2[_0x3466ea(0x157)],'repairCommand':REPAIR_COMMAND};try{const _0x4c464f=frontmatterValue(readFileSync(join(_0x2899b2[_0x3466ea(0x164)],'SKILL.md'),'utf8'),_0x3466ea(0x16c));if(_0x4c464f!==_0x3efb25[_0x3466ea(0x154)])return{'state':'version_mismatch','packageVersion':_0x3efb25[_0x3466ea(0x17a)],'skillVersion':_0x4c464f,'installedPath':_0x2899b2[_0x3466ea(0x164)],'repairCommand':REPAIR_COMMAND};const _0x5ec8c8=listFiles(_0x2899b2[_0x3466ea(0x164)]),_0x43bcba=digestFiles(_0x2899b2[_0x3466ea(0x164)],_0x5ec8c8);return{'state':sameFiles(_0x5ec8c8,_0x3efb25['manifest'][_0x3466ea(0x14a)])&&_0x43bcba===_0x3efb25['manifest'][_0x3466ea(0x166)]?_0x3466ea(0x143):_0x3466ea(0x170),'packageVersion':_0x3efb25[_0x3466ea(0x17a)],'skillVersion':_0x4c464f,'installedPath':_0x2899b2['path'],'digest':_0x43bcba,'repairCommand':REPAIR_COMMAND};}catch(_0x12572a){return{'state':_0x3466ea(0x16b),'packageVersion':_0x3efb25[_0x3466ea(0x17a)],'installedPath':_0x2899b2[_0x3466ea(0x164)],'reason':_0x12572a instanceof Error?_0x12572a[_0x3466ea(0x153)]:String(_0x12572a),'repairCommand':REPAIR_COMMAND};}}function failure(_0x2e06b6,_0x494c96,_0x5a791e,_0x43a6dc){const _0x5c073b=a292_0x478c;return{'ok':![],'code':_0x2e06b6,'packageVersion':_0x494c96[_0x5c073b(0x17a)],'skillVersion':_0x494c96[_0x5c073b(0x154)],'installedPath':_0x43a6dc,'changed':![],'repairCommand':REPAIR_COMMAND,'error':_0x5a791e instanceof Error?_0x5a791e[_0x5c073b(0x153)]:String(_0x5a791e)};}export function installBuiltinSkill(_0x377604={}){const _0x4c8270=a292_0x478c,_0x57db21=_0x377604[_0x4c8270(0x181)]??DEFAULT_PACKAGE_ROOT,_0x1291a4=_0x377604[_0x4c8270(0x178)]??homedir();let _0x2eef74;try{_0x2eef74=readSource(_0x57db21);}catch(_0x1520dc){return failure(_0x4c8270(0x144),{'packageVersion':_0x4c8270(0x16f),'skillVersion':_0x4c8270(0x16f)},_0x1520dc);}const _0x3d4b0f=inspectBuiltinSkill({'packageRoot':_0x57db21,'home':_0x1291a4}),_0x51c108=runNpxSkillsAddGlobal(_0x57db21,_0x2eef74[_0x4c8270(0x15d)],{'stdio':_0x377604[_0x4c8270(0x177)]??_0x4c8270(0x16a),'expectedSkillName':SKILL_NAME,'presence':{'home':_0x1291a4}});if(_0x51c108['skipped'])return{'ok':!![],'packageVersion':_0x2eef74[_0x4c8270(0x17a)],'skillVersion':_0x2eef74[_0x4c8270(0x154)],'installedPath':_0x3d4b0f['installedPath'],'changed':![],'repairCommand':REPAIR_COMMAND};if(!_0x51c108['ok'])return failure('INSTALL_FAILED',_0x2eef74,_0x51c108[_0x4c8270(0x182)]??_0x4c8270(0x171)+_0x51c108[_0x4c8270(0x172)]);const _0x5ed240=inspectBuiltinSkill({'packageRoot':_0x57db21,'home':_0x1291a4});if(_0x5ed240[_0x4c8270(0x167)]!==_0x4c8270(0x143))return failure('VERIFY_FAILED',_0x2eef74,_0x5ed240[_0x4c8270(0x157)]??_0x4c8270(0x180)+_0x5ed240[_0x4c8270(0x167)],_0x5ed240[_0x4c8270(0x14e)]);return{'ok':!![],'packageVersion':_0x2eef74[_0x4c8270(0x17a)],'skillVersion':_0x2eef74[_0x4c8270(0x154)],'installedPath':_0x5ed240[_0x4c8270(0x14e)],'changed':_0x3d4b0f[_0x4c8270(0x167)]!=='current','repairCommand':REPAIR_COMMAND};}
|
package/lib/skills/main.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x16f62c,_0x47f198){const _0x360048=a293_0x382d,_0x2d234f=_0x16f62c();while(!![]){try{const _0x2d5165=-parseInt(_0x360048(0x178))/0x1*(-parseInt(_0x360048(0x169))/0x2)+-parseInt(_0x360048(0x16f))/0x3+-parseInt(_0x360048(0x179))/0x4*(-parseInt(_0x360048(0x164))/0x5)+parseInt(_0x360048(0x156))/0x6+parseInt(_0x360048(0x168))/0x7+parseInt(_0x360048(0x160))/0x8*(parseInt(_0x360048(0x167))/0x9)+-parseInt(_0x360048(0x170))/0xa;if(_0x2d5165===_0x47f198)break;else _0x2d234f['push'](_0x2d234f['shift']());}catch(_0x385da1){_0x2d234f['push'](_0x2d234f['shift']());}}}(a293_0x2dd8,0x8b69b));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(_0x65aad7){const _0x4cb1cf=a293_0x382d,_0x1724ff=[];for(const [_0x1ff956,_0x31b108]of Object[_0x4cb1cf(0x155)](_0x65aad7)){if(_0x31b108===!![]){const _0x61a07d=_0x1ff956[_0x4cb1cf(0x173)](/([A-Z])/g,_0x4cb1cf(0x163))[_0x4cb1cf(0x176)]();_0x1724ff['push'](_0x61a07d);}}return _0x1724ff;}function a293_0x382d(_0xf689f1,_0x2ef3e3){_0xf689f1=_0xf689f1-0x153;const _0x2dd821=a293_0x2dd8();let _0x382d1d=_0x2dd821[_0xf689f1];return _0x382d1d;}export function parseDynamicFlags(){const _0x26c348=a293_0x382d,_0x4b6af5=[];for(let _0x54547f=0x3;_0x54547f<process['argv'][_0x26c348(0x171)];_0x54547f++){const _0xf27541=process[_0x26c348(0x161)][_0x54547f];if(_0xf27541&&_0xf27541[_0x26c348(0x172)]('--')){const _0x88601a=_0xf27541[_0x26c348(0x153)](0x2);_0x88601a&&!_0x88601a[_0x26c348(0x15b)]('=')&&_0x4b6af5['push'](_0x88601a);}}return _0x4b6af5;}export function getAllProvidedFlags(_0x130dbe){const _0xe397dd=a293_0x382d,_0x29c1f5=camelCaseFlagsToKebab(_0x130dbe),_0x4553ca=parseDynamicFlags(),_0x4b594d=new Set([..._0x29c1f5,..._0x4553ca]);return Array[_0xe397dd(0x154)](_0x4b594d);}export function normalizeLegacyBffSaveFlags(_0x20b195){const _0x2f2afa=a293_0x382d,_0x38aad6=new Set(_0x20b195);return _0x38aad6[_0x2f2afa(0x159)](_0x2f2afa(0x16b))&&_0x38aad6[_0x2f2afa(0x15a)](_0x2f2afa(0x15d)),Array[_0x2f2afa(0x154)](_0x38aad6);}function a293_0x2dd8(){const _0xa36fa0=['\x0aAvailable\x20commands:','962928hzVyBn','3330922YuSdZN','2ehXEKl','\x0aRabetbase\x20CLI\x20Skill\x20-\x20Developer\x20Workflow\x20Installation\x20Tool\x0a\x0aUsage:\x0a\x20\x20','dangerously-bff-save','\x20cli-skill\x20install\x0a\x0aPublic\x20Open\x20Skill\x20source:\x20','--help','error','1525479lLCudP','29102160AFYCAK','length','startsWith','replace','\x20cli-skill\x20install\x20\x20\x20\x20\x20\x20\x20#\x20Install\x20CLI\x20Built-in\x20Skill','help','toLowerCase','skill','1021463iKzGyk','466924yXzBHJ','slice','from','entries','5499810cMurPb','Public\x20Open\x20Skill\x20source:\x20','Error:\x20Unsupported\x20command:\x20','has','add','includes','cwd','enable-bff-save','(empty)','exit','48aULYXr','argv','log','-$1','40oUfFgJ','setLogPath'];a293_0x2dd8=function(){return _0xa36fa0;};return a293_0x2dd8();}const SKILLS_INSTALL_COMMAND_LINE=NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE;export async function skillsCommand(_0x410b02,_0x150a24,_0x2382ab){const _0x40086e=a293_0x382d;logger[_0x40086e(0x165)](process[_0x40086e(0x15c)]());if(_0x2382ab?.[_0x40086e(0x175)]||_0x410b02===_0x40086e(0x16d)){showHelp();return;}console[_0x40086e(0x16e)](_0x40086e(0x158)+(_0x410b02||_0x40086e(0x15e))),console[_0x40086e(0x162)](_0x40086e(0x166)),console[_0x40086e(0x162)]('\x20\x20'+CLI_BIN_NAME+_0x40086e(0x174)),console[_0x40086e(0x162)](''),console['log'](_0x40086e(0x157)+SKILLS_INSTALL_COMMAND_LINE),logger[_0x40086e(0x16e)](_0x40086e(0x177),'Unsupported\x20command:\x20'+_0x410b02),process[_0x40086e(0x15f)](0x1);}function showHelp(){const _0x391c07=a293_0x382d;console[_0x391c07(0x162)](_0x391c07(0x16a)+CLI_BIN_NAME+_0x391c07(0x16c)+SKILLS_INSTALL_COMMAND_LINE+'\x0a\x0aNote:\x20cli-skill\x20install\x20uses\x20the\x20npm\x20package-local\x20Skill;\x20the\x20public\x20source\x20is\x20an\x20optional\x20latest\x20mirror.\x0a');}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a294_0x43f511=a294_0x5cd6;(function(_0x4b0612,_0x3b0178){const _0x51ccf9=a294_0x5cd6,_0x13cef3=_0x4b0612();while(!![]){try{const _0x283e63=-parseInt(_0x51ccf9(0xf7))/0x1*(parseInt(_0x51ccf9(0x119))/0x2)+-parseInt(_0x51ccf9(0x11b))/0x3*(-parseInt(_0x51ccf9(0x11f))/0x4)+-parseInt(_0x51ccf9(0x129))/0x5*(-parseInt(_0x51ccf9(0x106))/0x6)+-parseInt(_0x51ccf9(0x10a))/0x7+-parseInt(_0x51ccf9(0x131))/0x8*(-parseInt(_0x51ccf9(0xfd))/0x9)+parseInt(_0x51ccf9(0x102))/0xa+-parseInt(_0x51ccf9(0x11e))/0xb;if(_0x283e63===_0x3b0178)break;else _0x13cef3['push'](_0x13cef3['shift']());}catch(_0x1ffde2){_0x13cef3['push'](_0x13cef3['shift']());}}}(a294_0x4be9,0x7b3d6));import{execaSync}from'execa';import{resolveInstalledSkill}from'../skills/skill-presence.js';export const NPX_FLAG_YES='-y';export const SKILLS_FLAG_GLOBAL='-g';export const SKILLS_FLAG_YES='-y';export const NPX_SKILLS_CLI=a294_0x43f511(0x10f);function a294_0x4be9(){const _0xff9005=['9715288AXDWbN','2595444sYYMbJ','checked','CHILD_EXIT_NONZERO','rabetbase','expectedSkillName','message','stdio','shortMessage','npx','SPAWN_FAILED','2265oIcMrg','remove','PERMISSION_DENIED','Skill\x20\x22','pipe','stdout','npm_config_global','present','4104104UNtnXH','match','SKILL_NOT_INSTALLED','trim','Lovrabet','183405yfNGBs','signal','join','\x22\x20install\x20state:\x20','npx\x20failed\x20to\x20start','CHILD_TERMINATED','9tVGwox','stderr','NPM_CONFIG_GLOBAL','--skill','EACCES','2817300PVbYtt','push','Installer\x20reported\x20','INSTALL_PARTIAL','9474xqOGeN','inherit','git@codeup.aliyun.com:yuntoo/open/rabetbase-cli.git','\x20failed\x20target(s)','260911ALscpt','failed','\x22\x20not\x20found\x20after\x20install\x20(checked\x20','code','skill','skills@latest','filter','absent','NPX_NOT_FOUND','exitCode','npx\x20terminated\x20by\x20signal\x20','state','lovrabet/lovrabet-skill','warn','log','8mSJWCT','ENOENT','3MniBmV','!\x20Could\x20not\x20verify\x20\x22','exit\x20'];a294_0x4be9=function(){return _0xff9005;};return a294_0x4be9();}export const NPX_SKILLS_SUBCOMMAND_ADD='add';export const NPX_SKILLS_FLAG_SKILL=a294_0x43f511(0x100);export const RABETBASE_SKILL_SOURCE='lovrabet/rabetbase';export const LEGACY_RABETBASE_SKILL_SOURCE=a294_0x43f511(0x116);export const DEFAULT_RABETBASE_SKILL_NAME=a294_0x43f511(0xf6);export const RABETBASE_GLOBAL_SKILL_NAME=a294_0x43f511(0x122);export const RABETBASE_SKILL_GIT_SOURCE=a294_0x43f511(0x108);export function resolveGlobalSkillName(_0x31b529){const _0x21f836=a294_0x43f511;switch(_0x31b529[_0x21f836(0xf5)]()){case RABETBASE_SKILL_SOURCE:case RABETBASE_SKILL_GIT_SOURCE:return RABETBASE_GLOBAL_SKILL_NAME;default:return undefined;}}export function buildNpxSkillsAddArgv(_0x1653cb){const _0x358bc8=a294_0x43f511,_0x580673=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE];return _0x1653cb&&_0x580673[_0x358bc8(0x103)](NPX_SKILLS_FLAG_SKILL,_0x1653cb),_0x580673;}export const NPX_SKILLS_ADD_COMMAND_LINE=[a294_0x43f511(0x127),...buildNpxSkillsAddArgv()][a294_0x43f511(0xf9)]('\x20');function a294_0x5cd6(_0x40bcfc,_0x4b41c7){_0x40bcfc=_0x40bcfc-0xf3;const _0x4be91c=a294_0x4be9();let _0x5cd652=_0x4be91c[_0x40bcfc];return _0x5cd652;}export const NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE=[a294_0x43f511(0x127),NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES]['join']('\x20');const CHILD_OUTPUT_MAX_BUFFER=0x10*0x400*0x400;function failure(_0x4207b1,_0x13a472,_0x13c760){return{'ok':![],'status':_0x13a472,'code':_0x4207b1,'error':'['+_0x4207b1+']\x20'+_0x13c760};}function execaOptions(_0x1136c0,_0xa42a4c){const _0x2365d=a294_0x43f511,_0x695e7={...process.env};return delete _0x695e7[_0x2365d(0x12f)],delete _0x695e7[_0x2365d(0xff)],{'cwd':_0x1136c0,'stdio':_0xa42a4c,'env':_0x695e7,'extendEnv':![],'shell':![],'reject':![],..._0xa42a4c===_0x2365d(0x12d)?{'maxBuffer':CHILD_OUTPUT_MAX_BUFFER}:{}};}function normalizeExecaResult(_0x5d3149,_0x2ee818,_0x45b429,_0x52b907){const _0x142bc2=a294_0x43f511,_0x59a4c8=[_0x5d3149[_0x142bc2(0x12e)]?String(_0x5d3149['stdout']):'',_0x5d3149[_0x142bc2(0xfe)]?String(_0x5d3149['stderr']):''][_0x142bc2(0x110)](Boolean)[_0x142bc2(0xf9)]('\x0a')[_0x142bc2(0xf5)](),_0x46265c=_0x5d3149[_0x142bc2(0x113)]??null;_0x52b907!==_0x142bc2(0x12d)&&_0x59a4c8&&console[_0x142bc2(0x118)](_0x59a4c8);if(_0x5d3149[_0x142bc2(0x10d)]){const _0x169ed7=_0x5d3149['code']===_0x142bc2(0x11a)?_0x142bc2(0x112):_0x5d3149['code']==='EPERM'||_0x5d3149[_0x142bc2(0x10d)]===_0x142bc2(0x101)?_0x142bc2(0x12b):_0x142bc2(0x128);return failure(_0x169ed7,_0x46265c,_0x5d3149[_0x142bc2(0x126)]??_0x5d3149[_0x142bc2(0x124)]??_0x5d3149[_0x142bc2(0x10d)]);}if(_0x5d3149[_0x142bc2(0xf8)])return failure(_0x142bc2(0xfc),_0x46265c,_0x142bc2(0x114)+_0x5d3149[_0x142bc2(0xf8)]);if(_0x5d3149[_0x142bc2(0x10b)]&&_0x46265c===null)return failure(_0x142bc2(0x128),_0x46265c,_0x5d3149[_0x142bc2(0x126)]??_0x5d3149[_0x142bc2(0x124)]??_0x142bc2(0xfb));if(_0x46265c!==0x0)return failure(_0x142bc2(0x121),_0x46265c,_0x59a4c8||_0x5d3149[_0x142bc2(0x126)]||_0x142bc2(0x11d)+(_0x46265c??'unknown'));const _0x374e13=_0x2ee818?resolveInstalledSkill(_0x2ee818,_0x45b429):undefined,_0x15bb6b=_0x59a4c8[_0x142bc2(0xf3)](/Failed to install\s+(\d+)/i);if(_0x15bb6b&&Number(_0x15bb6b[0x1])>0x0){const _0x497c91=_0x142bc2(0x104)+_0x15bb6b[0x1]+_0x142bc2(0x109)+(_0x59a4c8?':\x0a'+_0x59a4c8:'');if(_0x374e13?.[_0x142bc2(0x115)]===_0x142bc2(0x130))return console[_0x142bc2(0x117)]('!\x20'+_0x497c91),{'ok':!![],'status':0x0};return failure(_0x142bc2(0x105),0x0,_0x497c91);}if(_0x374e13){if(_0x374e13[_0x142bc2(0x115)]===_0x142bc2(0x111))return failure(_0x142bc2(0xf4),0x0,_0x142bc2(0x12c)+_0x2ee818+_0x142bc2(0x10c)+_0x374e13[_0x142bc2(0x120)][_0x142bc2(0xf9)](',\x20')+')');_0x374e13[_0x142bc2(0x115)]==='unverifiable'&&console['warn'](_0x142bc2(0x11c)+_0x2ee818+_0x142bc2(0xfa)+_0x374e13['reason']);}return{'ok':!![],'status':0x0};}export function shouldSkipNpxSkillsAdd(){return process.env.RABETBASE_SKIP_NPX_SKILLS==='1';}export function runNpxSkillsAdd(_0x1c228f,_0x296091){const _0x381869=a294_0x43f511;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x4f7f86=_0x296091?.[_0x381869(0x125)]??'inherit',_0x419215=buildNpxSkillsAddArgv(_0x296091?.[_0x381869(0x10e)]),_0x41df10=[_0x381869(0x127),..._0x419215]['join']('\x20');console[_0x381869(0x118)]('*\x20'+_0x41df10);const _0x50d1aa=execaSync(_0x381869(0x127),_0x419215,execaOptions(_0x1c228f,_0x4f7f86));return normalizeExecaResult(_0x50d1aa,undefined,undefined,_0x4f7f86);}export function runNpxSkillsRemove(_0x41a74f,_0x4b97e0,_0x3393a0=LEGACY_RABETBASE_SKILL_SOURCE){const _0x328b70=a294_0x43f511;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x5d0682=_0x4b97e0?.[_0x328b70(0x125)]??_0x328b70(0x107),_0xf16122=[NPX_FLAG_YES,NPX_SKILLS_CLI,_0x328b70(0x12a),_0x3393a0,NPX_SKILLS_FLAG_SKILL,_0x4b97e0?.[_0x328b70(0x10e)]??DEFAULT_RABETBASE_SKILL_NAME,..._0x4b97e0?.['yes']?['-y']:[]],_0x2da9b2=['npx',..._0xf16122][_0x328b70(0xf9)]('\x20');console[_0x328b70(0x118)]('*\x20'+_0x2da9b2);const _0x11b430=execaSync(_0x328b70(0x127),_0xf16122,execaOptions(_0x41a74f,_0x5d0682));return normalizeExecaResult(_0x11b430,undefined,undefined,_0x5d0682);}export function runNpxSkillsAddGlobal(_0x381813,_0x58317f,_0x16dff5){const _0x3fcc81=a294_0x43f511;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x41f44e=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x58317f,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES],_0x323b5e=[_0x3fcc81(0x127),NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x58317f,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES][_0x3fcc81(0xf9)]('\x20');console[_0x3fcc81(0x118)]('*\x20'+_0x323b5e);const _0x348dd7=execaSync('npx',_0x41f44e,execaOptions(_0x381813,_0x3fcc81(0x12d)));return normalizeExecaResult(_0x348dd7,_0x16dff5?.[_0x3fcc81(0x123)]??resolveGlobalSkillName(_0x58317f),_0x16dff5?.['presence'],_0x16dff5?.['stdio']);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a295_0x116f03=a295_0x3f63;(function(_0x40052e,_0x80ef7){const _0x11b40f=a295_0x3f63,_0x54701c=_0x40052e();while(!![]){try{const _0x147917=-parseInt(_0x11b40f(0x1a2))/0x1*(-parseInt(_0x11b40f(0x1aa))/0x2)+-parseInt(_0x11b40f(0x18f))/0x3*(parseInt(_0x11b40f(0x1a7))/0x4)+-parseInt(_0x11b40f(0x19c))/0x5+-parseInt(_0x11b40f(0x1a4))/0x6+parseInt(_0x11b40f(0x197))/0x7+parseInt(_0x11b40f(0x188))/0x8+-parseInt(_0x11b40f(0x19e))/0x9*(-parseInt(_0x11b40f(0x191))/0xa);if(_0x147917===_0x80ef7)break;else _0x54701c['push'](_0x54701c['shift']());}catch(_0x4227ac){_0x54701c['push'](_0x54701c['shift']());}}}(a295_0x52f6,0x6944b));function a295_0x3f63(_0x23c5f,_0x525a95){_0x23c5f=_0x23c5f-0x187;const _0x52f606=a295_0x52f6();let _0x3f63ea=_0x52f606[_0x23c5f];return _0x3f63ea;}import{existsSync,readFileSync}from'node:fs';import{homedir}from'node:os';import{join}from'node:path';export const SKILL_LOCK_RELATIVE_PATH=join('.agents',a295_0x116f03(0x1a1));export const GLOBAL_SKILLS_DIR_RELATIVE_PATHS=[join(a295_0x116f03(0x1a0),a295_0x116f03(0x198)),join('.claude',a295_0x116f03(0x198))];const SUPPORTED_LOCK_VERSIONS=[0x3];function readLockLookup(_0x34f964,_0x64b382){const _0x2d4fe1=a295_0x116f03;if(!existsSync(_0x34f964))return{'kind':'not-recorded'};let _0xc2d272;try{_0xc2d272=JSON['parse'](readFileSync(_0x34f964,_0x2d4fe1(0x19f)));}catch(_0x341c73){return{'kind':_0x2d4fe1(0x1a8),'reason':_0x34f964+_0x2d4fe1(0x199)+_0x341c73[_0x2d4fe1(0x18c)]};}const _0x520130=_0xc2d272;if(typeof _0x520130?.[_0x2d4fe1(0x19b)]!=='number'||!SUPPORTED_LOCK_VERSIONS[_0x2d4fe1(0x187)](_0x520130[_0x2d4fe1(0x19b)]))return{'kind':_0x2d4fe1(0x1a8),'reason':_0x34f964+_0x2d4fe1(0x1ab)+String(_0x520130?.[_0x2d4fe1(0x19b)])};if(!_0x520130[_0x2d4fe1(0x198)]||typeof _0x520130[_0x2d4fe1(0x198)]!==_0x2d4fe1(0x18a))return{'kind':'unusable','reason':_0x34f964+'\x20has\x20no\x20skills\x20map'};return _0x520130[_0x2d4fe1(0x198)][_0x64b382]?{'kind':'recorded'}:{'kind':_0x2d4fe1(0x196)};}function a295_0x52f6(){const _0x4f6951=['unusable','absent','8458LUqBCx','\x20uses\x20unsupported\x20version\x20','includes','1334760XqLOGT','home','object','globalSkillsDirs','message','present','unverifiable','12OAbTRg','SKILL.md','30JNeTsi','reason','recorded','kind','map','not-recorded','4816294xYgbUq','skills','\x20is\x20unreadable:\x20','lockFile','version','1390085YqBNgy','\x22\x20but\x20no\x20SKILL.md\x20was\x20found\x20in\x20known\x20layouts\x20','1661571RUmbTa','utf8','.agents','.skill-lock.json','133xzKRqs','\x20records\x20\x22','2975406DUOIEM','join','find','766104hLoQyg'];a295_0x52f6=function(){return _0x4f6951;};return a295_0x52f6();}export function resolveInstalledSkill(_0x4bcffe,_0x1dc5c9){const _0x22beba=a295_0x116f03,_0x2e4827=_0x1dc5c9?.[_0x22beba(0x189)]??homedir(),_0x10a442=_0x1dc5c9?.[_0x22beba(0x18b)]??GLOBAL_SKILLS_DIR_RELATIVE_PATHS[_0x22beba(0x195)](_0x189cee=>join(_0x2e4827,_0x189cee)),_0x1c775a=_0x1dc5c9?.[_0x22beba(0x19a)]??join(_0x2e4827,SKILL_LOCK_RELATIVE_PATH),_0x41eb3e=_0x10a442[_0x22beba(0x195)](_0x59f1ae=>join(_0x59f1ae,_0x4bcffe,_0x22beba(0x190))),_0x421970=_0x41eb3e[_0x22beba(0x1a6)](_0x2ff6b2=>existsSync(_0x2ff6b2));if(_0x421970)return{'state':_0x22beba(0x18d),'path':_0x421970};const _0xf161a3=readLockLookup(_0x1c775a,_0x4bcffe);if(_0xf161a3[_0x22beba(0x194)]===_0x22beba(0x1a8))return{'state':'unverifiable','reason':_0xf161a3[_0x22beba(0x192)]};if(_0xf161a3['kind']===_0x22beba(0x193))return{'state':_0x22beba(0x18e),'reason':_0x1c775a+_0x22beba(0x1a3)+_0x4bcffe+_0x22beba(0x19d)+('('+_0x41eb3e[_0x22beba(0x1a5)](',\x20')+')')};return{'state':_0x22beba(0x1a9),'checked':_0x41eb3e};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x3a0244,_0x3d34b9){const _0x5c869c=a296_0x2bec,_0x5e991f=_0x3a0244();while(!![]){try{const _0x501636=parseInt(_0x5c869c(0x96))/0x1*(-parseInt(_0x5c869c(0xa1))/0x2)+parseInt(_0x5c869c(0x9e))/0x3+parseInt(_0x5c869c(0x98))/0x4+parseInt(_0x5c869c(0x99))/0x5+parseInt(_0x5c869c(0x9f))/0x6*(parseInt(_0x5c869c(0x9a))/0x7)+parseInt(_0x5c869c(0x94))/0x8+-parseInt(_0x5c869c(0x9b))/0x9;if(_0x501636===_0x3d34b9)break;else _0x5e991f['push'](_0x5e991f['shift']());}catch(_0x4729dd){_0x5e991f['push'](_0x5e991f['shift']());}}}(a296_0xe309,0xba0ba));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(_0x315826){const _0x391f2f=a296_0x2bec;return SENSITIVE_PATTERNS['some'](_0x33e809=>_0x33e809[_0x391f2f(0x91)](_0x315826));}function a296_0xe309(){const _0x1f8ec5=['entries','error','4724368SaMpdD','command','8948adpPnR','stringify','695360WHtYoI','4682780wFZsoi','42PXCeNW','17142642LxLuMO','durationMs','message','2264664SLmVlt','685194GuHXBj','rabetbase.command','106nUJzdE','service','flags','test'];a296_0xe309=function(){return _0x1f8ec5;};return a296_0xe309();}function a296_0x2bec(_0x2c2e87,_0x1b1f8e){_0x2c2e87=_0x2c2e87-0x91;const _0xe30952=a296_0xe309();let _0x2bec53=_0xe30952[_0x2c2e87];return _0x2bec53;}function sanitizeFlags(_0x50e776){const _0x24577d=a296_0x2bec,_0x16ac07={};for(const [_0x5c6166,_0x5db7bd]of Object[_0x24577d(0x92)](_0x50e776)){isSensitiveKey(_0x5c6166)?_0x16ac07[_0x5c6166]=_0x5db7bd!=null&&_0x5db7bd!==''?'[REDACTED]':_0x5db7bd:_0x16ac07[_0x5c6166]=_0x5db7bd;}return _0x16ac07;}export async function reportCommandTrace(_0x43f0a4){const _0x1a9df6=a296_0x2bec;try{const _0x2a19f7=sanitizeFlags(_0x43f0a4[_0x1a9df6(0xa3)]);await sendCliTraceLog({'spanName':_0x1a9df6(0xa0),'logData':{'command.cli_version':getCliVersion(),'command.service':_0x43f0a4[_0x1a9df6(0xa2)],'command.name':_0x43f0a4[_0x1a9df6(0x95)],'command.flags':JSON[_0x1a9df6(0x97)](_0x2a19f7),..._0x43f0a4[_0x1a9df6(0x9c)]!=null?{'command.duration_ms':_0x43f0a4[_0x1a9df6(0x9c)]}:{},..._0x43f0a4['error']?{'command.error':_0x43f0a4[_0x1a9df6(0x93)]instanceof Error?_0x43f0a4[_0x1a9df6(0x93)][_0x1a9df6(0x9d)]:String(_0x43f0a4['error'])}:{}}});}catch{}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a297_0x2e62(_0x1386bf,_0x343b6f){_0x1386bf=_0x1386bf-0x159;var _0x2eb40c=a297_0x2eb4();var _0x2e62d6=_0x2eb40c[_0x1386bf];return _0x2e62d6;}function a297_0x2eb4(){var _0x116d00=['30830wpUWVB','1632915HiAwmd','2hJVXJc','162wEydZZ','error','169632zCWKVb','72605wutIty','Failed\x20to\x20report\x20CLI\x20help\x20trace:','cli.help','2610816XStEGT','473451XfhTcA','service','2018891nVZaMj'];a297_0x2eb4=function(){return _0x116d00;};return a297_0x2eb4();}(function(_0x10a64a,_0xe4c08e){var _0x49334e=a297_0x2e62,_0x6b79a3=_0x10a64a();while(!![]){try{var _0x14e760=parseInt(_0x49334e(0x163))/0x1+-parseInt(_0x49334e(0x15f))/0x2*(parseInt(_0x49334e(0x15a))/0x3)+parseInt(_0x49334e(0x162))/0x4+-parseInt(_0x49334e(0x15d))/0x5*(parseInt(_0x49334e(0x160))/0x6)+parseInt(_0x49334e(0x15c))/0x7+parseInt(_0x49334e(0x159))/0x8+-parseInt(_0x49334e(0x15e))/0x9;if(_0x14e760===_0xe4c08e)break;else _0x6b79a3['push'](_0x6b79a3['shift']());}catch(_0x4d049b){_0x6b79a3['push'](_0x6b79a3['shift']());}}}(a297_0x2eb4,0x36b2c));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';export async function reportCliHelpTrace(_0x575483,_0x368e7b){var _0x237bae=a297_0x2e62;try{await sendCliTraceLog({'spanName':_0x237bae(0x165),'logData':{'rabetbase.help.kind':_0x575483,..._0x368e7b?.[_0x237bae(0x15b)]&&{'rabetbase.help.service':_0x368e7b[_0x237bae(0x15b)]}}});}catch(_0x537479){console[_0x237bae(0x161)](_0x237bae(0x164),_0x537479);}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x43de19,_0x291bb5){const _0x1eda85=a298_0xe1dd,_0x4cd70a=_0x43de19();while(!![]){try{const _0x2e6040=-parseInt(_0x1eda85(0x9c))/0x1*(-parseInt(_0x1eda85(0x9b))/0x2)+parseInt(_0x1eda85(0x9d))/0x3+parseInt(_0x1eda85(0x96))/0x4*(parseInt(_0x1eda85(0x9a))/0x5)+-parseInt(_0x1eda85(0x90))/0x6+-parseInt(_0x1eda85(0x98))/0x7+-parseInt(_0x1eda85(0x99))/0x8+parseInt(_0x1eda85(0x92))/0x9*(parseInt(_0x1eda85(0x8d))/0xa);if(_0x2e6040===_0x291bb5)break;else _0x4cd70a['push'](_0x4cd70a['shift']());}catch(_0x3d3d4e){_0x4cd70a['push'](_0x4cd70a['shift']());}}}(a298_0x2326,0x3337b));import{VERSION,GIT_COMMIT}from'../generated/build-info.js';import{getSessionUserInfo}from'../auth/get-session-user.js';function a298_0x2326(){const _0x39a877=['tenant_code','4LQMsbe','username','1850583xYdhjf','46792KpzFOp','401615JMkFxw','4XbzjgE','79970euYRcY','58923ZgvfrA','447210AfWGxa','nickname','user','21024FqCase','production','45fZOsKH','tenant','daily'];a298_0x2326=function(){return _0x39a877;};return a298_0x2326();}function a298_0xe1dd(_0x5cc843,_0xdc08c4){_0x5cc843=_0x5cc843-0x8d;const _0x23261c=a298_0x2326();let _0xe1dd51=_0x23261c[_0x5cc843];return _0xe1dd51;}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 _0x68ae98=a298_0xe1dd,_0xfd69c4=await getSessionUserInfo();if(!cliOtelTraceInitialized){const _0xabff5=_0xfd69c4?.[_0x68ae98(0x8f)];setServiceConfig({'serviceName':NPM_PACKAGE_NAME,'serviceVersion':GIT_COMMIT!=='unknown'?VERSION+'+'+GIT_COMMIT:VERSION,'serviceEnv':process.env.RABETBASE_ENV??(process.env.RABETBASE_E2E_DAILY==='1'?_0x68ae98(0x94):_0x68ae98(0x91))}),setUserContext({'id':_0xabff5?.['id'],'username':_0xabff5?.[_0x68ae98(0x97)],'nickname':_0xabff5?.[_0x68ae98(0x8e)],'email':_0xabff5?.['email'],'tenantCode':_0xabff5?.[_0x68ae98(0x93)]?.[_0x68ae98(0x95)],'appCode':getConfigAppCode()}),cliOtelTraceInitialized=!![];}return _0xfd69c4;}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x37dcae,_0x3faf34){const _0x24ce85=a299_0x8490,_0x5d405b=_0x37dcae();while(!![]){try{const _0x45d3db=-parseInt(_0x24ce85(0x1b2))/0x1+parseInt(_0x24ce85(0x1af))/0x2+parseInt(_0x24ce85(0x1ac))/0x3+parseInt(_0x24ce85(0x1ad))/0x4*(parseInt(_0x24ce85(0x1ab))/0x5)+parseInt(_0x24ce85(0x1b0))/0x6+parseInt(_0x24ce85(0x1b3))/0x7*(-parseInt(_0x24ce85(0x1ae))/0x8)+parseInt(_0x24ce85(0x1b7))/0x9*(-parseInt(_0x24ce85(0x1b6))/0xa);if(_0x45d3db===_0x3faf34)break;else _0x5d405b['push'](_0x5d405b['shift']());}catch(_0x5f1d0f){_0x5d405b['push'](_0x5d405b['shift']());}}}(a299_0x5b65,0x9d84a));function a299_0x5b65(){const _0x2af23f=['5656380AouPmk','exit','1235654vCpBnP','7aZkvyK','SIGTERM','once','2420BBxIoE','17487rapDCe','then','5LJhbPF','1742880OdyJoU','974492DQNFtl','3493488YizzFu','2040854hxISlx'];a299_0x5b65=function(){return _0x2af23f;};return a299_0x5b65();}function a299_0x8490(_0x45f15d,_0x4eed0b){_0x45f15d=_0x45f15d-0x1aa;const _0x5b657c=a299_0x5b65();let _0x849052=_0x5b657c[_0x45f15d];return _0x849052;}import{shutdownTraces}from'@lovrabet/otel-logger';let shutdownPromise=null;export async function flushOtelNodeIfUsed(){if(shutdownPromise)return shutdownPromise;return shutdownPromise=((async()=>{try{await shutdownTraces();}catch{}})()),shutdownPromise;}export function registerOtelShutdownOnExit(){const _0x2d6ca1=a299_0x8490;process['once']('beforeExit',()=>{void flushOtelNodeIfUsed();});const _0xb51898=()=>{const _0x10334e=a299_0x8490;void flushOtelNodeIfUsed()[_0x10334e(0x1aa)](()=>process['exit'](0x0));};process[_0x2d6ca1(0x1b5)]('SIGINT',_0xb51898),process[_0x2d6ca1(0x1b5)](_0x2d6ca1(0x1b4),_0xb51898);}export async function exitWithOtelShutdown(_0x14dd1b){const _0x386c3e=a299_0x8490;await flushOtelNodeIfUsed(),process[_0x386c3e(0x1b1)](_0x14dd1b);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x452b16,_0x78d892){const _0x1cc180=a300_0x123f,_0x2d08c5=_0x452b16();while(!![]){try{const _0x1c6e27=-parseInt(_0x1cc180(0xdb))/0x1+parseInt(_0x1cc180(0xeb))/0x2*(parseInt(_0x1cc180(0xe3))/0x3)+parseInt(_0x1cc180(0xdc))/0x4*(parseInt(_0x1cc180(0xea))/0x5)+-parseInt(_0x1cc180(0xe0))/0x6*(-parseInt(_0x1cc180(0xe1))/0x7)+-parseInt(_0x1cc180(0xdd))/0x8*(parseInt(_0x1cc180(0xe5))/0x9)+-parseInt(_0x1cc180(0xe8))/0xa*(parseInt(_0x1cc180(0xda))/0xb)+parseInt(_0x1cc180(0xe4))/0xc;if(_0x1c6e27===_0x78d892)break;else _0x2d08c5['push'](_0x2d08c5['shift']());}catch(_0x1d3001){_0x2d08c5['push'](_0x2d08c5['shift']());}}}(a300_0x4fb9,0xbd67e));function a300_0x4fb9(){const _0x5b3a73=['11620472GgDfVq','spanName','manual','3831348XZjAeG','7vLVdli','traceparent','298905BUxiOj','2537640AlYVPF','9OEmNNn','logData','version','184310VgxyEk','traceName','5fZvIOq','24duDbRQ','242yiGjmz','502872nXeSNi','4364284XlXBQZ'];a300_0x4fb9=function(){return _0x5b3a73;};return a300_0x4fb9();}import{sendTraceLog}from'@lovrabet/otel-logger';import{ensureCliOtelTraceConfig}from'../telemetry/ensure-cli-otel-config.js';function a300_0x123f(_0x2091b7,_0x345ba7){_0x2091b7=_0x2091b7-0xda;const _0x4fb906=a300_0x4fb9();let _0x123ff6=_0x4fb906[_0x2091b7];return _0x123ff6;}import{getCliVersion}from'../utils/version.js';const DEFAULT_TRACE_NAME='rabetbase-cli';export async function sendCliTraceLog(_0x2b58cf){const _0x2d601a=a300_0x123f;await ensureCliOtelTraceConfig(),sendTraceLog({'traceName':_0x2b58cf[_0x2d601a(0xe9)]??DEFAULT_TRACE_NAME,'version':_0x2b58cf[_0x2d601a(0xe7)]??getCliVersion(),'spanName':_0x2b58cf[_0x2d601a(0xde)],'eventType':_0x2d601a(0xdf),'logData':_0x2b58cf[_0x2d601a(0xe6)],..._0x2b58cf[_0x2d601a(0xe2)]&&{'traceparent':_0x2b58cf['traceparent']}});}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a301_0x159bd2=a301_0x2ff4;(function(_0x213887,_0x871541){const _0x18bd77=a301_0x2ff4,_0xfe4083=_0x213887();while(!![]){try{const _0x47db72=-parseInt(_0x18bd77(0x143))/0x1*(-parseInt(_0x18bd77(0x153))/0x2)+parseInt(_0x18bd77(0x150))/0x3+parseInt(_0x18bd77(0x147))/0x4*(-parseInt(_0x18bd77(0x149))/0x5)+parseInt(_0x18bd77(0x146))/0x6*(parseInt(_0x18bd77(0x14a))/0x7)+parseInt(_0x18bd77(0x152))/0x8*(parseInt(_0x18bd77(0x155))/0x9)+-parseInt(_0x18bd77(0x154))/0xa*(parseInt(_0x18bd77(0x151))/0xb)+-parseInt(_0x18bd77(0x142))/0xc*(parseInt(_0x18bd77(0x14f))/0xd);if(_0x47db72===_0x871541)break;else _0xfe4083['push'](_0xfe4083['shift']());}catch(_0x8c73ca){_0xfe4083['push'](_0xfe4083['shift']());}}}(a301_0x21aa,0x30054));function a301_0x21aa(){const _0x1a1aa0=['840511qPiYdW','truncated','join','title','redactionCount','69979Ccjgze','835872VFUDVf','22wPbwYf','1356848vYAXrE','6802dBssgf','85690aotMwN','18MzuQUJ','sanitize','issue.log.collect','1176rBBmBA','101rsuKcy','description','redactionKinds','6flOhNR','97156hCEivY','originalBytes','70SzWaBg'];a301_0x21aa=function(){return _0x1a1aa0;};return a301_0x21aa();}import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';function a301_0x2ff4(_0x288de8,_0x4b0858){_0x288de8=_0x288de8-0x140;const _0x21aa58=a301_0x21aa();let _0x2ff45b=_0x21aa58[_0x288de8];return _0x2ff45b;}export const PLATFORM_ISSUE_TRACE_NAME='platform-issue-log-collect';export const PLATFORM_ISSUE_SPAN_NAME=a301_0x159bd2(0x141);export async function sendPlatformIssueCollectLog(_0x50fa2d){const _0x38972b=a301_0x159bd2;await sendCliTraceLog({'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0x50fa2d[_0x38972b(0x14d)],'issue.description':_0x50fa2d[_0x38972b(0x144)],..._0x50fa2d['sanitize']?{'issue.description_original_bytes':_0x50fa2d[_0x38972b(0x140)][_0x38972b(0x148)],'issue.description_truncated':_0x50fa2d[_0x38972b(0x140)][_0x38972b(0x14b)],'issue.description_redactions':_0x50fa2d[_0x38972b(0x140)][_0x38972b(0x14e)],'issue.description_redaction_kinds':_0x50fa2d[_0x38972b(0x140)][_0x38972b(0x145)][_0x38972b(0x14c)](',')}:{}}});}
|
package/lib/utils/ai_config.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a303_0x1e4d6a=a303_0x3920;(function(_0x396fda,_0x127bb4){const _0x50b62d=a303_0x3920,_0x32035c=_0x396fda();while(!![]){try{const _0x562fae=parseInt(_0x50b62d(0x124))/0x1+-parseInt(_0x50b62d(0x10e))/0x2*(parseInt(_0x50b62d(0x115))/0x3)+-parseInt(_0x50b62d(0x127))/0x4+parseInt(_0x50b62d(0x11d))/0x5+parseInt(_0x50b62d(0x101))/0x6+parseInt(_0x50b62d(0xfa))/0x7*(parseInt(_0x50b62d(0xf6))/0x8)+-parseInt(_0x50b62d(0x113))/0x9;if(_0x562fae===_0x127bb4)break;else _0x32035c['push'](_0x32035c['shift']());}catch(_0xa0958b){_0x32035c['push'](_0x32035c['shift']());}}}(a303_0x3990,0x36b51));export const CORE_IDE_CONFIGS={'cursor':{'name':a303_0x1e4d6a(0xf8),'description':a303_0x1e4d6a(0x116),'folders':['.cursorrules','.cursor'],'files':[{'type':a303_0x1e4d6a(0x11e),'path':a303_0x1e4d6a(0x104)}]},'windsurf':{'name':a303_0x1e4d6a(0xf3),'description':a303_0x1e4d6a(0x102),'folders':['.windsurf'],'files':[{'type':a303_0x1e4d6a(0x11e),'path':a303_0x1e4d6a(0xf9)}]},'claude':{'name':'Claude\x20Code','description':a303_0x1e4d6a(0x118),'folders':[a303_0x1e4d6a(0x11b)],'files':[{'type':a303_0x1e4d6a(0x11e),'path':a303_0x1e4d6a(0x106)}]},'cline':{'name':a303_0x1e4d6a(0x11a),'description':'Cline\x20IDE','folders':['.cline'],'files':[{'type':a303_0x1e4d6a(0x11e),'path':a303_0x1e4d6a(0x11f)}]},'codex':{'name':a303_0x1e4d6a(0x103),'description':a303_0x1e4d6a(0x123),'folders':[a303_0x1e4d6a(0x105)],'files':[{'type':'file','path':a303_0x1e4d6a(0xf0)}]},'opencode':{'name':a303_0x1e4d6a(0x10a),'description':a303_0x1e4d6a(0x121),'folders':[a303_0x1e4d6a(0x111)],'files':[{'type':a303_0x1e4d6a(0x11e),'path':a303_0x1e4d6a(0xfe)}]},'qoder':{'name':a303_0x1e4d6a(0x10b),'description':a303_0x1e4d6a(0xf7),'folders':[a303_0x1e4d6a(0xf5)],'files':[{'type':a303_0x1e4d6a(0x11e),'path':a303_0x1e4d6a(0xfb)},{'type':'file','path':a303_0x1e4d6a(0x114)}]},'codebuddy':{'name':a303_0x1e4d6a(0x107),'description':a303_0x1e4d6a(0x112),'folders':[a303_0x1e4d6a(0x11c)],'files':[{'type':a303_0x1e4d6a(0x11e),'path':a303_0x1e4d6a(0xff)}]},'trae':{'name':'Trae','description':'Trae\x20IDE','folders':[a303_0x1e4d6a(0x117)],'files':[{'type':a303_0x1e4d6a(0x11e),'path':a303_0x1e4d6a(0xf1)}]}};function a303_0x3990(){const _0x5272aa=['.trae','Claude\x20Code','qoder','Cline','.claude','.codebuddy','2222115hBMwbQ','file','.cline/skills/lovrabet/SKILL.md','agent','OpenCode\x20IDE','Other\x20(generic\x20template)','Codex\x20IDE','93438kZynMl','Antigravity','Generic\x20template\x20fallback','14288jHRURU','.codex/skills/lovrabet/SKILL.md','.trae/skills/lovrabet/SKILL.md','windsurf','Windsurf','antigravity','.qoder','1528xXEpKf','Qoder\x20IDE','Cursor','.windsurf/workflows/rabetbase.md','8246IzZaTg','.qoder/rules/rabetbase.md','cursor','codebuddy','.opencode/skills/lovrabet/SKILL.md','.codebuddy/skills/lovrabet/SKILL.md','.agent','1992618hQYhMh','Windsurf\x20IDE','Codex','.cursor/skills/rabetbase.md','.codex','.claude/skills/lovrabet/SKILL.md','CodeBuddy','.agent/skills/lovrabet/SKILL.md','trae','OpenCode','Qoder','cline','codex','6bvRzpb','claude','opencode','.opencode','CodeBuddy\x20IDE','6847092BnqbRn','.qoder/skills/lovrabet/SKILL.md','106521azlEzk','Cursor\x20IDE'];a303_0x3990=function(){return _0x5272aa;};return a303_0x3990();}export const IDE_CONFIGS={...CORE_IDE_CONFIGS,'agent':{'name':a303_0x1e4d6a(0x122),'description':a303_0x1e4d6a(0x126),'folders':['.agent'],'files':[{'type':a303_0x1e4d6a(0x11e),'path':'.agent/skills/lovrabet/SKILL.md'}]},'antigravity':{'name':a303_0x1e4d6a(0x125),'description':'Antigravity\x20IDE','folders':[a303_0x1e4d6a(0x100)],'files':[{'type':a303_0x1e4d6a(0x11e),'path':a303_0x1e4d6a(0x108)}]}};function a303_0x3920(_0x121a73,_0x5399f6){_0x121a73=_0x121a73-0xf0;const _0x399090=a303_0x3990();let _0x3920a9=_0x399090[_0x121a73];return _0x3920a9;}export const CORE_IDE_LIST=['claude',a303_0x1e4d6a(0x10c),a303_0x1e4d6a(0xfd),a303_0x1e4d6a(0x10d),'cursor',a303_0x1e4d6a(0x110),a303_0x1e4d6a(0x119),a303_0x1e4d6a(0x109),a303_0x1e4d6a(0xf2)];export const IDE_LIST=[a303_0x1e4d6a(0xf4),a303_0x1e4d6a(0x10f),a303_0x1e4d6a(0x10c),a303_0x1e4d6a(0xfd),a303_0x1e4d6a(0x10d),'cursor','opencode','qoder',a303_0x1e4d6a(0x109),a303_0x1e4d6a(0xf2),a303_0x1e4d6a(0x120)];export const ALL_CORE_IDES=[a303_0x1e4d6a(0xfc),a303_0x1e4d6a(0xf2),a303_0x1e4d6a(0x10f),'cline','codex',a303_0x1e4d6a(0x110),a303_0x1e4d6a(0x119),a303_0x1e4d6a(0xfd),'trae'];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x549a20,_0x40e448){const _0x1e51aa=a304_0x16c7,_0x4746b1=_0x549a20();while(!![]){try{const _0x105f0b=-parseInt(_0x1e51aa(0x11b))/0x1+parseInt(_0x1e51aa(0x117))/0x2*(-parseInt(_0x1e51aa(0x115))/0x3)+-parseInt(_0x1e51aa(0x11c))/0x4+parseInt(_0x1e51aa(0x113))/0x5*(parseInt(_0x1e51aa(0x116))/0x6)+-parseInt(_0x1e51aa(0x114))/0x7*(parseInt(_0x1e51aa(0x119))/0x8)+parseInt(_0x1e51aa(0x11d))/0x9+-parseInt(_0x1e51aa(0x11a))/0xa*(-parseInt(_0x1e51aa(0x118))/0xb);if(_0x105f0b===_0x40e448)break;else _0x4746b1['push'](_0x4746b1['shift']());}catch(_0x2c6ce1){_0x4746b1['push'](_0x4746b1['shift']());}}}(a304_0x4318,0xa584a));function a304_0x4318(){const _0x37ce92=['4740508OAjKry','4783383NWtvcN','685VUQdgt','176190pmVKrQ','4026369PqlPty','51180PGhSAj','2GIZMhG','33srLmWR','80detGIT','6334070KLcDIb','143406hCQRxf'];a304_0x4318=function(){return _0x37ce92;};return a304_0x4318();}import{createJqFilter,resolveBundledJqPaths}from'@lovrabet/cli-framework';function a304_0x16c7(_0x47cd4b,_0x4b7794){_0x47cd4b=_0x47cd4b-0x113;const _0x431817=a304_0x4318();let _0x16c783=_0x431817[_0x47cd4b];return _0x16c783;}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(_0x2e5c4e,_0x560bcb){const _0x3fed84=a305_0x5688,_0x7812f9=_0x2e5c4e();while(!![]){try{const _0x10fbf4=parseInt(_0x3fed84(0xa7))/0x1*(-parseInt(_0x3fed84(0xa3))/0x2)+-parseInt(_0x3fed84(0xa5))/0x3*(-parseInt(_0x3fed84(0xa2))/0x4)+-parseInt(_0x3fed84(0xb0))/0x5*(-parseInt(_0x3fed84(0x9f))/0x6)+parseInt(_0x3fed84(0xa9))/0x7*(-parseInt(_0x3fed84(0xb1))/0x8)+-parseInt(_0x3fed84(0xa4))/0x9*(parseInt(_0x3fed84(0xab))/0xa)+-parseInt(_0x3fed84(0xaa))/0xb+parseInt(_0x3fed84(0xa8))/0xc*(parseInt(_0x3fed84(0xa6))/0xd);if(_0x10fbf4===_0x560bcb)break;else _0x7812f9['push'](_0x7812f9['shift']());}catch(_0x4a617d){_0x7812f9['push'](_0x7812f9['shift']());}}}(a305_0x4c8d,0xec225));import{getTemplateBaseUrl}from'../utils/config.js';function a305_0x4c8d(){const _0x317c46=['2028240BAHxnx','1428216QgEFRc','/config.json','stableVersion','25980hiQmOU','34dTErXS','12103983FlsFjC','156gEvqkQ','7813cCFMOO','88953YXOyQP','79956gohIKs','14kvYeJY','2737746BSdzac','10tyqGHN','json','/config/index.json','now','application/json','5sqIJlN'];a305_0x4c8d=function(){return _0x317c46;};return a305_0x4c8d();}function a305_0x5688(_0x3f2d08,_0x1ce77e){_0x3f2d08=_0x3f2d08-0x9f;const _0x4c8d24=a305_0x4c8d();let _0x56888e=_0x4c8d24[_0x3f2d08];return _0x56888e;}export async function fetchCdnConfig(){const _0x43aa71=a305_0x5688,_0x4e93d8=getTemplateBaseUrl(),_0xad8e21=[_0x4e93d8+_0x43aa71(0xa0),_0x4e93d8+_0x43aa71(0xad)];for(const _0x12dd39 of _0xad8e21){try{const _0x203e61=await fetch(_0x12dd39,{'headers':{'Accept':_0x43aa71(0xaf)}});if(!_0x203e61['ok'])continue;const _0x9751e0=await _0x203e61[_0x43aa71(0xac)]();if(!_0x9751e0['cli']?.[_0x43aa71(0xa1)]||!_0x9751e0['sdk']?.['node']?.[_0x43aa71(0xa1)])continue;return _0x9751e0;}catch{}}return null;}let cachedConfig=null,cacheTime=0x0;const CACHE_TTL=0x5*0x3c*0x3e8,FAILURE_CACHE_TTL=0x3c*0x3e8;let hasCachedConfig=![];export async function getCdnConfig(){const _0x13aca4=a305_0x5688,_0xe8f251=Date[_0x13aca4(0xae)]();if(hasCachedConfig){const _0xe05550=cachedConfig?CACHE_TTL:FAILURE_CACHE_TTL;if(_0xe8f251-cacheTime<_0xe05550)return cachedConfig;}const _0x1cc120=await fetchCdnConfig();return cachedConfig=_0x1cc120,cacheTime=_0xe8f251,hasCachedConfig=!![],_0x1cc120;}export function clearCdnConfigCache(){cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
const a306_0x4f4f1d=a306_0x2bb9;(function(_0x4f84fc,_0x5e4495){const _0x4192e3=a306_0x2bb9,_0x590060=_0x4f84fc();while(!![]){try{const _0x1e36f8=parseInt(_0x4192e3(0x193))/0x1*(-parseInt(_0x4192e3(0x1a2))/0x2)+parseInt(_0x4192e3(0x1a7))/0x3+parseInt(_0x4192e3(0x19b))/0x4*(-parseInt(_0x4192e3(0x1b1))/0x5)+parseInt(_0x4192e3(0x1a8))/0x6+parseInt(_0x4192e3(0x18c))/0x7+-parseInt(_0x4192e3(0x190))/0x8*(parseInt(_0x4192e3(0x1ac))/0x9)+parseInt(_0x4192e3(0x1ab))/0xa;if(_0x1e36f8===_0x5e4495)break;else _0x590060['push'](_0x590060['shift']());}catch(_0x4189ae){_0x590060['push'](_0x590060['shift']());}}}(a306_0x2803,0xe8ce4));import a306_0x32bb7b from'node:fs';import a306_0x5b84bd from'node:path';import a306_0xf25d7d from'semver';import{getCdnConfig}from'../utils/cdn-config.js';const FALLBACK_MIN_SDK_VERSION=a306_0x4f4f1d(0x1a3);function isNonNumericVersion(_0x5a5568){const _0x4d3a10=a306_0x4f4f1d,_0x2930c2=[/^latest$/i,/^beta$/i,/^alpha$/i,/^canary$/i,/^\*$/,/^x$/];return _0x2930c2[_0x4d3a10(0x18d)](_0x26ed3b=>_0x26ed3b['test'](_0x5a5568));}function getInstalledVersion(_0x49b0d9,_0x58cfe4){const _0x1eac6f=a306_0x4f4f1d;try{const _0x55b924=a306_0x5b84bd['join'](_0x49b0d9,_0x1eac6f(0x19a),_0x58cfe4,_0x1eac6f(0x19c));if(a306_0x32bb7b[_0x1eac6f(0x18e)](_0x55b924)){const _0x34a948=JSON[_0x1eac6f(0x1a6)](a306_0x32bb7b[_0x1eac6f(0x192)](_0x55b924,_0x1eac6f(0x1ad)));return _0x34a948[_0x1eac6f(0x18f)]||null;}}catch{}return null;}async function getSdkStableVersion(){const _0x3d330f=a306_0x4f4f1d;try{const _0x5045cc=await getCdnConfig();return _0x5045cc?.[_0x3d330f(0x199)]?.[_0x3d330f(0x191)]?.[_0x3d330f(0x19d)]||null;}catch{return null;}}async function getSdkPackageName(){const _0x49edef=a306_0x4f4f1d;try{const _0x1890f3=await getCdnConfig();return _0x1890f3?.[_0x49edef(0x199)]?.['node']?.[_0x49edef(0x1aa)]||_0x49edef(0x18b);}catch{return _0x49edef(0x18b);}}function a306_0x2803(){const _0x4a0696=['5924580KoqedI','\x20\x20\x20Stable\x20version:\x20','packageName','3931070aBHkBg','981flXFCx','utf-8','↪\x20SDK\x20update\x20available','join','utf8','4175UmUWWK','@lovrabet/sdk','12414647AJmMSf','some','existsSync','version','34928haPTdv','node','readFileSync','1098101SxxjsA','all','\x1b[1m','dependencies','log','\x20\x20\x20Upgrade\x20command:\x20','sdk','node_modules','3128HXPhbX','package.json','stableVersion','needsUpgrade','minVersion','coerce','devDependencies','2HsYdUk','1.2.0','\x20\x20\x20Current\x20version:\x20','latest','parse','79437PCSdQp'];a306_0x2803=function(){return _0x4a0696;};return a306_0x2803();}export async function checkSdkVersion(_0x578325){const _0x1076ba=a306_0x4f4f1d,_0x84cb14=a306_0x5b84bd[_0x1076ba(0x1af)](_0x578325,'package.json'),[_0x387535,_0x1bb297]=await Promise[_0x1076ba(0x194)]([getSdkStableVersion(),getSdkPackageName()]),_0x110430=_0x387535||FALLBACK_MIN_SDK_VERSION;if(!a306_0x32bb7b[_0x1076ba(0x18e)](_0x84cb14))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x110430,'packageName':_0x1bb297,'stableVersion':_0x387535};try{const _0x1118b1=JSON[_0x1076ba(0x1a6)](a306_0x32bb7b[_0x1076ba(0x192)](_0x84cb14,'utf8')),_0x41c3ea=_0x1118b1['dependencies']||{},_0x186604=_0x1118b1[_0x1076ba(0x1a1)]||{},_0x100bb0=_0x41c3ea[_0x1bb297]||_0x186604[_0x1bb297];if(!_0x100bb0)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x110430,'packageName':_0x1bb297,'stableVersion':_0x387535};let _0xecb097=getInstalledVersion(_0x578325,_0x1bb297);!_0xecb097&&(_0xecb097=_0x100bb0);if(isNonNumericVersion(_0x100bb0))return{'installed':!![],'version':_0xecb097,'needsUpgrade':![],'minVersion':_0x110430,'packageName':_0x1bb297,'stableVersion':_0x387535};const _0x46d4bf=a306_0xf25d7d[_0x1076ba(0x1a0)](_0xecb097),_0x4ed189=a306_0xf25d7d[_0x1076ba(0x1a0)](_0x110430),_0x5c4b07=_0x46d4bf&&_0x4ed189?a306_0xf25d7d['lt'](_0x46d4bf,_0x4ed189):![];return{'installed':!![],'version':_0xecb097,'needsUpgrade':_0x5c4b07,'minVersion':_0x110430,'packageName':_0x1bb297,'stableVersion':_0x387535};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x110430,'packageName':_0x1bb297,'stableVersion':_0x387535};}}function a306_0x2bb9(_0x2d85cb,_0x5019aa){_0x2d85cb=_0x2d85cb-0x18b;const _0x2803bf=a306_0x2803();let _0x2bb9eb=_0x2803bf[_0x2d85cb];return _0x2bb9eb;}export function checkSdkVersionSync(_0x413f4b){const _0x459049=a306_0x4f4f1d,_0x3b61b5=a306_0x5b84bd[_0x459049(0x1af)](_0x413f4b,_0x459049(0x19c)),_0x13682c=_0x459049(0x18b);if(!a306_0x32bb7b['existsSync'](_0x3b61b5))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x13682c,'stableVersion':null};try{const _0x5aaabc=JSON['parse'](a306_0x32bb7b[_0x459049(0x192)](_0x3b61b5,_0x459049(0x1b0))),_0x36120a=_0x5aaabc[_0x459049(0x196)]||{},_0x5c2139=_0x5aaabc['devDependencies']||{},_0x3edb58=_0x36120a[_0x13682c]||_0x5c2139[_0x13682c];if(!_0x3edb58)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x13682c,'stableVersion':null};let _0x1c124f=getInstalledVersion(_0x413f4b,_0x13682c);!_0x1c124f&&(_0x1c124f=_0x3edb58);if(isNonNumericVersion(_0x3edb58))return{'installed':!![],'version':_0x1c124f,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x13682c,'stableVersion':null};const _0x277958=a306_0xf25d7d[_0x459049(0x1a0)](_0x1c124f),_0x523666=_0x277958?a306_0xf25d7d['lt'](_0x277958,FALLBACK_MIN_SDK_VERSION):![];return{'installed':!![],'version':_0x1c124f,'needsUpgrade':_0x523666,'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x13682c,'stableVersion':null};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x13682c,'stableVersion':null};}}export function printSdkUpgradeWarning(_0x305f84){const _0x57e5b8=a306_0x4f4f1d;if(!_0x305f84[_0x57e5b8(0x19e)])return;const _0x8fd205='\x1b[33m',_0x452d25='\x1b[0m',_0x134c02=_0x57e5b8(0x195),_0x20374c=_0x305f84['packageName']||_0x57e5b8(0x18b),_0x1c984b=_0x305f84[_0x57e5b8(0x19d)]||_0x305f84[_0x57e5b8(0x19f)],_0x2e24af='npm\x20install\x20'+_0x20374c+'@'+(_0x1c984b||_0x57e5b8(0x1a5));console['log'](),console[_0x57e5b8(0x197)](''+_0x8fd205+_0x134c02+_0x57e5b8(0x1ae)+_0x452d25),console['log'](_0x8fd205+_0x57e5b8(0x1a4)+_0x20374c+'@'+_0x305f84[_0x57e5b8(0x18f)]+_0x452d25),console[_0x57e5b8(0x197)](_0x8fd205+_0x57e5b8(0x1a9)+_0x1c984b+_0x452d25),console[_0x57e5b8(0x197)](_0x8fd205+_0x57e5b8(0x198)+_0x2e24af+_0x452d25),console[_0x57e5b8(0x197)]();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x2e2b1e,_0x163ea0){const _0x5a06ac=a307_0x5211,_0x281d31=_0x2e2b1e();while(!![]){try{const _0x116abd=-parseInt(_0x5a06ac(0xb4))/0x1*(parseInt(_0x5a06ac(0xa5))/0x2)+-parseInt(_0x5a06ac(0xa6))/0x3+parseInt(_0x5a06ac(0xa9))/0x4+parseInt(_0x5a06ac(0xb1))/0x5*(-parseInt(_0x5a06ac(0xa8))/0x6)+parseInt(_0x5a06ac(0xc6))/0x7*(parseInt(_0x5a06ac(0xb6))/0x8)+parseInt(_0x5a06ac(0xb7))/0x9+parseInt(_0x5a06ac(0xac))/0xa*(-parseInt(_0x5a06ac(0xba))/0xb);if(_0x116abd===_0x163ea0)break;else _0x281d31['push'](_0x281d31['shift']());}catch(_0x28400c){_0x281d31['push'](_0x281d31['shift']());}}}(a307_0x4317,0x8e7aa));import{readFileSync}from'node:fs';import{resolve,dirname}from'node:path';import{fileURLToPath}from'node:url';import a307_0x36e2d5 from'semver';import{getCliVersionPolicy}from'../utils/cli-version-policy.js';import{NPM_PACKAGE_NAME}from'../constant/cli.js';import{CliErrors}from'../errors.js';function a307_0x5211(_0x47788f,_0xbf9a55){_0x47788f=_0x47788f-0xa5;const _0x431735=a307_0x4317();let _0x5211e7=_0x431735[_0x47788f];return _0x5211e7;}export function getCliUpgradeCommand(_0x64a7cf){const _0x13073c=a307_0x5211,_0x1e0f61=_0x64a7cf[_0x13073c(0xb3)]||_0x13073c(0xa7);return _0x13073c(0xc8)+NPM_PACKAGE_NAME+'@'+_0x1e0f61;}function getCurrentCliVersion(){const _0x3a43de=a307_0x5211;try{const _0x20b607=fileURLToPath(import.meta.url),_0x4ebc50=resolve(dirname(_0x20b607),'../..'),_0x32db79=resolve(_0x4ebc50,'package.json'),_0x3317e5=JSON['parse'](readFileSync(_0x32db79,_0x3a43de(0xb8)));return _0x3317e5['version']||'1.0.0';}catch{return _0x3a43de(0xbd);}}export async function checkCliVersion(){const _0x16dd94=a307_0x5211,_0x317784=getCurrentCliVersion(),_0xc2f3fc=await getCliVersionPolicy(),_0x3d695b=_0xc2f3fc?.[_0x16dd94(0xb3)]||null,_0x3e9dd2=_0xc2f3fc?.[_0x16dd94(0xbe)]||null;let _0x321ce9=![],_0x35b14a=![];const _0x4003bf=a307_0x36e2d5[_0x16dd94(0xb0)](_0x317784);if(_0x4003bf&&_0x3d695b)try{const _0x5de7ec=a307_0x36e2d5['coerce'](_0x3d695b);if(_0x5de7ec)_0x321ce9=a307_0x36e2d5['lt'](_0x4003bf,_0x5de7ec);}catch{}if(_0x4003bf&&_0x3e9dd2)try{const _0x34c18d=a307_0x36e2d5[_0x16dd94(0xb0)](_0x3e9dd2);if(_0x34c18d)_0x35b14a=a307_0x36e2d5['lt'](_0x4003bf,_0x34c18d);}catch{}return _0x35b14a&&(_0x321ce9=!![]),{'currentVersion':_0x317784,'stableVersion':_0x3d695b,'minimumVersion':_0x3e9dd2,'needsUpgrade':_0x321ce9,'belowMinimum':_0x35b14a,'isPreRelease':![],'upgradeMessage':_0xc2f3fc?.[_0x16dd94(0xbf)],'minimumVersionMessage':_0xc2f3fc?.[_0x16dd94(0xad)]};}function a307_0x4317(){const _0x2fc011=['7HWQIzu','Minimum\x20supported:\x20','npm\x20install\x20-g\x20','38deMFiq','548427JBehkj','latest','12XRqFGA','1497440wfvogD','log','join','740yvXmLl','minimumVersionMessage','needsUpgrade','\x1b[1m','coerce','309560nugUXv','\x20\x20\x20Stable\x20version:\x20','stableVersion','6619HXcUIC','\x20\x20\x20Upgrade\x20command:\x20','1906768gPtCfo','8290206wMzsLv','utf-8','belowMinimum','76978SlgHTh','\x20\x20\x20Minimum\x20supported:\x20','Current\x20CLI\x20version\x20is\x20below\x20the\x20service\x20compatibility\x20support\x20line.','1.0.0','minimumVersion','upgradeMessage','filter','↪\x20Critical\x20CLI\x20upgrade\x20required','\x1b[33m','\x20\x20\x20','Current\x20version:\x20','currentVersion'];a307_0x4317=function(){return _0x2fc011;};return a307_0x4317();}export function printCliUpgradeWarning(_0x2922ac){const _0x597be1=a307_0x5211;if(!_0x2922ac[_0x597be1(0xae)]&&!_0x2922ac[_0x597be1(0xb9)])return;const _0x229ab8='\x1b[31m',_0x56cd66=_0x597be1(0xc2),_0x3ffb96='\x1b[0m',_0x5c32e6=_0x597be1(0xaf),_0x2b3fde=getCliUpgradeCommand(_0x2922ac);console[_0x597be1(0xaa)](),_0x2922ac[_0x597be1(0xb9)]?(console['log'](''+_0x229ab8+_0x5c32e6+_0x597be1(0xc1)+_0x3ffb96),console[_0x597be1(0xaa)](_0x229ab8+'\x20\x20\x20Current\x20CLI\x20version:\x20'+_0x2922ac[_0x597be1(0xc5)]+_0x3ffb96),_0x2922ac['minimumVersion']&&console[_0x597be1(0xaa)](_0x229ab8+_0x597be1(0xbb)+_0x2922ac['minimumVersion']+_0x3ffb96),_0x2922ac[_0x597be1(0xb3)]&&_0x2922ac[_0x597be1(0xb3)]!==_0x2922ac[_0x597be1(0xbe)]&&console[_0x597be1(0xaa)](_0x229ab8+'\x20\x20\x20Recommended\x20stable:\x20'+_0x2922ac['stableVersion']+_0x3ffb96),_0x2922ac['minimumVersionMessage']&&console['log'](_0x229ab8+'\x20\x20\x20'+_0x2922ac[_0x597be1(0xad)]+_0x3ffb96),console[_0x597be1(0xaa)](_0x229ab8+_0x597be1(0xb5)+_0x2b3fde+_0x3ffb96)):(console[_0x597be1(0xaa)](''+_0x56cd66+_0x5c32e6+'↪\x20New\x20version\x20available'+_0x3ffb96),console[_0x597be1(0xaa)](_0x56cd66+'\x20\x20\x20Current\x20CLI\x20version:\x20'+_0x2922ac['currentVersion']+_0x3ffb96),console[_0x597be1(0xaa)](_0x56cd66+_0x597be1(0xb2)+_0x2922ac[_0x597be1(0xb3)]+_0x3ffb96),_0x2922ac[_0x597be1(0xbf)]&&console['log'](_0x56cd66+_0x597be1(0xc3)+_0x2922ac[_0x597be1(0xbf)]+_0x3ffb96),console['log'](_0x56cd66+_0x597be1(0xb5)+_0x2b3fde+_0x3ffb96)),console['log']();}export function assertCliVersionSupported(_0x52f11b){const _0x2d3c82=a307_0x5211;if(!_0x52f11b['belowMinimum'])return;const _0x2f6868=[_0x52f11b[_0x2d3c82(0xad)],_0x2d3c82(0xc4)+_0x52f11b['currentVersion'],_0x52f11b[_0x2d3c82(0xbe)]?_0x2d3c82(0xc7)+_0x52f11b['minimumVersion']:null,'Upgrade\x20command:\x20'+getCliUpgradeCommand(_0x52f11b)][_0x2d3c82(0xc0)](Boolean)[_0x2d3c82(0xab)]('\x0a');throw CliErrors['validation'](_0x2d3c82(0xbc),_0x2f6868);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x369587,_0x202a1e){const _0x3a449b=a308_0x2af3,_0x4a5576=_0x369587();while(!![]){try{const _0x49bac2=-parseInt(_0x3a449b(0x15a))/0x1*(parseInt(_0x3a449b(0x162))/0x2)+-parseInt(_0x3a449b(0x159))/0x3+-parseInt(_0x3a449b(0x160))/0x4*(parseInt(_0x3a449b(0x161))/0x5)+parseInt(_0x3a449b(0x169))/0x6*(parseInt(_0x3a449b(0x15c))/0x7)+parseInt(_0x3a449b(0x163))/0x8*(parseInt(_0x3a449b(0x165))/0x9)+-parseInt(_0x3a449b(0x166))/0xa*(parseInt(_0x3a449b(0x15e))/0xb)+parseInt(_0x3a449b(0x167))/0xc;if(_0x49bac2===_0x202a1e)break;else _0x4a5576['push'](_0x4a5576['shift']());}catch(_0x56ef77){_0x4a5576['push'](_0x4a5576['shift']());}}}(a308_0x16c7,0x1a7f6));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(_0x1e3438){const _0x2576eb=a308_0x2af3;return typeof _0x1e3438===_0x2576eb(0x16d)&&_0x1e3438[_0x2576eb(0x16a)]()[_0x2576eb(0x16f)]>0x0?_0x1e3438[_0x2576eb(0x16a)]():null;}function normalizeCliVersionPolicy(_0x5c679f){const _0x2c281a=a308_0x2af3;if(!_0x5c679f||typeof _0x5c679f!==_0x2c281a(0x16b))return null;const _0x51dc95=_0x5c679f,_0x32501c=_0x51dc95[_0x2c281a(0x171)]&&typeof _0x51dc95[_0x2c281a(0x171)]===_0x2c281a(0x16b)?_0x51dc95[_0x2c281a(0x171)]:_0x51dc95,_0x581b1c=pickString(_0x32501c['stableVersion'])||pickString(_0x32501c[_0x2c281a(0x172)])||pickString(_0x32501c[_0x2c281a(0x168)]),_0x445eac=pickString(_0x32501c['minimumVersion'])||pickString(_0x32501c[_0x2c281a(0x170)]);if(!_0x581b1c&&!_0x445eac)return null;return{'stableVersion':_0x581b1c,'minimumVersion':_0x445eac,'upgradeMessage':pickString(_0x32501c[_0x2c281a(0x15b)])||undefined,'minimumVersionMessage':pickString(_0x32501c[_0x2c281a(0x15d)])||undefined};}function a308_0x16c7(){const _0x1ed774=['530280BPXeej','45DTTBEI','upgradeMessage','21413hYfIac','minimumVersionMessage','134497mUEYFc','application/json','4FKjAza','499715psVfPy','1492tuwkkS','8AhBHuR','abort','97686tQVHVn','30pbkzKp','4124244ZlRJrA','recommendedVersion','198fIsChZ','trim','object','now','string','json','length','minVersion','cli','latestVersion','signal'];a308_0x16c7=function(){return _0x1ed774;};return a308_0x16c7();}export async function fetchRabetbaseCdnConfig(){const _0x4a569d=a308_0x2af3,_0x20a117=new AbortController(),_0x458e55=setTimeout(()=>_0x20a117[_0x4a569d(0x164)](),FETCH_TIMEOUT_MS);try{const _0x487487=await fetch(CLI_VERSION_POLICY_URL,{'headers':{'Accept':_0x4a569d(0x15f)},'signal':_0x20a117[_0x4a569d(0x158)]});if(!_0x487487['ok'])return null;const _0x32241c=await _0x487487[_0x4a569d(0x16e)]();return _0x32241c&&typeof _0x32241c===_0x4a569d(0x16b)?_0x32241c:null;}catch{return null;}finally{clearTimeout(_0x458e55);}}export async function fetchCliVersionPolicy(){return normalizeCliVersionPolicy(await fetchRabetbaseCdnConfig());}let cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];export async function getRabetbaseCdnConfig(){const _0x5536b8=a308_0x2af3,_0x19427d=Date[_0x5536b8(0x16c)]();if(hasCachedConfig){const _0x3c6e03=cachedConfig?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x19427d-cacheTime<_0x3c6e03)return cachedConfig;}return cachedConfig=await fetchRabetbaseCdnConfig(),cacheTime=_0x19427d,hasCachedConfig=!![],cachedConfig;}function a308_0x2af3(_0x1d1a37,_0x1e85ff){_0x1d1a37=_0x1d1a37-0x158;const _0x16c7b4=a308_0x16c7();let _0x2af38b=_0x16c7b4[_0x1d1a37];return _0x2af38b;}export async function getCliVersionPolicy(){return normalizeCliVersionPolicy(await getRabetbaseCdnConfig());}export function clearCliVersionPolicyCache(){cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];}
|
package/lib/utils/config.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a309_0x58f974=a309_0x2469;function a309_0xaa73(){const _0x3c72b5=['project','93861vEUHsm','7620652VycGHK','147ThTUSd','196lWhcwc','env','90072tzcvkT','5rwZFVZ','1390wSiBjO','55YjopVZ','3354684GGuwPN','136uNTpHp','14627VvPPfq','7459836okgVSJ','134556brGgyd'];a309_0xaa73=function(){return _0x3c72b5;};return a309_0xaa73();}(function(_0x25af4a,_0x29eed8){const _0x1d4066=a309_0x2469,_0x144c9f=_0x25af4a();while(!![]){try{const _0x2f1a5b=parseInt(_0x1d4066(0x1e3))/0x1*(-parseInt(_0x1d4066(0x1ea))/0x2)+-parseInt(_0x1d4066(0x1e5))/0x3*(-parseInt(_0x1d4066(0x1e2))/0x4)+-parseInt(_0x1d4066(0x1de))/0x5*(-parseInt(_0x1d4066(0x1e4))/0x6)+parseInt(_0x1d4066(0x1e9))/0x7*(parseInt(_0x1d4066(0x1dd))/0x8)+-parseInt(_0x1d4066(0x1e7))/0x9*(parseInt(_0x1d4066(0x1df))/0xa)+-parseInt(_0x1d4066(0x1e0))/0xb*(-parseInt(_0x1d4066(0x1e1))/0xc)+-parseInt(_0x1d4066(0x1e8))/0xd;if(_0x2f1a5b===_0x29eed8)break;else _0x144c9f['push'](_0x144c9f['shift']());}catch(_0xc43e83){_0x144c9f['push'](_0x144c9f['shift']());}}}(a309_0xaa73,0xe3d61));function a309_0x2469(_0x43384e,_0x35a3dd){_0x43384e=_0x43384e-0x1dd;const _0xaa7302=a309_0xaa73();let _0x246908=_0xaa7302[_0x43384e];return _0x246908;}import{initEnv}from'../constant/env.js';import{readRawConfig,getConfigAppCode as a309_0x165d72,getMultiAppConfigs as a309_0x928b49,getTemplateBaseUrl as a309_0x142423}from'../context.js';export{getProjectConfigPath,getGlobalConfigPath}from'../context.js';export{isInProject}from'../context.js';export function readConfig(_0x50318c){const _0x270bcf=a309_0x2469,_0x4df29f=readRawConfig(_0x50318c);return _0x4df29f[_0x270bcf(0x1eb)]&&typeof _0x4df29f[_0x270bcf(0x1eb)]==='string'&&initEnv(_0x4df29f['env']),_0x4df29f;}export function getConfigAppCode(){return a309_0x165d72();}export function getMultiAppConfigs(_0x1325df=a309_0x58f974(0x1e6)){return a309_0x928b49(_0x1325df);}export function getTemplateBaseUrl(){return a309_0x142423();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a310_0x3f82(_0x564c7b,_0x3569de){_0x564c7b=_0x564c7b-0x1ea;const _0x3c79ae=a310_0x3c79();let _0x3f8278=_0x3c79ae[_0x564c7b];return _0x3f8278;}(function(_0x3dc661,_0x1e7ca6){const _0xb811ec=a310_0x3f82,_0x3c6197=_0x3dc661();while(!![]){try{const _0x496cf2=-parseInt(_0xb811ec(0x1eb))/0x1+-parseInt(_0xb811ec(0x1ed))/0x2+parseInt(_0xb811ec(0x1f4))/0x3*(parseInt(_0xb811ec(0x1ec))/0x4)+-parseInt(_0xb811ec(0x1ea))/0x5+-parseInt(_0xb811ec(0x1f6))/0x6*(parseInt(_0xb811ec(0x1f3))/0x7)+-parseInt(_0xb811ec(0x1f5))/0x8+-parseInt(_0xb811ec(0x1ee))/0x9*(-parseInt(_0xb811ec(0x1f0))/0xa);if(_0x496cf2===_0x1e7ca6)break;else _0x3c6197['push'](_0x3c6197['shift']());}catch(_0x58e4f2){_0x3c6197['push'](_0x3c6197['shift']());}}}(a310_0x3c79,0xe90e0));function a310_0x3c79(){const _0x219ffa=['12Fgpxqq','3790310wymoRp','1426204BVXiZX','2032HLRodB','3302840akkOBl','20187pRlNrg','string','18830rlwmBv','number','isFinite','510839Tjjusq','4998RviDFt','1069320HhSnAk'];a310_0x3c79=function(){return _0x219ffa;};return a310_0x3c79();}function toFiniteNumber(_0x216aa4){const _0x1c2409=a310_0x3f82;if(typeof _0x216aa4===_0x1c2409(0x1f1)&&Number[_0x1c2409(0x1f2)](_0x216aa4))return _0x216aa4;if(typeof _0x216aa4===_0x1c2409(0x1ef)){const _0x3984b2=_0x216aa4['trim']();if(!_0x3984b2)return undefined;const _0x588591=Number(_0x3984b2);if(Number[_0x1c2409(0x1f2)](_0x588591))return _0x588591;}return undefined;}export function normalizeEntityWithIdResponse(_0x688c03){const _0x2d03e4=toFiniteNumber(_0x688c03);if(_0x2d03e4!==undefined)return{'id':_0x2d03e4,'entity':{'id':_0x2d03e4}};if(!_0x688c03||typeof _0x688c03!=='object')return{'id':undefined,'entity':{}};const _0x46ae15={..._0x688c03},_0x4fb77a=toFiniteNumber(_0x46ae15['id']);return _0x4fb77a!==undefined&&(_0x46ae15['id']=_0x4fb77a),{'id':_0x4fb77a,'entity':_0x46ae15};}
|
package/lib/utils/file-utils.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x57b129,_0xac5db7){const _0x33be39=a311_0x16fb,_0x105eba=_0x57b129();while(!![]){try{const _0x13cf4f=-parseInt(_0x33be39(0xf6))/0x1*(-parseInt(_0x33be39(0xf2))/0x2)+parseInt(_0x33be39(0xf1))/0x3+parseInt(_0x33be39(0xef))/0x4+parseInt(_0x33be39(0xf0))/0x5*(-parseInt(_0x33be39(0xf5))/0x6)+parseInt(_0x33be39(0xf3))/0x7*(parseInt(_0x33be39(0xf4))/0x8)+parseInt(_0x33be39(0xf7))/0x9*(-parseInt(_0x33be39(0xed))/0xa)+-parseInt(_0x33be39(0xf8))/0xb*(parseInt(_0x33be39(0xee))/0xc);if(_0x13cf4f===_0xac5db7)break;else _0x105eba['push'](_0x105eba['shift']());}catch(_0x589d23){_0x105eba['push'](_0x105eba['shift']());}}}(a311_0x16c1,0xc0f18));import{existsSync,mkdirSync,copyFileSync,readdirSync,statSync}from'node:fs';function a311_0x16c1(){const _0x55d093=['50OTXAnL','2790672ltoZUD','10AcVOYI','217JAwraa','108504YpQiSz','763380uVRoMW','109093AaZQXx','164268nleXvV','2239391IMUHGh','500iBXSkU','12LYLHvO','5130540SFsLHY'];a311_0x16c1=function(){return _0x55d093;};return a311_0x16c1();}import{join}from'node:path';function a311_0x16fb(_0x5834dc,_0x58b3c6){_0x5834dc=_0x5834dc-0xed;const _0x16c1ff=a311_0x16c1();let _0x16fb6d=_0x16c1ff[_0x5834dc];return _0x16fb6d;}export async function copyDir(_0x9d1b59,_0x788417){const _0x19ef05=statSync(_0x9d1b59);if(_0x19ef05['isDirectory']()){!existsSync(_0x788417)&&mkdirSync(_0x788417,{'recursive':!![]});const _0x4d8fed=readdirSync(_0x9d1b59);for(const _0x2c371e of _0x4d8fed){await copyDir(join(_0x9d1b59,_0x2c371e),join(_0x788417,_0x2c371e));}}else copyFileSync(_0x9d1b59,_0x788417);}export function ensureDir(_0x2e162e){!existsSync(_0x2e162e)&&mkdirSync(_0x2e162e,{'recursive':!![]});}export function pathExists(_0x360a14){return existsSync(_0x360a14);}
|