@lovrabet/rabetbase-cli 2.5.0 → 2.5.1-beta.2
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.d.ts +7 -0
- 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.d.ts +1 -1
- package/lib/commands/config/init.js +1 -1
- package/lib/commands/config/list.js +1 -1
- package/lib/commands/config/set.js +1 -1
- package/lib/commands/config/shared.js +1 -1
- package/lib/commands/dataset/business-group-update.js +1 -1
- package/lib/commands/dataset/business-groups.js +1 -1
- package/lib/commands/dataset/capability.js +1 -1
- package/lib/commands/dataset/delete.js +1 -1
- package/lib/commands/dataset/detail.js +1 -1
- package/lib/commands/dataset/extend-update.js +1 -1
- package/lib/commands/dataset/field-restore.d.ts +107 -0
- package/lib/commands/dataset/field-restore.js +1 -0
- package/lib/commands/dataset/field-update.js +1 -1
- package/lib/commands/dataset/generate.js +1 -1
- package/lib/commands/dataset/index.js +1 -1
- package/lib/commands/dataset/list.js +1 -1
- package/lib/commands/dataset/operations.js +1 -1
- package/lib/commands/dataset/relation-audit.js +1 -1
- package/lib/commands/dataset/relation-create.js +1 -1
- package/lib/commands/dataset/relation-delete.js +1 -1
- package/lib/commands/dataset/relation-shared.js +1 -1
- package/lib/commands/dataset/relation-update.js +1 -1
- package/lib/commands/dataset/relations.js +1 -1
- package/lib/commands/dataset/rename.js +1 -1
- package/lib/commands/dataset/restore.js +1 -1
- package/lib/commands/dataset/user-deleted-field-list.d.ts +36 -0
- package/lib/commands/dataset/user-deleted-field-list.js +1 -0
- package/lib/commands/db/analysis-batching.js +1 -1
- package/lib/commands/db/analyze-batch-plan.js +1 -1
- package/lib/commands/db/analyze-cancel.js +1 -1
- package/lib/commands/db/analyze-start.js +1 -1
- package/lib/commands/db/analyze-status.js +1 -1
- package/lib/commands/db/create.js +1 -1
- package/lib/commands/db/delete.js +1 -1
- package/lib/commands/db/detail.js +1 -1
- package/lib/commands/db/diff-refresh-start.js +1 -1
- package/lib/commands/db/diff-refresh-status.js +1 -1
- package/lib/commands/db/diff.js +1 -1
- package/lib/commands/db/index.js +1 -1
- package/lib/commands/db/list.js +1 -1
- package/lib/commands/db/shared.js +1 -1
- package/lib/commands/db/table-diff-shared.js +1 -1
- package/lib/commands/db/tables.js +1 -1
- package/lib/commands/db/test.js +1 -1
- package/lib/commands/db/update.js +1 -1
- package/lib/commands/deployment/auto-sync.d.ts +28 -0
- package/lib/commands/deployment/auto-sync.js +1 -0
- package/lib/commands/deployment/index.d.ts +2 -0
- package/lib/commands/deployment/index.js +1 -0
- package/lib/commands/deployment/sync.d.ts +2 -0
- package/lib/commands/deployment/sync.js +1 -0
- 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/deployment-sync.d.ts +10 -0
- package/lib/config/deployment-sync.js +1 -0
- package/lib/config/domain-config.d.ts +1 -1
- package/lib/config/domain-config.js +1 -1
- package/lib/config/project-routing.d.ts +30 -0
- package/lib/config/project-routing.js +1 -0
- package/lib/config/schema.d.ts +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.d.ts +7 -2
- 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.d.ts +2 -2
- package/lib/constant/region.js +1 -1
- package/lib/constant/risk.js +1 -1
- package/lib/constant/routing-profile.d.ts +115 -0
- package/lib/constant/routing-profile.js +1 -0
- package/lib/context/app-resolver.d.ts +2 -0
- 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 +35 -0
- 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.d.ts +4 -0
- 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 -2
- package/skills/rabetbase/SKILL.md +20 -9
- package/skills/rabetbase/guides/frontend-development.md +2 -0
- package/skills/rabetbase/guides/sdk-client-generation.md +3 -2
- package/skills/rabetbase/guides/typescript-sdk.md +42 -0
- package/skills/rabetbase/references/rabetbase-api-pull.md +5 -3
- package/skills/rabetbase/references/rabetbase-config.md +9 -5
- package/skills/rabetbase/references/rabetbase-dataset-business-group-update.md +9 -9
- package/skills/rabetbase/references/rabetbase-dataset-business-groups.md +1 -1
- package/skills/rabetbase/references/rabetbase-dataset-field-restore.md +59 -0
- package/skills/rabetbase/references/rabetbase-dataset-user-deleted-field-list.md +47 -0
- package/skills/rabetbase/references/rabetbase-deployment-sync.md +92 -0
- package/skills/rabetbase/references/rabetbase-init.md +11 -5
- package/skills/rabetbase/references/rabetbase-project-create.md +6 -5
- package/skills/rabetbase.manifest.json +6 -3
- package/templates/README.md +13 -17
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x58473c,_0x2a4fd9){const _0x5d49b7=a279_0x5982,_0xc25677=_0x58473c();while(!![]){try{const _0x51b197=parseInt(_0x5d49b7(0xa6))/0x1+-parseInt(_0x5d49b7(0xa9))/0x2+parseInt(_0x5d49b7(0xa5))/0x3*(parseInt(_0x5d49b7(0xa7))/0x4)+parseInt(_0x5d49b7(0xad))/0x5*(parseInt(_0x5d49b7(0xa3))/0x6)+-parseInt(_0x5d49b7(0xb1))/0x7*(parseInt(_0x5d49b7(0xae))/0x8)+-parseInt(_0x5d49b7(0xa4))/0x9*(-parseInt(_0x5d49b7(0xaf))/0xa)+parseInt(_0x5d49b7(0xab))/0xb;if(_0x51b197===_0x2a4fd9)break;else _0xc25677['push'](_0xc25677['shift']());}catch(_0x3d49df){_0xc25677['push'](_0xc25677['shift']());}}}(a279_0x5bfa,0xc367b));import{shutdownTraces}from'@lovrabet/otel-logger';function a279_0x5bfa(){const _0x59560e=['6DZAVDA','36VDxuAU','3tvqGzH','584363yArXum','395068DrOiKy','once','1316034QxsYNT','then','7002864SMSyDr','exit','1951415UZqkAA','3946216EeQCJG','604090lFtsYj','SIGINT','7fzmRLW'];a279_0x5bfa=function(){return _0x59560e;};return a279_0x5bfa();}let shutdownPromise=null;export async function flushOtelNodeIfUsed(){if(shutdownPromise)return shutdownPromise;return shutdownPromise=((async()=>{try{await shutdownTraces();}catch{}})()),shutdownPromise;}function a279_0x5982(_0x290d08,_0x20f2b5){_0x290d08=_0x290d08-0xa3;const _0x5bfaaf=a279_0x5bfa();let _0x598282=_0x5bfaaf[_0x290d08];return _0x598282;}export function registerOtelShutdownOnExit(){const _0x3ba81f=a279_0x5982;process['once']('beforeExit',()=>{void flushOtelNodeIfUsed();});const _0x547e0f=()=>{const _0xf3c1c0=a279_0x5982;void flushOtelNodeIfUsed()[_0xf3c1c0(0xaa)](()=>process['exit'](0x0));};process[_0x3ba81f(0xa8)](_0x3ba81f(0xb0),_0x547e0f),process[_0x3ba81f(0xa8)]('SIGTERM',_0x547e0f);}export async function exitWithOtelShutdown(_0x23be7b){const _0x3c9f59=a279_0x5982;await flushOtelNodeIfUsed(),process[_0x3c9f59(0xac)](_0x23be7b);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a280_0x3f3e(_0x211906,_0x39bd14){_0x211906=_0x211906-0xfa;const _0x135965=a280_0x1359();let _0x3f3e32=_0x135965[_0x211906];return _0x3f3e32;}(function(_0x2c74ad,_0x59eaff){const _0x314648=a280_0x3f3e,_0x478885=_0x2c74ad();while(!![]){try{const _0x3233e4=-parseInt(_0x314648(0xfb))/0x1*(parseInt(_0x314648(0x103))/0x2)+-parseInt(_0x314648(0xff))/0x3+parseInt(_0x314648(0xfe))/0x4+parseInt(_0x314648(0x106))/0x5+-parseInt(_0x314648(0x100))/0x6+-parseInt(_0x314648(0x102))/0x7+parseInt(_0x314648(0xfa))/0x8;if(_0x3233e4===_0x59eaff)break;else _0x478885['push'](_0x478885['shift']());}catch(_0x390a25){_0x478885['push'](_0x478885['shift']());}}}(a280_0x1359,0x67147));import{sendTraceLog}from'@lovrabet/otel-logger';import{ensureCliOtelTraceConfig}from'../telemetry/ensure-cli-otel-config.js';import{getCliVersion}from'../utils/version.js';const DEFAULT_TRACE_NAME='rabetbase-cli';export async function sendCliTraceLog(_0x3cb927){const _0x4b1867=a280_0x3f3e;await ensureCliOtelTraceConfig(),sendTraceLog({'traceName':_0x3cb927[_0x4b1867(0xfd)]??DEFAULT_TRACE_NAME,'version':_0x3cb927[_0x4b1867(0x105)]??getCliVersion(),'spanName':_0x3cb927[_0x4b1867(0xfc)],'eventType':'manual','logData':_0x3cb927[_0x4b1867(0x101)],..._0x3cb927['traceparent']&&{'traceparent':_0x3cb927[_0x4b1867(0x104)]}});}function a280_0x1359(){const _0x2f7165=['2352260Iushqy','1148259emcSGs','4341378vrEBwc','logData','2201080RoGQxI','1073470TFUHPY','traceparent','version','2927435vpWUeZ','9649232josyvI','1YdFOzs','spanName','traceName'];a280_0x1359=function(){return _0x2f7165;};return a280_0x1359();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a281_0x33ee(){const _0x240ee9=['description','truncated','redactionKinds','151449FAfHyA','873624rrbvFM','1453776NBAkgA','7hNYgUo','2008444zLMtFH','title','sanitize','originalBytes','1912230kukWCv','50LOOKCj','1914507yooqOu','platform-issue-log-collect','16pmXmrt','222364MRSeJX'];a281_0x33ee=function(){return _0x240ee9;};return a281_0x33ee();}const a281_0x483359=a281_0x6f91;(function(_0x490b4f,_0x5d9ccf){const _0x5cdfcd=a281_0x6f91,_0x32d5f0=_0x490b4f();while(!![]){try{const _0x1c5684=parseInt(_0x5cdfcd(0xcb))/0x1+parseInt(_0x5cdfcd(0xca))/0x2*(parseInt(_0x5cdfcd(0xcf))/0x3)+-parseInt(_0x5cdfcd(0xd3))/0x4+-parseInt(_0x5cdfcd(0xc6))/0x5+-parseInt(_0x5cdfcd(0xd1))/0x6+parseInt(_0x5cdfcd(0xd2))/0x7*(-parseInt(_0x5cdfcd(0xd0))/0x8)+-parseInt(_0x5cdfcd(0xc8))/0x9*(-parseInt(_0x5cdfcd(0xc7))/0xa);if(_0x1c5684===_0x5d9ccf)break;else _0x32d5f0['push'](_0x32d5f0['shift']());}catch(_0x141219){_0x32d5f0['push'](_0x32d5f0['shift']());}}}(a281_0x33ee,0x6ec9b));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';export const PLATFORM_ISSUE_TRACE_NAME=a281_0x483359(0xc9);function a281_0x6f91(_0x46fbc8,_0x268c42){_0x46fbc8=_0x46fbc8-0xc3;const _0x33eea6=a281_0x33ee();let _0x6f9138=_0x33eea6[_0x46fbc8];return _0x6f9138;}export const PLATFORM_ISSUE_SPAN_NAME='issue.log.collect';export async function sendPlatformIssueCollectLog(_0x364507){const _0x5d884a=a281_0x483359;await sendCliTraceLog({'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0x364507[_0x5d884a(0xc3)],'issue.description':_0x364507[_0x5d884a(0xcc)],..._0x364507[_0x5d884a(0xc4)]?{'issue.description_original_bytes':_0x364507[_0x5d884a(0xc4)][_0x5d884a(0xc5)],'issue.description_truncated':_0x364507[_0x5d884a(0xc4)][_0x5d884a(0xcd)],'issue.description_redactions':_0x364507['sanitize']['redactionCount'],'issue.description_redaction_kinds':_0x364507['sanitize'][_0x5d884a(0xce)]['join'](',')}:{}}});}
|
package/lib/utils/ai_config.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a283_0x280965=a283_0x2f8e;(function(_0x5e3f6d,_0x323ef0){const _0x84c1b6=a283_0x2f8e,_0x2526ad=_0x5e3f6d();while(!![]){try{const _0x4daa44=parseInt(_0x84c1b6(0x1ee))/0x1*(parseInt(_0x84c1b6(0x223))/0x2)+parseInt(_0x84c1b6(0x20b))/0x3*(-parseInt(_0x84c1b6(0x1fb))/0x4)+-parseInt(_0x84c1b6(0x1f6))/0x5*(-parseInt(_0x84c1b6(0x204))/0x6)+-parseInt(_0x84c1b6(0x215))/0x7*(parseInt(_0x84c1b6(0x209))/0x8)+parseInt(_0x84c1b6(0x1f8))/0x9*(parseInt(_0x84c1b6(0x1f7))/0xa)+parseInt(_0x84c1b6(0x20d))/0xb+-parseInt(_0x84c1b6(0x211))/0xc;if(_0x4daa44===_0x323ef0)break;else _0x2526ad['push'](_0x2526ad['shift']());}catch(_0x25adfc){_0x2526ad['push'](_0x2526ad['shift']());}}}(a283_0x36ef,0x28ee1));export const CORE_IDE_CONFIGS={'cursor':{'name':a283_0x280965(0x20a),'description':'Cursor\x20IDE','folders':[a283_0x280965(0x224),a283_0x280965(0x20f)],'files':[{'type':a283_0x280965(0x217),'path':'.cursor/skills/rabetbase.md'}]},'windsurf':{'name':a283_0x280965(0x1f3),'description':a283_0x280965(0x216),'folders':[a283_0x280965(0x208)],'files':[{'type':a283_0x280965(0x217),'path':'.windsurf/workflows/rabetbase.md'}]},'claude':{'name':'Claude\x20Code','description':'Claude\x20Code','folders':[a283_0x280965(0x20c)],'files':[{'type':a283_0x280965(0x217),'path':'.claude/skills/lovrabet/SKILL.md'}]},'cline':{'name':'Cline','description':a283_0x280965(0x214),'folders':[a283_0x280965(0x222)],'files':[{'type':a283_0x280965(0x217),'path':'.cline/skills/lovrabet/SKILL.md'}]},'codex':{'name':a283_0x280965(0x200),'description':a283_0x280965(0x1ef),'folders':[a283_0x280965(0x201)],'files':[{'type':a283_0x280965(0x217),'path':a283_0x280965(0x210)}]},'opencode':{'name':a283_0x280965(0x206),'description':a283_0x280965(0x1fc),'folders':[a283_0x280965(0x21d)],'files':[{'type':a283_0x280965(0x217),'path':a283_0x280965(0x207)}]},'qoder':{'name':a283_0x280965(0x202),'description':'Qoder\x20IDE','folders':['.qoder'],'files':[{'type':'file','path':a283_0x280965(0x213)},{'type':'file','path':a283_0x280965(0x1f9)}]},'codebuddy':{'name':a283_0x280965(0x1f0),'description':a283_0x280965(0x21e),'folders':[a283_0x280965(0x1fe)],'files':[{'type':'file','path':a283_0x280965(0x225)}]},'trae':{'name':'Trae','description':a283_0x280965(0x1f4),'folders':['.trae'],'files':[{'type':a283_0x280965(0x217),'path':a283_0x280965(0x203)}]}};function a283_0x36ef(){const _0x11b6af=['claude','.opencode','CodeBuddy\x20IDE','cursor','.agent','Generic\x20template\x20fallback','.cline','262YVmMHo','.cursorrules','.codebuddy/skills/lovrabet/SKILL.md','1723ugiORm','Codex\x20IDE','CodeBuddy','agent','codex','Windsurf','Trae\x20IDE','Antigravity','1575wXIkAH','39150JWHBRS','45mCvNQQ','.qoder/skills/lovrabet/SKILL.md','codebuddy','332SnixOa','OpenCode\x20IDE','Other\x20(generic\x20template)','.codebuddy','.agent/skills/lovrabet/SKILL.md','Codex','.codex','Qoder','.trae/skills/lovrabet/SKILL.md','2100SMznRu','qoder','OpenCode','.opencode/skills/lovrabet/SKILL.md','.windsurf','112eSuOUD','Cursor','1329LUqVqu','.claude','2623181EvNSvz','trae','.cursor','.codex/skills/lovrabet/SKILL.md','4321284BbbbHM','cline','.qoder/rules/rabetbase.md','Cline\x20IDE','14742sTBiem','Windsurf\x20IDE','file','opencode','windsurf','Antigravity\x20IDE','antigravity'];a283_0x36ef=function(){return _0x11b6af;};return a283_0x36ef();}export const IDE_CONFIGS={...CORE_IDE_CONFIGS,'agent':{'name':a283_0x280965(0x1fd),'description':a283_0x280965(0x221),'folders':[a283_0x280965(0x220)],'files':[{'type':a283_0x280965(0x217),'path':a283_0x280965(0x1ff)}]},'antigravity':{'name':a283_0x280965(0x1f5),'description':a283_0x280965(0x21a),'folders':[a283_0x280965(0x220)],'files':[{'type':'file','path':a283_0x280965(0x1ff)}]}};export const CORE_IDE_LIST=['claude',a283_0x280965(0x212),a283_0x280965(0x1fa),a283_0x280965(0x1f2),'cursor',a283_0x280965(0x218),a283_0x280965(0x205),'trae',a283_0x280965(0x219)];export const IDE_LIST=[a283_0x280965(0x21b),a283_0x280965(0x21c),a283_0x280965(0x212),a283_0x280965(0x1fa),a283_0x280965(0x1f2),'cursor',a283_0x280965(0x218),a283_0x280965(0x205),a283_0x280965(0x20e),a283_0x280965(0x219),a283_0x280965(0x1f1)];function a283_0x2f8e(_0x3b1b58,_0x35b0cb){_0x3b1b58=_0x3b1b58-0x1ee;const _0x36efb7=a283_0x36ef();let _0x2f8ec9=_0x36efb7[_0x3b1b58];return _0x2f8ec9;}export const ALL_CORE_IDES=[a283_0x280965(0x21f),'windsurf',a283_0x280965(0x21c),a283_0x280965(0x212),a283_0x280965(0x1f2),a283_0x280965(0x218),a283_0x280965(0x205),a283_0x280965(0x1fa),a283_0x280965(0x20e)];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a284_0x5de4(_0x3442f4,_0x3130e3){_0x3442f4=_0x3442f4-0x1e6;const _0x27e3c4=a284_0x27e3();let _0x5de41c=_0x27e3c4[_0x3442f4];return _0x5de41c;}function a284_0x27e3(){const _0x41b81d=['3287123WYNaJw','1130000xXDOuK','244725bcBYiK','72830AANSYf','1582144rYMQrv','12165660hLoOhz','60276epQgst','39yLWoFQ','54PIxwZP'];a284_0x27e3=function(){return _0x41b81d;};return a284_0x27e3();}(function(_0x3e21e4,_0x3e7d0c){const _0x21be5a=a284_0x5de4,_0x659195=_0x3e21e4();while(!![]){try{const _0x4f4ac8=-parseInt(_0x21be5a(0x1ed))/0x1+parseInt(_0x21be5a(0x1ea))/0x2*(-parseInt(_0x21be5a(0x1ee))/0x3)+-parseInt(_0x21be5a(0x1eb))/0x4+parseInt(_0x21be5a(0x1e9))/0x5*(parseInt(_0x21be5a(0x1e6))/0x6)+-parseInt(_0x21be5a(0x1e7))/0x7+-parseInt(_0x21be5a(0x1e8))/0x8+parseInt(_0x21be5a(0x1ec))/0x9;if(_0x4f4ac8===_0x3e7d0c)break;else _0x659195['push'](_0x659195['shift']());}catch(_0x46b6c9){_0x659195['push'](_0x659195['shift']());}}}(a284_0x27e3,0x3d927));import{createJqFilter,resolveBundledJqPaths}from'@lovrabet/cli-framework';import{CliErrors}from'../errors.js';export const applyJqFilter=createJqFilter(CliErrors,{'bundledJqPaths':resolveBundledJqPaths()});
|
package/lib/utils/cdn-config.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a285_0xf689(){const _0x9352=['/config/index.json','2408153vLdAIS','stableVersion','10LeJkKl','sdk','60DHgNco','application/json','49399nsqtIX','now','json','1015560ezEWIz','1KxWWvC','node','1016682kNFfjE','54xqlxGc','153952wTLqEu','4713397UhMXMc','12hkOifz','/config.json','627465uksifr','186LwXVLq'];a285_0xf689=function(){return _0x9352;};return a285_0xf689();}function a285_0x2645(_0x43f452,_0x3827a3){_0x43f452=_0x43f452-0x8f;const _0xf689a8=a285_0xf689();let _0x2645a1=_0xf689a8[_0x43f452];return _0x2645a1;}(function(_0x37ce9a,_0x38a78a){const _0x3b090a=a285_0x2645,_0x17b366=_0x37ce9a();while(!![]){try{const _0x1978d8=parseInt(_0x3b090a(0x97))/0x1*(-parseInt(_0x3b090a(0x99))/0x2)+parseInt(_0x3b090a(0x9f))/0x3*(-parseInt(_0x3b090a(0x9d))/0x4)+parseInt(_0x3b090a(0x96))/0x5+parseInt(_0x3b090a(0xa0))/0x6*(-parseInt(_0x3b090a(0x93))/0x7)+parseInt(_0x3b090a(0x9b))/0x8*(-parseInt(_0x3b090a(0x9a))/0x9)+-parseInt(_0x3b090a(0x8f))/0xa*(parseInt(_0x3b090a(0xa2))/0xb)+parseInt(_0x3b090a(0x91))/0xc*(parseInt(_0x3b090a(0x9c))/0xd);if(_0x1978d8===_0x38a78a)break;else _0x17b366['push'](_0x17b366['shift']());}catch(_0x5f3220){_0x17b366['push'](_0x17b366['shift']());}}}(a285_0xf689,0x4fd55));import{getTemplateBaseUrl}from'../utils/config.js';export async function fetchCdnConfig(){const _0x29f849=a285_0x2645,_0x256745=getTemplateBaseUrl(),_0xc974c0=[_0x256745+_0x29f849(0x9e),_0x256745+_0x29f849(0xa1)];for(const _0x2fe566 of _0xc974c0){try{const _0x2ef787=await fetch(_0x2fe566,{'headers':{'Accept':_0x29f849(0x92)}});if(!_0x2ef787['ok'])continue;const _0x6a9d18=await _0x2ef787[_0x29f849(0x95)]();if(!_0x6a9d18['cli']?.[_0x29f849(0xa3)]||!_0x6a9d18[_0x29f849(0x90)]?.[_0x29f849(0x98)]?.[_0x29f849(0xa3)])continue;return _0x6a9d18;}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 _0x6c2d5c=a285_0x2645,_0x68dc1a=Date[_0x6c2d5c(0x94)]();if(hasCachedConfig){const _0x377e01=cachedConfig?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x68dc1a-cacheTime<_0x377e01)return cachedConfig;}const _0x850932=await fetchCdnConfig();return cachedConfig=_0x850932,cacheTime=_0x68dc1a,hasCachedConfig=!![],_0x850932;}export function clearCdnConfigCache(){cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
const a286_0x236139=a286_0x4711;(function(_0x4a248a,_0x4cff42){const _0x32c5de=a286_0x4711,_0x3d9ed2=_0x4a248a();while(!![]){try{const _0x5d6dca=-parseInt(_0x32c5de(0x8a))/0x1+-parseInt(_0x32c5de(0x70))/0x2*(-parseInt(_0x32c5de(0x69))/0x3)+-parseInt(_0x32c5de(0x82))/0x4+-parseInt(_0x32c5de(0x7d))/0x5+-parseInt(_0x32c5de(0x68))/0x6+-parseInt(_0x32c5de(0x6e))/0x7*(-parseInt(_0x32c5de(0x6b))/0x8)+-parseInt(_0x32c5de(0x65))/0x9*(-parseInt(_0x32c5de(0x75))/0xa);if(_0x5d6dca===_0x4cff42)break;else _0x3d9ed2['push'](_0x3d9ed2['shift']());}catch(_0x30d7d3){_0x3d9ed2['push'](_0x3d9ed2['shift']());}}}(a286_0x1d18,0x96d09));import a286_0x3db318 from'node:fs';import a286_0x4f8731 from'node:path';import a286_0x410705 from'semver';import{getCdnConfig}from'../utils/cdn-config.js';const FALLBACK_MIN_SDK_VERSION=a286_0x236139(0x7f);function isNonNumericVersion(_0x15a791){const _0x421698=a286_0x236139,_0x11f009=[/^latest$/i,/^beta$/i,/^alpha$/i,/^canary$/i,/^\*$/,/^x$/];return _0x11f009[_0x421698(0x83)](_0x4d5fd4=>_0x4d5fd4[_0x421698(0x79)](_0x15a791));}function getInstalledVersion(_0x24ad48,_0x1bef4f){const _0x2f5a3d=a286_0x236139;try{const _0x9d52ed=a286_0x4f8731['join'](_0x24ad48,'node_modules',_0x1bef4f,'package.json');if(a286_0x3db318[_0x2f5a3d(0x87)](_0x9d52ed)){const _0x18185f=JSON['parse'](a286_0x3db318[_0x2f5a3d(0x80)](_0x9d52ed,_0x2f5a3d(0x7c)));return _0x18185f[_0x2f5a3d(0x81)]||null;}}catch{}return null;}async function getSdkStableVersion(){const _0x27f25c=a286_0x236139;try{const _0x59df5f=await getCdnConfig();return _0x59df5f?.[_0x27f25c(0x6f)]?.[_0x27f25c(0x64)]?.[_0x27f25c(0x6c)]||null;}catch{return null;}}async function getSdkPackageName(){const _0x441c62=a286_0x236139;try{const _0x4b04ee=await getCdnConfig();return _0x4b04ee?.[_0x441c62(0x6f)]?.['node']?.[_0x441c62(0x7a)]||_0x441c62(0x76);}catch{return'@lovrabet/sdk';}}function a286_0x1d18(){const _0x1daf56=['6006525glWVcr','\x20\x20\x20Upgrade\x20command:\x20','1.2.0','readFileSync','version','2489716pQcSfR','some','all','join','\x1b[0m','existsSync','devDependencies','log','869029PKgJCD','node','234xrIDzE','utf8','parse','4944426GKgvxY','3VdWVpn','\x1b[33m','1118864aNwzEl','stableVersion','\x20\x20\x20Current\x20version:\x20','14bOGSLV','sdk','30662HfdUZU','minVersion','npm\x20install\x20','package.json','dependencies','1476740VKHuGC','@lovrabet/sdk','needsUpgrade','↪\x20SDK\x20update\x20available','test','packageName','coerce','utf-8'];a286_0x1d18=function(){return _0x1daf56;};return a286_0x1d18();}export async function checkSdkVersion(_0x28d6b1){const _0x4c7b46=a286_0x236139,_0x1b1d72=a286_0x4f8731[_0x4c7b46(0x85)](_0x28d6b1,_0x4c7b46(0x73)),[_0x2e91ae,_0x275591]=await Promise[_0x4c7b46(0x84)]([getSdkStableVersion(),getSdkPackageName()]),_0x4dc05f=_0x2e91ae||FALLBACK_MIN_SDK_VERSION;if(!a286_0x3db318[_0x4c7b46(0x87)](_0x1b1d72))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x4dc05f,'packageName':_0x275591,'stableVersion':_0x2e91ae};try{const _0x4aa8d2=JSON[_0x4c7b46(0x67)](a286_0x3db318['readFileSync'](_0x1b1d72,_0x4c7b46(0x66))),_0x5244a8=_0x4aa8d2['dependencies']||{},_0x2e4532=_0x4aa8d2[_0x4c7b46(0x88)]||{},_0x3bc1bb=_0x5244a8[_0x275591]||_0x2e4532[_0x275591];if(!_0x3bc1bb)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x4dc05f,'packageName':_0x275591,'stableVersion':_0x2e91ae};let _0x5f3362=getInstalledVersion(_0x28d6b1,_0x275591);!_0x5f3362&&(_0x5f3362=_0x3bc1bb);if(isNonNumericVersion(_0x3bc1bb))return{'installed':!![],'version':_0x5f3362,'needsUpgrade':![],'minVersion':_0x4dc05f,'packageName':_0x275591,'stableVersion':_0x2e91ae};const _0x4ca9a3=a286_0x410705[_0x4c7b46(0x7b)](_0x5f3362),_0xbac47e=a286_0x410705[_0x4c7b46(0x7b)](_0x4dc05f),_0x3d2a38=_0x4ca9a3&&_0xbac47e?a286_0x410705['lt'](_0x4ca9a3,_0xbac47e):![];return{'installed':!![],'version':_0x5f3362,'needsUpgrade':_0x3d2a38,'minVersion':_0x4dc05f,'packageName':_0x275591,'stableVersion':_0x2e91ae};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x4dc05f,'packageName':_0x275591,'stableVersion':_0x2e91ae};}}function a286_0x4711(_0x569b7a,_0x40d239){_0x569b7a=_0x569b7a-0x64;const _0x1d1877=a286_0x1d18();let _0x471184=_0x1d1877[_0x569b7a];return _0x471184;}export function checkSdkVersionSync(_0x373f10){const _0x32d85c=a286_0x236139,_0x4fe93b=a286_0x4f8731[_0x32d85c(0x85)](_0x373f10,_0x32d85c(0x73)),_0x19f055='@lovrabet/sdk';if(!a286_0x3db318[_0x32d85c(0x87)](_0x4fe93b))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x19f055,'stableVersion':null};try{const _0x3bedae=JSON[_0x32d85c(0x67)](a286_0x3db318[_0x32d85c(0x80)](_0x4fe93b,_0x32d85c(0x66))),_0x12a76b=_0x3bedae[_0x32d85c(0x74)]||{},_0x1a4f32=_0x3bedae['devDependencies']||{},_0xaca62d=_0x12a76b[_0x19f055]||_0x1a4f32[_0x19f055];if(!_0xaca62d)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x19f055,'stableVersion':null};let _0x16a45e=getInstalledVersion(_0x373f10,_0x19f055);!_0x16a45e&&(_0x16a45e=_0xaca62d);if(isNonNumericVersion(_0xaca62d))return{'installed':!![],'version':_0x16a45e,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x19f055,'stableVersion':null};const _0xe7cd33=a286_0x410705['coerce'](_0x16a45e),_0x2b1118=_0xe7cd33?a286_0x410705['lt'](_0xe7cd33,FALLBACK_MIN_SDK_VERSION):![];return{'installed':!![],'version':_0x16a45e,'needsUpgrade':_0x2b1118,'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x19f055,'stableVersion':null};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x19f055,'stableVersion':null};}}export function printSdkUpgradeWarning(_0x4aaa93){const _0x215fa7=a286_0x236139;if(!_0x4aaa93[_0x215fa7(0x77)])return;const _0x53c58f=_0x215fa7(0x6a),_0x448ad5=_0x215fa7(0x86),_0x1c022b='\x1b[1m',_0x4814d2=_0x4aaa93['packageName']||'@lovrabet/sdk',_0x3b9a9e=_0x4aaa93[_0x215fa7(0x6c)]||_0x4aaa93[_0x215fa7(0x71)],_0x4d25c5=_0x215fa7(0x72)+_0x4814d2+'@'+(_0x3b9a9e||'latest');console[_0x215fa7(0x89)](),console['log'](''+_0x53c58f+_0x1c022b+_0x215fa7(0x78)+_0x448ad5),console[_0x215fa7(0x89)](_0x53c58f+_0x215fa7(0x6d)+_0x4814d2+'@'+_0x4aaa93[_0x215fa7(0x81)]+_0x448ad5),console[_0x215fa7(0x89)](_0x53c58f+'\x20\x20\x20Stable\x20version:\x20'+_0x3b9a9e+_0x448ad5),console[_0x215fa7(0x89)](_0x53c58f+_0x215fa7(0x7e)+_0x4d25c5+_0x448ad5),console[_0x215fa7(0x89)]();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x33947e,_0x2bd102){const _0x3b5556=a287_0x1ffb,_0x137da8=_0x33947e();while(!![]){try{const _0x2a1f23=parseInt(_0x3b5556(0x155))/0x1*(parseInt(_0x3b5556(0x16c))/0x2)+-parseInt(_0x3b5556(0x15a))/0x3+parseInt(_0x3b5556(0x152))/0x4*(parseInt(_0x3b5556(0x162))/0x5)+-parseInt(_0x3b5556(0x164))/0x6+parseInt(_0x3b5556(0x159))/0x7+parseInt(_0x3b5556(0x16a))/0x8*(-parseInt(_0x3b5556(0x14b))/0x9)+parseInt(_0x3b5556(0x15d))/0xa*(parseInt(_0x3b5556(0x160))/0xb);if(_0x2a1f23===_0x2bd102)break;else _0x137da8['push'](_0x137da8['shift']());}catch(_0x40b92f){_0x137da8['push'](_0x137da8['shift']());}}}(a287_0x26f5,0x8c5db));import{readFileSync}from'node:fs';import{resolve,dirname}from'node:path';import{fileURLToPath}from'node:url';function a287_0x1ffb(_0x4e3f55,_0x14043a){_0x4e3f55=_0x4e3f55-0x149;const _0x26f523=a287_0x26f5();let _0x1ffb06=_0x26f523[_0x4e3f55];return _0x1ffb06;}import a287_0x2cd6aa 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(_0x26b200){const _0x2abdbf=a287_0x1ffb,_0x207383=_0x26b200['stableVersion']||_0x2abdbf(0x14f);return _0x2abdbf(0x161)+NPM_PACKAGE_NAME+'@'+_0x207383;}function getCurrentCliVersion(){const _0x15e434=a287_0x1ffb;try{const _0x4f2525=fileURLToPath(import.meta.url),_0x51b8e7=resolve(dirname(_0x4f2525),_0x15e434(0x169)),_0x5f47f4=resolve(_0x51b8e7,_0x15e434(0x156)),_0xbbdbe9=JSON[_0x15e434(0x16f)](readFileSync(_0x5f47f4,_0x15e434(0x16b)));return _0xbbdbe9['version']||_0x15e434(0x16d);}catch{return _0x15e434(0x16d);}}export async function checkCliVersion(){const _0x585074=a287_0x1ffb,_0x128b20=getCurrentCliVersion(),_0x4ff768=await getCliVersionPolicy(),_0x55cc2e=_0x4ff768?.[_0x585074(0x15f)]||null,_0x42f843=_0x4ff768?.[_0x585074(0x15e)]||null;let _0x5620ed=![],_0x3a493f=![];const _0x26c693=a287_0x2cd6aa[_0x585074(0x158)](_0x128b20);if(_0x26c693&&_0x55cc2e)try{const _0x4203f1=a287_0x2cd6aa[_0x585074(0x158)](_0x55cc2e);if(_0x4203f1)_0x5620ed=a287_0x2cd6aa['lt'](_0x26c693,_0x4203f1);}catch{}if(_0x26c693&&_0x42f843)try{const _0x35c63a=a287_0x2cd6aa[_0x585074(0x158)](_0x42f843);if(_0x35c63a)_0x3a493f=a287_0x2cd6aa['lt'](_0x26c693,_0x35c63a);}catch{}return _0x3a493f&&(_0x5620ed=!![]),{'currentVersion':_0x128b20,'stableVersion':_0x55cc2e,'minimumVersion':_0x42f843,'needsUpgrade':_0x5620ed,'belowMinimum':_0x3a493f,'isPreRelease':![],'upgradeMessage':_0x4ff768?.[_0x585074(0x153)],'minimumVersionMessage':_0x4ff768?.[_0x585074(0x170)]};}function a287_0x26f5(){const _0x4c388a=['\x20\x20\x20Minimum\x20supported:\x20','18rAiYFR','Current\x20version:\x20','\x1b[33m','\x1b[1m','latest','belowMinimum','log','3230300LyvEpj','upgradeMessage','\x20\x20\x20Current\x20CLI\x20version:\x20','2488FPcefe','package.json','Current\x20CLI\x20version\x20is\x20below\x20the\x20service\x20compatibility\x20support\x20line.','coerce','3818850FTAwWw','1724952jUwBTr','Minimum\x20supported:\x20','\x20\x20\x20Upgrade\x20command:\x20','130fLOVFS','minimumVersion','stableVersion','464530MNoJEw','npm\x20install\x20-g\x20','5ekbHlq','currentVersion','1040676ydQULF','filter','\x20\x20\x20','\x1b[31m','↪\x20New\x20version\x20available','../..','2742920MSxicI','utf-8','86prRfox','1.0.0','Upgrade\x20command:\x20','parse','minimumVersionMessage','join'];a287_0x26f5=function(){return _0x4c388a;};return a287_0x26f5();}export function printCliUpgradeWarning(_0x42f9df){const _0x4aa499=a287_0x1ffb;if(!_0x42f9df['needsUpgrade']&&!_0x42f9df[_0x4aa499(0x150)])return;const _0x6929ca=_0x4aa499(0x167),_0x4841f6=_0x4aa499(0x14d),_0x3bd84f='\x1b[0m',_0x590d95=_0x4aa499(0x14e),_0x29015c=getCliUpgradeCommand(_0x42f9df);console[_0x4aa499(0x151)](),_0x42f9df[_0x4aa499(0x150)]?(console[_0x4aa499(0x151)](''+_0x6929ca+_0x590d95+'↪\x20Critical\x20CLI\x20upgrade\x20required'+_0x3bd84f),console['log'](_0x6929ca+_0x4aa499(0x154)+_0x42f9df[_0x4aa499(0x163)]+_0x3bd84f),_0x42f9df[_0x4aa499(0x15e)]&&console['log'](_0x6929ca+_0x4aa499(0x14a)+_0x42f9df[_0x4aa499(0x15e)]+_0x3bd84f),_0x42f9df[_0x4aa499(0x15f)]&&_0x42f9df[_0x4aa499(0x15f)]!==_0x42f9df[_0x4aa499(0x15e)]&&console[_0x4aa499(0x151)](_0x6929ca+'\x20\x20\x20Recommended\x20stable:\x20'+_0x42f9df[_0x4aa499(0x15f)]+_0x3bd84f),_0x42f9df[_0x4aa499(0x170)]&&console[_0x4aa499(0x151)](_0x6929ca+_0x4aa499(0x166)+_0x42f9df[_0x4aa499(0x170)]+_0x3bd84f),console[_0x4aa499(0x151)](_0x6929ca+_0x4aa499(0x15c)+_0x29015c+_0x3bd84f)):(console[_0x4aa499(0x151)](''+_0x4841f6+_0x590d95+_0x4aa499(0x168)+_0x3bd84f),console['log'](_0x4841f6+_0x4aa499(0x154)+_0x42f9df[_0x4aa499(0x163)]+_0x3bd84f),console['log'](_0x4841f6+'\x20\x20\x20Stable\x20version:\x20'+_0x42f9df[_0x4aa499(0x15f)]+_0x3bd84f),_0x42f9df[_0x4aa499(0x153)]&&console[_0x4aa499(0x151)](_0x4841f6+_0x4aa499(0x166)+_0x42f9df['upgradeMessage']+_0x3bd84f),console[_0x4aa499(0x151)](_0x4841f6+_0x4aa499(0x15c)+_0x29015c+_0x3bd84f)),console['log']();}export function assertCliVersionSupported(_0x21e3d8){const _0x2dfe0b=a287_0x1ffb;if(!_0x21e3d8[_0x2dfe0b(0x150)])return;const _0x44d775=[_0x21e3d8[_0x2dfe0b(0x170)],_0x2dfe0b(0x14c)+_0x21e3d8[_0x2dfe0b(0x163)],_0x21e3d8[_0x2dfe0b(0x15e)]?_0x2dfe0b(0x15b)+_0x21e3d8[_0x2dfe0b(0x15e)]:null,_0x2dfe0b(0x16e)+getCliUpgradeCommand(_0x21e3d8)][_0x2dfe0b(0x165)](Boolean)[_0x2dfe0b(0x149)]('\x0a');throw CliErrors['validation'](_0x2dfe0b(0x157),_0x44d775);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x174a86,_0x5af0a5){const _0x9af8a1=a288_0x4fb0,_0x1b5dcf=_0x174a86();while(!![]){try{const _0x1b6e39=parseInt(_0x9af8a1(0x159))/0x1+-parseInt(_0x9af8a1(0x14e))/0x2+-parseInt(_0x9af8a1(0x155))/0x3*(parseInt(_0x9af8a1(0x154))/0x4)+parseInt(_0x9af8a1(0x162))/0x5*(parseInt(_0x9af8a1(0x14f))/0x6)+-parseInt(_0x9af8a1(0x15c))/0x7+-parseInt(_0x9af8a1(0x163))/0x8+-parseInt(_0x9af8a1(0x153))/0x9*(-parseInt(_0x9af8a1(0x152))/0xa);if(_0x1b6e39===_0x5af0a5)break;else _0x1b5dcf['push'](_0x1b5dcf['shift']());}catch(_0x350b8a){_0x1b5dcf['push'](_0x1b5dcf['shift']());}}}(a288_0x39c0,0x4cb57));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(_0x514aee){const _0x517296=a288_0x4fb0;return typeof _0x514aee===_0x517296(0x15d)&&_0x514aee[_0x517296(0x151)]()[_0x517296(0x156)]>0x0?_0x514aee[_0x517296(0x151)]():null;}function normalizeCliVersionPolicy(_0x12a791){const _0x95b67b=a288_0x4fb0;if(!_0x12a791||typeof _0x12a791!==_0x95b67b(0x161))return null;const _0x2dddb6=_0x12a791,_0xbe1df1=_0x2dddb6[_0x95b67b(0x15a)]&&typeof _0x2dddb6[_0x95b67b(0x15a)]===_0x95b67b(0x161)?_0x2dddb6['cli']:_0x2dddb6,_0x229e25=pickString(_0xbe1df1['stableVersion'])||pickString(_0xbe1df1['latestVersion'])||pickString(_0xbe1df1[_0x95b67b(0x158)]),_0x3c95f4=pickString(_0xbe1df1[_0x95b67b(0x15f)])||pickString(_0xbe1df1[_0x95b67b(0x150)]);if(!_0x229e25&&!_0x3c95f4)return null;return{'stableVersion':_0x229e25,'minimumVersion':_0x3c95f4,'upgradeMessage':pickString(_0xbe1df1[_0x95b67b(0x157)])||undefined,'minimumVersionMessage':pickString(_0xbe1df1['minimumVersionMessage'])||undefined};}export async function fetchRabetbaseCdnConfig(){const _0xba4067=a288_0x4fb0,_0x2da3aa=new AbortController(),_0x3496c0=setTimeout(()=>_0x2da3aa['abort'](),FETCH_TIMEOUT_MS);try{const _0x3ab37c=await fetch(CLI_VERSION_POLICY_URL,{'headers':{'Accept':'application/json'},'signal':_0x2da3aa[_0xba4067(0x15b)]});if(!_0x3ab37c['ok'])return null;const _0x48924c=await _0x3ab37c[_0xba4067(0x160)]();return _0x48924c&&typeof _0x48924c==='object'?_0x48924c:null;}catch{return null;}finally{clearTimeout(_0x3496c0);}}function a288_0x39c0(){const _0x16b84b=['15SbCPrS','1287288sZQwnz','535498BdPdeO','779910nSDIeo','minVersion','trim','5915730VjWIIq','9gCYkgt','4JNxSQS','400812hzBYrf','length','upgradeMessage','recommendedVersion','124120zinWHG','cli','signal','1604295rCFHWV','string','now','minimumVersion','json','object'];a288_0x39c0=function(){return _0x16b84b;};return a288_0x39c0();}function a288_0x4fb0(_0x20f2c8,_0xb91544){_0x20f2c8=_0x20f2c8-0x14e;const _0x39c0bf=a288_0x39c0();let _0x4fb007=_0x39c0bf[_0x20f2c8];return _0x4fb007;}export async function fetchCliVersionPolicy(){return normalizeCliVersionPolicy(await fetchRabetbaseCdnConfig());}let cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];export async function getRabetbaseCdnConfig(){const _0x2ba70a=a288_0x4fb0,_0x227cc2=Date[_0x2ba70a(0x15e)]();if(hasCachedConfig){const _0x130d21=cachedConfig?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x227cc2-cacheTime<_0x130d21)return cachedConfig;}return cachedConfig=await fetchRabetbaseCdnConfig(),cacheTime=_0x227cc2,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
|
-
|
|
1
|
+
(function(_0x5cdc19,_0x921ac6){const _0x535f17=a289_0x41a3,_0x30010d=_0x5cdc19();while(!![]){try{const _0x59d87c=parseInt(_0x535f17(0x18f))/0x1+parseInt(_0x535f17(0x189))/0x2+-parseInt(_0x535f17(0x18d))/0x3*(parseInt(_0x535f17(0x18c))/0x4)+parseInt(_0x535f17(0x18e))/0x5*(-parseInt(_0x535f17(0x190))/0x6)+-parseInt(_0x535f17(0x191))/0x7*(parseInt(_0x535f17(0x192))/0x8)+parseInt(_0x535f17(0x18b))/0x9+parseInt(_0x535f17(0x18a))/0xa;if(_0x59d87c===_0x921ac6)break;else _0x30010d['push'](_0x30010d['shift']());}catch(_0x5355d2){_0x30010d['push'](_0x30010d['shift']());}}}(a289_0x1a22,0xb2120));function a289_0x41a3(_0xc8253,_0x381b30){_0xc8253=_0xc8253-0x189;const _0x1a2228=a289_0x1a22();let _0x41a3b6=_0x1a2228[_0xc8253];return _0x41a3b6;}import{initEnv}from'../constant/env.js';import{readRawConfig,getConfigAppCode as a289_0x3ba6da,getMultiAppConfigs as a289_0x4b3f83,getTemplateBaseUrl as a289_0x14904f}from'../context.js';export{getProjectConfigPath,getGlobalConfigPath}from'../context.js';function a289_0x1a22(){const _0x1c7714=['5625772SZNXUC','3uDcAoQ','231205WgzXJS','302771hlamAy','30MqVIxA','1398404NfKQKH','48mpJvUM','env','2765124OpcGGn','9122780CwyPeG','8712405HcUecR'];a289_0x1a22=function(){return _0x1c7714;};return a289_0x1a22();}export{isInProject}from'../context.js';export function readConfig(_0x50e2a7){const _0xc8daa3=a289_0x41a3,_0x4a6faf=readRawConfig(_0x50e2a7);return _0x4a6faf[_0xc8daa3(0x193)]&&typeof _0x4a6faf[_0xc8daa3(0x193)]==='string'&&initEnv(_0x4a6faf['env']),_0x4a6faf;}export function getConfigAppCode(){return a289_0x3ba6da();}export function getMultiAppConfigs(_0x3033c6='project'){return a289_0x4b3f83(_0x3033c6);}export function getTemplateBaseUrl(){return a289_0x14904f();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0xe87679,_0x3e9ef3){const _0x856923=a290_0x4d31,_0x586bc7=_0xe87679();while(!![]){try{const _0x361643=-parseInt(_0x856923(0xc6))/0x1+-parseInt(_0x856923(0xcb))/0x2*(-parseInt(_0x856923(0xc5))/0x3)+-parseInt(_0x856923(0xc3))/0x4*(parseInt(_0x856923(0xc7))/0x5)+parseInt(_0x856923(0xc4))/0x6+parseInt(_0x856923(0xc1))/0x7+parseInt(_0x856923(0xca))/0x8+-parseInt(_0x856923(0xc8))/0x9*(-parseInt(_0x856923(0xcd))/0xa);if(_0x361643===_0x3e9ef3)break;else _0x586bc7['push'](_0x586bc7['shift']());}catch(_0x46e24b){_0x586bc7['push'](_0x586bc7['shift']());}}}(a290_0x3ef5,0xd756f));function toFiniteNumber(_0x43873c){const _0x8b5a56=a290_0x4d31;if(typeof _0x43873c===_0x8b5a56(0xc2)&&Number[_0x8b5a56(0xc9)](_0x43873c))return _0x43873c;if(typeof _0x43873c==='string'){const _0xf66e01=_0x43873c[_0x8b5a56(0xcc)]();if(!_0xf66e01)return undefined;const _0x43ce74=Number(_0xf66e01);if(Number['isFinite'](_0x43ce74))return _0x43ce74;}return undefined;}function a290_0x4d31(_0x36c5d1,_0x5cf1d6){_0x36c5d1=_0x36c5d1-0xc1;const _0x3ef5b8=a290_0x3ef5();let _0x4d31f8=_0x3ef5b8[_0x36c5d1];return _0x4d31f8;}function a290_0x3ef5(){const _0x7bcf2=['2115180KfkIHg','3EBmBGa','829947Wrtktn','10HEEPOf','9054306NASBsY','isFinite','7012520VRkKZZ','44476RaiyvJ','trim','10TDuQot','6573679MHeIxt','number','2968972XFxRzN'];a290_0x3ef5=function(){return _0x7bcf2;};return a290_0x3ef5();}export function normalizeEntityWithIdResponse(_0x1d6f7e){const _0x3216f6=toFiniteNumber(_0x1d6f7e);if(_0x3216f6!==undefined)return{'id':_0x3216f6,'entity':{'id':_0x3216f6}};if(!_0x1d6f7e||typeof _0x1d6f7e!=='object')return{'id':undefined,'entity':{}};const _0xabbb0d={..._0x1d6f7e},_0x2b8db3=toFiniteNumber(_0xabbb0d['id']);return _0x2b8db3!==undefined&&(_0xabbb0d['id']=_0x2b8db3),{'id':_0x2b8db3,'entity':_0xabbb0d};}
|
package/lib/utils/file-utils.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a291_0x1eff(){const _0x249867=['153eJUJVh','526380RZxTQi','20ujFJqC','509502gXLmBe','692152FYRbhE','468699ZmiRMw','994774SNSrmR','872577BobXad','1838076SXJqHS'];a291_0x1eff=function(){return _0x249867;};return a291_0x1eff();}(function(_0x4fa5bd,_0x170050){const _0x28c9c1=a291_0x54f3,_0x338f36=_0x4fa5bd();while(!![]){try{const _0x5b7e93=-parseInt(_0x28c9c1(0xe9))/0x1+-parseInt(_0x28c9c1(0xe8))/0x2+parseInt(_0x28c9c1(0xe7))/0x3*(parseInt(_0x28c9c1(0xe4))/0x4)+-parseInt(_0x28c9c1(0xe3))/0x5+-parseInt(_0x28c9c1(0xea))/0x6+parseInt(_0x28c9c1(0xe5))/0x7+parseInt(_0x28c9c1(0xe6))/0x8*(parseInt(_0x28c9c1(0xeb))/0x9);if(_0x5b7e93===_0x170050)break;else _0x338f36['push'](_0x338f36['shift']());}catch(_0x5aa455){_0x338f36['push'](_0x338f36['shift']());}}}(a291_0x1eff,0x849d4));function a291_0x54f3(_0x408fb5,_0x2b084f){_0x408fb5=_0x408fb5-0xe3;const _0x1eff45=a291_0x1eff();let _0x54f35f=_0x1eff45[_0x408fb5];return _0x54f35f;}import{existsSync,mkdirSync,copyFileSync,readdirSync,statSync}from'node:fs';import{join}from'node:path';export async function copyDir(_0x205f16,_0x4356a1){const _0x5558b2=statSync(_0x205f16);if(_0x5558b2['isDirectory']()){!existsSync(_0x4356a1)&&mkdirSync(_0x4356a1,{'recursive':!![]});const _0x1198a9=readdirSync(_0x205f16);for(const _0x18e1a5 of _0x1198a9){await copyDir(join(_0x205f16,_0x18e1a5),join(_0x4356a1,_0x18e1a5));}}else copyFileSync(_0x205f16,_0x4356a1);}export function ensureDir(_0x3a73b8){!existsSync(_0x3a73b8)&&mkdirSync(_0x3a73b8,{'recursive':!![]});}export function pathExists(_0x125ba4){return existsSync(_0x125ba4);}
|
package/lib/utils/guides-cdn.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a292_0x3bc79e=a292_0x1d4d;(function(_0x4b91e2,_0x40fb09){const _0x197f6e=a292_0x1d4d,_0x5085dd=_0x4b91e2();while(!![]){try{const _0xd66dd9=parseInt(_0x197f6e(0x19f))/0x1+parseInt(_0x197f6e(0x19c))/0x2+-parseInt(_0x197f6e(0x198))/0x3*(-parseInt(_0x197f6e(0x1b1))/0x4)+-parseInt(_0x197f6e(0x1a6))/0x5+-parseInt(_0x197f6e(0x193))/0x6*(parseInt(_0x197f6e(0x199))/0x7)+-parseInt(_0x197f6e(0x197))/0x8*(parseInt(_0x197f6e(0x196))/0x9)+-parseInt(_0x197f6e(0x1b4))/0xa*(parseInt(_0x197f6e(0x1a5))/0xb);if(_0xd66dd9===_0x40fb09)break;else _0x5085dd['push'](_0x5085dd['shift']());}catch(_0x4a8794){_0x5085dd['push'](_0x5085dd['shift']());}}}(a292_0x356c,0x18756));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 _0x462081=a292_0x1d4d,_0x3c125d=getTemplateBaseUrl();return _0x3c125d+_0x462081(0x19b);}const CACHE_DIR=join(homedir(),a292_0x3bc79e(0x19d),a292_0x3bc79e(0x1a1));export async function fetchGuidesFromCDN(){const _0xeb5749=a292_0x3bc79e,_0x1f8f30=getGuidesCdnUrl(),_0x57126f=await fetch(_0x1f8f30,{'headers':{'Accept':_0xeb5749(0x1a4)}});if(!_0x57126f['ok'])throw new Error(_0xeb5749(0x1b6)+_0x57126f[_0xeb5749(0x19a)]+'\x20'+_0x57126f[_0xeb5749(0x1ae)]);const _0x1211b8=await _0x57126f[_0xeb5749(0x192)]();if(!_0x1211b8[_0xeb5749(0x1ad)]||typeof _0x1211b8[_0xeb5749(0x1ad)]!==_0xeb5749(0x1a8))throw new Error('CDN\x20returned\x20invalid\x20data');return _0x1211b8;}export function writeGuidesToProject(_0x2d0828,_0x311eb8,_0x51ca85=a292_0x3bc79e(0x1a3),_0x577546){const _0x43452e=a292_0x3bc79e,_0x222048=join(_0x311eb8,_0x51ca85);mkdirSync(_0x222048,{'recursive':!![]});for(const [_0x34745d,_0xb8e5]of Object[_0x43452e(0x1b5)](_0x2d0828['guides'])){let _0x523a39=_0xb8e5[_0x43452e(0x1a7)];_0xb8e5[_0x43452e(0x1b7)]&&(_0x523a39=appendUpdateTime(_0x523a39,_0xb8e5[_0x43452e(0x1b7)])),writeFileSync(join(_0x222048,_0x34745d+'.md'),_0x523a39,_0x43452e(0x1a9));}}function a292_0x1d4d(_0x53dfb0,_0x477365){_0x53dfb0=_0x53dfb0-0x192;const _0x356cc4=a292_0x356c();let _0x1d4d02=_0x356cc4[_0x53dfb0];return _0x1d4d02;}export function appendUpdateTime(_0x204d2d,_0x3c4a3c){const _0x377a4b=a292_0x3bc79e;return _0x204d2d=_0x204d2d[_0x377a4b(0x1ab)](/\n*>更新时间:.*$/m,''),_0x204d2d[_0x377a4b(0x1af)]()+(_0x377a4b(0x195)+_0x3c4a3c);}export function getSkillTemplate(_0x388e79){const _0x2a52f3=a292_0x3bc79e;return _0x388e79[_0x2a52f3(0x1ac)]?.[_0x2a52f3(0x1a7)]||'';}export function appendExtendContents(_0x231b94,_0x20d419,_0x4f5533){const _0x534563=a292_0x3bc79e,_0x4d8ceb=[];for(const [,_0x5125f0]of Object[_0x534563(0x1b5)](_0x20d419[_0x534563(0x1ad)])){_0x5125f0[_0x534563(0x1b0)]&&_0x4d8ceb[_0x534563(0x1a2)](_0x5125f0['extendContent'][_0x534563(0x1af)]());}if(_0x4d8ceb[_0x534563(0x19e)]===0x0)return _0x231b94;return _0x231b94[_0x534563(0x1af)]()+'\x0a\x0a'+_0x4d8ceb[_0x534563(0x1a0)]('\x0a\x0a')+'\x0a';}export function writeSkillFile(_0x5d74ed,_0x4f312b,_0x46aaed){const _0x143cb4=a292_0x3bc79e,_0x5a5ad3=getSkillTemplate(_0x5d74ed);if(!_0x5a5ad3)throw new Error(_0x143cb4(0x1aa));const _0x214017=dirname(_0x4f312b);mkdirSync(_0x214017,{'recursive':!![]});let _0x1ac1fc=_0x5a5ad3['replace'](/\{\{IDE_NAME\}\}/g,_0x46aaed);_0x1ac1fc=appendExtendContents(_0x1ac1fc,_0x5d74ed),_0x5d74ed[_0x143cb4(0x1ac)][_0x143cb4(0x1b7)]&&(_0x1ac1fc=appendUpdateTime(_0x1ac1fc,_0x5d74ed[_0x143cb4(0x1ac)][_0x143cb4(0x1b7)])),writeFileSync(_0x4f312b,_0x1ac1fc,_0x143cb4(0x1a9));}export async function installGuides(_0x9a84a4){const _0x9f4c22=a292_0x3bc79e,_0x578429=await fetchGuidesFromCDN();return writeGuidesToProject(_0x578429,_0x9a84a4),Object['keys'](_0x578429[_0x9f4c22(0x1ad)])[_0x9f4c22(0x19e)];}function a292_0x356c(){const _0x2d61f7=['path','title','5980OfPYCV','entries','CDN\x20request\x20failed:\x20','lastUpdated','json','444036xTMCzs','map','\x0a\x0a>更新时间:','72ISgmJM','13840FaEnlR','3pCCOwJ','7pXFQCB','status','/skills/guides.json','387452OtcKsc','.lovrabet','length','184814XZiZfH','join','cache','push','.lovrabet/skill/guides','application/json','2189dhhDJX','402340naAYdm','content','object','utf-8','CDN\x20data\x20is\x20missing\x20skillTemplate','replace','skillTemplate','guides','statusText','trimEnd','extendContent','35832WRJnVA'];a292_0x356c=function(){return _0x2d61f7;};return a292_0x356c();}export function getGuidesSummary(_0x1b92e6){const _0x4ffb22=a292_0x3bc79e;return Object[_0x4ffb22(0x1b5)](_0x1b92e6[_0x4ffb22(0x1ad)])[_0x4ffb22(0x194)](([_0xe8efb6,_0x2fb954])=>({'key':_0xe8efb6,'title':_0x2fb954[_0x4ffb22(0x1b3)],'path':_0x2fb954[_0x4ffb22(0x1b2)]}));}
|
package/lib/utils/http-client.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x322575,_0x31962e){const _0xd35d0b=a293_0x452d,_0x18d914=_0x322575();while(!![]){try{const _0x326eb9=parseInt(_0xd35d0b(0x72))/0x1+-parseInt(_0xd35d0b(0x75))/0x2+-parseInt(_0xd35d0b(0x87))/0x3*(-parseInt(_0xd35d0b(0x83))/0x4)+-parseInt(_0xd35d0b(0x84))/0x5+parseInt(_0xd35d0b(0x73))/0x6+parseInt(_0xd35d0b(0x82))/0x7*(-parseInt(_0xd35d0b(0x81))/0x8)+parseInt(_0xd35d0b(0x85))/0x9*(parseInt(_0xd35d0b(0x7d))/0xa);if(_0x326eb9===_0x31962e)break;else _0x18d914['push'](_0x18d914['shift']());}catch(_0x586e42){_0x18d914['push'](_0x18d914['shift']());}}}(a293_0x3eda,0x266e1));export async function httpRequest(_0x49e449,_0x2a8e6f={}){const _0x2a7b94=a293_0x452d,{timeout:timeout=0x7530,retries:retries=0x3,retryDelay:retryDelay=0x3e8,headers:headers={}}=_0x2a8e6f;let _0x58be3e=null;for(let _0x461713=0x0;_0x461713<=retries;_0x461713++){try{const _0x1471b8=new AbortController(),_0xaf160d=setTimeout(()=>_0x1471b8['abort'](),timeout),_0x474928=await fetch(_0x49e449,{'headers':headers,'signal':_0x1471b8[_0x2a7b94(0x76)]});clearTimeout(_0xaf160d);let _0x39a6da;const _0x5ef4fe=_0x474928[_0x2a7b94(0x86)]['get'](_0x2a7b94(0x8a));return _0x5ef4fe?.[_0x2a7b94(0x88)]('application/json')?_0x39a6da=await _0x474928[_0x2a7b94(0x7c)]():_0x39a6da=await _0x474928[_0x2a7b94(0x7a)](),{'ok':_0x474928['ok'],'status':_0x474928[_0x2a7b94(0x80)],'statusText':_0x474928[_0x2a7b94(0x74)],'data':_0x39a6da,'headers':_0x474928['headers'],'url':_0x474928[_0x2a7b94(0x77)],'text':()=>_0x474928[_0x2a7b94(0x7a)]()};}catch(_0x4b0d3e){_0x58be3e=_0x4b0d3e instanceof Error?_0x4b0d3e:new Error(String(_0x4b0d3e));if(_0x461713===retries)break;if(shouldRetry(_0x4b0d3e)){console['log'](_0x2a7b94(0x8c)+(_0x461713+0x1)+'\x20in\x20'+retryDelay+_0x2a7b94(0x8b)),await sleep(retryDelay);continue;}else break;}}throw _0x58be3e||new Error(_0x2a7b94(0x79));}function shouldRetry(_0x4d61d7){const _0x5657bb=a293_0x452d;if(_0x4d61d7 instanceof Error){if(_0x4d61d7['name']===_0x5657bb(0x89))return![];if(_0x4d61d7[_0x5657bb(0x7e)]===_0x5657bb(0x7b)&&_0x4d61d7[_0x5657bb(0x78)][_0x5657bb(0x88)]('fetch'))return!![];if(_0x4d61d7[_0x5657bb(0x78)][_0x5657bb(0x88)](_0x5657bb(0x71)))return!![];if(_0x4d61d7[_0x5657bb(0x78)][_0x5657bb(0x88)](_0x5657bb(0x7f)))return![];}return![];}function a293_0x3eda(){const _0x48c39d=['AbortError','content-type','ms...','*\x20Request\x20failed;\x20retry\x20','ECONNRESET','116295foyXTR','862920FQWwCM','statusText','391976JUxJSF','signal','url','message','Request\x20failed','text','TypeError','json','6740lYkKlv','name','ENOTFOUND','status','11624rOdHLT','623YEXQge','273172DETQRS','862920mySNNh','4365vfiYcr','headers','3YUuDWL','includes'];a293_0x3eda=function(){return _0x48c39d;};return a293_0x3eda();}function sleep(_0x1a0415){return new Promise(_0x494395=>setTimeout(_0x494395,_0x1a0415));}function a293_0x452d(_0x300731,_0x10d2d1){_0x300731=_0x300731-0x71;const _0x3eda85=a293_0x3eda();let _0x452dc8=_0x3eda85[_0x300731];return _0x452dc8;}export function validateUrl(_0xbb2828){try{return new URL(_0xbb2828),!![];}catch{return![];}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x5c8b6a,_0x499ef3){const _0x43fb79=a294_0x5efa,_0x4710ac=_0x5c8b6a();while(!![]){try{const _0x9a2fe3=-parseInt(_0x43fb79(0x134))/0x1+parseInt(_0x43fb79(0x13b))/0x2+parseInt(_0x43fb79(0x135))/0x3*(-parseInt(_0x43fb79(0x139))/0x4)+parseInt(_0x43fb79(0x137))/0x5+parseInt(_0x43fb79(0x13e))/0x6+-parseInt(_0x43fb79(0x13a))/0x7*(-parseInt(_0x43fb79(0x13d))/0x8)+-parseInt(_0x43fb79(0x138))/0x9;if(_0x9a2fe3===_0x499ef3)break;else _0x4710ac['push'](_0x4710ac['shift']());}catch(_0x2c3f22){_0x4710ac['push'](_0x4710ac['shift']());}}}(a294_0x50b0,0x1b9a7));function a294_0x50b0(){const _0x46f7d4=['299628zcEaYM','true','1816ljazdS','981942QXpMNu','setRawMode','isRaw','stdin','122385hpxeWp','32745WXMmTU','stdout','258785QMHtZF','2187981IWbdRy','36GeAwIs','6524NuTOqL'];a294_0x50b0=function(){return _0x46f7d4;};return a294_0x50b0();}function a294_0x5efa(_0x57cfe8,_0x49585e){_0x57cfe8=_0x57cfe8-0x134;const _0x50b09f=a294_0x50b0();let _0x5efa1d=_0x50b09f[_0x57cfe8];return _0x5efa1d;}function env(_0x3ef782){return process.env[`RABETBASE_${_0x3ef782}`]||process.env[`LOVRABET_${_0x3ef782}`]||undefined;}export function isNonInteractive(_0x1903eb){const _0x400a6c=a294_0x5efa;return!!(_0x1903eb['nonInteractive']||_0x1903eb['ci']||env('CI')===_0x400a6c(0x13c)||process.env.CI==='true'||!process[_0x400a6c(0x136)]['isTTY']||!isStdinRawModeSupported());}function isStdinRawModeSupported(){const _0xc35404=a294_0x5efa;if(!process[_0xc35404(0x141)]['isTTY'])return![];try{const _0x1b0286=process[_0xc35404(0x141)][_0xc35404(0x140)];return process['stdin'][_0xc35404(0x13f)](!![]),process['stdin']['setRawMode'](_0x1b0286??![]),!![];}catch{return![];}}
|
package/lib/utils/logger.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a295_0x103415=a295_0x258f;(function(_0x3d00ab,_0x38d5fd){const _0x1dd70d=a295_0x258f,_0xd858b6=_0x3d00ab();while(!![]){try{const _0x294941=parseInt(_0x1dd70d(0xb1))/0x1+parseInt(_0x1dd70d(0x90))/0x2+-parseInt(_0x1dd70d(0x94))/0x3*(-parseInt(_0x1dd70d(0x82))/0x4)+-parseInt(_0x1dd70d(0x9f))/0x5+parseInt(_0x1dd70d(0xb5))/0x6+parseInt(_0x1dd70d(0xa5))/0x7*(-parseInt(_0x1dd70d(0x87))/0x8)+-parseInt(_0x1dd70d(0x8f))/0x9*(parseInt(_0x1dd70d(0xb8))/0xa);if(_0x294941===_0x38d5fd)break;else _0xd858b6['push'](_0xd858b6['shift']());}catch(_0x4d6aa8){_0xd858b6['push'](_0xd858b6['shift']());}}}(a295_0xe60b,0x2f17b));import a295_0x4c70c7 from'winston';import a295_0x2d6080 from'node:fs';import a295_0x5acb3c from'node:path';class Logger{[a295_0x103415(0xa4)];[a295_0x103415(0x8a)];[a295_0x103415(0xa3)]='';constructor(){const _0x48a6f1=a295_0x103415;this[_0x48a6f1(0x8a)]='';}['setRawCommand'](_0x3c1622){const _0xa58b25=a295_0x103415;this[_0xa58b25(0xa3)]=_0x3c1622;}[a295_0x103415(0xaf)](){const _0x3714e8=a295_0x103415,_0x1adc9f=a295_0x5acb3c['dirname'](this[_0x3714e8(0x8a)]);!a295_0x2d6080[_0x3714e8(0xb9)](_0x1adc9f)&&a295_0x2d6080['mkdirSync'](_0x1adc9f,{'recursive':!![]});const _0xe292d8=a295_0x4c70c7[_0x3714e8(0xa9)][_0x3714e8(0xb0)](a295_0x4c70c7[_0x3714e8(0xa9)][_0x3714e8(0xb7)](),a295_0x4c70c7[_0x3714e8(0xa9)][_0x3714e8(0xa7)]({'stack':!![]}),a295_0x4c70c7[_0x3714e8(0xa9)][_0x3714e8(0x97)](_0x13ff8d=>{const _0x372935=_0x3714e8,_0x31b228={'timestamp':_0x13ff8d[_0x372935(0xb7)]||new Date()['toISOString'](),'level':_0x13ff8d[_0x372935(0x89)]||_0x372935(0x98),'command':_0x13ff8d[_0x372935(0x8b)]||_0x372935(0xa8),'rawCommand':_0x13ff8d[_0x372935(0x95)]||this[_0x372935(0xa3)]||undefined,'message':_0x13ff8d[_0x372935(0x85)]||'','duration':_0x13ff8d['duration']||undefined,'details':_0x13ff8d[_0x372935(0xa6)]||undefined};return JSON[_0x372935(0x8e)](_0x31b228);}));this['winstonLogger']=a295_0x4c70c7[_0x3714e8(0x8d)]({'level':'info','format':_0xe292d8,'transports':[new a295_0x4c70c7[(_0x3714e8(0x9c))][(_0x3714e8(0x86))]({'filename':this['logFilePath'],'level':_0x3714e8(0x98)})],'silent':![]}),a295_0x4c70c7[_0x3714e8(0x91)]({'success':_0x3714e8(0xae),'error':'red','warn':_0x3714e8(0x9e),'info':_0x3714e8(0xb4)});}[a295_0x103415(0x9b)](_0x3cb936){const _0x464d9a=a295_0x103415;this[_0x464d9a(0x8a)]=a295_0x5acb3c[_0x464d9a(0xa1)](_0x3cb936,_0x464d9a(0x84)),this[_0x464d9a(0xa4)]&&this[_0x464d9a(0xa4)][_0x464d9a(0xb2)](),this[_0x464d9a(0xaf)]();}[a295_0x103415(0x98)](_0x8cc9c8,_0xbff9d8,_0x103993){const _0x2e531a=a295_0x103415;if(!this[_0x2e531a(0x8a)]||!this[_0x2e531a(0xa4)])return;this[_0x2e531a(0xa4)]['info'](_0xbff9d8,{'command':_0x8cc9c8,'details':_0x103993});}[a295_0x103415(0xb3)](_0x4a93b3,_0x3d214b,_0x5a0bd1,_0x4c1a7e){const _0x2114e0=a295_0x103415;if(!this['logFilePath']||!this[_0x2114e0(0xa4)])return;this['winstonLogger'][_0x2114e0(0x9d)](_0x2114e0(0x98),_0x3d214b,{'level':_0x2114e0(0xb3),'command':_0x4a93b3,'duration':_0x5a0bd1,'details':_0x4c1a7e});}['error'](_0x168c2e,_0x51daa6,_0x2c53bb){const _0x3413ae=a295_0x103415;if(!this['logFilePath']||!this[_0x3413ae(0xa4)])return;this[_0x3413ae(0xa4)][_0x3413ae(0xad)](_0x51daa6,{'command':_0x168c2e,'details':_0x2c53bb});}[a295_0x103415(0x81)](_0x6ea2e9,_0x108fbe,_0x2e77d2){const _0x9b7d61=a295_0x103415;if(!this[_0x9b7d61(0x8a)]||!this[_0x9b7d61(0xa4)])return;this[_0x9b7d61(0xa4)][_0x9b7d61(0x81)](_0x108fbe,{'command':_0x6ea2e9,'details':_0x2e77d2});}async[a295_0x103415(0x8c)](_0x2c8185,_0x1a6dc3,_0x41592c){const _0x4c94d5=a295_0x103415,_0x5294e0=Date[_0x4c94d5(0x88)]();this['info'](_0x2c8185,'Starting:\x20'+_0x1a6dc3);try{const _0x574b43=await _0x41592c(),_0x382bfb=Date[_0x4c94d5(0x88)]()-_0x5294e0;return this['success'](_0x2c8185,'Completed:\x20'+_0x1a6dc3,_0x382bfb),_0x574b43;}catch(_0x477323){const _0x50bcc6=Date['now']()-_0x5294e0;this[_0x4c94d5(0xad)](_0x2c8185,_0x4c94d5(0xaa)+_0x1a6dc3,{'error':_0x477323 instanceof Error?_0x477323[_0x4c94d5(0x85)]:String(_0x477323),'duration':_0x50bcc6});throw _0x477323;}}[a295_0x103415(0xab)](){const _0x2cfd37=a295_0x103415;try{if(!a295_0x2d6080[_0x2cfd37(0xb9)](this[_0x2cfd37(0x8a)]))return[];const _0x3193bd=a295_0x2d6080['readFileSync'](this[_0x2cfd37(0x8a)],_0x2cfd37(0x92));return _0x3193bd[_0x2cfd37(0xac)]('\x0a')[_0x2cfd37(0x99)](_0x2798ab=>_0x2798ab[_0x2cfd37(0xa2)]())[_0x2cfd37(0x93)](_0x35024b=>JSON[_0x2cfd37(0x96)](_0x35024b));}catch(_0x420180){return console[_0x2cfd37(0x81)]('Failed\x20to\x20read\x20logs:',_0x420180),[];}}[a295_0x103415(0xa0)](){const _0x3ed994=a295_0x103415;try{a295_0x2d6080[_0x3ed994(0xb9)](this[_0x3ed994(0x8a)])&&a295_0x2d6080[_0x3ed994(0xb6)](this[_0x3ed994(0x8a)],'',_0x3ed994(0x92));}catch(_0x326969){console[_0x3ed994(0x81)](_0x3ed994(0x9a),_0x326969);}}[a295_0x103415(0x83)](){const _0x433af3=a295_0x103415;return this[_0x433af3(0xa4)];}}function a295_0xe60b(){const _0x357c4b=['initWinstonLogger','combine','139088GSbKoD','clear','success','blue','1113918RhGJRT','writeFileSync','timestamp','1480ZjqoMR','existsSync','warn','12VPhBiv','getWinstonInstance','.lovrabet.log','message','File','32dzoLyZ','now','level','logFilePath','command','logTask','createLogger','stringify','945cwoVsh','551464VTQYeT','addColors','utf8','map','113181LGXyLa','rawCommand','parse','printf','info','filter','Failed\x20to\x20clear\x20logs:','setLogPath','transports','log','yellow','1876755fiWeAn','clearLogs','join','trim','currentRawCommand','winstonLogger','227276wuraHm','details','errors','unknown','format','Failed:\x20','readLogs','split','error','green'];a295_0xe60b=function(){return _0x357c4b;};return a295_0xe60b();}function a295_0x258f(_0x59d5e6,_0x37ad94){_0x59d5e6=_0x59d5e6-0x81;const _0xe60b66=a295_0xe60b();let _0x258f8=_0xe60b66[_0x59d5e6];return _0x258f8;}export const logger=new Logger();
|
package/lib/utils/params.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a296_0x405c(_0x240207,_0xd45444){_0x240207=_0x240207-0x183;const _0x2cf590=a296_0x2cf5();let _0x405c53=_0x2cf590[_0x240207];return _0x405c53;}(function(_0x48ab63,_0x5dfd8c){const _0x46f6e8=a296_0x405c,_0x19c00f=_0x48ab63();while(!![]){try{const _0x59fd59=-parseInt(_0x46f6e8(0x188))/0x1*(parseInt(_0x46f6e8(0x184))/0x2)+-parseInt(_0x46f6e8(0x192))/0x3*(-parseInt(_0x46f6e8(0x18b))/0x4)+parseInt(_0x46f6e8(0x193))/0x5+parseInt(_0x46f6e8(0x18d))/0x6*(parseInt(_0x46f6e8(0x18c))/0x7)+parseInt(_0x46f6e8(0x18a))/0x8*(-parseInt(_0x46f6e8(0x18e))/0x9)+parseInt(_0x46f6e8(0x183))/0xa+-parseInt(_0x46f6e8(0x187))/0xb*(parseInt(_0x46f6e8(0x190))/0xc);if(_0x59fd59===_0x5dfd8c)break;else _0x19c00f['push'](_0x19c00f['shift']());}catch(_0x455ed3){_0x19c00f['push'](_0x19c00f['shift']());}}}(a296_0x2cf5,0x2c37b));function a296_0x2cf5(){const _0xd03355=['16pdLmxh','1952dihwzA','7xDKlbU','2163006nuUtaR','156483RqPPCw','Invalid\x20JSON\x20for\x20--params:\x20','550452VBNOgB','validation','549TqxMTi','1136740GOxKQd','33850rqlNlR','126282fAlCxu','object','Example:\x20--params\x20\x27{\x22id\x22:123}\x27','66vrsooW','3UADGca','--params\x20must\x20be\x20a\x20JSON\x20object'];a296_0x2cf5=function(){return _0xd03355;};return a296_0x2cf5();}import{CliErrors}from'../errors.js';export function parseJsonParams(_0xfeb93f){const _0x27dd02=a296_0x405c;if(!_0xfeb93f)return undefined;let _0x32e935;try{_0x32e935=JSON['parse'](_0xfeb93f);}catch{throw CliErrors[_0x27dd02(0x191)](_0x27dd02(0x18f)+_0xfeb93f);}if(!_0x32e935||typeof _0x32e935!==_0x27dd02(0x185)||Array['isArray'](_0x32e935))throw CliErrors['validation'](_0x27dd02(0x189),_0x27dd02(0x186));return _0x32e935;}
|
package/lib/utils/platform.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a297_0x4661(_0x592c6d,_0x16d3b1){_0x592c6d=_0x592c6d-0x12f;const _0x232c85=a297_0x232c();let _0x466190=_0x232c85[_0x592c6d];return _0x466190;}const a297_0x2c8d89=a297_0x4661;(function(_0x58bc90,_0x287bfa){const _0x34fe08=a297_0x4661,_0xcc9f30=_0x58bc90();while(!![]){try{const _0x2858fe=-parseInt(_0x34fe08(0x138))/0x1+-parseInt(_0x34fe08(0x13a))/0x2+-parseInt(_0x34fe08(0x12f))/0x3+parseInt(_0x34fe08(0x137))/0x4*(parseInt(_0x34fe08(0x135))/0x5)+-parseInt(_0x34fe08(0x130))/0x6+-parseInt(_0x34fe08(0x13b))/0x7*(-parseInt(_0x34fe08(0x133))/0x8)+-parseInt(_0x34fe08(0x139))/0x9*(-parseInt(_0x34fe08(0x136))/0xa);if(_0x2858fe===_0x287bfa)break;else _0xcc9f30['push'](_0xcc9f30['shift']());}catch(_0x292101){_0xcc9f30['push'](_0xcc9f30['shift']());}}}(a297_0x232c,0x94d9e));export const isWindows=process[a297_0x2c8d89(0x134)]===a297_0x2c8d89(0x131);function a297_0x232c(){const _0x5bdf4c=['607068AatFUC','997808SOgzQt','101577VoswyP','3476031JdGpmg','2308434XyrlNt','win32','.cmd','48utbZKR','platform','973270toMMje','450bQkdJf','8YcEfhn','859700ANpHBZ'];a297_0x232c=function(){return _0x5bdf4c;};return a297_0x232c();}export function resolveNpmBin(_0x253e86){const _0x1b5ae0=a297_0x2c8d89;return isWindows?_0x253e86+_0x1b5ae0(0x132):_0x253e86;}
|
package/lib/utils/sleep.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export function sleep(
|
|
1
|
+
export function sleep(_0x44effa){return new Promise(_0x313bfc=>setTimeout(_0x313bfc,_0x44effa));}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a299_0x3d3eeb=a299_0x3040;(function(_0x24548b,_0x4935cc){const _0x2f3c50=a299_0x3040,_0x3e02de=_0x24548b();while(!![]){try{const _0x570d12=parseInt(_0x2f3c50(0x18c))/0x1+parseInt(_0x2f3c50(0x197))/0x2+parseInt(_0x2f3c50(0x17f))/0x3+parseInt(_0x2f3c50(0x18d))/0x4*(-parseInt(_0x2f3c50(0x17c))/0x5)+parseInt(_0x2f3c50(0x199))/0x6*(parseInt(_0x2f3c50(0x170))/0x7)+-parseInt(_0x2f3c50(0x181))/0x8+parseInt(_0x2f3c50(0x19f))/0x9*(-parseInt(_0x2f3c50(0x180))/0xa);if(_0x570d12===_0x4935cc)break;else _0x3e02de['push'](_0x3e02de['shift']());}catch(_0x5caadf){_0x3e02de['push'](_0x3e02de['shift']());}}}(a299_0x339f,0x35bc2));function a299_0x3040(_0x216d54,_0x3f7c08){_0x216d54=_0x216d54-0x15f;const _0x339f62=a299_0x339f();let _0x3040cc=_0x339f62[_0x216d54];return _0x3040cc;}import a299_0x2ee1f9 from'node:fs';import a299_0x253faa from'node:path';import{logger}from'../utils/logger.js';import{getCliVersion}from'../utils/version.js';const CLI_VERSION=getCliVersion();function a299_0x339f(){const _0x2e1c55=['pop','.scss','extname','getMonth','.js','getHours','error','datasetCode:\x20\x22','Template\x20content\x20replacement\x20completed','.json','.jsx','isFile','replace','Starting\x20template\x20content\x20replacement','toComponentName','1807932XOIAkg','toLowerCase','push','template','processTemplate','utf8','alias:\x20\x22','alias','join','toUpperCase','charAt','getFullYear','633210sFbDkm','\x20},','.tsx','648981laMaTW','10gkHwgh','1148672LjIsGf','isDirectory','pad','includes','info','split','processFile','copyFile','.md','endsWith','.tpl','388065TsAiHN','4MsTANS','tableName:\x20\x22','toISOString','.ts','name','toDisplayTitle','slice','now','map','tableName','2538Yftzpd','promises','6KanbXK','getDate','message','mkdir','api','readFile','3362517bKaeXZ','processDirectory','success','replaceContent','Template\x20content\x20replacement\x20failed'];a299_0x339f=function(){return _0x2e1c55;};return a299_0x339f();}export class TemplateReplacer{static[a299_0x3d3eeb(0x183)](_0xacb304){return String(_0xacb304)['padStart'](0x2,'0');}static['formatLocalTimestamp'](_0x363163){const _0xc3372f=a299_0x3d3eeb,_0x22c017=_0x363163[_0xc3372f(0x17b)](),_0x2be68c=this[_0xc3372f(0x183)](_0x363163[_0xc3372f(0x164)]()+0x1),_0x500e7a=this[_0xc3372f(0x183)](_0x363163[_0xc3372f(0x19a)]()),_0x4b60e5=this[_0xc3372f(0x183)](_0x363163[_0xc3372f(0x166)]()),_0x46c390=this[_0xc3372f(0x183)](_0x363163['getMinutes']()),_0x355611=this['pad'](_0x363163['getSeconds']());return{'createdAt':_0x22c017+'-'+_0x2be68c+'-'+_0x500e7a+'\x20'+_0x4b60e5+':'+_0x46c390+':'+_0x355611,'createdDate':_0x22c017+'-'+_0x2be68c+'-'+_0x500e7a,'createdTime':_0x4b60e5+':'+_0x46c390+':'+_0x355611};}static[a299_0x3d3eeb(0x16f)](_0xcd1401){const _0x19b398=a299_0x3d3eeb,_0x72831e=_0xcd1401[_0x19b398(0x186)]('/')[_0x19b398(0x161)]()||_0xcd1401;return _0x72831e[_0x19b398(0x186)]('-')[_0x19b398(0x195)](_0x35e725=>_0x35e725['charAt'](0x0)[_0x19b398(0x179)]()+_0x35e725['slice'](0x1)[_0x19b398(0x171)]())['join']('');}static[a299_0x3d3eeb(0x192)](_0x5b6e65){const _0x29c120=a299_0x3d3eeb,_0x48bcd5=_0x5b6e65[_0x29c120(0x186)]('/')[_0x29c120(0x161)]()||_0x5b6e65;return _0x48bcd5[_0x29c120(0x186)]('-')[_0x29c120(0x195)](_0x23673b=>_0x23673b[_0x29c120(0x17a)](0x0)[_0x29c120(0x179)]()+_0x23673b[_0x29c120(0x193)](0x1)['toLowerCase']())[_0x29c120(0x178)]('\x20');}static[a299_0x3d3eeb(0x15f)](_0x17fea5,_0x2c629d,_0x204536){const _0x28c3d7=a299_0x3d3eeb,_0x478356=this['toComponentName'](_0x2c629d),_0x506ca1=this[_0x28c3d7(0x192)](_0x2c629d),{createdAt:_0x4628f6,createdDate:_0x1cbe86,createdTime:_0x48f0fb}=this['formatLocalTimestamp'](new Date());let _0x4fd1b2=_0x17fea5[_0x28c3d7(0x16d)](/\{CliVersion\}/g,CLI_VERSION)['replace'](/\{ComponentName\}/g,_0x478356)[_0x28c3d7(0x16d)](/\{DisplayTitle\}/g,_0x506ca1)['replace'](/\{PageName\}/g,_0x2c629d)[_0x28c3d7(0x16d)](/\{TemplateName\}/g,_0x204536)[_0x28c3d7(0x16d)](/\{CreatedAt\}/g,_0x4628f6)[_0x28c3d7(0x16d)](/\{CreatedDate\}/g,_0x1cbe86)['replace'](/\{CreatedTime\}/g,_0x48f0fb);return _0x4fd1b2;}static['replaceApiContent'](_0x3b68bf,_0x5273ca,_0x88ef3d,_0x1affab,_0x438e56,_0x278859,_0x50d0d3,_0x463747){const _0x1d5f0e=a299_0x3d3eeb,_0x3c9536=new Date(),_0x2189a4=_0x3c9536[_0x1d5f0e(0x18f)](),_0x132f8b=_0x88ef3d[_0x1d5f0e(0x195)](_0x1b053f=>{const _0x139972=_0x1d5f0e,_0x217384=[_0x139972(0x168)+_0x1b053f['datasetCode']+'\x22',_0x139972(0x18e)+_0x1b053f[_0x139972(0x196)]+'\x22','name:\x20\x22'+_0x1b053f[_0x139972(0x191)]+'\x22'];return _0x1b053f[_0x139972(0x177)]&&_0x217384[_0x139972(0x172)](_0x139972(0x176)+_0x1b053f[_0x139972(0x177)]+'\x22'),'\x0a\x20\x20\x20\x20{\x20'+_0x217384['join'](',\x20')+_0x139972(0x17d);})['join'](''),_0x479922=_0x1affab||_0x88ef3d[0x0]?.[_0x1d5f0e(0x177)]||'YourModel';let _0x461b58=_0x3b68bf[_0x1d5f0e(0x16d)](/\{AppCode\}/g,_0x5273ca)[_0x1d5f0e(0x16d)](/\{ModelConfigs\}/g,_0x132f8b)[_0x1d5f0e(0x16d)](/\{ExampleModelName\}/g,_0x479922)[_0x1d5f0e(0x16d)](/\{ApiFileName\}/g,_0x438e56||_0x1d5f0e(0x19d))[_0x1d5f0e(0x16d)](/\{ConfigName\}/g,_0x278859||'default')[_0x1d5f0e(0x16d)](/\{ClientConfigParam\}/g,_0x50d0d3||'')[_0x1d5f0e(0x16d)](/\{VarPrefix\}/g,_0x463747||'LOVRABET')[_0x1d5f0e(0x16d)](/\{CreatedAt\}/g,_0x2189a4);return _0x461b58;}static async[a299_0x3d3eeb(0x174)](_0x2837ea,_0xddab9d,_0x4026b1,_0x730cab,_0x5c23b7=!![]){const _0x27bf60=a299_0x3d3eeb,_0x98322e=Date[_0x27bf60(0x194)]();try{_0x5c23b7&&logger[_0x27bf60(0x185)](_0x27bf60(0x173),_0x27bf60(0x16e),{'templatePath':_0x2837ea,'targetPath':_0xddab9d,'pageName':_0x4026b1,'templateName':_0x730cab});await a299_0x2ee1f9[_0x27bf60(0x198)]['mkdir'](_0xddab9d,{'recursive':!![]}),await this[_0x27bf60(0x1a0)](_0x2837ea,_0xddab9d,_0x4026b1,_0x730cab);if(_0x5c23b7){const _0x2bdb51=Date[_0x27bf60(0x194)]()-_0x98322e;logger[_0x27bf60(0x1a1)](_0x27bf60(0x173),_0x27bf60(0x169),_0x2bdb51,{'pageName':_0x4026b1,'templateName':_0x730cab});}}catch(_0x4e813d){if(_0x5c23b7){const _0x87d1c5=Date['now']()-_0x98322e;logger[_0x27bf60(0x167)](_0x27bf60(0x173),_0x27bf60(0x160),{'templatePath':_0x2837ea,'targetPath':_0xddab9d,'pageName':_0x4026b1,'templateName':_0x730cab,'error':_0x4e813d instanceof Error?_0x4e813d[_0x27bf60(0x19b)]:String(_0x4e813d),'duration':_0x87d1c5});}throw _0x4e813d;}}static async[a299_0x3d3eeb(0x1a0)](_0x4c3ef0,_0x1375a3,_0x5befb7,_0x5ab7cc){const _0x1612c3=a299_0x3d3eeb,_0x27d206=await a299_0x2ee1f9[_0x1612c3(0x198)]['readdir'](_0x4c3ef0,{'withFileTypes':!![]});for(const _0x4c3edd of _0x27d206){const _0x13cf72=a299_0x253faa[_0x1612c3(0x178)](_0x4c3ef0,_0x4c3edd[_0x1612c3(0x191)]);let _0x4b11d1=a299_0x253faa[_0x1612c3(0x178)](_0x1375a3,_0x4c3edd[_0x1612c3(0x191)]);_0x4c3edd['name'][_0x1612c3(0x18a)](_0x1612c3(0x18b))&&(_0x4b11d1=a299_0x253faa[_0x1612c3(0x178)](_0x1375a3,_0x4c3edd['name']['replace'](/\.tpl$/,'')));if(_0x4c3edd[_0x1612c3(0x182)]())await a299_0x2ee1f9[_0x1612c3(0x198)][_0x1612c3(0x19c)](_0x4b11d1,{'recursive':!![]}),await this[_0x1612c3(0x1a0)](_0x13cf72,_0x4b11d1,_0x5befb7,_0x5ab7cc);else _0x4c3edd[_0x1612c3(0x16c)]()&&await this[_0x1612c3(0x187)](_0x13cf72,_0x4b11d1,_0x5befb7,_0x5ab7cc);}}static async['processFile'](_0x58ded6,_0x1b067e,_0x3f91eb,_0x52d64c){const _0x531f09=a299_0x3d3eeb,_0x56408b=a299_0x253faa[_0x531f09(0x163)](_0x58ded6)['toLowerCase']();_0x58ded6['endsWith']('.tpl')&&(_0x1b067e=_0x1b067e['replace'](/\.tpl$/,''));const _0x9d710f=[_0x531f09(0x17e),_0x531f09(0x190),_0x531f09(0x16b),_0x531f09(0x165),_0x531f09(0x16a),_0x531f09(0x189),'.css',_0x531f09(0x162),_0x531f09(0x18b)];if(_0x9d710f[_0x531f09(0x184)](_0x56408b)||_0x58ded6[_0x531f09(0x18a)](_0x531f09(0x18b))){const _0x4464cd=await a299_0x2ee1f9[_0x531f09(0x198)][_0x531f09(0x19e)](_0x58ded6,'utf8'),_0x1af412=this[_0x531f09(0x15f)](_0x4464cd,_0x3f91eb,_0x52d64c);await a299_0x2ee1f9['promises']['writeFile'](_0x1b067e,_0x1af412,_0x531f09(0x175));}else await a299_0x2ee1f9[_0x531f09(0x198)][_0x531f09(0x188)](_0x58ded6,_0x1b067e);}}
|