@lovrabet/rabetbase-cli 2.4.5 → 2.4.6-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/lib/api/api-doc.js +1 -1
- package/lib/api/fetch-model-list.js +1 -1
- package/lib/api/generate-api-file.js +1 -1
- package/lib/auth/auth-server-ui.js +1 -1
- package/lib/auth/auth-server.js +1 -1
- package/lib/auth/constant.js +1 -1
- package/lib/auth/get-cookie.js +1 -1
- package/lib/auth/get-session-user.js +1 -1
- package/lib/auth/is-session-valid.js +1 -1
- package/lib/auth/login-success-html.js +1 -1
- package/lib/auth/logout.js +1 -1
- package/lib/cli-flags.js +1 -1
- package/lib/cli.js +1 -1
- package/lib/commands/api/generate.js +1 -1
- package/lib/commands/api/index.js +1 -1
- package/lib/commands/api/list.js +1 -1
- package/lib/commands/api/pull.js +1 -1
- package/lib/commands/api/shared.js +1 -1
- package/lib/commands/app/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/get.js +1 -1
- package/lib/commands/config/index.js +1 -1
- package/lib/commands/config/list.js +1 -1
- package/lib/commands/config/set.js +1 -1
- package/lib/commands/config/shared.js +1 -1
- package/lib/commands/data/filter.js +1 -1
- package/lib/commands/data/getOne.js +1 -1
- package/lib/commands/data/index.js +1 -1
- package/lib/commands/data/shared.js +1 -1
- package/lib/commands/dataset/business-group-update.js +1 -1
- package/lib/commands/dataset/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-update.js +1 -1
- package/lib/commands/dataset/generate.js +1 -1
- package/lib/commands/dataset/index.js +1 -1
- package/lib/commands/dataset/list.js +1 -1
- package/lib/commands/dataset/operations.js +1 -1
- package/lib/commands/dataset/relation-audit.js +1 -1
- package/lib/commands/dataset/relation-create.js +1 -1
- package/lib/commands/dataset/relation-delete.js +1 -1
- package/lib/commands/dataset/relation-shared.js +1 -1
- package/lib/commands/dataset/relation-update.js +1 -1
- package/lib/commands/dataset/relations.js +1 -1
- package/lib/commands/dataset/rename.js +1 -1
- package/lib/commands/dataset/restore.js +1 -1
- package/lib/commands/db/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/tables.js +1 -1
- package/lib/commands/db/test.js +1 -1
- package/lib/commands/db/update.js +1 -1
- package/lib/commands/doctor.js +1 -1
- package/lib/commands/file/index.js +1 -1
- package/lib/commands/init/index.js +1 -1
- package/lib/commands/issue/index.js +1 -1
- package/lib/commands/issue/nudge.js +1 -1
- package/lib/commands/issue/report.js +1 -1
- package/lib/commands/issue/shared.js +1 -1
- package/lib/commands/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/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/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/{standard-page-status.d.ts → create.d.ts} +1 -1
- package/lib/commands/page/create.js +1 -0
- package/lib/commands/page/{react → custom}/detail.d.ts +1 -1
- package/lib/commands/page/custom/detail.js +1 -0
- package/lib/commands/page/{react → custom}/list.d.ts +1 -1
- package/lib/commands/page/custom/list.js +1 -0
- package/lib/commands/page/{react → custom}/publish.d.ts +1 -1
- package/lib/commands/page/custom/publish.js +1 -0
- package/lib/commands/page/{react → custom}/shared.d.ts +15 -15
- package/lib/commands/page/custom/shared.js +1 -0
- package/lib/commands/page/{react → custom}/syntax.d.ts +2 -2
- package/lib/commands/page/custom/syntax.js +1 -0
- package/lib/commands/page/custom/template.js +1 -0
- package/lib/commands/page/{react → custom}/update.d.ts +1 -1
- package/lib/commands/page/custom/update.js +1 -0
- package/lib/commands/page/data-list-status.d.ts +2 -0
- package/lib/commands/page/data-list-status.js +1 -0
- 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.d.ts +18 -18
- 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/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/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/schema.js +1 -1
- package/lib/constant/cdn.js +1 -1
- package/lib/constant/cli.js +1 -1
- package/lib/constant/defaults.js +1 -1
- package/lib/constant/domain.js +1 -1
- package/lib/constant/env.js +1 -1
- package/lib/constant/output.js +1 -1
- package/lib/constant/paths.js +1 -1
- package/lib/constant/risk.js +1 -1
- package/lib/context/app-resolver.js +1 -1
- package/lib/context/auth-resolver.js +1 -1
- package/lib/context/config-loader.js +1 -1
- package/lib/context.js +1 -1
- package/lib/core/alias-resolver.js +1 -1
- package/lib/core/api-client.d.ts +43 -43
- 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.d.ts +3 -1
- package/lib/core/bff/utils.js +1 -1
- package/lib/core/db-resolver.js +1 -1
- package/lib/core/page/file-system.js +1 -1
- package/lib/core/page/hash.js +1 -1
- package/lib/core/page/lock.js +1 -1
- package/lib/core/sql-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/types.js +1 -1
- package/lib/generated/build-info.d.ts +4 -4
- package/lib/generated/build-info.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/rules-cdn.js +1 -1
- package/lib/utils/sleep.js +1 -1
- package/lib/utils/template-replacer.js +1 -1
- package/lib/utils/update-notice.js +1 -1
- package/lib/utils/version.js +1 -1
- package/lib/utils/with-active-cookie.js +1 -1
- package/lib/utils/write-cli-side-channel.js +1 -1
- package/package.json +1 -1
- package/skills/rabetbase/SKILL.md +34 -34
- package/skills/rabetbase/guides/backend-function.md +63 -18
- package/skills/rabetbase/guides/bff-creation-workflow.md +2 -0
- package/skills/rabetbase/guides/{react-custom-page-workflow.md → custom-page-workflow.md} +45 -45
- package/skills/rabetbase/guides/page-development-workflow.md +22 -22
- package/skills/rabetbase/knowledge/{react-page → custom-page}/components.md +2 -2
- package/skills/rabetbase/knowledge/{react-page → custom-page}/generation-standards.md +6 -6
- package/skills/rabetbase/knowledge/page-schema/LrSmartTable.md +6 -6
- package/skills/rabetbase/knowledge/page-schema/external-resources-usage.md +1 -1
- package/skills/rabetbase/references/rabetbase-bff-create.md +2 -0
- package/skills/rabetbase/references/{rabetbase-standard-page-status.md → rabetbase-data-list-status.md} +6 -6
- package/skills/rabetbase/references/rabetbase-dataset-generate.md +1 -1
- package/skills/rabetbase/references/rabetbase-dataset-relation-mutations.md +1 -1
- package/skills/rabetbase/references/rabetbase-dataset-relations.md +1 -1
- package/skills/rabetbase/references/rabetbase-dataset-restore.md +1 -1
- package/skills/rabetbase/references/rabetbase-menu-list.md +1 -1
- package/skills/rabetbase/references/rabetbase-page-create.md +31 -0
- package/skills/rabetbase/references/{rabetbase-page-react-detail.md → rabetbase-page-custom-detail.md} +5 -5
- package/skills/rabetbase/references/{rabetbase-page-react-list.md → rabetbase-page-custom-list.md} +4 -4
- package/skills/rabetbase/references/{rabetbase-page-react-publish.md → rabetbase-page-custom-publish.md} +6 -6
- package/skills/rabetbase/references/{rabetbase-page-react-update.md → rabetbase-page-custom-update.md} +6 -6
- package/skills/rabetbase/references/rabetbase-page-generate-start.md +5 -4
- package/skills/rabetbase/references/rabetbase-page-generate-status.md +4 -4
- package/skills/rabetbase/references/rabetbase-page-pull.md +2 -2
- package/skills/rabetbase/references/rabetbase-page-relation-binding.md +1 -1
- package/skills/rabetbase/references/rabetbase-page-restore.md +7 -7
- package/skills/rabetbase/references/rabetbase-page-sync.md +3 -3
- package/skills/rabetbase.manifest.json +12 -12
- package/lib/commands/page/react/create.d.ts +0 -2
- package/lib/commands/page/react/create.js +0 -1
- package/lib/commands/page/react/detail.js +0 -1
- package/lib/commands/page/react/list.js +0 -1
- package/lib/commands/page/react/publish.js +0 -1
- package/lib/commands/page/react/shared.js +0 -1
- package/lib/commands/page/react/syntax.js +0 -1
- package/lib/commands/page/react/template.js +0 -1
- package/lib/commands/page/react/update.js +0 -1
- package/lib/commands/page/standard-page-status.js +0 -1
- package/skills/rabetbase/references/rabetbase-page-react-create.md +0 -29
- /package/lib/commands/page/{react → custom}/template.d.ts +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a263_0x3b3afb=a263_0x2ebd;(function(_0x5eb185,_0x4b8f95){const _0x490cf6=a263_0x2ebd,_0x2a2b0f=_0x5eb185();while(!![]){try{const _0x1ce4ad=parseInt(_0x490cf6(0xf9))/0x1*(-parseInt(_0x490cf6(0x129))/0x2)+parseInt(_0x490cf6(0x132))/0x3*(-parseInt(_0x490cf6(0x10c))/0x4)+parseInt(_0x490cf6(0x122))/0x5*(parseInt(_0x490cf6(0x116))/0x6)+-parseInt(_0x490cf6(0x107))/0x7+-parseInt(_0x490cf6(0xfd))/0x8+parseInt(_0x490cf6(0x126))/0x9+-parseInt(_0x490cf6(0x10d))/0xa*(-parseInt(_0x490cf6(0x105))/0xb);if(_0x1ce4ad===_0x4b8f95)break;else _0x2a2b0f['push'](_0x2a2b0f['shift']());}catch(_0x1e3de9){_0x2a2b0f['push'](_0x2a2b0f['shift']());}}}(a263_0x565c,0x92f35));import{spawnSync}from'node:child_process';import{resolveNpmBin}from'../utils/platform.js';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='skills@latest';export const NPX_SKILLS_SUBCOMMAND_ADD=a263_0x3b3afb(0x10f);export const NPX_SKILLS_FLAG_SKILL='--skill';export const RABETBASE_SKILL_SOURCE=a263_0x3b3afb(0xff);export const LEGACY_RABETBASE_SKILL_SOURCE=a263_0x3b3afb(0x106);export const DEFAULT_RABETBASE_SKILL_NAME=a263_0x3b3afb(0x11a);export const RABETBASE_GLOBAL_SKILL_NAME=a263_0x3b3afb(0x114);export const RABETBASE_SKILL_GIT_SOURCE=a263_0x3b3afb(0x108);export function resolveGlobalSkillName(_0x346857){const _0x3b6a8a=a263_0x3b3afb;switch(_0x346857[_0x3b6a8a(0x128)]()){case RABETBASE_SKILL_SOURCE:case RABETBASE_SKILL_GIT_SOURCE:return RABETBASE_GLOBAL_SKILL_NAME;default:return undefined;}}export function buildNpxSkillsAddArgv(_0x2ae706){const _0x3ca5ee=a263_0x3b3afb,_0x1f7608=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE];return _0x2ae706&&_0x1f7608[_0x3ca5ee(0x11e)](NPX_SKILLS_FLAG_SKILL,_0x2ae706),_0x1f7608;}export const NPX_SKILLS_ADD_COMMAND_LINE=['npx',...buildNpxSkillsAddArgv()]['join']('\x20');export const NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE=['npx',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 a263_0x2ebd(_0x2e067d,_0x1373f1){_0x2e067d=_0x2e067d-0xf9;const _0x565cb4=a263_0x565c();let _0x2ebd86=_0x565cb4[_0x2e067d];return _0x2ebd86;}function failure(_0x8d4d2b,_0x2f5e73,_0x18750c){return{'ok':![],'status':_0x2f5e73,'code':_0x8d4d2b,'error':'['+_0x8d4d2b+']\x20'+_0x18750c};}function a263_0x565c(){const _0x643d25=['6725768rYKNSb','toString','lovrabet/rabetbase','warn','EACCES','NPM_CONFIG_GLOBAL','Skill\x20\x22','error','33AuHtFz','lovrabet/lovrabet-skill','3467296Siexzz','git@codeup.aliyun.com:yuntoo/open/rabetbase-cli.git','join','remove','absent','4572woJecd','4266730trMMVg','stdio','add','pipe','ENOENT','stderr','npm_config_global','rabetbase','filter','6eaiBOJ','presence','stdout','\x22\x20not\x20found\x20after\x20install\x20(checked\x20','Lovrabet','npx\x20terminated\x20by\x20signal\x20','SPAWN_FAILED','checked','push','inherit','NPX_NOT_FOUND','unverifiable','4383445jwudaT','code','exit\x20','yes','6172722NPVhGI','Installer\x20reported\x20','trim','306wkNwHv','INSTALL_PARTIAL','reason','\x22\x20install\x20state:\x20','message','npx','expectedSkillName','skill','status','1329QLiKox','2603RVcEXo','state','log','PERMISSION_DENIED'];a263_0x565c=function(){return _0x643d25;};return a263_0x565c();}function spawnOptions(_0x3cb223,_0x2b6730){const _0x1394aa=a263_0x3b3afb,_0x26ac0d={...process.env};return delete _0x26ac0d[_0x1394aa(0x113)],delete _0x26ac0d[_0x1394aa(0x102)],{'cwd':_0x3cb223,'stdio':_0x2b6730,'env':_0x26ac0d,'shell':![],..._0x2b6730===_0x1394aa(0x110)?{'maxBuffer':CHILD_OUTPUT_MAX_BUFFER}:{}};}function normalizeSpawnResult(_0x2ffaf4,_0x3e149d,_0xfc187,_0xc03c82){const _0x3738ba=a263_0x3b3afb,_0x6415b1=[_0x2ffaf4[_0x3738ba(0x118)]?_0x2ffaf4[_0x3738ba(0x118)]['toString']():'',_0x2ffaf4['stderr']?_0x2ffaf4[_0x3738ba(0x112)][_0x3738ba(0xfe)]():''][_0x3738ba(0x115)](Boolean)[_0x3738ba(0x109)]('\x0a')[_0x3738ba(0x128)]();_0xc03c82!=='pipe'&&_0x6415b1&&console['log'](_0x6415b1);if(_0x2ffaf4[_0x3738ba(0x104)]){const _0x18f0cf=_0x2ffaf4[_0x3738ba(0x104)],_0x4ff37e=_0x18f0cf['code']===_0x3738ba(0x111)?_0x3738ba(0x120):_0x18f0cf[_0x3738ba(0x123)]==='EPERM'||_0x18f0cf[_0x3738ba(0x123)]===_0x3738ba(0x101)?_0x3738ba(0xfc):_0x3738ba(0x11c);return failure(_0x4ff37e,_0x2ffaf4[_0x3738ba(0x131)],_0x18f0cf[_0x3738ba(0x12d)]);}if(_0x2ffaf4['signal'])return failure('CHILD_TERMINATED',_0x2ffaf4[_0x3738ba(0x131)],_0x3738ba(0x11b)+_0x2ffaf4['signal']);if(_0x2ffaf4['status']!==0x0)return failure('CHILD_EXIT_NONZERO',_0x2ffaf4[_0x3738ba(0x131)],_0x6415b1||_0x3738ba(0x124)+(_0x2ffaf4['status']??'unknown'));const _0x1fc82f=_0x3e149d?resolveInstalledSkill(_0x3e149d,_0xfc187):undefined,_0x56483d=_0x6415b1['match'](/Failed to install\s+(\d+)/i);if(_0x56483d&&Number(_0x56483d[0x1])>0x0){const _0x21363d=_0x3738ba(0x127)+_0x56483d[0x1]+'\x20failed\x20target(s)'+(_0x6415b1?':\x0a'+_0x6415b1:'');if(_0x1fc82f?.['state']==='present')return console[_0x3738ba(0x100)]('!\x20'+_0x21363d),{'ok':!![],'status':0x0};return failure(_0x3738ba(0x12a),0x0,_0x21363d);}if(_0x1fc82f){if(_0x1fc82f[_0x3738ba(0xfa)]===_0x3738ba(0x10b))return failure('SKILL_NOT_INSTALLED',0x0,_0x3738ba(0x103)+_0x3e149d+_0x3738ba(0x119)+_0x1fc82f[_0x3738ba(0x11d)][_0x3738ba(0x109)](',\x20')+')');_0x1fc82f[_0x3738ba(0xfa)]===_0x3738ba(0x121)&&console[_0x3738ba(0x100)]('!\x20Could\x20not\x20verify\x20\x22'+_0x3e149d+_0x3738ba(0x12c)+_0x1fc82f[_0x3738ba(0x12b)]);}return{'ok':!![],'status':0x0};}export function shouldSkipNpxSkillsAdd(){return process.env.RABETBASE_SKIP_NPX_SKILLS==='1';}export function runNpxSkillsAdd(_0x2ed90b,_0xf0a169){const _0x42d64c=a263_0x3b3afb;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x3ac280=_0xf0a169?.[_0x42d64c(0x10e)]??'inherit',_0x3c1769=resolveNpmBin(_0x42d64c(0x12e)),_0xa43fc8=buildNpxSkillsAddArgv(_0xf0a169?.[_0x42d64c(0x130)]),_0x39d38c=[_0x42d64c(0x12e),..._0xa43fc8]['join']('\x20');console[_0x42d64c(0xfb)]('*\x20'+_0x39d38c);const _0x31879d=spawnSync(_0x3c1769,_0xa43fc8,spawnOptions(_0x2ed90b,_0x3ac280));return normalizeSpawnResult(_0x31879d,undefined,undefined,_0x3ac280);}export function runNpxSkillsRemove(_0x5daa0a,_0x44c718,_0x113cbc=LEGACY_RABETBASE_SKILL_SOURCE){const _0x2fa6f6=a263_0x3b3afb;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0xbe2fe=_0x44c718?.['stdio']??_0x2fa6f6(0x11f),_0x2ddf2c=resolveNpmBin(_0x2fa6f6(0x12e)),_0x456871=[NPX_FLAG_YES,NPX_SKILLS_CLI,_0x2fa6f6(0x10a),_0x113cbc,NPX_SKILLS_FLAG_SKILL,_0x44c718?.['skill']??DEFAULT_RABETBASE_SKILL_NAME,..._0x44c718?.[_0x2fa6f6(0x125)]?['-y']:[]],_0x32b347=[_0x2ddf2c,..._0x456871][_0x2fa6f6(0x109)]('\x20');console['log']('*\x20'+_0x32b347);const _0x4093ed=spawnSync(_0x2ddf2c,_0x456871,spawnOptions(_0x5daa0a,_0xbe2fe));return normalizeSpawnResult(_0x4093ed,undefined,undefined,_0xbe2fe);}export function runNpxSkillsAddGlobal(_0x4284c1,_0x49b701,_0x2d58f1){const _0x225bce=a263_0x3b3afb;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x2c1c19=resolveNpmBin(_0x225bce(0x12e)),_0x56778b=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x49b701,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES],_0x1443ed=[_0x225bce(0x12e),NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x49b701,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES][_0x225bce(0x109)]('\x20');console[_0x225bce(0xfb)]('*\x20'+_0x1443ed);const _0x22cdf5=spawnSync(_0x2c1c19,_0x56778b,spawnOptions(_0x4284c1,_0x225bce(0x110)));return normalizeSpawnResult(_0x22cdf5,_0x2d58f1?.[_0x225bce(0x12f)]??resolveGlobalSkillName(_0x49b701),_0x2d58f1?.[_0x225bce(0x117)],_0x2d58f1?.[_0x225bce(0x10e)]);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a264_0x236b48=a264_0x6413;(function(_0x3147d4,_0x251ccd){const _0x515031=a264_0x6413,_0x367a77=_0x3147d4();while(!![]){try{const _0x33facc=-parseInt(_0x515031(0x7c))/0x1*(-parseInt(_0x515031(0x76))/0x2)+-parseInt(_0x515031(0x78))/0x3+parseInt(_0x515031(0x85))/0x4*(parseInt(_0x515031(0x6c))/0x5)+-parseInt(_0x515031(0x8c))/0x6+-parseInt(_0x515031(0x89))/0x7*(-parseInt(_0x515031(0x8e))/0x8)+-parseInt(_0x515031(0x8b))/0x9*(-parseInt(_0x515031(0x80))/0xa)+-parseInt(_0x515031(0x6d))/0xb*(parseInt(_0x515031(0x83))/0xc);if(_0x33facc===_0x251ccd)break;else _0x367a77['push'](_0x367a77['shift']());}catch(_0x3919b4){_0x367a77['push'](_0x367a77['shift']());}}}(a264_0x3e7d,0x2f67e));import{existsSync,readFileSync}from'node:fs';function a264_0x3e7d(){const _0x1912c0=['.agents','4qqkUHN','unverifiable','660738dAlwxU','reason','not-recorded','\x20has\x20no\x20skills\x20map','109512FzVzgP','.skill-lock.json','lockFile','globalSkillsDirs','2608710ImNMec','recorded','version','36852GYPLxh','\x20is\x20unreadable:\x20','52pONQiu','map','SKILL.md','unusable','10661JuTcDm','number','9KgBVCv','2294400SjemfI','home','1680rSRadW','object','join','\x20uses\x20unsupported\x20version\x20','message','1245XJpaTu','22TRWfEy','parse','.claude','find','kind','skills','utf8','\x22\x20but\x20no\x20SKILL.md\x20was\x20found\x20in\x20known\x20layouts\x20'];a264_0x3e7d=function(){return _0x1912c0;};return a264_0x3e7d();}import{homedir}from'node:os';import{join}from'node:path';export const SKILL_LOCK_RELATIVE_PATH=join(a264_0x236b48(0x75),a264_0x236b48(0x7d));function a264_0x6413(_0x2f5849,_0xfb4ad2){_0x2f5849=_0x2f5849-0x6c;const _0x3e7d82=a264_0x3e7d();let _0x6413a8=_0x3e7d82[_0x2f5849];return _0x6413a8;}export const GLOBAL_SKILLS_DIR_RELATIVE_PATHS=[join(a264_0x236b48(0x75),a264_0x236b48(0x72)),join(a264_0x236b48(0x6f),'skills')];const SUPPORTED_LOCK_VERSIONS=[0x3];function readLockLookup(_0x3dd027,_0x22092e){const _0x4c44df=a264_0x236b48;if(!existsSync(_0x3dd027))return{'kind':_0x4c44df(0x7a)};let _0x916fea;try{_0x916fea=JSON[_0x4c44df(0x6e)](readFileSync(_0x3dd027,_0x4c44df(0x73)));}catch(_0x2183d4){return{'kind':_0x4c44df(0x88),'reason':_0x3dd027+_0x4c44df(0x84)+_0x2183d4[_0x4c44df(0x92)]};}const _0x594b71=_0x916fea;if(typeof _0x594b71?.[_0x4c44df(0x82)]!==_0x4c44df(0x8a)||!SUPPORTED_LOCK_VERSIONS['includes'](_0x594b71[_0x4c44df(0x82)]))return{'kind':_0x4c44df(0x88),'reason':_0x3dd027+_0x4c44df(0x91)+String(_0x594b71?.[_0x4c44df(0x82)])};if(!_0x594b71['skills']||typeof _0x594b71[_0x4c44df(0x72)]!==_0x4c44df(0x8f))return{'kind':_0x4c44df(0x88),'reason':_0x3dd027+_0x4c44df(0x7b)};return _0x594b71['skills'][_0x22092e]?{'kind':_0x4c44df(0x81)}:{'kind':_0x4c44df(0x7a)};}export function resolveInstalledSkill(_0x171891,_0xab17db){const _0x3f7e6c=a264_0x236b48,_0x4d9e4b=_0xab17db?.[_0x3f7e6c(0x8d)]??homedir(),_0x10f045=_0xab17db?.[_0x3f7e6c(0x7f)]??GLOBAL_SKILLS_DIR_RELATIVE_PATHS[_0x3f7e6c(0x86)](_0xebd96d=>join(_0x4d9e4b,_0xebd96d)),_0x36fb90=_0xab17db?.[_0x3f7e6c(0x7e)]??join(_0x4d9e4b,SKILL_LOCK_RELATIVE_PATH),_0x3218fb=_0x10f045[_0x3f7e6c(0x86)](_0x1ef2e3=>join(_0x1ef2e3,_0x171891,_0x3f7e6c(0x87))),_0x1eafcc=_0x3218fb[_0x3f7e6c(0x70)](_0x16f1dc=>existsSync(_0x16f1dc));if(_0x1eafcc)return{'state':'present','path':_0x1eafcc};const _0x471901=readLockLookup(_0x36fb90,_0x171891);if(_0x471901[_0x3f7e6c(0x71)]===_0x3f7e6c(0x88))return{'state':_0x3f7e6c(0x77),'reason':_0x471901[_0x3f7e6c(0x79)]};if(_0x471901[_0x3f7e6c(0x71)]===_0x3f7e6c(0x81))return{'state':_0x3f7e6c(0x77),'reason':_0x36fb90+'\x20records\x20\x22'+_0x171891+_0x3f7e6c(0x74)+('('+_0x3218fb[_0x3f7e6c(0x90)](',\x20')+')')};return{'state':'absent','checked':_0x3218fb};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x3e4fb7,_0x2f7701){const _0x45b837=a265_0x46d1,_0x3e0b59=_0x3e4fb7();while(!![]){try{const _0x27681d=-parseInt(_0x45b837(0x1c3))/0x1+parseInt(_0x45b837(0x1c9))/0x2+-parseInt(_0x45b837(0x1d1))/0x3+-parseInt(_0x45b837(0x1c7))/0x4*(parseInt(_0x45b837(0x1c8))/0x5)+-parseInt(_0x45b837(0x1cc))/0x6+parseInt(_0x45b837(0x1ce))/0x7+parseInt(_0x45b837(0x1cb))/0x8*(parseInt(_0x45b837(0x1c5))/0x9);if(_0x27681d===_0x2f7701)break;else _0x3e0b59['push'](_0x3e0b59['shift']());}catch(_0x58c358){_0x3e0b59['push'](_0x3e0b59['shift']());}}}(a265_0x4e7c,0xe020f));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(_0x3acfc4){const _0x1c209c=a265_0x46d1;return SENSITIVE_PATTERNS[_0x1c209c(0x1cd)](_0x1c5139=>_0x1c5139['test'](_0x3acfc4));}function a265_0x4e7c(){const _0x4e8f62=['781443NpNUFj','error','1112233BCylqn','stringify','22671JufdqM','durationMs','5082492VetfUb','5crwNkW','3401478GgQkuG','[REDACTED]','5000CKnydv','5780868ajDmEF','some','8748124BmOsdr','message','flags'];a265_0x4e7c=function(){return _0x4e8f62;};return a265_0x4e7c();}function a265_0x46d1(_0x17f41e,_0x36791f){_0x17f41e=_0x17f41e-0x1c2;const _0x4e7c1e=a265_0x4e7c();let _0x46d19d=_0x4e7c1e[_0x17f41e];return _0x46d19d;}function sanitizeFlags(_0x4a7937){const _0xae304d=a265_0x46d1,_0x235a12={};for(const [_0x13729d,_0x467ee1]of Object['entries'](_0x4a7937)){isSensitiveKey(_0x13729d)?_0x235a12[_0x13729d]=_0x467ee1!=null&&_0x467ee1!==''?_0xae304d(0x1ca):_0x467ee1:_0x235a12[_0x13729d]=_0x467ee1;}return _0x235a12;}export async function reportCommandTrace(_0x1a6e17){const _0x483baf=a265_0x46d1;try{const _0x9e3f10=sanitizeFlags(_0x1a6e17[_0x483baf(0x1d0)]);await sendCliTraceLog({'spanName':'rabetbase.command','logData':{'command.cli_version':getCliVersion(),'command.service':_0x1a6e17['service'],'command.name':_0x1a6e17['command'],'command.flags':JSON[_0x483baf(0x1c4)](_0x9e3f10),..._0x1a6e17[_0x483baf(0x1c6)]!=null?{'command.duration_ms':_0x1a6e17[_0x483baf(0x1c6)]}:{},..._0x1a6e17[_0x483baf(0x1c2)]?{'command.error':_0x1a6e17[_0x483baf(0x1c2)]instanceof Error?_0x1a6e17[_0x483baf(0x1c2)][_0x483baf(0x1cf)]:String(_0x1a6e17[_0x483baf(0x1c2)])}:{}}});}catch{}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a266_0x2233(_0xbe7f0,_0x1f6bde){_0xbe7f0=_0xbe7f0-0xae;var _0x3b9191=a266_0x3b91();var _0x223304=_0x3b9191[_0xbe7f0];return _0x223304;}(function(_0x23b5c6,_0x35e2b3){var _0x245956=a266_0x2233,_0x59e8b2=_0x23b5c6();while(!![]){try{var _0x392790=-parseInt(_0x245956(0xb5))/0x1+parseInt(_0x245956(0xaf))/0x2+-parseInt(_0x245956(0xae))/0x3*(-parseInt(_0x245956(0xb3))/0x4)+-parseInt(_0x245956(0xb2))/0x5+parseInt(_0x245956(0xb4))/0x6*(-parseInt(_0x245956(0xb8))/0x7)+-parseInt(_0x245956(0xb1))/0x8+parseInt(_0x245956(0xb0))/0x9;if(_0x392790===_0x35e2b3)break;else _0x59e8b2['push'](_0x59e8b2['shift']());}catch(_0x5e0de6){_0x59e8b2['push'](_0x59e8b2['shift']());}}}(a266_0x3b91,0x76f34));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';export async function reportCliHelpTrace(_0x327ac3,_0x3a5001){var _0x530a03=a266_0x2233;try{await sendCliTraceLog({'spanName':_0x530a03(0xb6),'logData':{'rabetbase.help.kind':_0x327ac3,..._0x3a5001?.[_0x530a03(0xb7)]&&{'rabetbase.help.service':_0x3a5001[_0x530a03(0xb7)]}}});}catch(_0x238bcb){console['error']('Failed\x20to\x20report\x20CLI\x20help\x20trace:',_0x238bcb);}}function a266_0x3b91(){var _0x274608=['36hQNDLa','12pRkyaW','745899sfNrrQ','cli.help','service','45514LqpdFZ','187134PmnLaB','1802776tEUpSs','6564060CjbwDv','1534016CRJKxZ','3771275YFXePQ'];a266_0x3b91=function(){return _0x274608;};return a266_0x3b91();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x580b2d,_0x52c0eb){const _0x50ec81=a267_0x2645,_0x44de9d=_0x580b2d();while(!![]){try{const _0x28946b=parseInt(_0x50ec81(0x171))/0x1*(parseInt(_0x50ec81(0x173))/0x2)+-parseInt(_0x50ec81(0x179))/0x3+parseInt(_0x50ec81(0x177))/0x4+-parseInt(_0x50ec81(0x17b))/0x5*(-parseInt(_0x50ec81(0x170))/0x6)+-parseInt(_0x50ec81(0x172))/0x7+-parseInt(_0x50ec81(0x17c))/0x8*(parseInt(_0x50ec81(0x175))/0x9)+parseInt(_0x50ec81(0x17e))/0xa;if(_0x28946b===_0x52c0eb)break;else _0x44de9d['push'](_0x44de9d['shift']());}catch(_0x2f8fd0){_0x44de9d['push'](_0x44de9d['shift']());}}}(a267_0x1441,0x75e2c));import{VERSION,GIT_COMMIT}from'../generated/build-info.js';import{getSessionUserInfo}from'../auth/get-session-user.js';import{setServiceConfig,setUserContext}from'@lovrabet/otel-logger';function a267_0x1441(){const _0x3b8901=['1107PVClJL','username','1193404fbYzut','daily','2858547azNRAN','email','4595Xogsgk','37096RTDHFC','tenant','15497170uqVqHv','production','unknown','1158wqrarJ','539254khhGcD','3910403ezkGMS','2nKUQoH','tenant_code'];a267_0x1441=function(){return _0x3b8901;};return a267_0x1441();}import{NPM_PACKAGE_NAME}from'../constant/cli.js';import{getConfigAppCode}from'../utils/config.js';function a267_0x2645(_0x229704,_0x540b32){_0x229704=_0x229704-0x170;const _0x1441d1=a267_0x1441();let _0x26457d=_0x1441d1[_0x229704];return _0x26457d;}let cliOtelTraceInitialized=![];export async function ensureCliOtelTraceConfig(){const _0x2c26fb=a267_0x2645,_0x2002ea=await getSessionUserInfo();if(!cliOtelTraceInitialized){const _0x509da2=_0x2002ea?.['user'];setServiceConfig({'serviceName':NPM_PACKAGE_NAME,'serviceVersion':GIT_COMMIT!==_0x2c26fb(0x180)?VERSION+'+'+GIT_COMMIT:VERSION,'serviceEnv':process.env.RABETBASE_ENV??(process.env.RABETBASE_E2E_DAILY==='1'?_0x2c26fb(0x178):_0x2c26fb(0x17f))}),setUserContext({'id':_0x509da2?.['id'],'username':_0x509da2?.[_0x2c26fb(0x176)],'nickname':_0x509da2?.['nickname'],'email':_0x509da2?.[_0x2c26fb(0x17a)],'tenantCode':_0x509da2?.[_0x2c26fb(0x17d)]?.[_0x2c26fb(0x174)],'appCode':getConfigAppCode()}),cliOtelTraceInitialized=!![];}return _0x2002ea;}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x2d0580,_0x51254a){const _0x1a359d=a268_0x3678,_0x42bf67=_0x2d0580();while(!![]){try{const _0x1435b7=-parseInt(_0x1a359d(0xc1))/0x1+-parseInt(_0x1a359d(0xce))/0x2+-parseInt(_0x1a359d(0xcf))/0x3+parseInt(_0x1a359d(0xcd))/0x4*(parseInt(_0x1a359d(0xc4))/0x5)+parseInt(_0x1a359d(0xc2))/0x6*(parseInt(_0x1a359d(0xca))/0x7)+-parseInt(_0x1a359d(0xcc))/0x8+parseInt(_0x1a359d(0xcb))/0x9*(parseInt(_0x1a359d(0xc7))/0xa);if(_0x1435b7===_0x51254a)break;else _0x42bf67['push'](_0x42bf67['shift']());}catch(_0x269495){_0x42bf67['push'](_0x42bf67['shift']());}}}(a268_0x2650,0xd90c2));function a268_0x3678(_0x38fd17,_0x9f2d24){_0x38fd17=_0x38fd17-0xc1;const _0x2650c0=a268_0x2650();let _0x3678f5=_0x2650c0[_0x38fd17];return _0x3678f5;}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;}function a268_0x2650(){const _0xb24034=['105Eqofab','9nujaZf','5964344TtgDnw','2189228SfOhHG','610420pbByfD','1842543csMSja','253796BOTYkg','413970MROITf','SIGTERM','10tadlDE','then','once','6782170eMNUzS','SIGINT','exit'];a268_0x2650=function(){return _0xb24034;};return a268_0x2650();}export function registerOtelShutdownOnExit(){const _0xe20d2d=a268_0x3678;process[_0xe20d2d(0xc6)]('beforeExit',()=>{void flushOtelNodeIfUsed();});const _0x42b576=()=>{const _0x23c0a1=_0xe20d2d;void flushOtelNodeIfUsed()[_0x23c0a1(0xc5)](()=>process[_0x23c0a1(0xc9)](0x0));};process[_0xe20d2d(0xc6)](_0xe20d2d(0xc8),_0x42b576),process[_0xe20d2d(0xc6)](_0xe20d2d(0xc3),_0x42b576);}export async function exitWithOtelShutdown(_0x45d5e2){const _0x4f0384=a268_0x3678;await flushOtelNodeIfUsed(),process[_0x4f0384(0xc9)](_0x45d5e2);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a269_0x33bf87=a269_0x46ba;(function(_0x19180d,_0x438f23){const _0x34a9cb=a269_0x46ba,_0x368db1=_0x19180d();while(!![]){try{const _0x4d8902=-parseInt(_0x34a9cb(0xeb))/0x1*(-parseInt(_0x34a9cb(0xef))/0x2)+-parseInt(_0x34a9cb(0xed))/0x3*(parseInt(_0x34a9cb(0xf0))/0x4)+parseInt(_0x34a9cb(0xf6))/0x5*(-parseInt(_0x34a9cb(0xf5))/0x6)+-parseInt(_0x34a9cb(0xf8))/0x7*(parseInt(_0x34a9cb(0xee))/0x8)+parseInt(_0x34a9cb(0xf4))/0x9+parseInt(_0x34a9cb(0xec))/0xa+-parseInt(_0x34a9cb(0xf3))/0xb*(-parseInt(_0x34a9cb(0xf2))/0xc);if(_0x4d8902===_0x438f23)break;else _0x368db1['push'](_0x368db1['shift']());}catch(_0x1b9440){_0x368db1['push'](_0x368db1['shift']());}}}(a269_0x47d0,0xc2302));import{sendTraceLog}from'@lovrabet/otel-logger';function a269_0x46ba(_0x509676,_0x5c476a){_0x509676=_0x509676-0xe9;const _0x47d06c=a269_0x47d0();let _0x46ba97=_0x47d06c[_0x509676];return _0x46ba97;}import{ensureCliOtelTraceConfig}from'../telemetry/ensure-cli-otel-config.js';function a269_0x47d0(){const _0x115ae3=['rabetbase-cli','1281KklNfO','version','spanName','355363sygmCT','7172640KlPDEX','2062209AdtpHi','57800yFxrkB','2huwlRs','4CFTxBC','traceparent','302148yrbGBe','253CrSPGM','10404504qjWejr','1212wNGenk','70aeXXtW'];a269_0x47d0=function(){return _0x115ae3;};return a269_0x47d0();}import{getCliVersion}from'../utils/version.js';const DEFAULT_TRACE_NAME=a269_0x33bf87(0xf7);export async function sendCliTraceLog(_0x1c2d59){const _0x2b4a4c=a269_0x33bf87;await ensureCliOtelTraceConfig(),sendTraceLog({'traceName':_0x1c2d59['traceName']??DEFAULT_TRACE_NAME,'version':_0x1c2d59[_0x2b4a4c(0xe9)]??getCliVersion(),'spanName':_0x1c2d59[_0x2b4a4c(0xea)],'eventType':'manual','logData':_0x1c2d59['logData'],..._0x1c2d59[_0x2b4a4c(0xf1)]&&{'traceparent':_0x1c2d59[_0x2b4a4c(0xf1)]}});}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a270_0x361f(_0x1271e1,_0x3a2ace){_0x1271e1=_0x1271e1-0x146;const _0x425a82=a270_0x425a();let _0x361f43=_0x425a82[_0x1271e1];return _0x361f43;}const a270_0x48757b=a270_0x361f;(function(_0x1041f9,_0x5c8ecf){const _0x1d07d8=a270_0x361f,_0x33771e=_0x1041f9();while(!![]){try{const _0x25c730=-parseInt(_0x1d07d8(0x155))/0x1+-parseInt(_0x1d07d8(0x14f))/0x2+-parseInt(_0x1d07d8(0x148))/0x3*(-parseInt(_0x1d07d8(0x152))/0x4)+parseInt(_0x1d07d8(0x14b))/0x5+parseInt(_0x1d07d8(0x154))/0x6*(parseInt(_0x1d07d8(0x147))/0x7)+parseInt(_0x1d07d8(0x151))/0x8+parseInt(_0x1d07d8(0x150))/0x9*(-parseInt(_0x1d07d8(0x149))/0xa);if(_0x25c730===_0x5c8ecf)break;else _0x33771e['push'](_0x33771e['shift']());}catch(_0x22040b){_0x33771e['push'](_0x33771e['shift']());}}}(a270_0x425a,0xdcf00));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';export const PLATFORM_ISSUE_TRACE_NAME=a270_0x48757b(0x146);export const PLATFORM_ISSUE_SPAN_NAME='issue.log.collect';function a270_0x425a(){const _0x217e53=['9276939lzUmfa','67216PzBcoq','4MfBoIz','sanitize','6vHRaNF','1091539vEqwoV','platform-issue-log-collect','11940922HuHQnO','4605783vekVuS','10KObsmd','redactionCount','5000350moOudS','redactionKinds','title','originalBytes','2444618vDuMeI'];a270_0x425a=function(){return _0x217e53;};return a270_0x425a();}export async function sendPlatformIssueCollectLog(_0x1c8c19){const _0xbc28cd=a270_0x48757b;await sendCliTraceLog({'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0x1c8c19[_0xbc28cd(0x14d)],'issue.description':_0x1c8c19['description'],..._0x1c8c19[_0xbc28cd(0x153)]?{'issue.description_original_bytes':_0x1c8c19[_0xbc28cd(0x153)][_0xbc28cd(0x14e)],'issue.description_truncated':_0x1c8c19[_0xbc28cd(0x153)]['truncated'],'issue.description_redactions':_0x1c8c19[_0xbc28cd(0x153)][_0xbc28cd(0x14a)],'issue.description_redaction_kinds':_0x1c8c19[_0xbc28cd(0x153)][_0xbc28cd(0x14c)]['join'](',')}:{}}});}
|
package/lib/utils/ai_config.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a272_0x5bb3(){const _0x51d976=['SKILL.md.tpl','Windsurf\x20IDE','qoder','.codebuddy/skills/lovrabet/SKILL.md','.cursor','.claude/skills/lovrabet/SKILL.md','26224500yTliMB','windsurf','trae','47480ktSgDD','antigravity','claude','codebuddy','.cursorrules','65076oICcfx','812560AyNsAc','.agent','.cline','1683zcHzLY','.trae','cursor','通用模板\x20-\x20兜底方案','.opencode/skills/lovrabet/SKILL.md','cline','1326570VzpCew','Claude\x20Code','Windsurf','385ZpcEKQ','.cursor/skills/rabetbase.md','3MjeGcd','Cursor\x20IDE','Qoder','Trae\x20IDE','OpenCode','Codex','Qoder\x20IDE','.trae/skills/lovrabet/SKILL.md','Codex\x20IDE','.windsurf/workflows/rabetbase.md','.qoder/rules/rabetbase.md','codex','.opencode','OpenCode\x20IDE','9034648bWyTjG','Cursor','Antigravity','opencode','Cline','.codebuddy','CodeBuddy\x20IDE','file','4904628WftQtl','.codex','.codex/skills/lovrabet/SKILL.md','Antigravity\x20IDE'];a272_0x5bb3=function(){return _0x51d976;};return a272_0x5bb3();}function a272_0x1de8(_0x4275ee,_0xd24827){_0x4275ee=_0x4275ee-0x12e;const _0x5bb391=a272_0x5bb3();let _0x1de80d=_0x5bb391[_0x4275ee];return _0x1de80d;}const a272_0xa9f65d=a272_0x1de8;(function(_0x1a9bcb,_0x469e61){const _0x414ade=a272_0x1de8,_0x416bc2=_0x1a9bcb();while(!![]){try{const _0x423087=parseInt(_0x414ade(0x138))/0x1+-parseInt(_0x414ade(0x141))/0x2+parseInt(_0x414ade(0x146))/0x3*(parseInt(_0x414ade(0x15c))/0x4)+parseInt(_0x414ade(0x144))/0x5*(-parseInt(_0x414ade(0x137))/0x6)+-parseInt(_0x414ade(0x154))/0x7+parseInt(_0x414ade(0x132))/0x8*(-parseInt(_0x414ade(0x13b))/0x9)+parseInt(_0x414ade(0x12f))/0xa;if(_0x423087===_0x469e61)break;else _0x416bc2['push'](_0x416bc2['shift']());}catch(_0x465dae){_0x416bc2['push'](_0x416bc2['shift']());}}}(a272_0x5bb3,0xba177));export const CORE_IDE_CONFIGS={'cursor':{'name':a272_0xa9f65d(0x155),'description':a272_0xa9f65d(0x147),'folders':[a272_0xa9f65d(0x136),a272_0xa9f65d(0x164)],'files':[{'type':a272_0xa9f65d(0x15b),'path':a272_0xa9f65d(0x145),'template':a272_0xa9f65d(0x160)}]},'windsurf':{'name':a272_0xa9f65d(0x143),'description':a272_0xa9f65d(0x161),'folders':['.windsurf'],'files':[{'type':a272_0xa9f65d(0x15b),'path':a272_0xa9f65d(0x14f),'template':a272_0xa9f65d(0x160)}]},'claude':{'name':a272_0xa9f65d(0x142),'description':a272_0xa9f65d(0x142),'folders':['.claude'],'files':[{'type':'file','path':a272_0xa9f65d(0x12e),'template':a272_0xa9f65d(0x160)}]},'cline':{'name':a272_0xa9f65d(0x158),'description':'Cline\x20IDE','folders':[a272_0xa9f65d(0x13a)],'files':[{'type':a272_0xa9f65d(0x15b),'path':'.cline/skills/lovrabet/SKILL.md','template':a272_0xa9f65d(0x160)}]},'codex':{'name':a272_0xa9f65d(0x14b),'description':a272_0xa9f65d(0x14e),'folders':[a272_0xa9f65d(0x15d)],'files':[{'type':a272_0xa9f65d(0x15b),'path':a272_0xa9f65d(0x15e),'template':a272_0xa9f65d(0x160)}]},'opencode':{'name':a272_0xa9f65d(0x14a),'description':a272_0xa9f65d(0x153),'folders':[a272_0xa9f65d(0x152)],'files':[{'type':a272_0xa9f65d(0x15b),'path':a272_0xa9f65d(0x13f),'template':a272_0xa9f65d(0x160)}]},'qoder':{'name':a272_0xa9f65d(0x148),'description':a272_0xa9f65d(0x14c),'folders':['.qoder'],'files':[{'type':a272_0xa9f65d(0x15b),'path':a272_0xa9f65d(0x150),'template':a272_0xa9f65d(0x160)},{'type':'file','path':'.qoder/skills/lovrabet/SKILL.md','template':a272_0xa9f65d(0x160)}]},'codebuddy':{'name':'CodeBuddy','description':a272_0xa9f65d(0x15a),'folders':[a272_0xa9f65d(0x159)],'files':[{'type':'file','path':a272_0xa9f65d(0x163),'template':a272_0xa9f65d(0x160)}]},'trae':{'name':'Trae','description':a272_0xa9f65d(0x149),'folders':[a272_0xa9f65d(0x13c)],'files':[{'type':'file','path':a272_0xa9f65d(0x14d),'template':'SKILL.md.tpl'}]}};export const IDE_CONFIGS={...CORE_IDE_CONFIGS,'agent':{'name':'其他\x20(通用模板)','description':a272_0xa9f65d(0x13e),'folders':[a272_0xa9f65d(0x139)],'files':[{'type':a272_0xa9f65d(0x15b),'path':'.agent/skills/lovrabet/SKILL.md','template':a272_0xa9f65d(0x160)}]},'antigravity':{'name':a272_0xa9f65d(0x156),'description':a272_0xa9f65d(0x15f),'folders':[a272_0xa9f65d(0x139)],'files':[{'type':a272_0xa9f65d(0x15b),'path':'.agent/skills/lovrabet/SKILL.md','template':a272_0xa9f65d(0x160)}]}};export const CORE_IDE_LIST=[a272_0xa9f65d(0x134),a272_0xa9f65d(0x140),'codebuddy',a272_0xa9f65d(0x151),a272_0xa9f65d(0x13d),a272_0xa9f65d(0x157),a272_0xa9f65d(0x162),a272_0xa9f65d(0x131),a272_0xa9f65d(0x130)];export const IDE_LIST=[a272_0xa9f65d(0x133),'claude',a272_0xa9f65d(0x140),a272_0xa9f65d(0x135),a272_0xa9f65d(0x151),a272_0xa9f65d(0x13d),a272_0xa9f65d(0x157),a272_0xa9f65d(0x162),'trae',a272_0xa9f65d(0x130),'agent'];export const ALL_CORE_IDES=[a272_0xa9f65d(0x13d),a272_0xa9f65d(0x130),'claude',a272_0xa9f65d(0x140),a272_0xa9f65d(0x151),'opencode',a272_0xa9f65d(0x162),'codebuddy',a272_0xa9f65d(0x131)];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x469e98,_0x4ea2ec){const _0x3058cd=a273_0x2d6c,_0x82e39=_0x469e98();while(!![]){try{const _0x1361dc=parseInt(_0x3058cd(0xf0))/0x1*(-parseInt(_0x3058cd(0xea))/0x2)+-parseInt(_0x3058cd(0xeb))/0x3+-parseInt(_0x3058cd(0xee))/0x4+-parseInt(_0x3058cd(0xed))/0x5*(parseInt(_0x3058cd(0xef))/0x6)+parseInt(_0x3058cd(0xec))/0x7+-parseInt(_0x3058cd(0xe9))/0x8+parseInt(_0x3058cd(0xe8))/0x9;if(_0x1361dc===_0x4ea2ec)break;else _0x82e39['push'](_0x82e39['shift']());}catch(_0x4f8d02){_0x82e39['push'](_0x82e39['shift']());}}}(a273_0x5da2,0x5a2b0));function a273_0x5da2(){const _0x3d9e33=['1245204nygKlw','4044042MjRsGR','312101eCsXmo','22502628wIYjYk','4017488LPjmaQ','4aAQPpX','1518009MzTWBG','3407145fqfOzF','5ILjRZQ'];a273_0x5da2=function(){return _0x3d9e33;};return a273_0x5da2();}import{createJqFilter,resolveBundledJqPaths}from'@lovrabet/cli-framework';import{CliErrors}from'../errors.js';function a273_0x2d6c(_0x42d95d,_0x8336a1){_0x42d95d=_0x42d95d-0xe8;const _0x5da22b=a273_0x5da2();let _0x2d6c60=_0x5da22b[_0x42d95d];return _0x2d6c60;}export const applyJqFilter=createJqFilter(CliErrors,{'bundledJqPaths':resolveBundledJqPaths()});
|
package/lib/utils/cdn-config.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x28fd22,_0x2a1e8b){const _0x1018f7=a274_0x1754,_0x4d5f23=_0x28fd22();while(!![]){try{const _0x29166e=-parseInt(_0x1018f7(0x10c))/0x1*(parseInt(_0x1018f7(0x118))/0x2)+-parseInt(_0x1018f7(0x115))/0x3*(parseInt(_0x1018f7(0x10d))/0x4)+parseInt(_0x1018f7(0x112))/0x5+parseInt(_0x1018f7(0x10e))/0x6+parseInt(_0x1018f7(0x114))/0x7+parseInt(_0x1018f7(0x111))/0x8+-parseInt(_0x1018f7(0x110))/0x9;if(_0x29166e===_0x2a1e8b)break;else _0x4d5f23['push'](_0x4d5f23['shift']());}catch(_0x39921c){_0x4d5f23['push'](_0x4d5f23['shift']());}}}(a274_0x5164,0x35e92));import{getTemplateBaseUrl}from'../utils/config.js';export async function fetchCdnConfig(){const _0x4b2b74=a274_0x1754,_0x156f9c=getTemplateBaseUrl(),_0x370b3e=[_0x156f9c+_0x4b2b74(0x119),_0x156f9c+'/config/index.json'];for(const _0x51161c of _0x370b3e){try{const _0x926f03=await fetch(_0x51161c,{'headers':{'Accept':'application/json'}});if(!_0x926f03['ok'])continue;const _0x555fb1=await _0x926f03[_0x4b2b74(0x116)]();if(!_0x555fb1[_0x4b2b74(0x117)]?.['stableVersion']||!_0x555fb1[_0x4b2b74(0x113)]?.['node']?.['stableVersion'])continue;return _0x555fb1;}catch{}}return null;}let cachedConfig=null,cacheTime=0x0;function a274_0x5164(){const _0x35e4ff=['8724kioBlV','1522776lZJzde','now','6754734UteFTM','2648688vhxKST','910615WCIvbG','sdk','2245201hZNlrD','150UMsyzo','json','cli','7354bufEJg','/config.json','2mBKClZ'];a274_0x5164=function(){return _0x35e4ff;};return a274_0x5164();}function a274_0x1754(_0x2a32d0,_0x4c25c2){_0x2a32d0=_0x2a32d0-0x10c;const _0x51649b=a274_0x5164();let _0x175412=_0x51649b[_0x2a32d0];return _0x175412;}const CACHE_TTL=0x5*0x3c*0x3e8,FAILURE_CACHE_TTL=0x3c*0x3e8;let hasCachedConfig=![];export async function getCdnConfig(){const _0x5c57bb=a274_0x1754,_0x3d5f07=Date[_0x5c57bb(0x10f)]();if(hasCachedConfig){const _0x81ab42=cachedConfig?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x3d5f07-cacheTime<_0x81ab42)return cachedConfig;}const _0xbdf779=await fetchCdnConfig();return cachedConfig=_0xbdf779,cacheTime=_0x3d5f07,hasCachedConfig=!![],_0xbdf779;}export function clearCdnConfigCache(){cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
const a275_0x5485d9=a275_0x260d;(function(_0x482ea4,_0x4d7f79){const _0x15d165=a275_0x260d,_0x269e49=_0x482ea4();while(!![]){try{const _0x28835a=parseInt(_0x15d165(0xdc))/0x1*(parseInt(_0x15d165(0xbf))/0x2)+parseInt(_0x15d165(0xcb))/0x3*(parseInt(_0x15d165(0xc8))/0x4)+-parseInt(_0x15d165(0xd4))/0x5*(-parseInt(_0x15d165(0xba))/0x6)+-parseInt(_0x15d165(0xd1))/0x7*(-parseInt(_0x15d165(0xbe))/0x8)+-parseInt(_0x15d165(0xce))/0x9*(parseInt(_0x15d165(0xb9))/0xa)+parseInt(_0x15d165(0xc6))/0xb*(parseInt(_0x15d165(0xd2))/0xc)+-parseInt(_0x15d165(0xc7))/0xd;if(_0x28835a===_0x4d7f79)break;else _0x269e49['push'](_0x269e49['shift']());}catch(_0x48f755){_0x269e49['push'](_0x269e49['shift']());}}}(a275_0x11f3,0xc78cc));import a275_0x4f10b9 from'node:fs';import a275_0x175515 from'node:path';import a275_0x222740 from'semver';import{getCdnConfig}from'../utils/cdn-config.js';const FALLBACK_MIN_SDK_VERSION=a275_0x5485d9(0xd9);function isNonNumericVersion(_0x547fc4){const _0x1b395d=[/^latest$/i,/^beta$/i,/^alpha$/i,/^canary$/i,/^\*$/,/^x$/];return _0x1b395d['some'](_0x35ac8d=>_0x35ac8d['test'](_0x547fc4));}function getInstalledVersion(_0x5f5ca0,_0x2d8a81){const _0x54d18a=a275_0x5485d9;try{const _0x3a9bee=a275_0x175515['join'](_0x5f5ca0,_0x54d18a(0xc4),_0x2d8a81,_0x54d18a(0xc0));if(a275_0x4f10b9[_0x54d18a(0xc2)](_0x3a9bee)){const _0x1f5303=JSON['parse'](a275_0x4f10b9[_0x54d18a(0xc5)](_0x3a9bee,'utf-8'));return _0x1f5303[_0x54d18a(0xdb)]||null;}}catch{}return null;}async function getSdkStableVersion(){const _0x1ab9f0=a275_0x5485d9;try{const _0xe2c09b=await getCdnConfig();return _0xe2c09b?.['sdk']?.[_0x1ab9f0(0xcf)]?.[_0x1ab9f0(0xcd)]||null;}catch{return null;}}function a275_0x11f3(){const _0x13cdbc=['parse','@lovrabet/sdk','1.2.0','coerce','version','450913rduapv','minVersion','4990uNNSPW','1379022aukyTQ','devDependencies','join','\x20\x20\x20Current\x20version:\x20','8NqXcjv','2wTCcyK','package.json','latest','existsSync','↪\x20SDK\x20update\x20available','node_modules','readFileSync','88nwdivB','30879095fFfFBa','1852TYdJjV','log','\x1b[1m','8766CSCpqP','all','stableVersion','16074TbTXxu','node','packageName','10275167tYOtuF','873552yQiiHy','sdk','5lbAQhw','utf8','dependencies'];a275_0x11f3=function(){return _0x13cdbc;};return a275_0x11f3();}async function getSdkPackageName(){const _0x7f941d=a275_0x5485d9;try{const _0x422ccb=await getCdnConfig();return _0x422ccb?.[_0x7f941d(0xd3)]?.[_0x7f941d(0xcf)]?.[_0x7f941d(0xd0)]||_0x7f941d(0xd8);}catch{return _0x7f941d(0xd8);}}function a275_0x260d(_0x373a13,_0x4443a0){_0x373a13=_0x373a13-0xb8;const _0x11f360=a275_0x11f3();let _0x260d39=_0x11f360[_0x373a13];return _0x260d39;}export async function checkSdkVersion(_0x40c6f0){const _0x5d2a3a=a275_0x5485d9,_0x30e701=a275_0x175515[_0x5d2a3a(0xbc)](_0x40c6f0,_0x5d2a3a(0xc0)),[_0x53a3bf,_0xb2ac2b]=await Promise[_0x5d2a3a(0xcc)]([getSdkStableVersion(),getSdkPackageName()]),_0x3e4b2b=_0x53a3bf||FALLBACK_MIN_SDK_VERSION;if(!a275_0x4f10b9[_0x5d2a3a(0xc2)](_0x30e701))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x3e4b2b,'packageName':_0xb2ac2b,'stableVersion':_0x53a3bf};try{const _0x6cb1e0=JSON[_0x5d2a3a(0xd7)](a275_0x4f10b9[_0x5d2a3a(0xc5)](_0x30e701,_0x5d2a3a(0xd5))),_0x114d4e=_0x6cb1e0['dependencies']||{},_0x4f091a=_0x6cb1e0[_0x5d2a3a(0xbb)]||{},_0x55e5d6=_0x114d4e[_0xb2ac2b]||_0x4f091a[_0xb2ac2b];if(!_0x55e5d6)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x3e4b2b,'packageName':_0xb2ac2b,'stableVersion':_0x53a3bf};let _0x24db3e=getInstalledVersion(_0x40c6f0,_0xb2ac2b);!_0x24db3e&&(_0x24db3e=_0x55e5d6);if(isNonNumericVersion(_0x55e5d6))return{'installed':!![],'version':_0x24db3e,'needsUpgrade':![],'minVersion':_0x3e4b2b,'packageName':_0xb2ac2b,'stableVersion':_0x53a3bf};const _0x84e1a6=a275_0x222740['coerce'](_0x24db3e),_0x255df5=a275_0x222740[_0x5d2a3a(0xda)](_0x3e4b2b),_0x2a9164=_0x84e1a6&&_0x255df5?a275_0x222740['lt'](_0x84e1a6,_0x255df5):![];return{'installed':!![],'version':_0x24db3e,'needsUpgrade':_0x2a9164,'minVersion':_0x3e4b2b,'packageName':_0xb2ac2b,'stableVersion':_0x53a3bf};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x3e4b2b,'packageName':_0xb2ac2b,'stableVersion':_0x53a3bf};}}export function checkSdkVersionSync(_0x11d933){const _0x3f09da=a275_0x5485d9,_0x3c96b3=a275_0x175515[_0x3f09da(0xbc)](_0x11d933,_0x3f09da(0xc0)),_0xc12e41=_0x3f09da(0xd8);if(!a275_0x4f10b9[_0x3f09da(0xc2)](_0x3c96b3))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0xc12e41,'stableVersion':null};try{const _0x28a4de=JSON[_0x3f09da(0xd7)](a275_0x4f10b9['readFileSync'](_0x3c96b3,_0x3f09da(0xd5))),_0x336457=_0x28a4de[_0x3f09da(0xd6)]||{},_0x182cef=_0x28a4de[_0x3f09da(0xbb)]||{},_0x3364ea=_0x336457[_0xc12e41]||_0x182cef[_0xc12e41];if(!_0x3364ea)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0xc12e41,'stableVersion':null};let _0x2ad9a9=getInstalledVersion(_0x11d933,_0xc12e41);!_0x2ad9a9&&(_0x2ad9a9=_0x3364ea);if(isNonNumericVersion(_0x3364ea))return{'installed':!![],'version':_0x2ad9a9,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0xc12e41,'stableVersion':null};const _0x628e76=a275_0x222740[_0x3f09da(0xda)](_0x2ad9a9),_0x19015b=_0x628e76?a275_0x222740['lt'](_0x628e76,FALLBACK_MIN_SDK_VERSION):![];return{'installed':!![],'version':_0x2ad9a9,'needsUpgrade':_0x19015b,'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0xc12e41,'stableVersion':null};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0xc12e41,'stableVersion':null};}}export function printSdkUpgradeWarning(_0x108fc5){const _0x371626=a275_0x5485d9;if(!_0x108fc5['needsUpgrade'])return;const _0x24f68e='\x1b[33m',_0x13d61e='\x1b[0m',_0x51941a=_0x371626(0xca),_0x7bdbd8=_0x108fc5[_0x371626(0xd0)]||'@lovrabet/sdk',_0x489397=_0x108fc5[_0x371626(0xcd)]||_0x108fc5[_0x371626(0xb8)],_0x50e5c3='npm\x20install\x20'+_0x7bdbd8+'@'+(_0x489397||_0x371626(0xc1));console[_0x371626(0xc9)](),console['log'](''+_0x24f68e+_0x51941a+_0x371626(0xc3)+_0x13d61e),console[_0x371626(0xc9)](_0x24f68e+_0x371626(0xbd)+_0x7bdbd8+'@'+_0x108fc5[_0x371626(0xdb)]+_0x13d61e),console[_0x371626(0xc9)](_0x24f68e+'\x20\x20\x20Stable\x20version:\x20'+_0x489397+_0x13d61e),console[_0x371626(0xc9)](_0x24f68e+'\x20\x20\x20Upgrade\x20command:\x20'+_0x50e5c3+_0x13d61e),console[_0x371626(0xc9)]();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0xfd42be,_0x3f0a1f){const _0x1d58ce=a276_0x194e,_0x3772dc=_0xfd42be();while(!![]){try{const _0x451ec0=-parseInt(_0x1d58ce(0x9e))/0x1*(parseInt(_0x1d58ce(0x8d))/0x2)+parseInt(_0x1d58ce(0x99))/0x3*(parseInt(_0x1d58ce(0xad))/0x4)+-parseInt(_0x1d58ce(0x97))/0x5+-parseInt(_0x1d58ce(0x8e))/0x6+parseInt(_0x1d58ce(0xa4))/0x7*(parseInt(_0x1d58ce(0xaf))/0x8)+-parseInt(_0x1d58ce(0x94))/0x9*(-parseInt(_0x1d58ce(0xa7))/0xa)+-parseInt(_0x1d58ce(0x9d))/0xb*(-parseInt(_0x1d58ce(0x96))/0xc);if(_0x451ec0===_0x3f0a1f)break;else _0x3772dc['push'](_0x3772dc['shift']());}catch(_0x1c8a6c){_0x3772dc['push'](_0x3772dc['shift']());}}}(a276_0x5893,0xbe4cc));import{readFileSync}from'node:fs';import{resolve,dirname}from'node:path';import{fileURLToPath}from'node:url';function a276_0x5893(){const _0x168d76=['Current\x20CLI\x20version\x20is\x20below\x20the\x20service\x20compatibility\x20support\x20line.','↪\x20Critical\x20CLI\x20upgrade\x20required','validation','60XNqhLA','6381306ClZFGH','parse','log','1.0.0','belowMinimum','../..','3832407bBBlmh','coerce','48HtJaVd','4779190UtPgqC','upgradeMessage','108sWzXhw','\x1b[0m','utf-8','stableVersion','1067110EnSLNG','17205DprjvE','join','filter','↪\x20New\x20version\x20available','\x1b[33m','\x1b[31m','736876svNbAO','\x1b[1m','minimumVersion','10RDvVHJ','minimumVersionMessage','Current\x20version:\x20','needsUpgrade','npm\x20install\x20-g\x20','latest','149244ThxudE','Upgrade\x20command:\x20','88tnzeMP','version','\x20\x20\x20Recommended\x20stable:\x20','currentVersion','\x20\x20\x20','\x20\x20\x20Stable\x20version:\x20'];a276_0x5893=function(){return _0x168d76;};return a276_0x5893();}import a276_0x1921d2 from'semver';import{getCliVersionPolicy}from'../utils/cli-version-policy.js';import{NPM_PACKAGE_NAME}from'../constant/cli.js';import{CliErrors}from'../errors.js';export function getCliUpgradeCommand(_0x5d5fb3){const _0x3976da=a276_0x194e,_0x19502b=_0x5d5fb3[_0x3976da(0x9c)]||_0x3976da(0xac);return _0x3976da(0xab)+NPM_PACKAGE_NAME+'@'+_0x19502b;}function getCurrentCliVersion(){const _0x57bbf5=a276_0x194e;try{const _0x57a014=fileURLToPath(import.meta.url),_0x320f42=resolve(dirname(_0x57a014),_0x57bbf5(0x93)),_0x3a9879=resolve(_0x320f42,'package.json'),_0x133e6f=JSON[_0x57bbf5(0x8f)](readFileSync(_0x3a9879,_0x57bbf5(0x9b)));return _0x133e6f[_0x57bbf5(0xb0)]||_0x57bbf5(0x91);}catch{return _0x57bbf5(0x91);}}export async function checkCliVersion(){const _0x5b9d58=a276_0x194e,_0xc5dc9a=getCurrentCliVersion(),_0x36dabd=await getCliVersionPolicy(),_0x38e0d6=_0x36dabd?.['stableVersion']||null,_0x1cb549=_0x36dabd?.[_0x5b9d58(0xa6)]||null;let _0xf2de8b=![],_0x346b84=![];const _0x443fd0=a276_0x1921d2['coerce'](_0xc5dc9a);if(_0x443fd0&&_0x38e0d6)try{const _0x1f2cac=a276_0x1921d2[_0x5b9d58(0x95)](_0x38e0d6);if(_0x1f2cac)_0xf2de8b=a276_0x1921d2['lt'](_0x443fd0,_0x1f2cac);}catch{}if(_0x443fd0&&_0x1cb549)try{const _0x258cd2=a276_0x1921d2[_0x5b9d58(0x95)](_0x1cb549);if(_0x258cd2)_0x346b84=a276_0x1921d2['lt'](_0x443fd0,_0x258cd2);}catch{}return _0x346b84&&(_0xf2de8b=!![]),{'currentVersion':_0xc5dc9a,'stableVersion':_0x38e0d6,'minimumVersion':_0x1cb549,'needsUpgrade':_0xf2de8b,'belowMinimum':_0x346b84,'isPreRelease':![],'upgradeMessage':_0x36dabd?.[_0x5b9d58(0x98)],'minimumVersionMessage':_0x36dabd?.[_0x5b9d58(0xa8)]};}export function printCliUpgradeWarning(_0x33413d){const _0x51df2d=a276_0x194e;if(!_0x33413d[_0x51df2d(0xaa)]&&!_0x33413d[_0x51df2d(0x92)])return;const _0xeccf23=_0x51df2d(0xa3),_0x56d159=_0x51df2d(0xa2),_0x328ad7=_0x51df2d(0x9a),_0x26b052=_0x51df2d(0xa5),_0x590a26=getCliUpgradeCommand(_0x33413d);console[_0x51df2d(0x90)](),_0x33413d['belowMinimum']?(console[_0x51df2d(0x90)](''+_0xeccf23+_0x26b052+_0x51df2d(0x8b)+_0x328ad7),console['log'](_0xeccf23+'\x20\x20\x20Current\x20CLI\x20version:\x20'+_0x33413d[_0x51df2d(0xb2)]+_0x328ad7),_0x33413d[_0x51df2d(0xa6)]&&console[_0x51df2d(0x90)](_0xeccf23+'\x20\x20\x20Minimum\x20supported:\x20'+_0x33413d[_0x51df2d(0xa6)]+_0x328ad7),_0x33413d[_0x51df2d(0x9c)]&&_0x33413d[_0x51df2d(0x9c)]!==_0x33413d[_0x51df2d(0xa6)]&&console[_0x51df2d(0x90)](_0xeccf23+_0x51df2d(0xb1)+_0x33413d[_0x51df2d(0x9c)]+_0x328ad7),_0x33413d[_0x51df2d(0xa8)]&&console[_0x51df2d(0x90)](_0xeccf23+'\x20\x20\x20'+_0x33413d[_0x51df2d(0xa8)]+_0x328ad7),console[_0x51df2d(0x90)](_0xeccf23+'\x20\x20\x20Upgrade\x20command:\x20'+_0x590a26+_0x328ad7)):(console[_0x51df2d(0x90)](''+_0x56d159+_0x26b052+_0x51df2d(0xa1)+_0x328ad7),console[_0x51df2d(0x90)](_0x56d159+'\x20\x20\x20Current\x20CLI\x20version:\x20'+_0x33413d[_0x51df2d(0xb2)]+_0x328ad7),console[_0x51df2d(0x90)](_0x56d159+_0x51df2d(0x89)+_0x33413d[_0x51df2d(0x9c)]+_0x328ad7),_0x33413d[_0x51df2d(0x98)]&&console[_0x51df2d(0x90)](_0x56d159+_0x51df2d(0x88)+_0x33413d[_0x51df2d(0x98)]+_0x328ad7),console[_0x51df2d(0x90)](_0x56d159+'\x20\x20\x20Upgrade\x20command:\x20'+_0x590a26+_0x328ad7)),console[_0x51df2d(0x90)]();}function a276_0x194e(_0xc8a556,_0x1a3252){_0xc8a556=_0xc8a556-0x88;const _0x58935a=a276_0x5893();let _0x194e20=_0x58935a[_0xc8a556];return _0x194e20;}export function assertCliVersionSupported(_0x358dc4){const _0xbe0266=a276_0x194e;if(!_0x358dc4[_0xbe0266(0x92)])return;const _0x5a29a7=[_0x358dc4[_0xbe0266(0xa8)],_0xbe0266(0xa9)+_0x358dc4[_0xbe0266(0xb2)],_0x358dc4[_0xbe0266(0xa6)]?'Minimum\x20supported:\x20'+_0x358dc4[_0xbe0266(0xa6)]:null,_0xbe0266(0xae)+getCliUpgradeCommand(_0x358dc4)][_0xbe0266(0xa0)](Boolean)[_0xbe0266(0x9f)]('\x0a');throw CliErrors[_0xbe0266(0x8c)](_0xbe0266(0x8a),_0x5a29a7);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x543764,_0x37ced3){const _0x254ddf=a277_0x3694,_0x386768=_0x543764();while(!![]){try{const _0x551fd4=-parseInt(_0x254ddf(0x176))/0x1+parseInt(_0x254ddf(0x185))/0x2+parseInt(_0x254ddf(0x180))/0x3*(parseInt(_0x254ddf(0x17d))/0x4)+-parseInt(_0x254ddf(0x174))/0x5*(-parseInt(_0x254ddf(0x17f))/0x6)+parseInt(_0x254ddf(0x186))/0x7+parseInt(_0x254ddf(0x175))/0x8+-parseInt(_0x254ddf(0x189))/0x9;if(_0x551fd4===_0x37ced3)break;else _0x386768['push'](_0x386768['shift']());}catch(_0xd8035e){_0x386768['push'](_0x386768['shift']());}}}(a277_0x5c93,0x4e195));function a277_0x3694(_0x5f5994,_0xccdd4c){_0x5f5994=_0x5f5994-0x174;const _0x5c935c=a277_0x5c93();let _0x3694a1=_0x5c935c[_0x5f5994];return _0x3694a1;}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 a277_0x5c93(){const _0x5cb9cd=['string','minimumVersionMessage','cli','60vJMNcg','4534800cMbWTw','622102FiWYkJ','recommendedVersion','now','application/json','object','upgradeMessage','trim','12mKryrq','signal','54396gdpvxM','527127TgGfZd','latestVersion','length','stableVersion','minimumVersion','1074928LMqFZd','3466659TUqBcs','abort','minVersion','11641275TbBYiJ'];a277_0x5c93=function(){return _0x5cb9cd;};return a277_0x5c93();}function pickString(_0x7e30f8){const _0x54001c=a277_0x3694;return typeof _0x7e30f8===_0x54001c(0x18a)&&_0x7e30f8[_0x54001c(0x17c)]()[_0x54001c(0x182)]>0x0?_0x7e30f8[_0x54001c(0x17c)]():null;}function normalizeCliVersionPolicy(_0x3395a1){const _0x10bae1=a277_0x3694;if(!_0x3395a1||typeof _0x3395a1!==_0x10bae1(0x17a))return null;const _0x5b87f4=_0x3395a1,_0x47afc6=_0x5b87f4[_0x10bae1(0x18c)]&&typeof _0x5b87f4[_0x10bae1(0x18c)]===_0x10bae1(0x17a)?_0x5b87f4[_0x10bae1(0x18c)]:_0x5b87f4,_0x21b32f=pickString(_0x47afc6[_0x10bae1(0x183)])||pickString(_0x47afc6[_0x10bae1(0x181)])||pickString(_0x47afc6[_0x10bae1(0x177)]),_0x2915d9=pickString(_0x47afc6[_0x10bae1(0x184)])||pickString(_0x47afc6[_0x10bae1(0x188)]);if(!_0x21b32f&&!_0x2915d9)return null;return{'stableVersion':_0x21b32f,'minimumVersion':_0x2915d9,'upgradeMessage':pickString(_0x47afc6[_0x10bae1(0x17b)])||undefined,'minimumVersionMessage':pickString(_0x47afc6[_0x10bae1(0x18b)])||undefined};}export async function fetchRabetbaseCdnConfig(){const _0x3147f1=a277_0x3694,_0x1ed06d=new AbortController(),_0xfb9615=setTimeout(()=>_0x1ed06d[_0x3147f1(0x187)](),FETCH_TIMEOUT_MS);try{const _0xd868c4=await fetch(CLI_VERSION_POLICY_URL,{'headers':{'Accept':_0x3147f1(0x179)},'signal':_0x1ed06d[_0x3147f1(0x17e)]});if(!_0xd868c4['ok'])return null;const _0xbad9af=await _0xd868c4['json']();return _0xbad9af&&typeof _0xbad9af===_0x3147f1(0x17a)?_0xbad9af:null;}catch{return null;}finally{clearTimeout(_0xfb9615);}}export async function fetchCliVersionPolicy(){return normalizeCliVersionPolicy(await fetchRabetbaseCdnConfig());}let cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];export async function getRabetbaseCdnConfig(){const _0x5e7e34=a277_0x3694,_0x545cd6=Date[_0x5e7e34(0x178)]();if(hasCachedConfig){const _0x1c75e7=cachedConfig?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x545cd6-cacheTime<_0x1c75e7)return cachedConfig;}return cachedConfig=await fetchRabetbaseCdnConfig(),cacheTime=_0x545cd6,hasCachedConfig=!![],cachedConfig;}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
|
-
(function(
|
|
1
|
+
const a278_0x15b8e9=a278_0x26f1;(function(_0x1bfc67,_0x4a2106){const _0x2cf9dd=a278_0x26f1,_0x188a8c=_0x1bfc67();while(!![]){try{const _0x174bad=parseInt(_0x2cf9dd(0x155))/0x1*(-parseInt(_0x2cf9dd(0x15a))/0x2)+parseInt(_0x2cf9dd(0x153))/0x3*(parseInt(_0x2cf9dd(0x15e))/0x4)+-parseInt(_0x2cf9dd(0x158))/0x5+parseInt(_0x2cf9dd(0x156))/0x6*(parseInt(_0x2cf9dd(0x154))/0x7)+-parseInt(_0x2cf9dd(0x150))/0x8+-parseInt(_0x2cf9dd(0x15c))/0x9*(parseInt(_0x2cf9dd(0x152))/0xa)+-parseInt(_0x2cf9dd(0x15d))/0xb*(-parseInt(_0x2cf9dd(0x15b))/0xc);if(_0x174bad===_0x4a2106)break;else _0x188a8c['push'](_0x188a8c['shift']());}catch(_0x9efebf){_0x188a8c['push'](_0x188a8c['shift']());}}}(a278_0x54f9,0xc17cd));function a278_0x54f9(){const _0x4105c6=['string','878420aPnbbS','36646548USpOXS','83367HJOpax','11TOlJjU','3948MtluRP','6900104uqZtJc','env','290yUEEPi','243nmHjyp','217hefCKn','3hTeOzq','77898gIZcej','project','1475020ZRurln'];a278_0x54f9=function(){return _0x4105c6;};return a278_0x54f9();}import{initEnv}from'../constant/env.js';function a278_0x26f1(_0x27473e,_0x1dc255){_0x27473e=_0x27473e-0x150;const _0x54f999=a278_0x54f9();let _0x26f1da=_0x54f999[_0x27473e];return _0x26f1da;}import{readRawConfig,getConfigAppCode as a278_0x272ea5,getMultiAppConfigs as a278_0x3f0db0,getTemplateBaseUrl as a278_0x2ce0a7}from'../context.js';export{getProjectConfigPath,getGlobalConfigPath}from'../context.js';export{isInProject}from'../context.js';export function readConfig(_0x11ca12){const _0x284eb9=a278_0x26f1,_0x327ea9=readRawConfig(_0x11ca12);return _0x327ea9[_0x284eb9(0x151)]&&typeof _0x327ea9[_0x284eb9(0x151)]===_0x284eb9(0x159)&&initEnv(_0x327ea9[_0x284eb9(0x151)]),_0x327ea9;}export function getConfigAppCode(){return a278_0x272ea5();}export function getMultiAppConfigs(_0x5568ab=a278_0x15b8e9(0x157)){return a278_0x3f0db0(_0x5568ab);}export function getTemplateBaseUrl(){return a278_0x2ce0a7();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x1b2d56,_0x580d0){const _0x1f9c18=a279_0x442e,_0x2dd50d=_0x1b2d56();while(!![]){try{const _0x4503ba=parseInt(_0x1f9c18(0x1c8))/0x1*(parseInt(_0x1f9c18(0x1c9))/0x2)+-parseInt(_0x1f9c18(0x1c7))/0x3+-parseInt(_0x1f9c18(0x1cd))/0x4+parseInt(_0x1f9c18(0x1c6))/0x5+parseInt(_0x1f9c18(0x1c5))/0x6*(parseInt(_0x1f9c18(0x1c4))/0x7)+-parseInt(_0x1f9c18(0x1c1))/0x8+-parseInt(_0x1f9c18(0x1cb))/0x9;if(_0x4503ba===_0x580d0)break;else _0x2dd50d['push'](_0x2dd50d['shift']());}catch(_0x47cdff){_0x2dd50d['push'](_0x2dd50d['shift']());}}}(a279_0x3936,0x780a9));function toFiniteNumber(_0x4bb1da){const _0xdc149c=a279_0x442e;if(typeof _0x4bb1da==='number'&&Number['isFinite'](_0x4bb1da))return _0x4bb1da;if(typeof _0x4bb1da===_0xdc149c(0x1c2)){const _0x56b683=_0x4bb1da[_0xdc149c(0x1c3)]();if(!_0x56b683)return undefined;const _0x2e4606=Number(_0x56b683);if(Number[_0xdc149c(0x1ca)](_0x2e4606))return _0x2e4606;}return undefined;}function a279_0x442e(_0x5a44d5,_0x290531){_0x5a44d5=_0x5a44d5-0x1c1;const _0x3936d6=a279_0x3936();let _0x442e00=_0x3936d6[_0x5a44d5];return _0x442e00;}export function normalizeEntityWithIdResponse(_0x117111){const _0x40a7e3=a279_0x442e,_0x293678=toFiniteNumber(_0x117111);if(_0x293678!==undefined)return{'id':_0x293678,'entity':{'id':_0x293678}};if(!_0x117111||typeof _0x117111!==_0x40a7e3(0x1cc))return{'id':undefined,'entity':{}};const _0xe9bc7e={..._0x117111},_0x1249a5=toFiniteNumber(_0xe9bc7e['id']);return _0x1249a5!==undefined&&(_0xe9bc7e['id']=_0x1249a5),{'id':_0x1249a5,'entity':_0xe9bc7e};}function a279_0x3936(){const _0x1b22b8=['2963214VUxsTt','object','706228QFKEJc','1787816WgHiEI','string','trim','7NEZVYg','3828732cyCoIJ','3764080bPBQyU','1565928BeZLTf','352007RzxAZt','2TbaMUR','isFinite'];a279_0x3936=function(){return _0x1b22b8;};return a279_0x3936();}
|
package/lib/utils/file-utils.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x2c9dda,_0x5621a5){const _0x2adef4=a280_0x36e7,_0x413b9c=_0x2c9dda();while(!![]){try{const _0x4eb760=-parseInt(_0x2adef4(0x173))/0x1+-parseInt(_0x2adef4(0x16d))/0x2*(-parseInt(_0x2adef4(0x174))/0x3)+parseInt(_0x2adef4(0x16e))/0x4+parseInt(_0x2adef4(0x170))/0x5+-parseInt(_0x2adef4(0x171))/0x6+-parseInt(_0x2adef4(0x172))/0x7+parseInt(_0x2adef4(0x16f))/0x8;if(_0x4eb760===_0x5621a5)break;else _0x413b9c['push'](_0x413b9c['shift']());}catch(_0x33b443){_0x413b9c['push'](_0x413b9c['shift']());}}}(a280_0x193b,0x96551));function a280_0x36e7(_0x1091ff,_0x2a1594){_0x1091ff=_0x1091ff-0x16d;const _0x193b91=a280_0x193b();let _0x36e7a9=_0x193b91[_0x1091ff];return _0x36e7a9;}import{existsSync,mkdirSync,copyFileSync,readdirSync,statSync}from'node:fs';import{join}from'node:path';export async function copyDir(_0x4a27ff,_0x1df969){const _0x1b4d26=a280_0x36e7,_0x3fa7ee=statSync(_0x4a27ff);if(_0x3fa7ee[_0x1b4d26(0x175)]()){!existsSync(_0x1df969)&&mkdirSync(_0x1df969,{'recursive':!![]});const _0x1d05f5=readdirSync(_0x4a27ff);for(const _0x76aa5e of _0x1d05f5){await copyDir(join(_0x4a27ff,_0x76aa5e),join(_0x1df969,_0x76aa5e));}}else copyFileSync(_0x4a27ff,_0x1df969);}function a280_0x193b(){const _0x48c304=['3401466gxxKaV','3769661zEiBhq','630878HfArlU','971307fsvOwx','isDirectory','6HyQGNq','404252rhqqfd','6488112KrgxAb','2343445mScTGM'];a280_0x193b=function(){return _0x48c304;};return a280_0x193b();}export function ensureDir(_0x32a2ad){!existsSync(_0x32a2ad)&&mkdirSync(_0x32a2ad,{'recursive':!![]});}export function pathExists(_0x4bffa9){return existsSync(_0x4bffa9);}
|
package/lib/utils/guides-cdn.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a281_0x17c84f=a281_0x791c;(function(_0x1b7b31,_0x4da9e1){const _0x2ab592=a281_0x791c,_0x2f9a96=_0x1b7b31();while(!![]){try{const _0x2cbb12=parseInt(_0x2ab592(0xa4))/0x1*(parseInt(_0x2ab592(0xac))/0x2)+parseInt(_0x2ab592(0xb9))/0x3+parseInt(_0x2ab592(0xa7))/0x4*(parseInt(_0x2ab592(0xa9))/0x5)+parseInt(_0x2ab592(0xad))/0x6+-parseInt(_0x2ab592(0xa8))/0x7+parseInt(_0x2ab592(0x9f))/0x8+parseInt(_0x2ab592(0xa0))/0x9*(-parseInt(_0x2ab592(0xb4))/0xa);if(_0x2cbb12===_0x4da9e1)break;else _0x2f9a96['push'](_0x2f9a96['shift']());}catch(_0x13ff3f){_0x2f9a96['push'](_0x2f9a96['shift']());}}}(a281_0x51b7,0x3e40a));import{mkdirSync,writeFileSync}from'node:fs';import{dirname,join}from'node:path';import{homedir}from'node:os';import{getTemplateBaseUrl}from'../utils/config.js';function getGuidesCdnUrl(){const _0x57763a=a281_0x791c,_0x10d333=getTemplateBaseUrl();return _0x10d333+_0x57763a(0xc0);}const CACHE_DIR=join(homedir(),a281_0x17c84f(0xaa),a281_0x17c84f(0xb6));export async function fetchGuidesFromCDN(){const _0x11fd24=a281_0x17c84f,_0x4b35a9=getGuidesCdnUrl(),_0x31d668=await fetch(_0x4b35a9,{'headers':{'Accept':_0x11fd24(0xc1)}});if(!_0x31d668['ok'])throw new Error(_0x11fd24(0xae)+_0x31d668[_0x11fd24(0xbe)]+'\x20'+_0x31d668[_0x11fd24(0xa3)]);const _0x416caf=await _0x31d668[_0x11fd24(0xaf)]();if(!_0x416caf['guides']||typeof _0x416caf[_0x11fd24(0xbd)]!=='object')throw new Error('CDN\x20返回数据格式错误');return _0x416caf;}export function writeGuidesToProject(_0x32466b,_0x206b0a,_0x137077=a281_0x17c84f(0xb0),_0x2c10dc){const _0x449764=a281_0x17c84f,_0x55f1e1=join(_0x206b0a,_0x137077);mkdirSync(_0x55f1e1,{'recursive':!![]});for(const [_0x316aa9,_0x10c36a]of Object[_0x449764(0xbb)](_0x32466b[_0x449764(0xbd)])){let _0x46ba0f=_0x10c36a['content'];_0x10c36a[_0x449764(0xb2)]&&(_0x46ba0f=appendUpdateTime(_0x46ba0f,_0x10c36a['lastUpdated'])),writeFileSync(join(_0x55f1e1,_0x316aa9+_0x449764(0xbc)),_0x46ba0f,_0x449764(0xb3));}}export function appendUpdateTime(_0x3bba98,_0x4970a8){const _0x4c8a1f=a281_0x17c84f;return _0x3bba98=_0x3bba98[_0x4c8a1f(0xbf)](/\n*>更新时间:.*$/m,''),_0x3bba98[_0x4c8a1f(0xb7)]()+(_0x4c8a1f(0xb1)+_0x4970a8);}function a281_0x791c(_0x3c734,_0x467513){_0x3c734=_0x3c734-0x9f;const _0x51b7a0=a281_0x51b7();let _0x791cfd=_0x51b7a0[_0x3c734];return _0x791cfd;}function a281_0x51b7(){const _0x5de53b=['extendContent','cache','trimEnd','path','659364XidRrt','title','entries','.md','guides','status','replace','/skills/guides.json','application/json','1419008wTSgyO','319230cmojSn','skillTemplate','map','statusText','64618vMufAK','keys','length','231340tXXnen','909405aRKvnO','20hlowBZ','.lovrabet','content','2OZBzba','1555794WHlmsX','CDN\x20请求失败:\x20','json','.lovrabet/skill/guides','\x0a\x0a>更新时间:','lastUpdated','utf-8','160pZmQRz'];a281_0x51b7=function(){return _0x5de53b;};return a281_0x51b7();}export function getSkillTemplate(_0x3601c9){const _0x2e6a76=a281_0x17c84f;return _0x3601c9[_0x2e6a76(0xa1)]?.[_0x2e6a76(0xab)]||'';}export function appendExtendContents(_0x22409e,_0x45ee8b,_0x246bae){const _0x144c65=a281_0x17c84f,_0x14d44e=[];for(const [,_0x547fa9]of Object[_0x144c65(0xbb)](_0x45ee8b[_0x144c65(0xbd)])){_0x547fa9[_0x144c65(0xb5)]&&_0x14d44e['push'](_0x547fa9['extendContent'][_0x144c65(0xb7)]());}if(_0x14d44e[_0x144c65(0xa6)]===0x0)return _0x22409e;return _0x22409e[_0x144c65(0xb7)]()+'\x0a\x0a'+_0x14d44e['join']('\x0a\x0a')+'\x0a';}export function writeSkillFile(_0x394b5d,_0x11a0d7,_0xfdba1d){const _0x1807d6=a281_0x17c84f,_0x106a7b=getSkillTemplate(_0x394b5d);if(!_0x106a7b)throw new Error('CDN\x20数据中缺少\x20skillTemplate');const _0x59f4f4=dirname(_0x11a0d7);mkdirSync(_0x59f4f4,{'recursive':!![]});let _0x13dcb9=_0x106a7b[_0x1807d6(0xbf)](/\{\{IDE_NAME\}\}/g,_0xfdba1d);_0x13dcb9=appendExtendContents(_0x13dcb9,_0x394b5d),_0x394b5d['skillTemplate'][_0x1807d6(0xb2)]&&(_0x13dcb9=appendUpdateTime(_0x13dcb9,_0x394b5d[_0x1807d6(0xa1)][_0x1807d6(0xb2)])),writeFileSync(_0x11a0d7,_0x13dcb9,_0x1807d6(0xb3));}export async function installGuides(_0x446f06){const _0x2cb228=a281_0x17c84f,_0x5eb52d=await fetchGuidesFromCDN();return writeGuidesToProject(_0x5eb52d,_0x446f06),Object[_0x2cb228(0xa5)](_0x5eb52d[_0x2cb228(0xbd)])[_0x2cb228(0xa6)];}export function getGuidesSummary(_0xd5dd01){const _0x30e80f=a281_0x17c84f;return Object['entries'](_0xd5dd01['guides'])[_0x30e80f(0xa2)](([_0x4bc53b,_0x4632c8])=>({'key':_0x4bc53b,'title':_0x4632c8[_0x30e80f(0xba)],'path':_0x4632c8[_0x30e80f(0xb8)]}));}
|
package/lib/utils/http-client.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a282_0xce43(_0x511c4d,_0x534505){_0x511c4d=_0x511c4d-0x17c;const _0x2fcb7c=a282_0x2fcb();let _0xce4317=_0x2fcb7c[_0x511c4d];return _0xce4317;}(function(_0x6d9c4e,_0x400773){const _0x576042=a282_0xce43,_0x4f85ae=_0x6d9c4e();while(!![]){try{const _0x24403f=-parseInt(_0x576042(0x196))/0x1*(-parseInt(_0x576042(0x198))/0x2)+parseInt(_0x576042(0x188))/0x3*(parseInt(_0x576042(0x190))/0x4)+-parseInt(_0x576042(0x18e))/0x5*(-parseInt(_0x576042(0x186))/0x6)+parseInt(_0x576042(0x17f))/0x7*(parseInt(_0x576042(0x17c))/0x8)+-parseInt(_0x576042(0x184))/0x9*(parseInt(_0x576042(0x18a))/0xa)+-parseInt(_0x576042(0x187))/0xb*(parseInt(_0x576042(0x199))/0xc)+parseInt(_0x576042(0x191))/0xd;if(_0x24403f===_0x400773)break;else _0x4f85ae['push'](_0x4f85ae['shift']());}catch(_0x3992c3){_0x4f85ae['push'](_0x4f85ae['shift']());}}}(a282_0x2fcb,0xd7d5e));export async function httpRequest(_0x33070f,_0x22cb9f={}){const _0x530569=a282_0xce43,{timeout:timeout=0x7530,retries:retries=0x3,retryDelay:retryDelay=0x3e8,headers:headers={}}=_0x22cb9f;let _0x1c2710=null;for(let _0x4ee232=0x0;_0x4ee232<=retries;_0x4ee232++){try{const _0x3a40b8=new AbortController(),_0x449150=setTimeout(()=>_0x3a40b8[_0x530569(0x195)](),timeout),_0x3e2b26=await fetch(_0x33070f,{'headers':headers,'signal':_0x3a40b8[_0x530569(0x192)]});clearTimeout(_0x449150);let _0x167df8;const _0xad9a4e=_0x3e2b26[_0x530569(0x183)][_0x530569(0x193)](_0x530569(0x18f));return _0xad9a4e?.[_0x530569(0x17d)](_0x530569(0x18b))?_0x167df8=await _0x3e2b26['json']():_0x167df8=await _0x3e2b26[_0x530569(0x18d)](),{'ok':_0x3e2b26['ok'],'status':_0x3e2b26[_0x530569(0x180)],'statusText':_0x3e2b26[_0x530569(0x189)],'data':_0x167df8,'headers':_0x3e2b26[_0x530569(0x183)],'url':_0x3e2b26['url'],'text':()=>_0x3e2b26[_0x530569(0x18d)]()};}catch(_0x19761d){_0x1c2710=_0x19761d instanceof Error?_0x19761d:new Error(String(_0x19761d));if(_0x4ee232===retries)break;if(shouldRetry(_0x19761d)){console[_0x530569(0x18c)]('*\x20请求失败,'+retryDelay+'ms\x20后进行第\x20'+(_0x4ee232+0x1)+'\x20次重试...'),await sleep(retryDelay);continue;}else break;}}throw _0x1c2710||new Error('Request\x20failed');}function shouldRetry(_0x8fa74){const _0x30d589=a282_0xce43;if(_0x8fa74 instanceof Error){if(_0x8fa74['name']===_0x30d589(0x185))return![];if(_0x8fa74[_0x30d589(0x182)]===_0x30d589(0x181)&&_0x8fa74['message'][_0x30d589(0x17d)](_0x30d589(0x194)))return!![];if(_0x8fa74[_0x30d589(0x197)][_0x30d589(0x17d)](_0x30d589(0x17e)))return!![];if(_0x8fa74[_0x30d589(0x197)]['includes']('ENOTFOUND'))return![];}return![];}function a282_0x2fcb(){const _0x4e6eb7=['application/json','log','text','2001245DPBCFe','content-type','16cCVxvc','6093555FXbDzx','signal','get','fetch','abort','8eIufXZ','message','3072ymiXMH','996Hnnxpr','9344QODhTw','includes','ECONNRESET','2569OxhYih','status','TypeError','name','headers','9FIZAnx','AbortError','18XVyTNJ','121715zvxIiE','393561LdvmUU','statusText','8327170iyjTYQ'];a282_0x2fcb=function(){return _0x4e6eb7;};return a282_0x2fcb();}function sleep(_0x28d440){return new Promise(_0x43ba12=>setTimeout(_0x43ba12,_0x28d440));}export function validateUrl(_0x271f0a){try{return new URL(_0x271f0a),!![];}catch{return![];}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a283_0x3741(_0x2dc57a,_0x1b5412){_0x2dc57a=_0x2dc57a-0x1ec;const _0x4322e1=a283_0x4322();let _0x3741ff=_0x4322e1[_0x2dc57a];return _0x3741ff;}(function(_0x577cc2,_0x392bf8){const _0x25ab90=a283_0x3741,_0x456f1f=_0x577cc2();while(!![]){try{const _0x388f2f=parseInt(_0x25ab90(0x1ef))/0x1*(-parseInt(_0x25ab90(0x1f5))/0x2)+parseInt(_0x25ab90(0x1f3))/0x3*(parseInt(_0x25ab90(0x1f6))/0x4)+-parseInt(_0x25ab90(0x1ed))/0x5+-parseInt(_0x25ab90(0x1f4))/0x6+-parseInt(_0x25ab90(0x1ee))/0x7+parseInt(_0x25ab90(0x1f0))/0x8+parseInt(_0x25ab90(0x1f1))/0x9;if(_0x388f2f===_0x392bf8)break;else _0x456f1f['push'](_0x456f1f['shift']());}catch(_0x2e85fd){_0x456f1f['push'](_0x456f1f['shift']());}}}(a283_0x4322,0x7716f));function env(_0x217364){return process.env[`RABETBASE_${_0x217364}`]||process.env[`LOVRABET_${_0x217364}`]||undefined;}export function isNonInteractive(_0x458386){const _0x747f04=a283_0x3741;return!!(_0x458386['nonInteractive']||_0x458386['ci']||env('CI')===_0x747f04(0x1f2)||process.env.CI===_0x747f04(0x1f2)||!process[_0x747f04(0x1ec)][_0x747f04(0x1fa)]||!isStdinRawModeSupported());}function isStdinRawModeSupported(){const _0x5b5afc=a283_0x3741;if(!process[_0x5b5afc(0x1f8)][_0x5b5afc(0x1fa)])return![];try{const _0x2c890b=process[_0x5b5afc(0x1f8)][_0x5b5afc(0x1f9)];return process['stdin'][_0x5b5afc(0x1f7)](!![]),process[_0x5b5afc(0x1f8)][_0x5b5afc(0x1f7)](_0x2c890b??![]),!![];}catch{return![];}}function a283_0x4322(){const _0x56055d=['stdin','isRaw','isTTY','stdout','1741275JoCSUy','5665373dEmFiU','4PCBgat','6986080AowXTA','18245016ztdvNn','true','799689QZgofd','4086828oweNkS','420262rYaTin','4IEpifJ','setRawMode'];a283_0x4322=function(){return _0x56055d;};return a283_0x4322();}
|