@lovrabet/rabetbase-cli 2.5.0-beta.2 → 2.5.0-beta.3
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-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/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/template.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/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/domain-config.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/context/app-resolver.js +1 -1
- package/lib/context/auth-resolver.js +1 -1
- package/lib/context/config-loader.js +1 -1
- package/lib/context.js +1 -1
- package/lib/core/alias-resolver.js +1 -1
- package/lib/core/api-client.js +1 -1
- package/lib/core/bff/config.js +1 -1
- package/lib/core/bff/file-system.js +1 -1
- package/lib/core/bff/hash.js +1 -1
- package/lib/core/bff/lock.js +1 -1
- package/lib/core/bff/utils.js +1 -1
- package/lib/core/db-resolver.js +1 -1
- package/lib/core/page/file-system.js +1 -1
- package/lib/core/page/hash.js +1 -1
- package/lib/core/page/lock.js +1 -1
- package/lib/core/sql-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/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/guides/custom-page-workflow.md +1 -1
- package/skills/rabetbase/references/rabetbase-page-custom-list.md +5 -2
- package/skills/rabetbase.manifest.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x2b4ff0,_0x16cfa3){const _0x4def00=a267_0x3169,_0x346b67=_0x2b4ff0();while(!![]){try{const _0x3f44af=parseInt(_0x4def00(0xa5))/0x1*(parseInt(_0x4def00(0xa6))/0x2)+parseInt(_0x4def00(0x94))/0x3+-parseInt(_0x4def00(0xa8))/0x4*(parseInt(_0x4def00(0x9d))/0x5)+-parseInt(_0x4def00(0x99))/0x6*(-parseInt(_0x4def00(0x95))/0x7)+parseInt(_0x4def00(0x97))/0x8+-parseInt(_0x4def00(0xa7))/0x9*(-parseInt(_0x4def00(0x98))/0xa)+-parseInt(_0x4def00(0x96))/0xb;if(_0x3f44af===_0x16cfa3)break;else _0x346b67['push'](_0x346b67['shift']());}catch(_0x18eb41){_0x346b67['push'](_0x346b67['shift']());}}}(a267_0x42ac,0x7d2e9));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';function a267_0x42ac(){const _0x65efb=['570312DGcSGB','1211PntYBK','13395976TZCNsk','1566872BlxRdG','572720VqKgwM','6246OIfzkj','entries','durationMs','command','4085FfapVx','service','some','error','stringify','flags','rabetbase.command','test','1GoAsqx','1517392bNbhgD','153HJaACU','2780jwYDvY','[REDACTED]'];a267_0x42ac=function(){return _0x65efb;};return a267_0x42ac();}import{getCliVersion}from'../utils/version.js';function a267_0x3169(_0x31ae38,_0x33ae35){_0x31ae38=_0x31ae38-0x94;const _0x42ac07=a267_0x42ac();let _0x316900=_0x42ac07[_0x31ae38];return _0x316900;}const SENSITIVE_PATTERNS=[/cookie/i,/token/i,/password/i,/passwd/i,/secret/i,/auth/i,/session/i,/credential/i,/^value$/i];function isSensitiveKey(_0x738ca7){const _0x4625d3=a267_0x3169;return SENSITIVE_PATTERNS[_0x4625d3(0x9f)](_0x3525fa=>_0x3525fa[_0x4625d3(0xa4)](_0x738ca7));}function sanitizeFlags(_0x32ccda){const _0x20164a=a267_0x3169,_0x1e48aa={};for(const [_0x542457,_0x21d591]of Object[_0x20164a(0x9a)](_0x32ccda)){isSensitiveKey(_0x542457)?_0x1e48aa[_0x542457]=_0x21d591!=null&&_0x21d591!==''?_0x20164a(0xa9):_0x21d591:_0x1e48aa[_0x542457]=_0x21d591;}return _0x1e48aa;}export async function reportCommandTrace(_0x4d0552){const _0x9e5ea6=a267_0x3169;try{const _0x4500a9=sanitizeFlags(_0x4d0552[_0x9e5ea6(0xa2)]);await sendCliTraceLog({'spanName':_0x9e5ea6(0xa3),'logData':{'command.cli_version':getCliVersion(),'command.service':_0x4d0552[_0x9e5ea6(0x9e)],'command.name':_0x4d0552[_0x9e5ea6(0x9c)],'command.flags':JSON[_0x9e5ea6(0xa1)](_0x4500a9),..._0x4d0552[_0x9e5ea6(0x9b)]!=null?{'command.duration_ms':_0x4d0552[_0x9e5ea6(0x9b)]}:{},..._0x4d0552[_0x9e5ea6(0xa0)]?{'command.error':_0x4d0552[_0x9e5ea6(0xa0)]instanceof Error?_0x4d0552[_0x9e5ea6(0xa0)]['message']:String(_0x4d0552[_0x9e5ea6(0xa0)])}:{}}});}catch{}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a268_0x4ea0(_0x17d2b7,_0x51f96d){_0x17d2b7=_0x17d2b7-0x11d;var _0x3458db=a268_0x3458();var _0x4ea077=_0x3458db[_0x17d2b7];return _0x4ea077;}(function(_0x3eaaf7,_0x1b36eb){var _0x1de162=a268_0x4ea0,_0x8bebb6=_0x3eaaf7();while(!![]){try{var _0x3dac8c=parseInt(_0x1de162(0x120))/0x1+-parseInt(_0x1de162(0x125))/0x2+-parseInt(_0x1de162(0x128))/0x3+parseInt(_0x1de162(0x11e))/0x4*(parseInt(_0x1de162(0x123))/0x5)+-parseInt(_0x1de162(0x127))/0x6*(-parseInt(_0x1de162(0x121))/0x7)+-parseInt(_0x1de162(0x11d))/0x8*(parseInt(_0x1de162(0x126))/0x9)+parseInt(_0x1de162(0x129))/0xa;if(_0x3dac8c===_0x1b36eb)break;else _0x8bebb6['push'](_0x8bebb6['shift']());}catch(_0x4be50b){_0x8bebb6['push'](_0x8bebb6['shift']());}}}(a268_0x3458,0x966f5));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';function a268_0x3458(){var _0x522945=['error','781138YLzdgG','2286NZNITp','12EmUlOp','2915130yGwGHn','5898590gVwsYC','20112GysDFC','409388eIzMaz','service','336796egvTgR','2692333FgYawy','Failed\x20to\x20report\x20CLI\x20help\x20trace:','45BVBKfB'];a268_0x3458=function(){return _0x522945;};return a268_0x3458();}export async function reportCliHelpTrace(_0x14acfd,_0x56641d){var _0xd64d1d=a268_0x4ea0;try{await sendCliTraceLog({'spanName':'cli.help','logData':{'rabetbase.help.kind':_0x14acfd,..._0x56641d?.[_0xd64d1d(0x11f)]&&{'rabetbase.help.service':_0x56641d[_0xd64d1d(0x11f)]}}});}catch(_0x31b35e){console[_0xd64d1d(0x124)](_0xd64d1d(0x122),_0x31b35e);}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x4d25e4,_0x3d5f93){const _0x5137c7=a269_0x3654,_0x1f998f=_0x4d25e4();while(!![]){try{const _0x5ac1dc=parseInt(_0x5137c7(0xa5))/0x1*(parseInt(_0x5137c7(0xa2))/0x2)+parseInt(_0x5137c7(0xaf))/0x3+-parseInt(_0x5137c7(0xa7))/0x4*(-parseInt(_0x5137c7(0xb2))/0x5)+parseInt(_0x5137c7(0xab))/0x6+-parseInt(_0x5137c7(0xa9))/0x7+parseInt(_0x5137c7(0xb1))/0x8+parseInt(_0x5137c7(0xae))/0x9*(-parseInt(_0x5137c7(0xac))/0xa);if(_0x5ac1dc===_0x3d5f93)break;else _0x1f998f['push'](_0x1f998f['shift']());}catch(_0x50c258){_0x1f998f['push'](_0x1f998f['shift']());}}}(a269_0x2a7f,0x6379e));function a269_0x3654(_0x4065f9,_0x2af8fb){_0x4065f9=_0x4065f9-0xa1;const _0x2a7fdc=a269_0x2a7f();let _0x36542d=_0x2a7fdc[_0x4065f9];return _0x36542d;}import{VERSION,GIT_COMMIT}from'../generated/build-info.js';import{getSessionUserInfo}from'../auth/get-session-user.js';import{setServiceConfig,setUserContext}from'@lovrabet/otel-logger';import{NPM_PACKAGE_NAME}from'../constant/cli.js';import{getConfigAppCode}from'../utils/config.js';function a269_0x2a7f(){const _0x575af9=['1650300zXNZfI','50020bdFsru','unknown','1548GrsypV','300726CKtOkY','nickname','519864vOmjWz','3363305AGMrWK','email','4fXZrNI','tenant','username','403435CuKixV','tenant_code','4jcSOcw','user','4564056fadfuH','production'];a269_0x2a7f=function(){return _0x575af9;};return a269_0x2a7f();}let cliOtelTraceInitialized=![];export async function ensureCliOtelTraceConfig(){const _0x498702=a269_0x3654,_0x535e8d=await getSessionUserInfo();if(!cliOtelTraceInitialized){const _0x5ac48e=_0x535e8d?.[_0x498702(0xa8)];setServiceConfig({'serviceName':NPM_PACKAGE_NAME,'serviceVersion':GIT_COMMIT!==_0x498702(0xad)?VERSION+'+'+GIT_COMMIT:VERSION,'serviceEnv':process.env.RABETBASE_ENV??(process.env.RABETBASE_E2E_DAILY==='1'?'daily':_0x498702(0xaa))}),setUserContext({'id':_0x5ac48e?.['id'],'username':_0x5ac48e?.[_0x498702(0xa4)],'nickname':_0x5ac48e?.[_0x498702(0xb0)],'email':_0x5ac48e?.[_0x498702(0xa1)],'tenantCode':_0x5ac48e?.[_0x498702(0xa3)]?.[_0x498702(0xa6)],'appCode':getConfigAppCode()}),cliOtelTraceInitialized=!![];}return _0x535e8d;}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x1a494e,_0x87db5e){const _0x5d81c4=a270_0x347f,_0x20332c=_0x1a494e();while(!![]){try{const _0x39cfa0=-parseInt(_0x5d81c4(0x11f))/0x1+parseInt(_0x5d81c4(0x119))/0x2+parseInt(_0x5d81c4(0x11b))/0x3*(parseInt(_0x5d81c4(0x11a))/0x4)+-parseInt(_0x5d81c4(0x122))/0x5*(-parseInt(_0x5d81c4(0x120))/0x6)+parseInt(_0x5d81c4(0x126))/0x7+parseInt(_0x5d81c4(0x123))/0x8+-parseInt(_0x5d81c4(0x118))/0x9;if(_0x39cfa0===_0x87db5e)break;else _0x20332c['push'](_0x20332c['shift']());}catch(_0x3e7476){_0x20332c['push'](_0x20332c['shift']());}}}(a270_0x2485,0x2caa9));import{shutdownTraces}from'@lovrabet/otel-logger';function a270_0x347f(_0x3cd408,_0x53ce9e){_0x3cd408=_0x3cd408-0x118;const _0x248582=a270_0x2485();let _0x347f82=_0x248582[_0x3cd408];return _0x347f82;}let shutdownPromise=null;export async function flushOtelNodeIfUsed(){if(shutdownPromise)return shutdownPromise;return shutdownPromise=((async()=>{try{await shutdownTraces();}catch{}})()),shutdownPromise;}export function registerOtelShutdownOnExit(){const _0x370be3=a270_0x347f;process[_0x370be3(0x124)](_0x370be3(0x11d),()=>{void flushOtelNodeIfUsed();});const _0x536d09=()=>{const _0x2dd518=_0x370be3;void flushOtelNodeIfUsed()[_0x2dd518(0x11c)](()=>process[_0x2dd518(0x121)](0x0));};process[_0x370be3(0x124)](_0x370be3(0x125),_0x536d09),process[_0x370be3(0x124)](_0x370be3(0x11e),_0x536d09);}export async function exitWithOtelShutdown(_0x2e1b7a){const _0x3acc56=a270_0x347f;await flushOtelNodeIfUsed(),process[_0x3acc56(0x121)](_0x2e1b7a);}function a270_0x2485(){const _0x22dddd=['173455sQmvtr','2186056ltOeCt','once','SIGINT','600425NnqloL','5703687NMqScZ','511000XcRBhb','5540RHxjpg','195KTtoEo','then','beforeExit','SIGTERM','96007NystCC','36CBeZTe','exit'];a270_0x2485=function(){return _0x22dddd;};return a270_0x2485();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a271_0x313bd8=a271_0x171b;(function(_0x42f3ca,_0x35b445){const _0x56eca7=a271_0x171b,_0x32c7dd=_0x42f3ca();while(!![]){try{const _0x3baf3e=-parseInt(_0x56eca7(0x1a6))/0x1*(parseInt(_0x56eca7(0x1a7))/0x2)+-parseInt(_0x56eca7(0x1a8))/0x3*(-parseInt(_0x56eca7(0x1a9))/0x4)+-parseInt(_0x56eca7(0x19e))/0x5+parseInt(_0x56eca7(0x1ac))/0x6+parseInt(_0x56eca7(0x19f))/0x7+parseInt(_0x56eca7(0x1a1))/0x8*(parseInt(_0x56eca7(0x1a5))/0x9)+-parseInt(_0x56eca7(0x1a0))/0xa;if(_0x3baf3e===_0x35b445)break;else _0x32c7dd['push'](_0x32c7dd['shift']());}catch(_0x3580db){_0x32c7dd['push'](_0x32c7dd['shift']());}}}(a271_0x4548,0xf1375));import{sendTraceLog}from'@lovrabet/otel-logger';function a271_0x4548(){const _0x248db8=['manual','9VuBlGv','14DodwcJ','96518whVuEV','3LYesTU','2954284hspPQj','spanName','traceparent','3499284OnTgYU','5738005lqldmT','7693490ROrtRi','9824410SIKNQq','10982672iYkHdL','version','rabetbase-cli'];a271_0x4548=function(){return _0x248db8;};return a271_0x4548();}function a271_0x171b(_0x216fa4,_0x3bf2ea){_0x216fa4=_0x216fa4-0x19e;const _0x454805=a271_0x4548();let _0x171baa=_0x454805[_0x216fa4];return _0x171baa;}import{ensureCliOtelTraceConfig}from'../telemetry/ensure-cli-otel-config.js';import{getCliVersion}from'../utils/version.js';const DEFAULT_TRACE_NAME=a271_0x313bd8(0x1a3);export async function sendCliTraceLog(_0x45919a){const _0x14a17e=a271_0x313bd8;await ensureCliOtelTraceConfig(),sendTraceLog({'traceName':_0x45919a['traceName']??DEFAULT_TRACE_NAME,'version':_0x45919a[_0x14a17e(0x1a2)]??getCliVersion(),'spanName':_0x45919a[_0x14a17e(0x1aa)],'eventType':_0x14a17e(0x1a4),'logData':_0x45919a['logData'],..._0x45919a[_0x14a17e(0x1ab)]&&{'traceparent':_0x45919a['traceparent']}});}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a272_0x1768(){const _0x3784b4=['99hvCdfM','519194llNmxb','description','734722lsbzlt','132360fRfvcu','redactionKinds','12404mwrNhb','5QQlQcN','458300ugYXdG','redactionCount','486SwAJsz','1780639bklwWK','join','issue.log.collect','sanitize','originalBytes','9VCQtNa','133398FDOSEc'];a272_0x1768=function(){return _0x3784b4;};return a272_0x1768();}const a272_0x1dcfd5=a272_0x1895;(function(_0x23590d,_0x309d2d){const _0x22e62c=a272_0x1895,_0x5076fa=_0x23590d();while(!![]){try{const _0x4a0cf6=parseInt(_0x22e62c(0x140))/0x1+-parseInt(_0x22e62c(0x142))/0x2+-parseInt(_0x22e62c(0x137))/0x3*(parseInt(_0x22e62c(0x145))/0x4)+-parseInt(_0x22e62c(0x146))/0x5*(parseInt(_0x22e62c(0x13e))/0x6)+parseInt(_0x22e62c(0x138))/0x7+-parseInt(_0x22e62c(0x143))/0x8*(parseInt(_0x22e62c(0x13d))/0x9)+parseInt(_0x22e62c(0x147))/0xa*(parseInt(_0x22e62c(0x13f))/0xb);if(_0x4a0cf6===_0x309d2d)break;else _0x5076fa['push'](_0x5076fa['shift']());}catch(_0x3ca17d){_0x5076fa['push'](_0x5076fa['shift']());}}}(a272_0x1768,0x43c24));function a272_0x1895(_0x1b34f7,_0xac89fe){_0x1b34f7=_0x1b34f7-0x136;const _0x17689c=a272_0x1768();let _0x1895db=_0x17689c[_0x1b34f7];return _0x1895db;}import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';export const PLATFORM_ISSUE_TRACE_NAME='platform-issue-log-collect';export const PLATFORM_ISSUE_SPAN_NAME=a272_0x1dcfd5(0x13a);export async function sendPlatformIssueCollectLog(_0x55bf72){const _0x344eeb=a272_0x1dcfd5;await sendCliTraceLog({'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0x55bf72['title'],'issue.description':_0x55bf72[_0x344eeb(0x141)],..._0x55bf72[_0x344eeb(0x13b)]?{'issue.description_original_bytes':_0x55bf72[_0x344eeb(0x13b)][_0x344eeb(0x13c)],'issue.description_truncated':_0x55bf72['sanitize']['truncated'],'issue.description_redactions':_0x55bf72['sanitize'][_0x344eeb(0x136)],'issue.description_redaction_kinds':_0x55bf72['sanitize'][_0x344eeb(0x144)][_0x344eeb(0x139)](',')}:{}}});}
|
package/lib/utils/ai_config.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a274_0x53e25c=a274_0x4c78;(function(_0x5988b6,_0x3225b1){const _0x30cd4a=a274_0x4c78,_0x13dd77=_0x5988b6();while(!![]){try{const _0x55e725=parseInt(_0x30cd4a(0x16f))/0x1+-parseInt(_0x30cd4a(0x168))/0x2+parseInt(_0x30cd4a(0x15d))/0x3+-parseInt(_0x30cd4a(0x164))/0x4*(parseInt(_0x30cd4a(0x173))/0x5)+parseInt(_0x30cd4a(0x18c))/0x6+-parseInt(_0x30cd4a(0x16b))/0x7*(-parseInt(_0x30cd4a(0x18e))/0x8)+-parseInt(_0x30cd4a(0x172))/0x9*(-parseInt(_0x30cd4a(0x165))/0xa);if(_0x55e725===_0x3225b1)break;else _0x13dd77['push'](_0x13dd77['shift']());}catch(_0x515cf6){_0x13dd77['push'](_0x13dd77['shift']());}}}(a274_0x2a08,0xcb840));export const CORE_IDE_CONFIGS={'cursor':{'name':a274_0x53e25c(0x166),'description':a274_0x53e25c(0x183),'folders':[a274_0x53e25c(0x177),a274_0x53e25c(0x182)],'files':[{'type':'file','path':a274_0x53e25c(0x15e)}]},'windsurf':{'name':'Windsurf','description':a274_0x53e25c(0x17f),'folders':[a274_0x53e25c(0x15c)],'files':[{'type':'file','path':'.windsurf/workflows/rabetbase.md'}]},'claude':{'name':a274_0x53e25c(0x162),'description':'Claude\x20Code','folders':['.claude'],'files':[{'type':'file','path':a274_0x53e25c(0x170)}]},'cline':{'name':a274_0x53e25c(0x17e),'description':'Cline\x20IDE','folders':[a274_0x53e25c(0x169)],'files':[{'type':a274_0x53e25c(0x16a),'path':'.cline/skills/lovrabet/SKILL.md'}]},'codex':{'name':a274_0x53e25c(0x17b),'description':a274_0x53e25c(0x17a),'folders':['.codex'],'files':[{'type':'file','path':a274_0x53e25c(0x16c)}]},'opencode':{'name':a274_0x53e25c(0x180),'description':a274_0x53e25c(0x179),'folders':[a274_0x53e25c(0x160)],'files':[{'type':a274_0x53e25c(0x16a),'path':a274_0x53e25c(0x191)}]},'qoder':{'name':a274_0x53e25c(0x176),'description':a274_0x53e25c(0x178),'folders':[a274_0x53e25c(0x15b)],'files':[{'type':'file','path':a274_0x53e25c(0x186)},{'type':a274_0x53e25c(0x16a),'path':'.qoder/skills/lovrabet/SKILL.md'}]},'codebuddy':{'name':a274_0x53e25c(0x161),'description':a274_0x53e25c(0x163),'folders':[a274_0x53e25c(0x171)],'files':[{'type':a274_0x53e25c(0x16a),'path':a274_0x53e25c(0x17c)}]},'trae':{'name':a274_0x53e25c(0x18b),'description':'Trae\x20IDE','folders':[a274_0x53e25c(0x18a)],'files':[{'type':a274_0x53e25c(0x16a),'path':a274_0x53e25c(0x187)}]}};function a274_0x4c78(_0x5230c2,_0xf3be72){_0x5230c2=_0x5230c2-0x15b;const _0x2a0809=a274_0x2a08();let _0x4c78fd=_0x2a0809[_0x5230c2];return _0x4c78fd;}export const IDE_CONFIGS={...CORE_IDE_CONFIGS,'agent':{'name':a274_0x53e25c(0x184),'description':a274_0x53e25c(0x18d),'folders':[a274_0x53e25c(0x18f)],'files':[{'type':'file','path':a274_0x53e25c(0x181)}]},'antigravity':{'name':a274_0x53e25c(0x174),'description':'Antigravity\x20IDE','folders':[a274_0x53e25c(0x18f)],'files':[{'type':a274_0x53e25c(0x16a),'path':a274_0x53e25c(0x181)}]}};export const CORE_IDE_LIST=[a274_0x53e25c(0x17d),a274_0x53e25c(0x16e),a274_0x53e25c(0x192),a274_0x53e25c(0x167),a274_0x53e25c(0x189),a274_0x53e25c(0x188),'qoder',a274_0x53e25c(0x185),a274_0x53e25c(0x175)];function a274_0x2a08(){const _0x4517e1=['OpenCode\x20IDE','Codex\x20IDE','Codex','.codebuddy/skills/lovrabet/SKILL.md','claude','Cline','Windsurf\x20IDE','OpenCode','.agent/skills/lovrabet/SKILL.md','.cursor','Cursor\x20IDE','Other\x20(generic\x20template)','trae','.qoder/rules/rabetbase.md','.trae/skills/lovrabet/SKILL.md','opencode','cursor','.trae','Trae','9276216AhVxtn','Generic\x20template\x20fallback','16eiCInO','.agent','agent','.opencode/skills/lovrabet/SKILL.md','codebuddy','.qoder','.windsurf','1786803emdzve','.cursor/skills/rabetbase.md','antigravity','.opencode','CodeBuddy','Claude\x20Code','CodeBuddy\x20IDE','136GjEqTo','1210210qHHKVL','Cursor','codex','3147526dEDiID','.cline','file','2479022QPsFGp','.codex/skills/lovrabet/SKILL.md','qoder','cline','641985npibtm','.claude/skills/lovrabet/SKILL.md','.codebuddy','9yclCyZ','177290KkaRyZ','Antigravity','windsurf','Qoder','.cursorrules','Qoder\x20IDE'];a274_0x2a08=function(){return _0x4517e1;};return a274_0x2a08();}export const IDE_LIST=[a274_0x53e25c(0x15f),a274_0x53e25c(0x17d),a274_0x53e25c(0x16e),'codebuddy',a274_0x53e25c(0x167),a274_0x53e25c(0x189),a274_0x53e25c(0x188),a274_0x53e25c(0x16d),'trae',a274_0x53e25c(0x175),a274_0x53e25c(0x190)];export const ALL_CORE_IDES=['cursor',a274_0x53e25c(0x175),a274_0x53e25c(0x17d),a274_0x53e25c(0x16e),a274_0x53e25c(0x167),a274_0x53e25c(0x188),a274_0x53e25c(0x16d),a274_0x53e25c(0x192),'trae'];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x544178,_0x1ad049){const _0x577ee4=a275_0x18cc,_0x2c0188=_0x544178();while(!![]){try{const _0x12f2b3=-parseInt(_0x577ee4(0x17b))/0x1+-parseInt(_0x577ee4(0x179))/0x2*(parseInt(_0x577ee4(0x178))/0x3)+-parseInt(_0x577ee4(0x17e))/0x4*(-parseInt(_0x577ee4(0x180))/0x5)+parseInt(_0x577ee4(0x17f))/0x6*(parseInt(_0x577ee4(0x17d))/0x7)+-parseInt(_0x577ee4(0x17c))/0x8*(-parseInt(_0x577ee4(0x17a))/0x9)+-parseInt(_0x577ee4(0x177))/0xa+parseInt(_0x577ee4(0x181))/0xb;if(_0x12f2b3===_0x1ad049)break;else _0x2c0188['push'](_0x2c0188['shift']());}catch(_0x5f40ef){_0x2c0188['push'](_0x2c0188['shift']());}}}(a275_0x3448,0xb16ba));function a275_0x18cc(_0x1ae596,_0x5c730b){_0x1ae596=_0x1ae596-0x177;const _0x344813=a275_0x3448();let _0x18cc59=_0x344813[_0x1ae596];return _0x18cc59;}import{createJqFilter,resolveBundledJqPaths}from'@lovrabet/cli-framework';import{CliErrors}from'../errors.js';export const applyJqFilter=createJqFilter(CliErrors,{'bundledJqPaths':resolveBundledJqPaths()});function a275_0x3448(){const _0x54b49f=['654715WeiTZh','751784neuXlf','1723290PCCEGz','15rLEUcg','253632EvVRrd','4959vHooFv','561524fjhYgt','11824SMntth','540491AHYRNE','4YClVYd','84HFRvnC'];a275_0x3448=function(){return _0x54b49f;};return a275_0x3448();}
|
package/lib/utils/cdn-config.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a276_0xad22(_0x4f753d,_0x419405){_0x4f753d=_0x4f753d-0x81;const _0x46489b=a276_0x4648();let _0xad22eb=_0x46489b[_0x4f753d];return _0xad22eb;}(function(_0x4661c3,_0x167dcf){const _0xda19a0=a276_0xad22,_0x2206bf=_0x4661c3();while(!![]){try{const _0x22a8ba=-parseInt(_0xda19a0(0x89))/0x1+parseInt(_0xda19a0(0x85))/0x2+-parseInt(_0xda19a0(0x90))/0x3+-parseInt(_0xda19a0(0x81))/0x4*(-parseInt(_0xda19a0(0x91))/0x5)+-parseInt(_0xda19a0(0x8c))/0x6*(parseInt(_0xda19a0(0x82))/0x7)+-parseInt(_0xda19a0(0x8e))/0x8*(-parseInt(_0xda19a0(0x84))/0x9)+parseInt(_0xda19a0(0x8d))/0xa*(parseInt(_0xda19a0(0x83))/0xb);if(_0x22a8ba===_0x167dcf)break;else _0x2206bf['push'](_0x2206bf['shift']());}catch(_0x9dfd2c){_0x2206bf['push'](_0x2206bf['shift']());}}}(a276_0x4648,0x9aec7));import{getTemplateBaseUrl}from'../utils/config.js';function a276_0x4648(){const _0x457253=['3592674jobIjJ','5RdiSwe','3339796aEmgWf','7OclpSs','2651nhWZSc','224946vudHGL','1356798wBvHSV','/config.json','node','stableVersion','507947iBHtEl','sdk','now','4566738oNHFWl','35810PuIeBs','232MmtBcd','json'];a276_0x4648=function(){return _0x457253;};return a276_0x4648();}export async function fetchCdnConfig(){const _0x54e8b0=a276_0xad22,_0x4372f2=getTemplateBaseUrl(),_0x39062e=[_0x4372f2+_0x54e8b0(0x86),_0x4372f2+'/config/index.json'];for(const _0x3ac05a of _0x39062e){try{const _0x3d6882=await fetch(_0x3ac05a,{'headers':{'Accept':'application/json'}});if(!_0x3d6882['ok'])continue;const _0x2ba07b=await _0x3d6882[_0x54e8b0(0x8f)]();if(!_0x2ba07b['cli']?.[_0x54e8b0(0x88)]||!_0x2ba07b[_0x54e8b0(0x8a)]?.[_0x54e8b0(0x87)]?.['stableVersion'])continue;return _0x2ba07b;}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 _0x336746=a276_0xad22,_0x1800fe=Date[_0x336746(0x8b)]();if(hasCachedConfig){const _0x2df14a=cachedConfig?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x1800fe-cacheTime<_0x2df14a)return cachedConfig;}const _0x5214d1=await fetchCdnConfig();return cachedConfig=_0x5214d1,cacheTime=_0x1800fe,hasCachedConfig=!![],_0x5214d1;}export function clearCdnConfigCache(){cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x2d5932,_0x2b6912){const _0x52a89d=a277_0xcaf9,_0x88de08=_0x2d5932();while(!![]){try{const _0x34c73a=-parseInt(_0x52a89d(0xbc))/0x1+-parseInt(_0x52a89d(0xc6))/0x2+parseInt(_0x52a89d(0xb7))/0x3+-parseInt(_0x52a89d(0xba))/0x4+parseInt(_0x52a89d(0xad))/0x5+parseInt(_0x52a89d(0xae))/0x6+parseInt(_0x52a89d(0xbf))/0x7;if(_0x34c73a===_0x2b6912)break;else _0x88de08['push'](_0x88de08['shift']());}catch(_0x49370c){_0x88de08['push'](_0x88de08['shift']());}}}(a277_0x317f,0x3c4dd));function a277_0xcaf9(_0x3b956b,_0x389d24){_0x3b956b=_0x3b956b-0xab;const _0x317f4a=a277_0x317f();let _0xcaf954=_0x317f4a[_0x3b956b];return _0xcaf954;}import a277_0x4704cc from'node:fs';import a277_0x132f5c from'node:path';import a277_0x267213 from'semver';function a277_0x317f(){const _0x3206ec=['package.json','log','node_modules','1228629Ujemhj','@lovrabet/sdk','devDependencies','332892pSzRWD','minVersion','472703JBPhTd','coerce','readFileSync','2720557XNpBrW','test','utf-8','\x1b[0m','stableVersion','dependencies','latest','199304gqzSmG','node','some','parse','npm\x20install\x20','version','\x20\x20\x20Upgrade\x20command:\x20','existsSync','\x1b[1m','462280AulGgj','71598kfrgWr','sdk','\x20\x20\x20Stable\x20version:\x20','all','utf8','join'];a277_0x317f=function(){return _0x3206ec;};return a277_0x317f();}import{getCdnConfig}from'../utils/cdn-config.js';const FALLBACK_MIN_SDK_VERSION='1.2.0';function isNonNumericVersion(_0x3cb1da){const _0xf5e7c5=a277_0xcaf9,_0x2ea3f2=[/^latest$/i,/^beta$/i,/^alpha$/i,/^canary$/i,/^\*$/,/^x$/];return _0x2ea3f2[_0xf5e7c5(0xc8)](_0x19a2d9=>_0x19a2d9[_0xf5e7c5(0xc0)](_0x3cb1da));}function getInstalledVersion(_0x34f636,_0x31315a){const _0x56835c=a277_0xcaf9;try{const _0x164cbf=a277_0x132f5c[_0x56835c(0xb3)](_0x34f636,_0x56835c(0xb6),_0x31315a,_0x56835c(0xb4));if(a277_0x4704cc[_0x56835c(0xab)](_0x164cbf)){const _0x5df8cd=JSON[_0x56835c(0xc9)](a277_0x4704cc[_0x56835c(0xbe)](_0x164cbf,_0x56835c(0xc1)));return _0x5df8cd[_0x56835c(0xcb)]||null;}}catch{}return null;}async function getSdkStableVersion(){const _0x262101=a277_0xcaf9;try{const _0xb5f593=await getCdnConfig();return _0xb5f593?.[_0x262101(0xaf)]?.[_0x262101(0xc7)]?.[_0x262101(0xc3)]||null;}catch{return null;}}async function getSdkPackageName(){const _0x4ea017=a277_0xcaf9;try{const _0x5f264e=await getCdnConfig();return _0x5f264e?.[_0x4ea017(0xaf)]?.[_0x4ea017(0xc7)]?.['packageName']||_0x4ea017(0xb8);}catch{return _0x4ea017(0xb8);}}export async function checkSdkVersion(_0xb0f062){const _0x59b9a1=a277_0xcaf9,_0x1607a3=a277_0x132f5c['join'](_0xb0f062,'package.json'),[_0x4081ae,_0x4a0224]=await Promise[_0x59b9a1(0xb1)]([getSdkStableVersion(),getSdkPackageName()]),_0x282ad8=_0x4081ae||FALLBACK_MIN_SDK_VERSION;if(!a277_0x4704cc['existsSync'](_0x1607a3))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x282ad8,'packageName':_0x4a0224,'stableVersion':_0x4081ae};try{const _0x3f2c99=JSON[_0x59b9a1(0xc9)](a277_0x4704cc[_0x59b9a1(0xbe)](_0x1607a3,_0x59b9a1(0xb2))),_0x357339=_0x3f2c99[_0x59b9a1(0xc4)]||{},_0x44894d=_0x3f2c99[_0x59b9a1(0xb9)]||{},_0x4fbbf4=_0x357339[_0x4a0224]||_0x44894d[_0x4a0224];if(!_0x4fbbf4)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x282ad8,'packageName':_0x4a0224,'stableVersion':_0x4081ae};let _0x4bcacf=getInstalledVersion(_0xb0f062,_0x4a0224);!_0x4bcacf&&(_0x4bcacf=_0x4fbbf4);if(isNonNumericVersion(_0x4fbbf4))return{'installed':!![],'version':_0x4bcacf,'needsUpgrade':![],'minVersion':_0x282ad8,'packageName':_0x4a0224,'stableVersion':_0x4081ae};const _0x2cda43=a277_0x267213[_0x59b9a1(0xbd)](_0x4bcacf),_0x2c0f38=a277_0x267213[_0x59b9a1(0xbd)](_0x282ad8),_0x47ba8e=_0x2cda43&&_0x2c0f38?a277_0x267213['lt'](_0x2cda43,_0x2c0f38):![];return{'installed':!![],'version':_0x4bcacf,'needsUpgrade':_0x47ba8e,'minVersion':_0x282ad8,'packageName':_0x4a0224,'stableVersion':_0x4081ae};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x282ad8,'packageName':_0x4a0224,'stableVersion':_0x4081ae};}}export function checkSdkVersionSync(_0x386214){const _0x56c7b0=a277_0xcaf9,_0x129507=a277_0x132f5c['join'](_0x386214,'package.json'),_0x3ea91e=_0x56c7b0(0xb8);if(!a277_0x4704cc[_0x56c7b0(0xab)](_0x129507))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x3ea91e,'stableVersion':null};try{const _0x7f44ad=JSON[_0x56c7b0(0xc9)](a277_0x4704cc[_0x56c7b0(0xbe)](_0x129507,_0x56c7b0(0xb2))),_0x2c8934=_0x7f44ad[_0x56c7b0(0xc4)]||{},_0xfbf05b=_0x7f44ad[_0x56c7b0(0xb9)]||{},_0x2828c1=_0x2c8934[_0x3ea91e]||_0xfbf05b[_0x3ea91e];if(!_0x2828c1)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x3ea91e,'stableVersion':null};let _0x200ff2=getInstalledVersion(_0x386214,_0x3ea91e);!_0x200ff2&&(_0x200ff2=_0x2828c1);if(isNonNumericVersion(_0x2828c1))return{'installed':!![],'version':_0x200ff2,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x3ea91e,'stableVersion':null};const _0x2c627d=a277_0x267213[_0x56c7b0(0xbd)](_0x200ff2),_0x3cb067=_0x2c627d?a277_0x267213['lt'](_0x2c627d,FALLBACK_MIN_SDK_VERSION):![];return{'installed':!![],'version':_0x200ff2,'needsUpgrade':_0x3cb067,'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x3ea91e,'stableVersion':null};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x3ea91e,'stableVersion':null};}}export function printSdkUpgradeWarning(_0x3b4a02){const _0x2811b3=a277_0xcaf9;if(!_0x3b4a02['needsUpgrade'])return;const _0x5ad0ba='\x1b[33m',_0x3aae3a=_0x2811b3(0xc2),_0x4df387=_0x2811b3(0xac),_0x27fe25=_0x3b4a02['packageName']||_0x2811b3(0xb8),_0x50e3cf=_0x3b4a02[_0x2811b3(0xc3)]||_0x3b4a02[_0x2811b3(0xbb)],_0x547eb6=_0x2811b3(0xca)+_0x27fe25+'@'+(_0x50e3cf||_0x2811b3(0xc5));console[_0x2811b3(0xb5)](),console[_0x2811b3(0xb5)](''+_0x5ad0ba+_0x4df387+'↪\x20SDK\x20update\x20available'+_0x3aae3a),console[_0x2811b3(0xb5)](_0x5ad0ba+'\x20\x20\x20Current\x20version:\x20'+_0x27fe25+'@'+_0x3b4a02['version']+_0x3aae3a),console[_0x2811b3(0xb5)](_0x5ad0ba+_0x2811b3(0xb0)+_0x50e3cf+_0x3aae3a),console[_0x2811b3(0xb5)](_0x5ad0ba+_0x2811b3(0xcc)+_0x547eb6+_0x3aae3a),console[_0x2811b3(0xb5)]();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x41e2e9,_0x20fcff){const _0x4235ce=a278_0x4918,_0x34ee85=_0x41e2e9();while(!![]){try{const _0x51f223=-parseInt(_0x4235ce(0xd1))/0x1+parseInt(_0x4235ce(0xbf))/0x2+parseInt(_0x4235ce(0xd8))/0x3+-parseInt(_0x4235ce(0xc6))/0x4+-parseInt(_0x4235ce(0xd4))/0x5+parseInt(_0x4235ce(0xcc))/0x6*(parseInt(_0x4235ce(0xd9))/0x7)+parseInt(_0x4235ce(0xe1))/0x8;if(_0x51f223===_0x20fcff)break;else _0x34ee85['push'](_0x34ee85['shift']());}catch(_0x1a45a9){_0x34ee85['push'](_0x34ee85['shift']());}}}(a278_0x6e13,0xcbaa0));import{readFileSync}from'node:fs';import{resolve,dirname}from'node:path';import{fileURLToPath}from'node:url';function a278_0x4918(_0x43bfd0,_0x16ced6){_0x43bfd0=_0x43bfd0-0xbb;const _0x6e13eb=a278_0x6e13();let _0x4918df=_0x6e13eb[_0x43bfd0];return _0x4918df;}import a278_0x1c27dd 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(_0x2af9ab){const _0x44e8bd=a278_0x4918,_0x46b0fd=_0x2af9ab['stableVersion']||_0x44e8bd(0xda);return _0x44e8bd(0xc4)+NPM_PACKAGE_NAME+'@'+_0x46b0fd;}function getCurrentCliVersion(){const _0x2d628d=a278_0x4918;try{const _0x11e6e7=fileURLToPath(import.meta.url),_0x43509b=resolve(dirname(_0x11e6e7),'../..'),_0x5a6a60=resolve(_0x43509b,_0x2d628d(0xce)),_0x1f262e=JSON[_0x2d628d(0xdc)](readFileSync(_0x5a6a60,'utf-8'));return _0x1f262e['version']||_0x2d628d(0xcb);}catch{return _0x2d628d(0xcb);}}export async function checkCliVersion(){const _0x1de2cb=a278_0x4918,_0x21bed1=getCurrentCliVersion(),_0x46da17=await getCliVersionPolicy(),_0x3e64c2=_0x46da17?.[_0x1de2cb(0xcd)]||null,_0x17adb5=_0x46da17?.[_0x1de2cb(0xc5)]||null;let _0x175267=![],_0x237c84=![];const _0x14baee=a278_0x1c27dd['coerce'](_0x21bed1);if(_0x14baee&&_0x3e64c2)try{const _0x3d28ea=a278_0x1c27dd[_0x1de2cb(0xd2)](_0x3e64c2);if(_0x3d28ea)_0x175267=a278_0x1c27dd['lt'](_0x14baee,_0x3d28ea);}catch{}if(_0x14baee&&_0x17adb5)try{const _0x3339e4=a278_0x1c27dd[_0x1de2cb(0xd2)](_0x17adb5);if(_0x3339e4)_0x237c84=a278_0x1c27dd['lt'](_0x14baee,_0x3339e4);}catch{}return _0x237c84&&(_0x175267=!![]),{'currentVersion':_0x21bed1,'stableVersion':_0x3e64c2,'minimumVersion':_0x17adb5,'needsUpgrade':_0x175267,'belowMinimum':_0x237c84,'isPreRelease':![],'upgradeMessage':_0x46da17?.[_0x1de2cb(0xdf)],'minimumVersionMessage':_0x46da17?.[_0x1de2cb(0xbd)]};}function a278_0x6e13(){const _0x49fc9c=['143444wXuiZo','coerce','\x20\x20\x20Current\x20CLI\x20version:\x20','4141440uWwaZr','↪\x20New\x20version\x20available','\x1b[33m','\x1b[1m','1319739STHrjy','14eifuFe','latest','Upgrade\x20command:\x20','parse','\x1b[0m','filter','upgradeMessage','\x20\x20\x20','2194592gXhBoZ','↪\x20Critical\x20CLI\x20upgrade\x20required','currentVersion','minimumVersionMessage','belowMinimum','2006440gojHSo','join','log','Current\x20version:\x20','\x1b[31m','npm\x20install\x20-g\x20','minimumVersion','5471124bopiYI','\x20\x20\x20Stable\x20version:\x20','Minimum\x20supported:\x20','\x20\x20\x20Minimum\x20supported:\x20','needsUpgrade','1.0.0','4368792kQceSl','stableVersion','package.json','Current\x20CLI\x20version\x20is\x20below\x20the\x20service\x20compatibility\x20support\x20line.','validation'];a278_0x6e13=function(){return _0x49fc9c;};return a278_0x6e13();}export function printCliUpgradeWarning(_0x4e4c55){const _0x5ef7a5=a278_0x4918;if(!_0x4e4c55[_0x5ef7a5(0xca)]&&!_0x4e4c55[_0x5ef7a5(0xbe)])return;const _0x196cdf=_0x5ef7a5(0xc3),_0x122ac3=_0x5ef7a5(0xd6),_0x486e3e=_0x5ef7a5(0xdd),_0x52221e=_0x5ef7a5(0xd7),_0x1614ad=getCliUpgradeCommand(_0x4e4c55);console['log'](),_0x4e4c55[_0x5ef7a5(0xbe)]?(console[_0x5ef7a5(0xc1)](''+_0x196cdf+_0x52221e+_0x5ef7a5(0xbb)+_0x486e3e),console[_0x5ef7a5(0xc1)](_0x196cdf+_0x5ef7a5(0xd3)+_0x4e4c55[_0x5ef7a5(0xbc)]+_0x486e3e),_0x4e4c55[_0x5ef7a5(0xc5)]&&console[_0x5ef7a5(0xc1)](_0x196cdf+_0x5ef7a5(0xc9)+_0x4e4c55[_0x5ef7a5(0xc5)]+_0x486e3e),_0x4e4c55[_0x5ef7a5(0xcd)]&&_0x4e4c55[_0x5ef7a5(0xcd)]!==_0x4e4c55[_0x5ef7a5(0xc5)]&&console[_0x5ef7a5(0xc1)](_0x196cdf+'\x20\x20\x20Recommended\x20stable:\x20'+_0x4e4c55[_0x5ef7a5(0xcd)]+_0x486e3e),_0x4e4c55['minimumVersionMessage']&&console['log'](_0x196cdf+_0x5ef7a5(0xe0)+_0x4e4c55[_0x5ef7a5(0xbd)]+_0x486e3e),console[_0x5ef7a5(0xc1)](_0x196cdf+'\x20\x20\x20Upgrade\x20command:\x20'+_0x1614ad+_0x486e3e)):(console[_0x5ef7a5(0xc1)](''+_0x122ac3+_0x52221e+_0x5ef7a5(0xd5)+_0x486e3e),console[_0x5ef7a5(0xc1)](_0x122ac3+_0x5ef7a5(0xd3)+_0x4e4c55[_0x5ef7a5(0xbc)]+_0x486e3e),console[_0x5ef7a5(0xc1)](_0x122ac3+_0x5ef7a5(0xc7)+_0x4e4c55[_0x5ef7a5(0xcd)]+_0x486e3e),_0x4e4c55[_0x5ef7a5(0xdf)]&&console[_0x5ef7a5(0xc1)](_0x122ac3+_0x5ef7a5(0xe0)+_0x4e4c55[_0x5ef7a5(0xdf)]+_0x486e3e),console[_0x5ef7a5(0xc1)](_0x122ac3+'\x20\x20\x20Upgrade\x20command:\x20'+_0x1614ad+_0x486e3e)),console['log']();}export function assertCliVersionSupported(_0x27e615){const _0xbb4017=a278_0x4918;if(!_0x27e615['belowMinimum'])return;const _0x21fa44=[_0x27e615['minimumVersionMessage'],_0xbb4017(0xc2)+_0x27e615['currentVersion'],_0x27e615[_0xbb4017(0xc5)]?_0xbb4017(0xc8)+_0x27e615[_0xbb4017(0xc5)]:null,_0xbb4017(0xdb)+getCliUpgradeCommand(_0x27e615)][_0xbb4017(0xde)](Boolean)[_0xbb4017(0xc0)]('\x0a');throw CliErrors[_0xbb4017(0xd0)](_0xbb4017(0xcf),_0x21fa44);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x2bb477,_0xa43609){const _0x1245c0=a279_0xe203,_0x291e42=_0x2bb477();while(!![]){try{const _0x379cc7=-parseInt(_0x1245c0(0xf4))/0x1+parseInt(_0x1245c0(0x101))/0x2+-parseInt(_0x1245c0(0xf8))/0x3+parseInt(_0x1245c0(0x104))/0x4*(-parseInt(_0x1245c0(0xfa))/0x5)+parseInt(_0x1245c0(0xff))/0x6+parseInt(_0x1245c0(0xf5))/0x7*(parseInt(_0x1245c0(0x109))/0x8)+-parseInt(_0x1245c0(0x102))/0x9*(-parseInt(_0x1245c0(0xf3))/0xa);if(_0x379cc7===_0xa43609)break;else _0x291e42['push'](_0x291e42['shift']());}catch(_0x4d6372){_0x291e42['push'](_0x291e42['shift']());}}}(a279_0x96cb,0xe4850));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(_0x3859e5){const _0xf0c216=a279_0xe203;return typeof _0x3859e5===_0xf0c216(0x100)&&_0x3859e5[_0xf0c216(0x105)]()[_0xf0c216(0x106)]>0x0?_0x3859e5[_0xf0c216(0x105)]():null;}function normalizeCliVersionPolicy(_0x356a33){const _0x4e330d=a279_0xe203;if(!_0x356a33||typeof _0x356a33!=='object')return null;const _0x118e8d=_0x356a33,_0x526698=_0x118e8d['cli']&&typeof _0x118e8d[_0x4e330d(0x108)]==='object'?_0x118e8d[_0x4e330d(0x108)]:_0x118e8d,_0x360cd7=pickString(_0x526698[_0x4e330d(0xf6)])||pickString(_0x526698[_0x4e330d(0xf7)])||pickString(_0x526698[_0x4e330d(0xf1)]),_0x3005bd=pickString(_0x526698[_0x4e330d(0xfe)])||pickString(_0x526698['minVersion']);if(!_0x360cd7&&!_0x3005bd)return null;return{'stableVersion':_0x360cd7,'minimumVersion':_0x3005bd,'upgradeMessage':pickString(_0x526698[_0x4e330d(0xfc)])||undefined,'minimumVersionMessage':pickString(_0x526698[_0x4e330d(0xfd)])||undefined};}export async function fetchRabetbaseCdnConfig(){const _0x56cd88=a279_0xe203,_0x4019e3=new AbortController(),_0x216c82=setTimeout(()=>_0x4019e3[_0x56cd88(0x103)](),FETCH_TIMEOUT_MS);try{const _0x5f1504=await fetch(CLI_VERSION_POLICY_URL,{'headers':{'Accept':_0x56cd88(0xf2)},'signal':_0x4019e3[_0x56cd88(0xf9)]});if(!_0x5f1504['ok'])return null;const _0xe2be62=await _0x5f1504[_0x56cd88(0x107)]();return _0xe2be62&&typeof _0xe2be62==='object'?_0xe2be62:null;}catch{return null;}finally{clearTimeout(_0x216c82);}}function a279_0xe203(_0x412fb2,_0x2e0e81){_0x412fb2=_0x412fb2-0xf1;const _0x96cb36=a279_0x96cb();let _0xe20399=_0x96cb36[_0x412fb2];return _0xe20399;}export async function fetchCliVersionPolicy(){return normalizeCliVersionPolicy(await fetchRabetbaseCdnConfig());}let cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];export async function getRabetbaseCdnConfig(){const _0x52ee93=a279_0xe203,_0x1cfe9d=Date[_0x52ee93(0xfb)]();if(hasCachedConfig){const _0x5633ee=cachedConfig?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x1cfe9d-cacheTime<_0x5633ee)return cachedConfig;}return cachedConfig=await fetchRabetbaseCdnConfig(),cacheTime=_0x1cfe9d,hasCachedConfig=!![],cachedConfig;}export async function getCliVersionPolicy(){return normalizeCliVersionPolicy(await getRabetbaseCdnConfig());}export function clearCliVersionPolicyCache(){cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];}function a279_0x96cb(){const _0x378262=['2088321BrHunV','signal','7765SefZig','now','upgradeMessage','minimumVersionMessage','minimumVersion','1844976zAuYKO','string','2066022iCeImi','9nqqSTD','abort','780VphCDz','trim','length','json','cli','304wXpAmV','recommendedVersion','application/json','7590020gYrwkS','982805mjZAFl','150731jdRQXU','stableVersion','latestVersion'];a279_0x96cb=function(){return _0x378262;};return a279_0x96cb();}
|
package/lib/utils/config.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
const a280_0x447558=a280_0x1681;(function(_0x18aac0,_0x50e684){const _0x4d23c7=a280_0x1681,_0x5c3a44=_0x18aac0();while(!![]){try{const _0x543f3a=-parseInt(_0x4d23c7(0x1c0))/0x1*(-parseInt(_0x4d23c7(0x1c3))/0x2)+parseInt(_0x4d23c7(0x1bf))/0x3+parseInt(_0x4d23c7(0x1bd))/0x4*(-parseInt(_0x4d23c7(0x1be))/0x5)+parseInt(_0x4d23c7(0x1ba))/0x6+-parseInt(_0x4d23c7(0x1c2))/0x7*(parseInt(_0x4d23c7(0x1bc))/0x8)+-parseInt(_0x4d23c7(0x1c6))/0x9+parseInt(_0x4d23c7(0x1c5))/0xa;if(_0x543f3a===_0x50e684)break;else _0x5c3a44['push'](_0x5c3a44['shift']());}catch(_0x325c7e){_0x5c3a44['push'](_0x5c3a44['shift']());}}}(a280_0x26ff,0xc6211));import{initEnv}from'../constant/env.js';function a280_0x1681(_0x2a4268,_0x76db51){_0x2a4268=_0x2a4268-0x1ba;const _0x26fff6=a280_0x26ff();let _0x1681e7=_0x26fff6[_0x2a4268];return _0x1681e7;}import{readRawConfig,getConfigAppCode as a280_0x2777f6,getMultiAppConfigs as a280_0x441cc2,getTemplateBaseUrl as a280_0x1e154f}from'../context.js';export{getProjectConfigPath,getGlobalConfigPath}from'../context.js';export{isInProject}from'../context.js';export function readConfig(_0x4a14dc){const _0x555787=a280_0x1681,_0x4d0181=readRawConfig(_0x4a14dc);return _0x4d0181[_0x555787(0x1bb)]&&typeof _0x4d0181[_0x555787(0x1bb)]===_0x555787(0x1c1)&&initEnv(_0x4d0181[_0x555787(0x1bb)]),_0x4d0181;}function a280_0x26ff(){const _0xee47fd=['3631610WWQnhA','1054566PIDzab','4831866CtxDhG','env','1760dduStZ','1348UxTzUz','19955SaQyHp','3923241zuwiFo','7cszrch','string','10591SMtHwK','37234PpdNmT','project'];a280_0x26ff=function(){return _0xee47fd;};return a280_0x26ff();}export function getConfigAppCode(){return a280_0x2777f6();}export function getMultiAppConfigs(_0x757c50=a280_0x447558(0x1c4)){return a280_0x441cc2(_0x757c50);}export function getTemplateBaseUrl(){return a280_0x1e154f();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x5c8dba,_0x2c7806){const _0x354bae=a281_0x3206,_0x223d0d=_0x5c8dba();while(!![]){try{const _0x40b99f=parseInt(_0x354bae(0x1e5))/0x1*(-parseInt(_0x354bae(0x1f1))/0x2)+parseInt(_0x354bae(0x1ec))/0x3+-parseInt(_0x354bae(0x1e7))/0x4+-parseInt(_0x354bae(0x1ef))/0x5*(-parseInt(_0x354bae(0x1eb))/0x6)+-parseInt(_0x354bae(0x1ee))/0x7*(-parseInt(_0x354bae(0x1e6))/0x8)+-parseInt(_0x354bae(0x1ed))/0x9+parseInt(_0x354bae(0x1f0))/0xa*(parseInt(_0x354bae(0x1e8))/0xb);if(_0x40b99f===_0x2c7806)break;else _0x223d0d['push'](_0x223d0d['shift']());}catch(_0x32a7d8){_0x223d0d['push'](_0x223d0d['shift']());}}}(a281_0x311e,0x2d583));function a281_0x311e(){const _0x158712=['isFinite','string','12NDluKm','5280ZdctKw','1025874pVBNKl','1494661WQAboM','321085wEToCl','1098730MbPgrR','878iXEUpA','trim','257rPQJHz','8aWKzWy','164200JrJCwd','11UmIqRz'];a281_0x311e=function(){return _0x158712;};return a281_0x311e();}function a281_0x3206(_0x17d69e,_0x5bb147){_0x17d69e=_0x17d69e-0x1e4;const _0x311e64=a281_0x311e();let _0x32068e=_0x311e64[_0x17d69e];return _0x32068e;}function toFiniteNumber(_0x1a8a88){const _0x551e5b=a281_0x3206;if(typeof _0x1a8a88==='number'&&Number['isFinite'](_0x1a8a88))return _0x1a8a88;if(typeof _0x1a8a88===_0x551e5b(0x1ea)){const _0x1de48f=_0x1a8a88[_0x551e5b(0x1e4)]();if(!_0x1de48f)return undefined;const _0x345a1e=Number(_0x1de48f);if(Number[_0x551e5b(0x1e9)](_0x345a1e))return _0x345a1e;}return undefined;}export function normalizeEntityWithIdResponse(_0x241246){const _0x2f935d=toFiniteNumber(_0x241246);if(_0x2f935d!==undefined)return{'id':_0x2f935d,'entity':{'id':_0x2f935d}};if(!_0x241246||typeof _0x241246!=='object')return{'id':undefined,'entity':{}};const _0x175c64={..._0x241246},_0x326711=toFiniteNumber(_0x175c64['id']);return _0x326711!==undefined&&(_0x175c64['id']=_0x326711),{'id':_0x326711,'entity':_0x175c64};}
|
package/lib/utils/file-utils.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x5bc19c,_0x3e79a3){const _0x7baea1=a282_0x2e28,_0x57a930=_0x5bc19c();while(!![]){try{const _0x39fed2=-parseInt(_0x7baea1(0x11b))/0x1+parseInt(_0x7baea1(0x11c))/0x2+parseInt(_0x7baea1(0x11f))/0x3+-parseInt(_0x7baea1(0x121))/0x4+parseInt(_0x7baea1(0x11d))/0x5+parseInt(_0x7baea1(0x122))/0x6+parseInt(_0x7baea1(0x120))/0x7;if(_0x39fed2===_0x3e79a3)break;else _0x57a930['push'](_0x57a930['shift']());}catch(_0x4677b8){_0x57a930['push'](_0x57a930['shift']());}}}(a282_0x46bc,0xea723));function a282_0x2e28(_0x54b41c,_0x24eab1){_0x54b41c=_0x54b41c-0x11b;const _0x46bc2f=a282_0x46bc();let _0x2e280c=_0x46bc2f[_0x54b41c];return _0x2e280c;}import{existsSync,mkdirSync,copyFileSync,readdirSync,statSync}from'node:fs';import{join}from'node:path';export async function copyDir(_0x3fe047,_0x51ac33){const _0x272351=a282_0x2e28,_0x5be501=statSync(_0x3fe047);if(_0x5be501[_0x272351(0x11e)]()){!existsSync(_0x51ac33)&&mkdirSync(_0x51ac33,{'recursive':!![]});const _0x82db5d=readdirSync(_0x3fe047);for(const _0x3b3f7a of _0x82db5d){await copyDir(join(_0x3fe047,_0x3b3f7a),join(_0x51ac33,_0x3b3f7a));}}else copyFileSync(_0x3fe047,_0x51ac33);}export function ensureDir(_0x557346){!existsSync(_0x557346)&&mkdirSync(_0x557346,{'recursive':!![]});}export function pathExists(_0x3b67f9){return existsSync(_0x3b67f9);}function a282_0x46bc(){const _0x3c6d75=['369174OLDIEw','1032419ysZazx','334348GXbeNu','2831870tXFgoS','isDirectory','4062975zBWAVD','3790003YmqUuB','2792484DXrotJ'];a282_0x46bc=function(){return _0x3c6d75;};return a282_0x46bc();}
|
package/lib/utils/guides-cdn.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a283_0x5b0dcb=a283_0x4b8d;(function(_0x477bd0,_0xaed065){const _0x5a53e3=a283_0x4b8d,_0x4f0e63=_0x477bd0();while(!![]){try{const _0x13bf01=parseInt(_0x5a53e3(0x10a))/0x1*(parseInt(_0x5a53e3(0x116))/0x2)+parseInt(_0x5a53e3(0x11a))/0x3*(parseInt(_0x5a53e3(0x102))/0x4)+-parseInt(_0x5a53e3(0x110))/0x5*(parseInt(_0x5a53e3(0x108))/0x6)+parseInt(_0x5a53e3(0x103))/0x7*(parseInt(_0x5a53e3(0x120))/0x8)+-parseInt(_0x5a53e3(0x112))/0x9+parseInt(_0x5a53e3(0x115))/0xa*(-parseInt(_0x5a53e3(0x104))/0xb)+-parseInt(_0x5a53e3(0x11b))/0xc*(-parseInt(_0x5a53e3(0x122))/0xd);if(_0x13bf01===_0xaed065)break;else _0x4f0e63['push'](_0x4f0e63['shift']());}catch(_0x24c64b){_0x4f0e63['push'](_0x4f0e63['shift']());}}}(a283_0x2282,0xdfcd2));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 _0x55015e=a283_0x4b8d,_0x227ffa=getTemplateBaseUrl();return _0x227ffa+_0x55015e(0x105);}const CACHE_DIR=join(homedir(),a283_0x5b0dcb(0x11f),a283_0x5b0dcb(0x113));function a283_0x2282(){const _0x49b762=['length','statusText','CDN\x20request\x20failed:\x20','lastUpdated','5AMTHWp','entries','5061087DTxkPN','cache','.md','30ewYjJr','2kXOLiP','utf-8','title','.lovrabet/skill/guides','6gsxBEH','28629996ynMqDh','path','CDN\x20data\x20is\x20missing\x20skillTemplate','keys','.lovrabet','64632rmFCYd','guides','13JTKAip','join','content','replace','725776LdefqH','497bZATen','1097547uvesWT','/skills/guides.json','\x0a\x0a>更新时间:','trimEnd','9631494TJTAxl','skillTemplate','61283WXoQAA','json'];a283_0x2282=function(){return _0x49b762;};return a283_0x2282();}function a283_0x4b8d(_0x3fcb7a,_0x387701){_0x3fcb7a=_0x3fcb7a-0x102;const _0x22823b=a283_0x2282();let _0x4b8dc6=_0x22823b[_0x3fcb7a];return _0x4b8dc6;}export async function fetchGuidesFromCDN(){const _0x1f59ad=a283_0x5b0dcb,_0x45d8ff=getGuidesCdnUrl(),_0x2c3e31=await fetch(_0x45d8ff,{'headers':{'Accept':'application/json'}});if(!_0x2c3e31['ok'])throw new Error(_0x1f59ad(0x10e)+_0x2c3e31['status']+'\x20'+_0x2c3e31[_0x1f59ad(0x10d)]);const _0x1224e5=await _0x2c3e31[_0x1f59ad(0x10b)]();if(!_0x1224e5[_0x1f59ad(0x121)]||typeof _0x1224e5[_0x1f59ad(0x121)]!=='object')throw new Error('CDN\x20returned\x20invalid\x20data');return _0x1224e5;}export function writeGuidesToProject(_0x299d2b,_0xfe28f6,_0xd7d681=a283_0x5b0dcb(0x119),_0x1e408f){const _0x2e376b=a283_0x5b0dcb,_0xc90f8c=join(_0xfe28f6,_0xd7d681);mkdirSync(_0xc90f8c,{'recursive':!![]});for(const [_0x4344a2,_0x479ebd]of Object[_0x2e376b(0x111)](_0x299d2b[_0x2e376b(0x121)])){let _0xe43986=_0x479ebd[_0x2e376b(0x124)];_0x479ebd[_0x2e376b(0x10f)]&&(_0xe43986=appendUpdateTime(_0xe43986,_0x479ebd[_0x2e376b(0x10f)])),writeFileSync(join(_0xc90f8c,_0x4344a2+_0x2e376b(0x114)),_0xe43986,_0x2e376b(0x117));}}export function appendUpdateTime(_0x1f4342,_0x5d5350){const _0x976488=a283_0x5b0dcb;return _0x1f4342=_0x1f4342['replace'](/\n*>更新时间:.*$/m,''),_0x1f4342[_0x976488(0x107)]()+(_0x976488(0x106)+_0x5d5350);}export function getSkillTemplate(_0x31d875){const _0x5f274d=a283_0x5b0dcb;return _0x31d875[_0x5f274d(0x109)]?.[_0x5f274d(0x124)]||'';}export function appendExtendContents(_0x4ea615,_0x1ad94b,_0x163dce){const _0x3c45fd=a283_0x5b0dcb,_0x1a9382=[];for(const [,_0x195ab5]of Object[_0x3c45fd(0x111)](_0x1ad94b['guides'])){_0x195ab5['extendContent']&&_0x1a9382['push'](_0x195ab5['extendContent'][_0x3c45fd(0x107)]());}if(_0x1a9382[_0x3c45fd(0x10c)]===0x0)return _0x4ea615;return _0x4ea615[_0x3c45fd(0x107)]()+'\x0a\x0a'+_0x1a9382[_0x3c45fd(0x123)]('\x0a\x0a')+'\x0a';}export function writeSkillFile(_0x45ef23,_0xbc049a,_0x2772b4){const _0x5ddce6=a283_0x5b0dcb,_0x5a755f=getSkillTemplate(_0x45ef23);if(!_0x5a755f)throw new Error(_0x5ddce6(0x11d));const _0x3de2fb=dirname(_0xbc049a);mkdirSync(_0x3de2fb,{'recursive':!![]});let _0x169ce0=_0x5a755f[_0x5ddce6(0x125)](/\{\{IDE_NAME\}\}/g,_0x2772b4);_0x169ce0=appendExtendContents(_0x169ce0,_0x45ef23),_0x45ef23[_0x5ddce6(0x109)][_0x5ddce6(0x10f)]&&(_0x169ce0=appendUpdateTime(_0x169ce0,_0x45ef23[_0x5ddce6(0x109)][_0x5ddce6(0x10f)])),writeFileSync(_0xbc049a,_0x169ce0,_0x5ddce6(0x117));}export async function installGuides(_0x44420d){const _0x3b47f2=a283_0x5b0dcb,_0x56f159=await fetchGuidesFromCDN();return writeGuidesToProject(_0x56f159,_0x44420d),Object[_0x3b47f2(0x11e)](_0x56f159[_0x3b47f2(0x121)])[_0x3b47f2(0x10c)];}export function getGuidesSummary(_0xaa1a9f){const _0x5e177f=a283_0x5b0dcb;return Object[_0x5e177f(0x111)](_0xaa1a9f[_0x5e177f(0x121)])['map'](([_0x589451,_0x566269])=>({'key':_0x589451,'title':_0x566269[_0x5e177f(0x118)],'path':_0x566269[_0x5e177f(0x11c)]}));}
|
package/lib/utils/http-client.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a284_0xf211(){const _0x2af53c=['5754024chSzdB','includes','get','log','TypeError','ECONNRESET','statusText','23994256CDnBPk','fetch','ENOTFOUND','text','signal','3324296APwnnB','name','2297916bRDgBm','*\x20Request\x20failed;\x20retry\x20','\x20in\x20','ms...','json','message','1301742jzQode','1LTNgXQ','status','441565XyEMII','application/json','AbortError','content-type','Request\x20failed','6700995cULCAW'];a284_0xf211=function(){return _0x2af53c;};return a284_0xf211();}(function(_0x29244f,_0x2247b2){const _0x1cb2a1=a284_0x1d85,_0x56afe0=_0x29244f();while(!![]){try{const _0x35391a=parseInt(_0x1cb2a1(0x128))/0x1*(-parseInt(_0x1cb2a1(0x121))/0x2)+-parseInt(_0x1cb2a1(0x127))/0x3+-parseInt(_0x1cb2a1(0x11f))/0x4+parseInt(_0x1cb2a1(0x12a))/0x5+-parseInt(_0x1cb2a1(0x113))/0x6+parseInt(_0x1cb2a1(0x112))/0x7+parseInt(_0x1cb2a1(0x11a))/0x8;if(_0x35391a===_0x2247b2)break;else _0x56afe0['push'](_0x56afe0['shift']());}catch(_0x3440c9){_0x56afe0['push'](_0x56afe0['shift']());}}}(a284_0xf211,0xa40ba));export async function httpRequest(_0x422961,_0x486fa5={}){const _0x4245bb=a284_0x1d85,{timeout:timeout=0x7530,retries:retries=0x3,retryDelay:retryDelay=0x3e8,headers:headers={}}=_0x486fa5;let _0x4c9343=null;for(let _0x241596=0x0;_0x241596<=retries;_0x241596++){try{const _0x934b3d=new AbortController(),_0x5a0801=setTimeout(()=>_0x934b3d['abort'](),timeout),_0x25536c=await fetch(_0x422961,{'headers':headers,'signal':_0x934b3d[_0x4245bb(0x11e)]});clearTimeout(_0x5a0801);let _0x285f04;const _0x52b811=_0x25536c['headers'][_0x4245bb(0x115)](_0x4245bb(0x110));return _0x52b811?.[_0x4245bb(0x114)](_0x4245bb(0x12b))?_0x285f04=await _0x25536c[_0x4245bb(0x125)]():_0x285f04=await _0x25536c[_0x4245bb(0x11d)](),{'ok':_0x25536c['ok'],'status':_0x25536c[_0x4245bb(0x129)],'statusText':_0x25536c[_0x4245bb(0x119)],'data':_0x285f04,'headers':_0x25536c['headers'],'url':_0x25536c['url'],'text':()=>_0x25536c[_0x4245bb(0x11d)]()};}catch(_0x29ca2d){_0x4c9343=_0x29ca2d instanceof Error?_0x29ca2d:new Error(String(_0x29ca2d));if(_0x241596===retries)break;if(shouldRetry(_0x29ca2d)){console[_0x4245bb(0x116)](_0x4245bb(0x122)+(_0x241596+0x1)+_0x4245bb(0x123)+retryDelay+_0x4245bb(0x124)),await sleep(retryDelay);continue;}else break;}}throw _0x4c9343||new Error(_0x4245bb(0x111));}function shouldRetry(_0x48981d){const _0x1e32e6=a284_0x1d85;if(_0x48981d instanceof Error){if(_0x48981d[_0x1e32e6(0x120)]===_0x1e32e6(0x12c))return![];if(_0x48981d[_0x1e32e6(0x120)]===_0x1e32e6(0x117)&&_0x48981d[_0x1e32e6(0x126)][_0x1e32e6(0x114)](_0x1e32e6(0x11b)))return!![];if(_0x48981d[_0x1e32e6(0x126)][_0x1e32e6(0x114)](_0x1e32e6(0x118)))return!![];if(_0x48981d['message']['includes'](_0x1e32e6(0x11c)))return![];}return![];}function a284_0x1d85(_0x2a38e4,_0x185b78){_0x2a38e4=_0x2a38e4-0x110;const _0xf21134=a284_0xf211();let _0x1d853b=_0xf21134[_0x2a38e4];return _0x1d853b;}function sleep(_0x189ec4){return new Promise(_0x35ed87=>setTimeout(_0x35ed87,_0x189ec4));}export function validateUrl(_0x39d379){try{return new URL(_0x39d379),!![];}catch{return![];}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x510eda,_0x2692c2){const _0x25590d=a285_0x188a,_0x809cfe=_0x510eda();while(!![]){try{const _0x52c419=parseInt(_0x25590d(0x130))/0x1+-parseInt(_0x25590d(0x12a))/0x2*(parseInt(_0x25590d(0x12b))/0x3)+parseInt(_0x25590d(0x131))/0x4+parseInt(_0x25590d(0x12c))/0x5+-parseInt(_0x25590d(0x12d))/0x6*(parseInt(_0x25590d(0x133))/0x7)+-parseInt(_0x25590d(0x138))/0x8*(parseInt(_0x25590d(0x134))/0x9)+parseInt(_0x25590d(0x136))/0xa;if(_0x52c419===_0x2692c2)break;else _0x809cfe['push'](_0x809cfe['shift']());}catch(_0xa77812){_0x809cfe['push'](_0x809cfe['shift']());}}}(a285_0x5617,0x67ef1));function env(_0x2b9413){return process.env[`RABETBASE_${_0x2b9413}`]||process.env[`LOVRABET_${_0x2b9413}`]||undefined;}export function isNonInteractive(_0x332226){const _0x2b36a7=a285_0x188a;return!!(_0x332226[_0x2b36a7(0x135)]||_0x332226['ci']||env('CI')===_0x2b36a7(0x132)||process.env.CI===_0x2b36a7(0x132)||!process['stdout']['isTTY']||!isStdinRawModeSupported());}function a285_0x5617(){const _0xac9515=['494680cvevrx','6KcNGwl','1477230QNeiqP','2451996sPeOMJ','stdin','setRawMode','742309DKRtGW','2510892uIHrUN','true','14KPiMXy','6943995xbgiCq','nonInteractive','8438020hQNSjK','isTTY','8eBnTxJ','isRaw'];a285_0x5617=function(){return _0xac9515;};return a285_0x5617();}function a285_0x188a(_0x989fc7,_0x215b56){_0x989fc7=_0x989fc7-0x129;const _0x561795=a285_0x5617();let _0x188af6=_0x561795[_0x989fc7];return _0x188af6;}function isStdinRawModeSupported(){const _0x5a39b5=a285_0x188a;if(!process['stdin'][_0x5a39b5(0x137)])return![];try{const _0x3bbb95=process[_0x5a39b5(0x12e)][_0x5a39b5(0x129)];return process[_0x5a39b5(0x12e)][_0x5a39b5(0x12f)](!![]),process[_0x5a39b5(0x12e)][_0x5a39b5(0x12f)](_0x3bbb95??![]),!![];}catch{return![];}}
|
package/lib/utils/logger.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a286_0x47556e=a286_0x3e83;function a286_0x2e85(){const _0x1a5909=['red','existsSync','474CbpKuO','logFilePath','duration','error','958022ECKKWy','winstonLogger','mkdirSync','now','toISOString','success','printf','warn','9325OZSmMy','utf8','transports','2188569UalnbA','errors','green','map','format','.lovrabet.log','53896977hiPPgm','combine','readLogs','File','message','clear','blue','2143652aFiUjr','rawCommand','initWinstonLogger','stringify','dirname','getWinstonInstance','info','currentRawCommand','7lESHuu','Failed\x20to\x20read\x20logs:','addColors','12678304knrOlc','Failed\x20to\x20clear\x20logs:','filter','2563564MqdYEp','writeFileSync','yellow','details','Completed:\x20','timestamp','trim'];a286_0x2e85=function(){return _0x1a5909;};return a286_0x2e85();}(function(_0x1ceed5,_0x1f6b17){const _0x545dda=a286_0x3e83,_0x2e10d4=_0x1ceed5();while(!![]){try{const _0x8d2d6d=-parseInt(_0x545dda(0x1a2))/0x1+-parseInt(_0x545dda(0x187))/0x2+-parseInt(_0x545dda(0x17a))/0x3+-parseInt(_0x545dda(0x195))/0x4+-parseInt(_0x545dda(0x177))/0x5*(parseInt(_0x545dda(0x19e))/0x6)+parseInt(_0x545dda(0x18f))/0x7*(-parseInt(_0x545dda(0x192))/0x8)+parseInt(_0x545dda(0x180))/0x9;if(_0x8d2d6d===_0x1f6b17)break;else _0x2e10d4['push'](_0x2e10d4['shift']());}catch(_0x50160){_0x2e10d4['push'](_0x2e10d4['shift']());}}}(a286_0x2e85,0xd1068));import a286_0x2a09ba from'winston';import a286_0xb5dc9c from'node:fs';import a286_0x47bd46 from'node:path';function a286_0x3e83(_0x109311,_0x291334){_0x109311=_0x109311-0x177;const _0x2e85c7=a286_0x2e85();let _0x3e83aa=_0x2e85c7[_0x109311];return _0x3e83aa;}class Logger{['winstonLogger'];[a286_0x47556e(0x19f)];[a286_0x47556e(0x18e)]='';constructor(){const _0x252d6e=a286_0x47556e;this[_0x252d6e(0x19f)]='';}['setRawCommand'](_0x2f1cab){this['currentRawCommand']=_0x2f1cab;}[a286_0x47556e(0x189)](){const _0x513819=a286_0x47556e,_0x3f40b4=a286_0x47bd46[_0x513819(0x18b)](this['logFilePath']);!a286_0xb5dc9c[_0x513819(0x19d)](_0x3f40b4)&&a286_0xb5dc9c[_0x513819(0x1a4)](_0x3f40b4,{'recursive':!![]});const _0x48d3db=a286_0x2a09ba[_0x513819(0x17e)][_0x513819(0x181)](a286_0x2a09ba[_0x513819(0x17e)][_0x513819(0x19a)](),a286_0x2a09ba[_0x513819(0x17e)][_0x513819(0x17b)]({'stack':!![]}),a286_0x2a09ba[_0x513819(0x17e)][_0x513819(0x1a8)](_0x1b538c=>{const _0xf929b0=_0x513819,_0xb5b4f3={'timestamp':_0x1b538c[_0xf929b0(0x19a)]||new Date()[_0xf929b0(0x1a6)](),'level':_0x1b538c['level']||_0xf929b0(0x18d),'command':_0x1b538c['command']||'unknown','rawCommand':_0x1b538c[_0xf929b0(0x188)]||this[_0xf929b0(0x18e)]||undefined,'message':_0x1b538c[_0xf929b0(0x184)]||'','duration':_0x1b538c[_0xf929b0(0x1a0)]||undefined,'details':_0x1b538c[_0xf929b0(0x198)]||undefined};return JSON[_0xf929b0(0x18a)](_0xb5b4f3);}));this['winstonLogger']=a286_0x2a09ba['createLogger']({'level':_0x513819(0x18d),'format':_0x48d3db,'transports':[new a286_0x2a09ba[(_0x513819(0x179))][(_0x513819(0x183))]({'filename':this['logFilePath'],'level':_0x513819(0x18d)})],'silent':![]}),a286_0x2a09ba[_0x513819(0x191)]({'success':_0x513819(0x17c),'error':_0x513819(0x19c),'warn':_0x513819(0x197),'info':_0x513819(0x186)});}['setLogPath'](_0xa2a13a){const _0x3ab1c4=a286_0x47556e;this[_0x3ab1c4(0x19f)]=a286_0x47bd46['join'](_0xa2a13a,_0x3ab1c4(0x17f)),this[_0x3ab1c4(0x1a3)]&&this[_0x3ab1c4(0x1a3)][_0x3ab1c4(0x185)](),this[_0x3ab1c4(0x189)]();}[a286_0x47556e(0x18d)](_0x366456,_0x6eccf2,_0x42c81d){const _0x9d61b7=a286_0x47556e;if(!this[_0x9d61b7(0x19f)]||!this[_0x9d61b7(0x1a3)])return;this[_0x9d61b7(0x1a3)][_0x9d61b7(0x18d)](_0x6eccf2,{'command':_0x366456,'details':_0x42c81d});}[a286_0x47556e(0x1a7)](_0x58e091,_0x59e71f,_0x2a8623,_0x18699d){const _0x3598d0=a286_0x47556e;if(!this['logFilePath']||!this[_0x3598d0(0x1a3)])return;this[_0x3598d0(0x1a3)]['log'](_0x3598d0(0x18d),_0x59e71f,{'level':'success','command':_0x58e091,'duration':_0x2a8623,'details':_0x18699d});}[a286_0x47556e(0x1a1)](_0x21cf4e,_0x48ad0a,_0x2c7986){const _0x24417c=a286_0x47556e;if(!this['logFilePath']||!this[_0x24417c(0x1a3)])return;this[_0x24417c(0x1a3)][_0x24417c(0x1a1)](_0x48ad0a,{'command':_0x21cf4e,'details':_0x2c7986});}[a286_0x47556e(0x1a9)](_0x3a588c,_0x1f30b2,_0x2a783d){const _0x4115ed=a286_0x47556e;if(!this[_0x4115ed(0x19f)]||!this[_0x4115ed(0x1a3)])return;this['winstonLogger'][_0x4115ed(0x1a9)](_0x1f30b2,{'command':_0x3a588c,'details':_0x2a783d});}async['logTask'](_0x216e70,_0x2c4204,_0x1d302){const _0x3fcb4f=a286_0x47556e,_0x15cb9d=Date['now']();this[_0x3fcb4f(0x18d)](_0x216e70,'Starting:\x20'+_0x2c4204);try{const _0x1c59f6=await _0x1d302(),_0xc32e76=Date[_0x3fcb4f(0x1a5)]()-_0x15cb9d;return this[_0x3fcb4f(0x1a7)](_0x216e70,_0x3fcb4f(0x199)+_0x2c4204,_0xc32e76),_0x1c59f6;}catch(_0xd362c6){const _0x513c4a=Date['now']()-_0x15cb9d;this['error'](_0x216e70,'Failed:\x20'+_0x2c4204,{'error':_0xd362c6 instanceof Error?_0xd362c6[_0x3fcb4f(0x184)]:String(_0xd362c6),'duration':_0x513c4a});throw _0xd362c6;}}[a286_0x47556e(0x182)](){const _0x20aab3=a286_0x47556e;try{if(!a286_0xb5dc9c['existsSync'](this[_0x20aab3(0x19f)]))return[];const _0x5d467f=a286_0xb5dc9c['readFileSync'](this[_0x20aab3(0x19f)],_0x20aab3(0x178));return _0x5d467f['split']('\x0a')[_0x20aab3(0x194)](_0x483963=>_0x483963[_0x20aab3(0x19b)]())[_0x20aab3(0x17d)](_0x523374=>JSON['parse'](_0x523374));}catch(_0x49bdb4){return console['warn'](_0x20aab3(0x190),_0x49bdb4),[];}}['clearLogs'](){const _0x3ddcf8=a286_0x47556e;try{a286_0xb5dc9c[_0x3ddcf8(0x19d)](this[_0x3ddcf8(0x19f)])&&a286_0xb5dc9c[_0x3ddcf8(0x196)](this[_0x3ddcf8(0x19f)],'','utf8');}catch(_0x17bc96){console[_0x3ddcf8(0x1a9)](_0x3ddcf8(0x193),_0x17bc96);}}[a286_0x47556e(0x18c)](){const _0x178f83=a286_0x47556e;return this[_0x178f83(0x1a3)];}}export const logger=new Logger();
|
package/lib/utils/params.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a287_0x9bd8(_0x134a23,_0x4d219){_0x134a23=_0x134a23-0x1cd;const _0x15735c=a287_0x1573();let _0x9bd894=_0x15735c[_0x134a23];return _0x9bd894;}(function(_0x3e698b,_0x14b6fc){const _0x271faf=a287_0x9bd8,_0x564d4=_0x3e698b();while(!![]){try{const _0x578756=-parseInt(_0x271faf(0x1cd))/0x1*(-parseInt(_0x271faf(0x1cf))/0x2)+-parseInt(_0x271faf(0x1ce))/0x3+-parseInt(_0x271faf(0x1d3))/0x4+parseInt(_0x271faf(0x1d7))/0x5+-parseInt(_0x271faf(0x1d4))/0x6+parseInt(_0x271faf(0x1d0))/0x7+parseInt(_0x271faf(0x1d6))/0x8;if(_0x578756===_0x14b6fc)break;else _0x564d4['push'](_0x564d4['shift']());}catch(_0x265dc4){_0x564d4['push'](_0x564d4['shift']());}}}(a287_0x1573,0x33450));function a287_0x1573(){const _0x3178f8=['4UAGffb','847231OfeUcj','validation','isArray','1348872GhRtiS','1104642UVBlST','object','1776976jTsoGl','889630ZvNziV','--params\x20must\x20be\x20a\x20JSON\x20object','120431tWsBgj','91854NVVYnf'];a287_0x1573=function(){return _0x3178f8;};return a287_0x1573();}import{CliErrors}from'../errors.js';export function parseJsonParams(_0x1b1eab){const _0x227412=a287_0x9bd8;if(!_0x1b1eab)return undefined;let _0x57a55d;try{_0x57a55d=JSON['parse'](_0x1b1eab);}catch{throw CliErrors[_0x227412(0x1d1)]('Invalid\x20JSON\x20for\x20--params:\x20'+_0x1b1eab);}if(!_0x57a55d||typeof _0x57a55d!==_0x227412(0x1d5)||Array[_0x227412(0x1d2)](_0x57a55d))throw CliErrors[_0x227412(0x1d1)](_0x227412(0x1d8),'Example:\x20--params\x20\x27{\x22id\x22:123}\x27');return _0x57a55d;}
|
package/lib/utils/platform.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a288_0x18210d=a288_0xa00f;function a288_0xa00f(_0x175b42,_0x3208bb){_0x175b42=_0x175b42-0x110;const _0x17101f=a288_0x1710();let _0xa00f72=_0x17101f[_0x175b42];return _0xa00f72;}(function(_0x3c3d9d,_0x101def){const _0x101364=a288_0xa00f,_0x2fbd20=_0x3c3d9d();while(!![]){try{const _0x4a97cb=-parseInt(_0x101364(0x11a))/0x1+parseInt(_0x101364(0x117))/0x2+-parseInt(_0x101364(0x115))/0x3*(parseInt(_0x101364(0x113))/0x4)+-parseInt(_0x101364(0x118))/0x5+parseInt(_0x101364(0x110))/0x6+parseInt(_0x101364(0x112))/0x7*(-parseInt(_0x101364(0x11b))/0x8)+parseInt(_0x101364(0x119))/0x9;if(_0x4a97cb===_0x101def)break;else _0x2fbd20['push'](_0x2fbd20['shift']());}catch(_0x411cdd){_0x2fbd20['push'](_0x2fbd20['shift']());}}}(a288_0x1710,0x4fa0f));export const isWindows=process[a288_0x18210d(0x111)]===a288_0x18210d(0x114);export function resolveNpmBin(_0x1fd2b1){const _0x56666c=a288_0x18210d;return isWindows?_0x1fd2b1+_0x56666c(0x116):_0x1fd2b1;}function a288_0x1710(){const _0x4a362c=['platform','511kIaMcy','15924wyjJPV','win32','189ZkaMvw','.cmd','469550cUSWey','2566175RAnshF','14390559kmTeGN','565604IRXnkA','63632xPSMGI','2416302MUQtgz'];a288_0x1710=function(){return _0x4a362c;};return a288_0x1710();}
|
package/lib/utils/sleep.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export function sleep(
|
|
1
|
+
export function sleep(_0x8bf30a){return new Promise(_0x5b445d=>setTimeout(_0x5b445d,_0x8bf30a));}
|