@lovrabet/rabetbase-cli 2.3.2-beta.1 → 2.3.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/auth/auth-server-ui.js +1 -1
- package/lib/auth/auth-server.js +1 -1
- package/lib/auth/constant.js +1 -1
- package/lib/auth/get-cookie.js +1 -1
- package/lib/auth/get-session-user.js +1 -1
- package/lib/auth/is-session-valid.js +1 -1
- package/lib/auth/login-success-html.js +1 -1
- package/lib/auth/logout.js +1 -1
- package/lib/cli-flags.js +1 -1
- package/lib/cli.js +1 -1
- package/lib/commands/api/generate.js +1 -1
- package/lib/commands/api/index.js +1 -1
- package/lib/commands/api/list.js +1 -1
- package/lib/commands/api/pull.js +1 -1
- package/lib/commands/api/shared.js +1 -1
- package/lib/commands/app/add.js +1 -1
- package/lib/commands/app/discover.js +1 -1
- package/lib/commands/app/index.js +1 -1
- package/lib/commands/app/list.js +1 -1
- package/lib/commands/app/remove.js +1 -1
- package/lib/commands/app/shared.js +1 -1
- package/lib/commands/app/use.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-selector.js +1 -1
- package/lib/commands/common/flags.js +1 -1
- package/lib/commands/common/validate.js +1 -1
- package/lib/commands/config/get.js +1 -1
- package/lib/commands/config/index.js +1 -1
- package/lib/commands/config/list.js +1 -1
- package/lib/commands/config/set.js +1 -1
- package/lib/commands/config/shared.js +1 -1
- package/lib/commands/data/filter.js +1 -1
- package/lib/commands/data/getOne.js +1 -1
- package/lib/commands/data/index.js +1 -1
- package/lib/commands/data/shared.js +1 -1
- package/lib/commands/dataset/business-group-update.js +1 -1
- package/lib/commands/dataset/capability.js +1 -1
- package/lib/commands/dataset/delete.js +1 -1
- package/lib/commands/dataset/detail.js +1 -1
- package/lib/commands/dataset/extend-update.js +1 -1
- package/lib/commands/dataset/field-update.js +1 -1
- package/lib/commands/dataset/index.js +1 -1
- package/lib/commands/dataset/list.js +1 -1
- package/lib/commands/dataset/operations.js +1 -1
- package/lib/commands/dataset/relation-audit.js +1 -1
- package/lib/commands/dataset/relation-create.js +1 -1
- package/lib/commands/dataset/relation-delete.js +1 -1
- package/lib/commands/dataset/relation-shared.js +1 -1
- package/lib/commands/dataset/relation-update.js +1 -1
- package/lib/commands/dataset/relations.js +1 -1
- package/lib/commands/dataset/rename.js +1 -1
- package/lib/commands/dataset/restore.js +1 -1
- package/lib/commands/db/analyze-cancel.js +1 -1
- package/lib/commands/db/analyze-start.js +1 -1
- package/lib/commands/db/analyze-status.js +1 -1
- package/lib/commands/db/create.js +1 -1
- package/lib/commands/db/delete.js +1 -1
- package/lib/commands/db/detail.js +1 -1
- package/lib/commands/db/diff.js +1 -1
- package/lib/commands/db/index.js +1 -1
- package/lib/commands/db/list.js +1 -1
- package/lib/commands/db/shared.js +1 -1
- package/lib/commands/db/tables.js +1 -1
- package/lib/commands/db/test.js +1 -1
- package/lib/commands/db/update.js +1 -1
- package/lib/commands/doctor.js +1 -1
- package/lib/commands/init/index.js +1 -1
- package/lib/commands/issue/index.js +1 -1
- package/lib/commands/issue/nudge.js +1 -1
- package/lib/commands/issue/report.js +1 -1
- package/lib/commands/issue/shared.js +1 -1
- package/lib/commands/logs/index.js +1 -1
- package/lib/commands/menu/index.js +1 -1
- package/lib/commands/menu/list.js +1 -1
- package/lib/commands/menu/shared/compare-table.js +1 -1
- package/lib/commands/menu/shared/index.js +1 -1
- package/lib/commands/menu/shared/inquirer.js +1 -1
- package/lib/commands/menu/shared/local-pages.js +1 -1
- package/lib/commands/menu/shared/logic.js +1 -1
- package/lib/commands/menu/shared/service.js +1 -1
- package/lib/commands/menu/shared/sync-core.js +1 -1
- package/lib/commands/menu/shared/update-core.js +1 -1
- package/lib/commands/menu/shared/valid-url.js +1 -1
- package/lib/commands/menu/sync.js +1 -1
- package/lib/commands/menu/update.js +1 -1
- package/lib/commands/page/generate-start.js +1 -1
- package/lib/commands/page/generate-status.js +1 -1
- package/lib/commands/page/index.js +1 -1
- package/lib/commands/page/pull.js +1 -1
- package/lib/commands/page/push.js +1 -1
- package/lib/commands/page/relation-audit.js +1 -1
- package/lib/commands/page/shared.js +1 -1
- package/lib/commands/page/standard-page-status.js +1 -1
- package/lib/commands/page/sync.js +1 -1
- package/lib/commands/project/create/enhanced-guided-create.js +1 -1
- package/lib/commands/project/create/format-elapsed.js +1 -1
- package/lib/commands/project/create/main.js +1 -1
- package/lib/commands/project/create/non-interactive.js +1 -1
- package/lib/commands/project/create/project-template-path.js +1 -1
- package/lib/commands/project/create/use-copy-project-template.js +1 -1
- package/lib/commands/project/create/use-format-code.js +1 -1
- package/lib/commands/project/create/use-install-dependencies.js +1 -1
- package/lib/commands/project/index.js +1 -1
- package/lib/commands/project/init.js +1 -1
- package/lib/commands/project/upgrade.js +1 -1
- package/lib/commands/registry.js +1 -1
- package/lib/commands/run/index.js +1 -1
- package/lib/commands/schema.js +1 -1
- package/lib/commands/sql/create.js +1 -1
- package/lib/commands/sql/delete.js +1 -1
- package/lib/commands/sql/detail.js +1 -1
- package/lib/commands/sql/exec.js +1 -1
- package/lib/commands/sql/index.js +1 -1
- package/lib/commands/sql/list.js +1 -1
- package/lib/commands/sql/pull.js +1 -1
- package/lib/commands/sql/push.js +1 -1
- package/lib/commands/sql/save.js +1 -1
- package/lib/commands/sql/shared.js +1 -1
- package/lib/commands/sql/status.js +1 -1
- package/lib/commands/sql/validate.js +1 -1
- package/lib/commands/workspace/index.js +1 -1
- package/lib/config/schema.js +1 -1
- package/lib/constant/cdn.js +1 -1
- package/lib/constant/cli.js +1 -1
- package/lib/constant/defaults.js +1 -1
- package/lib/constant/domain.js +1 -1
- package/lib/constant/env.js +1 -1
- package/lib/constant/output.js +1 -1
- package/lib/constant/paths.js +1 -1
- package/lib/constant/risk.js +1 -1
- package/lib/context/app-resolver.js +1 -1
- package/lib/context/auth-resolver.js +1 -1
- package/lib/context/config-loader.js +1 -1
- package/lib/context.js +1 -1
- package/lib/core/alias-resolver.js +1 -1
- package/lib/core/api-client.js +1 -1
- package/lib/core/bff/config.js +1 -1
- package/lib/core/bff/file-system.js +1 -1
- package/lib/core/bff/hash.js +1 -1
- package/lib/core/bff/lock.js +1 -1
- package/lib/core/bff/utils.js +1 -1
- package/lib/core/db-resolver.js +1 -1
- package/lib/core/page/file-system.js +1 -1
- package/lib/core/page/hash.js +1 -1
- package/lib/core/page/lock.js +1 -1
- package/lib/core/sql-sync/config.js +1 -1
- package/lib/core/sql-sync/file-system.js +1 -1
- package/lib/core/sql-sync/hash.js +1 -1
- package/lib/core/sql-sync/lock.js +1 -1
- package/lib/core/sql-sync/utils.js +1 -1
- package/lib/core/sql-validator.js +1 -1
- package/lib/errors.js +1 -1
- package/lib/framework/build-all-flags.js +1 -1
- package/lib/framework/flags.js +1 -1
- package/lib/framework/help.js +1 -1
- package/lib/framework/index.js +1 -1
- package/lib/framework/output.js +1 -1
- package/lib/framework/response.js +1 -1
- package/lib/framework/runner-alias.js +1 -1
- package/lib/framework/runner.js +1 -1
- package/lib/framework/schema-export.js +1 -1
- package/lib/framework/types.js +1 -1
- package/lib/generated/build-info.js +1 -1
- package/lib/help.js +1 -1
- package/lib/skills/main.js +1 -1
- package/lib/skills/npx-skills-add.js +1 -1
- package/lib/telemetry/cli-command-trace.js +1 -1
- package/lib/telemetry/cli-help-trace.js +1 -1
- package/lib/telemetry/ensure-cli-otel-config.js +1 -1
- package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
- package/lib/telemetry/send-cli-trace-log.js +1 -1
- package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
- package/lib/utils/ai_config.js +1 -1
- package/lib/utils/apply-jq-filter.js +1 -1
- package/lib/utils/cdn-config.js +1 -1
- package/lib/utils/check-sdk-version.js +1 -1
- package/lib/utils/cli-version-check.js +1 -1
- package/lib/utils/cli-version-policy.js +1 -1
- package/lib/utils/config.js +1 -1
- package/lib/utils/copy-directory.js +1 -1
- package/lib/utils/entity-with-id.js +1 -1
- package/lib/utils/file-utils.js +1 -1
- package/lib/utils/guides-cdn.js +1 -1
- package/lib/utils/http-client.js +1 -1
- package/lib/utils/is-non-interactive.js +1 -1
- package/lib/utils/logger.js +1 -1
- package/lib/utils/params.js +1 -1
- package/lib/utils/platform.js +1 -1
- package/lib/utils/rules-cdn.js +1 -1
- package/lib/utils/sleep.js +1 -1
- package/lib/utils/template-replacer.js +1 -1
- package/lib/utils/update-notice.js +1 -1
- package/lib/utils/version.js +1 -1
- package/lib/utils/with-active-cookie.js +1 -1
- package/lib/utils/write-cli-side-channel.js +1 -1
- package/package.json +1 -1
package/lib/utils/rules-cdn.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a215_0x1371a5=a215_0x3c6f;(function(_0x31f26c,_0x2e5720){const _0x5b74ac=a215_0x3c6f,_0x4f3b5c=_0x31f26c();while(!![]){try{const _0x5ab106=-parseInt(_0x5b74ac(0x1b4))/0x1+-parseInt(_0x5b74ac(0x19d))/0x2*(parseInt(_0x5b74ac(0x1b3))/0x3)+-parseInt(_0x5b74ac(0x1ab))/0x4*(parseInt(_0x5b74ac(0x1b6))/0x5)+-parseInt(_0x5b74ac(0x1b1))/0x6+parseInt(_0x5b74ac(0x1a3))/0x7*(parseInt(_0x5b74ac(0x19c))/0x8)+parseInt(_0x5b74ac(0x1ae))/0x9*(parseInt(_0x5b74ac(0x1b2))/0xa)+-parseInt(_0x5b74ac(0x1a4))/0xb*(-parseInt(_0x5b74ac(0x1b5))/0xc);if(_0x5ab106===_0x2e5720)break;else _0x4f3b5c['push'](_0x4f3b5c['shift']());}catch(_0x1f15e5){_0x4f3b5c['push'](_0x4f3b5c['shift']());}}}(a215_0x5ed7,0x97ec0));import{existsSync,mkdirSync,readFileSync,writeFileSync}from'node:fs';import{dirname,join,resolve}from'node:path';import{fileURLToPath}from'node:url';import{getTemplateBaseUrl}from'../utils/config.js';import{appendUpdateTime}from'../utils/guides-cdn.js';const __filename=fileURLToPath(import.meta.url),__dirname=dirname(__filename);function getRulesCdnUrl(){const _0x565f0e=a215_0x3c6f,_0x152825=getTemplateBaseUrl();return _0x152825+_0x565f0e(0x1a7);}const LOCAL_TEMPLATE_PATH=resolve(__dirname,a215_0x1371a5(0x1a2));export async function fetchRulesFromCDN(){const _0x41e206=a215_0x1371a5,_0x2dc2f6=getRulesCdnUrl(),_0x1c272f=await fetch(_0x2dc2f6,{'headers':{'Accept':_0x41e206(0x1a1)}});if(!_0x1c272f['ok'])throw new Error(_0x41e206(0x1a5)+_0x1c272f[_0x41e206(0x1a8)]+'\x20'+_0x1c272f['statusText']);const _0x4c0cd1=await _0x1c272f[_0x41e206(0x19e)]();if(!_0x4c0cd1[_0x41e206(0x1a0)]||typeof _0x4c0cd1[_0x41e206(0x1a0)]!==_0x41e206(0x19f))throw new Error(_0x41e206(0x1ac));return _0x4c0cd1;}function a215_0x5ed7(){const _0x21a5d4=['.cursor/rules','1152OJXnqX','2402826LtNOwi','json','string','content','application/json','../../templates/rules/lovrabet_rules.mdc.tpl','30604oBhSCh','283558dFPtdD','CDN\x20请求失败:\x20','catch','/rules/rules.json','status','本地模板文件不存在:\x20','utf-8','3845476hzDdkp','CDN\x20返回数据格式错误','lastUpdated','8945037koUokb','agents.md','lovrabet_rules.mdc','4111260usyXtE','10apJBmJ','3ObANWo','447439yeMBRo','1068HepOYs','5MefbJb'];a215_0x5ed7=function(){return _0x21a5d4;};return a215_0x5ed7();}export async function getRulesContent(){const _0x22e118=a215_0x1371a5;try{const _0x3ffba4=await fetchRulesFromCDN();return _0x3ffba4[_0x22e118(0x1a0)];}catch{return readLocalTemplate();}}export function readLocalTemplate(){const _0x5f2cb1=a215_0x1371a5;if(existsSync(LOCAL_TEMPLATE_PATH))return readFileSync(LOCAL_TEMPLATE_PATH,_0x5f2cb1(0x1aa));throw new Error(_0x5f2cb1(0x1a9)+LOCAL_TEMPLATE_PATH);}function a215_0x3c6f(_0x412b16,_0x10ffa9){_0x412b16=_0x412b16-0x19b;const _0x5ed732=a215_0x5ed7();let _0x3c6f7c=_0x5ed732[_0x412b16];return _0x3c6f7c;}export async function writeRulesFile(_0x3972d4){const _0x34bc1c=a215_0x1371a5,_0x156639=await fetchRulesFromCDN()[_0x34bc1c(0x1a6)](()=>null);let _0xf0a0c;_0x156639?(_0xf0a0c=_0x156639[_0x34bc1c(0x1a0)],_0x156639[_0x34bc1c(0x1ad)]&&(_0xf0a0c=appendUpdateTime(_0xf0a0c,_0x156639['lastUpdated']))):_0xf0a0c=readLocalTemplate();const _0xb09555=dirname(_0x3972d4);!existsSync(_0xb09555)&&mkdirSync(_0xb09555,{'recursive':!![]}),writeFileSync(_0x3972d4,_0xf0a0c,_0x34bc1c(0x1aa));}export async function copyRulesToCursor(_0x56df14){const _0x9230f1=a215_0x1371a5,_0x2527fb=join(_0x56df14,_0x9230f1(0x19b)),_0x3dc10e=join(_0x2527fb,_0x9230f1(0x1b0));if(existsSync(_0x3dc10e))return![];return await writeRulesFile(_0x3dc10e),!![];}export async function copyRulesToAgentsMd(_0x39d138){const _0x8c3a35=a215_0x1371a5,_0x20fd1e=join(_0x39d138,_0x8c3a35(0x1af));if(existsSync(_0x20fd1e))return![];return await writeRulesFile(_0x20fd1e),!![];}
|
package/lib/utils/sleep.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export function sleep(
|
|
1
|
+
export function sleep(_0x3bc144){return new Promise(_0x233b20=>setTimeout(_0x233b20,_0x3bc144));}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a217_0x1dde(){const _0xa0c1eb=['LOVRABET','charAt','.ts','template','getHours','125872tTbvru','821076MWxxjv','success','isDirectory','1708424MOKbUR','slice','padStart','name','processTemplate','alias','message','promises','\x20},','toLowerCase','模板内容替换失败','getMonth','5779382sfDwDH','YourModel','datasetCode:\x20\x22','toDisplayTitle','replaceContent','processFile','api','pad','readFile','alias:\x20\x22','.md','mkdir','2413750DqiBYA','split','name:\x20\x22','map','.tsx','replace','开始处理模板内容替换','29528paPwSs','getDate','toComponentName','tableName','now','pop','includes','\x0a\x20\x20\x20\x20{\x20','.json','readdir','3672954DAsOoM','writeFile','.scss','toUpperCase','info','getMinutes','formatLocalTimestamp','.css','endsWith','.tpl','error','399LrRjTd','342GLozYX','join'];a217_0x1dde=function(){return _0xa0c1eb;};return a217_0x1dde();}function a217_0x471d(_0x3ec8fa,_0x33fce1){_0x3ec8fa=_0x3ec8fa-0xb5;const _0x1dde0c=a217_0x1dde();let _0x471d14=_0x1dde0c[_0x3ec8fa];return _0x471d14;}const a217_0x51b1a8=a217_0x471d;(function(_0x3e66f7,_0x3fd516){const _0x598a9b=a217_0x471d,_0x127a1c=_0x3e66f7();while(!![]){try{const _0x36f252=-parseInt(_0x598a9b(0xbd))/0x1+parseInt(_0x598a9b(0xc0))/0x2+-parseInt(_0x598a9b(0xf4))/0x3*(-parseInt(_0x598a9b(0xdf))/0x4)+-parseInt(_0x598a9b(0xd8))/0x5+parseInt(_0x598a9b(0xe9))/0x6+-parseInt(_0x598a9b(0xcc))/0x7+-parseInt(_0x598a9b(0xbc))/0x8*(-parseInt(_0x598a9b(0xb5))/0x9);if(_0x36f252===_0x3fd516)break;else _0x127a1c['push'](_0x127a1c['shift']());}catch(_0x154c8a){_0x127a1c['push'](_0x127a1c['shift']());}}}(a217_0x1dde,0xdfc89));import a217_0xc19d01 from'node:fs';import a217_0x283b44 from'node:path';import{logger}from'../utils/logger.js';import{getCliVersion}from'../utils/version.js';const CLI_VERSION=getCliVersion();export class TemplateReplacer{static[a217_0x51b1a8(0xd3)](_0x5c1fcf){const _0x121f13=a217_0x51b1a8;return String(_0x5c1fcf)[_0x121f13(0xc2)](0x2,'0');}static[a217_0x51b1a8(0xef)](_0x3c5b4f){const _0x1aa999=a217_0x51b1a8,_0x436b7c=_0x3c5b4f['getFullYear'](),_0x4eeb53=this['pad'](_0x3c5b4f[_0x1aa999(0xcb)]()+0x1),_0x5f3bce=this[_0x1aa999(0xd3)](_0x3c5b4f[_0x1aa999(0xe0)]()),_0x13fee2=this[_0x1aa999(0xd3)](_0x3c5b4f[_0x1aa999(0xbb)]()),_0x31ba0a=this['pad'](_0x3c5b4f[_0x1aa999(0xee)]()),_0x466bf2=this[_0x1aa999(0xd3)](_0x3c5b4f['getSeconds']());return{'createdAt':_0x436b7c+'-'+_0x4eeb53+'-'+_0x5f3bce+'\x20'+_0x13fee2+':'+_0x31ba0a+':'+_0x466bf2,'createdDate':_0x436b7c+'-'+_0x4eeb53+'-'+_0x5f3bce,'createdTime':_0x13fee2+':'+_0x31ba0a+':'+_0x466bf2};}static['toComponentName'](_0x2e8f79){const _0x310697=a217_0x51b1a8,_0x4273d0=_0x2e8f79[_0x310697(0xd9)]('/')[_0x310697(0xe4)]()||_0x2e8f79;return _0x4273d0[_0x310697(0xd9)]('-')['map'](_0x5b583d=>_0x5b583d[_0x310697(0xb8)](0x0)[_0x310697(0xec)]()+_0x5b583d['slice'](0x1)[_0x310697(0xc9)]())[_0x310697(0xb6)]('');}static['toDisplayTitle'](_0x408781){const _0x2cf2a5=a217_0x51b1a8,_0x313eba=_0x408781[_0x2cf2a5(0xd9)]('/')[_0x2cf2a5(0xe4)]()||_0x408781;return _0x313eba[_0x2cf2a5(0xd9)]('-')[_0x2cf2a5(0xdb)](_0x54481b=>_0x54481b['charAt'](0x0)[_0x2cf2a5(0xec)]()+_0x54481b[_0x2cf2a5(0xc1)](0x1)['toLowerCase']())['join']('\x20');}static['replaceContent'](_0x586872,_0x234c60,_0x3d085d){const _0x427e55=a217_0x51b1a8,_0x45c435=this[_0x427e55(0xe1)](_0x234c60),_0x25cba4=this[_0x427e55(0xcf)](_0x234c60),{createdAt:_0x1ead06,createdDate:_0x29b53e,createdTime:_0x24d62a}=this['formatLocalTimestamp'](new Date());let _0x2eb7c2=_0x586872[_0x427e55(0xdd)](/\{CliVersion\}/g,CLI_VERSION)['replace'](/\{ComponentName\}/g,_0x45c435)['replace'](/\{DisplayTitle\}/g,_0x25cba4)[_0x427e55(0xdd)](/\{PageName\}/g,_0x234c60)[_0x427e55(0xdd)](/\{TemplateName\}/g,_0x3d085d)[_0x427e55(0xdd)](/\{CreatedAt\}/g,_0x1ead06)[_0x427e55(0xdd)](/\{CreatedDate\}/g,_0x29b53e)['replace'](/\{CreatedTime\}/g,_0x24d62a);return _0x2eb7c2;}static['replaceApiContent'](_0x40b2f0,_0x1bcfdc,_0x312271,_0x2b1e01,_0x55b6af,_0x20e0e6,_0x215645,_0x484b14){const _0x3f528c=a217_0x51b1a8,_0x32e97d=new Date(),_0x17bf98=_0x32e97d['toISOString'](),_0x4d1e78=_0x312271[_0x3f528c(0xdb)](_0x28348a=>{const _0x33a685=_0x3f528c,_0x2f8d23=[_0x33a685(0xce)+_0x28348a['datasetCode']+'\x22','tableName:\x20\x22'+_0x28348a[_0x33a685(0xe2)]+'\x22',_0x33a685(0xda)+_0x28348a['name']+'\x22'];return _0x28348a[_0x33a685(0xc5)]&&_0x2f8d23['push'](_0x33a685(0xd5)+_0x28348a['alias']+'\x22'),_0x33a685(0xe6)+_0x2f8d23[_0x33a685(0xb6)](',\x20')+_0x33a685(0xc8);})[_0x3f528c(0xb6)](''),_0x23ca57=_0x2b1e01||_0x312271[0x0]?.[_0x3f528c(0xc5)]||_0x3f528c(0xcd);let _0x25cf9b=_0x40b2f0['replace'](/\{AppCode\}/g,_0x1bcfdc)[_0x3f528c(0xdd)](/\{ModelConfigs\}/g,_0x4d1e78)[_0x3f528c(0xdd)](/\{ExampleModelName\}/g,_0x23ca57)[_0x3f528c(0xdd)](/\{ApiFileName\}/g,_0x55b6af||_0x3f528c(0xd2))[_0x3f528c(0xdd)](/\{ConfigName\}/g,_0x20e0e6||'default')[_0x3f528c(0xdd)](/\{ClientConfigParam\}/g,_0x215645||'')[_0x3f528c(0xdd)](/\{VarPrefix\}/g,_0x484b14||_0x3f528c(0xb7))[_0x3f528c(0xdd)](/\{CreatedAt\}/g,_0x17bf98);return _0x25cf9b;}static async[a217_0x51b1a8(0xc4)](_0x4c75e3,_0x93f613,_0x1f4fd2,_0x23dca7,_0x44714e=!![]){const _0x57459a=a217_0x51b1a8,_0xd0eb1f=Date[_0x57459a(0xe3)]();try{_0x44714e&&logger[_0x57459a(0xed)](_0x57459a(0xba),_0x57459a(0xde),{'templatePath':_0x4c75e3,'targetPath':_0x93f613,'pageName':_0x1f4fd2,'templateName':_0x23dca7});await a217_0xc19d01[_0x57459a(0xc7)][_0x57459a(0xd7)](_0x93f613,{'recursive':!![]}),await this['processDirectory'](_0x4c75e3,_0x93f613,_0x1f4fd2,_0x23dca7);if(_0x44714e){const _0x33f96a=Date[_0x57459a(0xe3)]()-_0xd0eb1f;logger[_0x57459a(0xbe)](_0x57459a(0xba),'模板内容替换完成',_0x33f96a,{'pageName':_0x1f4fd2,'templateName':_0x23dca7});}}catch(_0x5bcff9){if(_0x44714e){const _0x640859=Date['now']()-_0xd0eb1f;logger[_0x57459a(0xf3)](_0x57459a(0xba),_0x57459a(0xca),{'templatePath':_0x4c75e3,'targetPath':_0x93f613,'pageName':_0x1f4fd2,'templateName':_0x23dca7,'error':_0x5bcff9 instanceof Error?_0x5bcff9[_0x57459a(0xc6)]:String(_0x5bcff9),'duration':_0x640859});}throw _0x5bcff9;}}static async['processDirectory'](_0x20b6e0,_0x18d6e9,_0x53313b,_0x3a01e2){const _0x3db05f=a217_0x51b1a8,_0x4418f2=await a217_0xc19d01[_0x3db05f(0xc7)][_0x3db05f(0xe8)](_0x20b6e0,{'withFileTypes':!![]});for(const _0x147b50 of _0x4418f2){const _0x51c40a=a217_0x283b44[_0x3db05f(0xb6)](_0x20b6e0,_0x147b50['name']);let _0x131307=a217_0x283b44[_0x3db05f(0xb6)](_0x18d6e9,_0x147b50['name']);_0x147b50[_0x3db05f(0xc3)][_0x3db05f(0xf1)](_0x3db05f(0xf2))&&(_0x131307=a217_0x283b44[_0x3db05f(0xb6)](_0x18d6e9,_0x147b50['name'][_0x3db05f(0xdd)](/\.tpl$/,'')));if(_0x147b50[_0x3db05f(0xbf)]())await a217_0xc19d01[_0x3db05f(0xc7)][_0x3db05f(0xd7)](_0x131307,{'recursive':!![]}),await this['processDirectory'](_0x51c40a,_0x131307,_0x53313b,_0x3a01e2);else _0x147b50['isFile']()&&await this['processFile'](_0x51c40a,_0x131307,_0x53313b,_0x3a01e2);}}static async[a217_0x51b1a8(0xd1)](_0x2b115b,_0x51f8cb,_0x13d3bf,_0x5bae7c){const _0x4e196f=a217_0x51b1a8,_0x35d69f=a217_0x283b44['extname'](_0x2b115b)[_0x4e196f(0xc9)]();_0x2b115b['endsWith']('.tpl')&&(_0x51f8cb=_0x51f8cb[_0x4e196f(0xdd)](/\.tpl$/,''));const _0x4c4d0b=[_0x4e196f(0xdc),_0x4e196f(0xb9),'.jsx','.js',_0x4e196f(0xe7),_0x4e196f(0xd6),_0x4e196f(0xf0),_0x4e196f(0xeb),_0x4e196f(0xf2)];if(_0x4c4d0b[_0x4e196f(0xe5)](_0x35d69f)||_0x2b115b['endsWith'](_0x4e196f(0xf2))){const _0x3f84f6=await a217_0xc19d01[_0x4e196f(0xc7)][_0x4e196f(0xd4)](_0x2b115b,'utf8'),_0x36d344=this[_0x4e196f(0xd0)](_0x3f84f6,_0x13d3bf,_0x5bae7c);await a217_0xc19d01[_0x4e196f(0xc7)][_0x4e196f(0xea)](_0x51f8cb,_0x36d344,'utf8');}else await a217_0xc19d01[_0x4e196f(0xc7)]['copyFile'](_0x2b115b,_0x51f8cb);}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x3c4c09,_0x57b434){const _0x38cd7f=a218_0x35b7,_0x3b9de4=_0x3c4c09();while(!![]){try{const _0x29f231=-parseInt(_0x38cd7f(0x1c8))/0x1*(-parseInt(_0x38cd7f(0x1c6))/0x2)+parseInt(_0x38cd7f(0x1d0))/0x3+-parseInt(_0x38cd7f(0x1d2))/0x4+-parseInt(_0x38cd7f(0x1da))/0x5*(parseInt(_0x38cd7f(0x1d3))/0x6)+parseInt(_0x38cd7f(0x1dd))/0x7+parseInt(_0x38cd7f(0x1d6))/0x8+parseInt(_0x38cd7f(0x1cd))/0x9;if(_0x29f231===_0x57b434)break;else _0x3b9de4['push'](_0x3b9de4['shift']());}catch(_0x336071){_0x3b9de4['push'](_0x3b9de4['shift']());}}}(a218_0x6260,0x64185));import{mkdir,readFile,writeFile}from'node:fs/promises';import{homedir}from'node:os';import{dirname,join}from'node:path';import a218_0x12990a from'semver';import{CLI_BIN_NAME,NPM_PACKAGE_NAME}from'../constant/cli.js';import{getCliVersionPolicy}from'../utils/cli-version-policy.js';import{getCliVersion}from'../utils/version.js';const UPDATE_CHECK_TTL_MS=0xc*0x3c*0x3c*0x3e8,UPDATE_NOTICE_TTL_MS=0x18*0x3c*0x3c*0x3e8;function isUpdateNoticeDisabled(){const _0x5b27ef=a218_0x35b7,_0x8c559a=process.env.RABETBASE_NO_UPDATE_NOTICE?.['trim']()['toLowerCase']();return _0x8c559a==='1'||_0x8c559a===_0x5b27ef(0x1d7)||_0x8c559a===_0x5b27ef(0x1d1);}function cacheRoot(){const _0x28d2d3=a218_0x35b7;return process.env.XDG_CACHE_HOME||process.env.LOCALAPPDATA||join(homedir(),_0x28d2d3(0x1d9));}export function getUpdateNoticeCachePath(){const _0x1a2eb0=a218_0x35b7;return join(cacheRoot(),'rabetbase-cli',_0x1a2eb0(0x1c5));}async function readUpdateNoticeCache(){const _0x1bfa78=a218_0x35b7;try{const _0x46540c=await readFile(getUpdateNoticeCachePath(),'utf8'),_0x64bf4a=JSON['parse'](_0x46540c);if(!_0x64bf4a||typeof _0x64bf4a!==_0x1bfa78(0x1d5))return{};return _0x64bf4a;}catch{return{};}}async function writeUpdateNoticeCache(_0x1d352c){try{const _0x30f193=getUpdateNoticeCachePath();await mkdir(dirname(_0x30f193),{'recursive':!![]}),await writeFile(_0x30f193,JSON['stringify'](_0x1d352c,null,0x2)+'\x0a','utf8');}catch{}}function a218_0x35b7(_0x32bc82,_0x56c2e){_0x32bc82=_0x32bc82-0x1c5;const _0x62600f=a218_0x6260();let _0x35b7e8=_0x62600f[_0x32bc82];return _0x35b7e8;}function isFreshCheck(_0x5ccd6b,_0x4a0031){const _0xcbe18b=a218_0x35b7;return typeof _0x5ccd6b[_0xcbe18b(0x1ce)]==='number'&&_0x4a0031-_0x5ccd6b[_0xcbe18b(0x1ce)]<UPDATE_CHECK_TTL_MS;}function isRecentlyNotified(_0x95addd,_0x33840f,_0x13e178){const _0xcc0b87=a218_0x35b7;return _0x95addd[_0xcc0b87(0x1cc)]===_0x33840f&&typeof _0x95addd['lastNotifiedAt']==='number'&&_0x13e178-_0x95addd[_0xcc0b87(0x1d8)]<UPDATE_NOTICE_TTL_MS;}export function buildNpmVersionUrl(_0x237076){const _0x153f63=a218_0x35b7;return _0x153f63(0x1d4)+NPM_PACKAGE_NAME+'/v/'+_0x237076;}function a218_0x6260(){const _0x26397c=['lastNotifiedAt','.cache','880TTUxdW','latest','gte','1751848pOUqbV','trim','update-check.json','2GdvblK','valid','479002XaUKyx','\x20update',',\x20run:\x20','\x20available,\x20current\x20','lastNotifiedVersion','1859373fomMYA','checkedAt','now','1520850TcXJXq','yes','3022400sDHxxv','16044VlrbbZ','https://www.npmjs.com/package/','object','1547200bhtIlm','true'];a218_0x6260=function(){return _0x26397c;};return a218_0x6260();}export async function resolveLatestUpdateNotice(){const _0xb443ba=a218_0x35b7;if(isUpdateNoticeDisabled())return null;try{const _0x4e3400=Date[_0xb443ba(0x1cf)](),_0x1f4cfd=getCliVersion(),_0x52f7d2=await readUpdateNoticeCache();let _0x3887a4=isFreshCheck(_0x52f7d2,_0x4e3400)?_0x52f7d2[_0xb443ba(0x1db)]?.[_0xb443ba(0x1de)]():undefined;if(!_0x3887a4&&!isFreshCheck(_0x52f7d2,_0x4e3400)){const _0x25086d=await getCliVersionPolicy();_0x3887a4=_0x25086d?.['stableVersion']?.[_0xb443ba(0x1de)]()||undefined,await writeUpdateNoticeCache({..._0x52f7d2,'checkedAt':_0x4e3400,'latest':_0x3887a4,'failed':!_0x3887a4});}if(!_0x3887a4||!a218_0x12990a[_0xb443ba(0x1c7)](_0x1f4cfd)||!a218_0x12990a[_0xb443ba(0x1c7)](_0x3887a4))return null;if(a218_0x12990a[_0xb443ba(0x1dc)](_0x1f4cfd,_0x3887a4))return null;if(isRecentlyNotified(_0x52f7d2,_0x3887a4,_0x4e3400))return null;const _0x54a476=CLI_BIN_NAME+_0xb443ba(0x1c9);return await writeUpdateNoticeCache({..._0x52f7d2,'checkedAt':isFreshCheck(_0x52f7d2,_0x4e3400)?_0x52f7d2[_0xb443ba(0x1ce)]:_0x4e3400,'latest':_0x3887a4,'failed':![],'lastNotifiedVersion':_0x3887a4,'lastNotifiedAt':_0x4e3400}),{'command':_0x54a476,'current':_0x1f4cfd,'latest':_0x3887a4,'url':buildNpmVersionUrl(_0x3887a4),'message':CLI_BIN_NAME+'\x20'+_0x3887a4+_0xb443ba(0x1cb)+_0x1f4cfd+_0xb443ba(0x1ca)+_0x54a476};}catch{return null;}}
|
package/lib/utils/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a219_0x3929(_0xe64b00,_0x2308cb){_0xe64b00=_0xe64b00-0x113;var _0x121eb9=a219_0x121e();var _0x392913=_0x121eb9[_0xe64b00];return _0x392913;}(function(_0x423b8e,_0x4c721c){var _0x3f0133=a219_0x3929,_0xfeb03f=_0x423b8e();while(!![]){try{var _0x211f6a=-parseInt(_0x3f0133(0x117))/0x1+parseInt(_0x3f0133(0x116))/0x2+parseInt(_0x3f0133(0x11a))/0x3*(-parseInt(_0x3f0133(0x113))/0x4)+-parseInt(_0x3f0133(0x119))/0x5+parseInt(_0x3f0133(0x118))/0x6+-parseInt(_0x3f0133(0x114))/0x7+parseInt(_0x3f0133(0x115))/0x8;if(_0x211f6a===_0x4c721c)break;else _0xfeb03f['push'](_0xfeb03f['shift']());}catch(_0x3873ff){_0xfeb03f['push'](_0xfeb03f['shift']());}}}(a219_0x121e,0x48c29));function a219_0x121e(){var _0x2ffaf9=['468955sWoeED','6nqmYFF','288292IEHFSs','618702mPfVHn','1558704CHLeHp','682626xjSLkx','265285NCwOkN','2120892CKAWmB'];a219_0x121e=function(){return _0x2ffaf9;};return a219_0x121e();}import{VERSION}from'../generated/build-info.js';export function getCliVersion(){return VERSION;}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x2c36ee,_0x5618bc){var _0x4a2deb=a220_0x87d2,_0x20e13e=_0x2c36ee();while(!![]){try{var _0x3001f7=-parseInt(_0x4a2deb(0x100))/0x1*(parseInt(_0x4a2deb(0xff))/0x2)+parseInt(_0x4a2deb(0x103))/0x3+-parseInt(_0x4a2deb(0x106))/0x4+-parseInt(_0x4a2deb(0x101))/0x5*(parseInt(_0x4a2deb(0x105))/0x6)+parseInt(_0x4a2deb(0x104))/0x7*(-parseInt(_0x4a2deb(0x102))/0x8)+parseInt(_0x4a2deb(0xfe))/0x9+parseInt(_0x4a2deb(0x107))/0xa;if(_0x3001f7===_0x5618bc)break;else _0x20e13e['push'](_0x20e13e['shift']());}catch(_0x2b8a75){_0x20e13e['push'](_0x20e13e['shift']());}}}(a220_0x4bdd,0xbcf88));import{setActiveCookie,clearActiveCookie}from'../core/api-client.js';function a220_0x4bdd(){var _0x29544a=['20413950uZFKHz','10249686YTVHPL','535754fGkmiI','5ySOCgI','5tLYLWV','32sSdGqu','3140889QcagPP','539735wQTZvq','5297970HLOcye','3689552gZbqPg'];a220_0x4bdd=function(){return _0x29544a;};return a220_0x4bdd();}function a220_0x87d2(_0x2e0dc2,_0x41e3f3){_0x2e0dc2=_0x2e0dc2-0xfe;var _0x4bdddc=a220_0x4bdd();var _0x87d21b=_0x4bdddc[_0x2e0dc2];return _0x87d21b;}export async function withActiveCookie(_0x3e1c1a,_0x2eaae0){setActiveCookie(_0x3e1c1a);try{return await _0x2eaae0();}finally{clearActiveCookie();}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x291fda,_0x83d8){var _0x4d02b7=a221_0xc8d8,_0x332a9d=_0x291fda();while(!![]){try{var _0x5c0ad7=parseInt(_0x4d02b7(0x160))/0x1*(parseInt(_0x4d02b7(0x162))/0x2)+parseInt(_0x4d02b7(0x161))/0x3*(parseInt(_0x4d02b7(0x15e))/0x4)+-parseInt(_0x4d02b7(0x15b))/0x5*(-parseInt(_0x4d02b7(0x15d))/0x6)+-parseInt(_0x4d02b7(0x15f))/0x7+-parseInt(_0x4d02b7(0x158))/0x8+-parseInt(_0x4d02b7(0x15c))/0x9*(parseInt(_0x4d02b7(0x156))/0xa)+-parseInt(_0x4d02b7(0x159))/0xb*(parseInt(_0x4d02b7(0x157))/0xc);if(_0x5c0ad7===_0x83d8)break;else _0x332a9d['push'](_0x332a9d['shift']());}catch(_0x1d8437){_0x332a9d['push'](_0x332a9d['shift']());}}}(a221_0x1fda,0x75775));function a221_0x1fda(){var _0xda78fc=['6raoKYL','112CzHsRg','3694768nEOzlK','1ZtYhWs','75540WEUbCh','1903638yyCmWm','write','5734730OXepIX','12FZJRsR','8056MdUSOD','4182497rnDYJO','stderr','1534065TFJIIf','9jtpohd'];a221_0x1fda=function(){return _0xda78fc;};return a221_0x1fda();}function a221_0xc8d8(_0x3d15f7,_0x37321b){_0x3d15f7=_0x3d15f7-0x155;var _0x1fda08=a221_0x1fda();var _0xc8d8fb=_0x1fda08[_0x3d15f7];return _0xc8d8fb;}export function writeCliSideChannelLine(_0x19127f){var _0xffe912=a221_0xc8d8;process[_0xffe912(0x15a)][_0xffe912(0x155)](_0x19127f+'\x0a');}
|