@lovrabet/rabetbase-cli 2.3.12 → 2.3.13-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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/index.js +1 -1
- package/lib/commands/app/list.js +1 -1
- package/lib/commands/app/remote-directory.js +1 -1
- package/lib/commands/app/remove.js +1 -1
- package/lib/commands/app/shared.js +1 -1
- package/lib/commands/app-config/delete.js +1 -1
- package/lib/commands/app-config/get.js +1 -1
- package/lib/commands/app-config/index.js +1 -1
- package/lib/commands/app-config/list.js +1 -1
- package/lib/commands/app-config/set.js +1 -1
- package/lib/commands/app-config/shared.js +1 -1
- package/lib/commands/auth/index.js +1 -1
- package/lib/commands/bff/create.js +1 -1
- package/lib/commands/bff/delete.js +1 -1
- package/lib/commands/bff/detail.js +1 -1
- package/lib/commands/bff/index.js +1 -1
- package/lib/commands/bff/list.js +1 -1
- package/lib/commands/bff/pull.js +1 -1
- package/lib/commands/bff/push.js +1 -1
- package/lib/commands/bff/status.js +1 -1
- package/lib/commands/cli-skill/index.js +1 -1
- package/lib/commands/cli-update.js +1 -1
- package/lib/commands/codegen/index.js +1 -1
- package/lib/commands/codegen/sdk.js +1 -1
- package/lib/commands/codegen/sql.js +1 -1
- package/lib/commands/common/app-registry.js +1 -1
- package/lib/commands/common/app-selector.js +1 -1
- package/lib/commands/common/async-task.js +1 -1
- package/lib/commands/common/dry-run.js +1 -1
- package/lib/commands/common/flags.js +1 -1
- package/lib/commands/common/local-file.js +1 -1
- package/lib/commands/common/validate.js +1 -1
- package/lib/commands/config/get.js +1 -1
- package/lib/commands/config/index.js +1 -1
- package/lib/commands/config/list.js +1 -1
- package/lib/commands/config/set.js +1 -1
- package/lib/commands/config/shared.js +1 -1
- package/lib/commands/data/filter.js +1 -1
- package/lib/commands/data/getOne.js +1 -1
- package/lib/commands/data/index.js +1 -1
- package/lib/commands/data/shared.js +1 -1
- package/lib/commands/dataset/business-group-update.js +1 -1
- package/lib/commands/dataset/capability.js +1 -1
- package/lib/commands/dataset/delete.js +1 -1
- package/lib/commands/dataset/detail.js +1 -1
- package/lib/commands/dataset/extend-update.js +1 -1
- package/lib/commands/dataset/field-update.js +1 -1
- package/lib/commands/dataset/generate.js +1 -1
- package/lib/commands/dataset/index.js +1 -1
- package/lib/commands/dataset/list.js +1 -1
- package/lib/commands/dataset/operations.js +1 -1
- package/lib/commands/dataset/relation-audit.js +1 -1
- package/lib/commands/dataset/relation-create.js +1 -1
- package/lib/commands/dataset/relation-delete.js +1 -1
- package/lib/commands/dataset/relation-shared.js +1 -1
- package/lib/commands/dataset/relation-update.js +1 -1
- package/lib/commands/dataset/relations.js +1 -1
- package/lib/commands/dataset/rename.js +1 -1
- package/lib/commands/dataset/restore.js +1 -1
- package/lib/commands/db/analysis-batching.js +1 -1
- package/lib/commands/db/analyze-batch-plan.js +1 -1
- package/lib/commands/db/analyze-cancel.js +1 -1
- package/lib/commands/db/analyze-start.js +1 -1
- package/lib/commands/db/analyze-status.js +1 -1
- package/lib/commands/db/create.js +1 -1
- package/lib/commands/db/delete.js +1 -1
- package/lib/commands/db/detail.js +1 -1
- package/lib/commands/db/diff.js +1 -1
- package/lib/commands/db/index.js +1 -1
- package/lib/commands/db/list.js +1 -1
- package/lib/commands/db/shared.js +1 -1
- package/lib/commands/db/tables.js +1 -1
- package/lib/commands/db/test.js +1 -1
- package/lib/commands/db/update.js +1 -1
- package/lib/commands/doctor.js +1 -1
- package/lib/commands/file/index.js +1 -1
- package/lib/commands/init/index.js +1 -1
- package/lib/commands/issue/index.js +1 -1
- package/lib/commands/issue/nudge.js +1 -1
- package/lib/commands/issue/report.js +1 -1
- package/lib/commands/issue/shared.js +1 -1
- package/lib/commands/logs/index.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/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/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/update.js +1 -1
- package/lib/commands/notification/config-list.js +1 -1
- package/lib/commands/notification/index.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/permit/index.js +1 -1
- package/lib/commands/permit/page-get.js +1 -1
- package/lib/commands/permit/page-set.js +1 -1
- package/lib/commands/permit/role-apis-set.js +1 -1
- package/lib/commands/permit/role-menus-set.js +1 -1
- package/lib/commands/permit/role-menus.js +1 -1
- package/lib/commands/permit/shared.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/role/create.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/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/task/index.js +1 -1
- package/lib/commands/task/status.js +1 -1
- package/lib/commands/workspace/add.js +1 -1
- package/lib/commands/workspace/index.js +1 -1
- package/lib/commands/workspace/remove.js +1 -1
- package/lib/config/schema.js +1 -1
- package/lib/constant/cdn.js +1 -1
- package/lib/constant/cli.js +1 -1
- package/lib/constant/defaults.js +1 -1
- package/lib/constant/domain.js +1 -1
- package/lib/constant/env.js +1 -1
- package/lib/constant/output.js +1 -1
- package/lib/constant/paths.js +1 -1
- package/lib/constant/risk.js +1 -1
- package/lib/context/app-resolver.js +1 -1
- package/lib/context/auth-resolver.js +1 -1
- package/lib/context/config-loader.js +1 -1
- package/lib/context.js +1 -1
- package/lib/core/alias-resolver.js +1 -1
- package/lib/core/api-client.js +1 -1
- package/lib/core/bff/config.js +1 -1
- package/lib/core/bff/file-system.js +1 -1
- package/lib/core/bff/hash.js +1 -1
- package/lib/core/bff/lock.js +1 -1
- package/lib/core/bff/utils.js +1 -1
- package/lib/core/db-resolver.js +1 -1
- package/lib/core/page/file-system.js +1 -1
- package/lib/core/page/hash.js +1 -1
- package/lib/core/page/lock.js +1 -1
- package/lib/core/sql-index-auditor.js +1 -1
- package/lib/core/sql-sync/config.js +1 -1
- package/lib/core/sql-sync/file-system.js +1 -1
- package/lib/core/sql-sync/hash.js +1 -1
- package/lib/core/sql-sync/lock.js +1 -1
- package/lib/core/sql-sync/utils.js +1 -1
- package/lib/core/sql-validator.js +1 -1
- package/lib/errors.js +1 -1
- package/lib/framework/build-all-flags.js +1 -1
- package/lib/framework/error-output.js +1 -1
- package/lib/framework/explicit-yes.js +1 -1
- package/lib/framework/flags.js +1 -1
- package/lib/framework/help.js +1 -1
- package/lib/framework/index.js +1 -1
- package/lib/framework/output.js +1 -1
- package/lib/framework/response.js +1 -1
- package/lib/framework/runner-alias.js +1 -1
- package/lib/framework/runner.js +1 -1
- package/lib/framework/schema-export.js +1 -1
- package/lib/framework/types.js +1 -1
- package/lib/generated/build-info.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
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x3dda25,_0x40ea3b){const _0x4ec36a=a253_0x592a,_0x17e6cf=_0x3dda25();while(!![]){try{const _0x17d911=-parseInt(_0x4ec36a(0x118))/0x1*(parseInt(_0x4ec36a(0x113))/0x2)+-parseInt(_0x4ec36a(0x115))/0x3+-parseInt(_0x4ec36a(0x10c))/0x4+parseInt(_0x4ec36a(0x116))/0x5+parseInt(_0x4ec36a(0x10d))/0x6+parseInt(_0x4ec36a(0x114))/0x7+parseInt(_0x4ec36a(0x112))/0x8;if(_0x17d911===_0x40ea3b)break;else _0x17e6cf['push'](_0x17e6cf['shift']());}catch(_0x50d36c){_0x17e6cf['push'](_0x17e6cf['shift']());}}}(a253_0x5e40,0xbb60a));function a253_0x592a(_0x54d592,_0xa00b68){_0x54d592=_0x54d592-0x10c;const _0x5e4057=a253_0x5e40();let _0x592afb=_0x5e4057[_0x54d592];return _0x592afb;}function env(_0x2c5af4){return process.env[`RABETBASE_${_0x2c5af4}`]||process.env[`LOVRABET_${_0x2c5af4}`]||undefined;}function a253_0x5e40(){const _0xf7c922=['4232208iuevhG','41596HbVlit','10386831qBRQhq','981396KCjnep','70985JVodpt','nonInteractive','14aPZGIM','6136696XtUEdx','5357520fHlVVR','isTTY','stdin','true','setRawMode'];a253_0x5e40=function(){return _0xf7c922;};return a253_0x5e40();}export function isNonInteractive(_0x427468){const _0x4aee23=a253_0x592a;return!!(_0x427468[_0x4aee23(0x117)]||_0x427468['ci']||env('CI')==='true'||process.env.CI===_0x4aee23(0x110)||!process['stdout']['isTTY']||!isStdinRawModeSupported());}function isStdinRawModeSupported(){const _0x13efed=a253_0x592a;if(!process[_0x13efed(0x10f)][_0x13efed(0x10e)])return![];try{const _0x18fe01=process[_0x13efed(0x10f)]['isRaw'];return process[_0x13efed(0x10f)]['setRawMode'](!![]),process['stdin'][_0x13efed(0x111)](_0x18fe01??![]),!![];}catch{return![];}}
|
package/lib/utils/logger.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a254_0x4b1d(){const _0x157e7e=['timestamp','error','4279389aPXtUX','toISOString','4ybsVNy','warn','.lovrabet.log','完成:\x20','initWinstonLogger','stringify','rawCommand','trim','unknown','green','logFilePath','addColors','parse','existsSync','printf','24323695pCmWKL','red','details','transports','join','errors','Failed\x20to\x20clear\x20logs:','2546425kYdJND','yellow','10vOzPHP','7407itCXyB','utf8','2062mWkxfT','format','6517770KTSttq','clearLogs','now','mkdirSync','duration','3608SHZAGu','createLogger','message','dirname','info','2239805opwCDu','setRawCommand','currentRawCommand','File','失败:\x20','setLogPath','winstonLogger','split','success','1211KoiEkl','filter','readLogs','logTask','log','getWinstonInstance','readFileSync'];a254_0x4b1d=function(){return _0x157e7e;};return a254_0x4b1d();}function a254_0x33f1(_0x3e88b9,_0x5157ae){_0x3e88b9=_0x3e88b9-0x1da;const _0x4b1dfc=a254_0x4b1d();let _0x33f19d=_0x4b1dfc[_0x3e88b9];return _0x33f19d;}const a254_0x340ec2=a254_0x33f1;(function(_0x1e5104,_0x336b4b){const _0x56e689=a254_0x33f1,_0x3ce1f3=_0x1e5104();while(!![]){try{const _0x490d91=parseInt(_0x56e689(0x1ec))/0x1*(-parseInt(_0x56e689(0x212))/0x2)+-parseInt(_0x56e689(0x1f5))/0x3+parseInt(_0x56e689(0x1f7))/0x4*(-parseInt(_0x56e689(0x1e3))/0x5)+parseInt(_0x56e689(0x214))/0x6+parseInt(_0x56e689(0x20d))/0x7+-parseInt(_0x56e689(0x1de))/0x8*(-parseInt(_0x56e689(0x210))/0x9)+-parseInt(_0x56e689(0x20f))/0xa*(-parseInt(_0x56e689(0x206))/0xb);if(_0x490d91===_0x336b4b)break;else _0x3ce1f3['push'](_0x3ce1f3['shift']());}catch(_0x2b4bf4){_0x3ce1f3['push'](_0x3ce1f3['shift']());}}}(a254_0x4b1d,0xde0d3));import a254_0x4d1d65 from'winston';import a254_0x34c6b1 from'node:fs';import a254_0x50019a from'node:path';class Logger{['winstonLogger'];[a254_0x340ec2(0x201)];[a254_0x340ec2(0x1e5)]='';constructor(){this['logFilePath']='';}[a254_0x340ec2(0x1e4)](_0x5a9d97){this['currentRawCommand']=_0x5a9d97;}[a254_0x340ec2(0x1fb)](){const _0x12ba17=a254_0x340ec2,_0x1267e3=a254_0x50019a[_0x12ba17(0x1e1)](this[_0x12ba17(0x201)]);!a254_0x34c6b1[_0x12ba17(0x204)](_0x1267e3)&&a254_0x34c6b1[_0x12ba17(0x1dc)](_0x1267e3,{'recursive':!![]});const _0x12c9b7=a254_0x4d1d65[_0x12ba17(0x213)]['combine'](a254_0x4d1d65['format'][_0x12ba17(0x1f3)](),a254_0x4d1d65['format'][_0x12ba17(0x20b)]({'stack':!![]}),a254_0x4d1d65[_0x12ba17(0x213)][_0x12ba17(0x205)](_0x8c7a3=>{const _0x4501ef=_0x12ba17,_0x5eeb90={'timestamp':_0x8c7a3['timestamp']||new Date()[_0x4501ef(0x1f6)](),'level':_0x8c7a3['level']||_0x4501ef(0x1e2),'command':_0x8c7a3['command']||_0x4501ef(0x1ff),'rawCommand':_0x8c7a3[_0x4501ef(0x1fd)]||this['currentRawCommand']||undefined,'message':_0x8c7a3[_0x4501ef(0x1e0)]||'','duration':_0x8c7a3[_0x4501ef(0x1dd)]||undefined,'details':_0x8c7a3[_0x4501ef(0x208)]||undefined};return JSON[_0x4501ef(0x1fc)](_0x5eeb90);}));this['winstonLogger']=a254_0x4d1d65[_0x12ba17(0x1df)]({'level':_0x12ba17(0x1e2),'format':_0x12c9b7,'transports':[new a254_0x4d1d65[(_0x12ba17(0x209))][(_0x12ba17(0x1e6))]({'filename':this[_0x12ba17(0x201)],'level':_0x12ba17(0x1e2)})],'silent':![]}),a254_0x4d1d65[_0x12ba17(0x202)]({'success':_0x12ba17(0x200),'error':_0x12ba17(0x207),'warn':_0x12ba17(0x20e),'info':'blue'});}[a254_0x340ec2(0x1e8)](_0x4764c2){const _0x244473=a254_0x340ec2;this['logFilePath']=a254_0x50019a[_0x244473(0x20a)](_0x4764c2,_0x244473(0x1f9)),this['winstonLogger']&&this[_0x244473(0x1e9)]['clear'](),this[_0x244473(0x1fb)]();}[a254_0x340ec2(0x1e2)](_0x43bc12,_0xc5be05,_0x4ae0e3){const _0x2cf233=a254_0x340ec2;if(!this[_0x2cf233(0x201)]||!this['winstonLogger'])return;this[_0x2cf233(0x1e9)][_0x2cf233(0x1e2)](_0xc5be05,{'command':_0x43bc12,'details':_0x4ae0e3});}[a254_0x340ec2(0x1eb)](_0x5f45fa,_0x5279a0,_0x58d3b8,_0x136d60){const _0x9b8c20=a254_0x340ec2;if(!this['logFilePath']||!this[_0x9b8c20(0x1e9)])return;this[_0x9b8c20(0x1e9)][_0x9b8c20(0x1f0)](_0x9b8c20(0x1e2),_0x5279a0,{'level':_0x9b8c20(0x1eb),'command':_0x5f45fa,'duration':_0x58d3b8,'details':_0x136d60});}['error'](_0x31c624,_0x30bb0b,_0x3e3e92){const _0x37d07b=a254_0x340ec2;if(!this[_0x37d07b(0x201)]||!this[_0x37d07b(0x1e9)])return;this[_0x37d07b(0x1e9)][_0x37d07b(0x1f4)](_0x30bb0b,{'command':_0x31c624,'details':_0x3e3e92});}[a254_0x340ec2(0x1f8)](_0x56777c,_0x59f0ed,_0xdcbe77){const _0x12a705=a254_0x340ec2;if(!this[_0x12a705(0x201)]||!this['winstonLogger'])return;this[_0x12a705(0x1e9)][_0x12a705(0x1f8)](_0x59f0ed,{'command':_0x56777c,'details':_0xdcbe77});}async[a254_0x340ec2(0x1ef)](_0x5d99c3,_0x2da47a,_0x16a7b9){const _0x1c95e7=a254_0x340ec2,_0x1b19f8=Date[_0x1c95e7(0x1db)]();this[_0x1c95e7(0x1e2)](_0x5d99c3,'开始执行:\x20'+_0x2da47a);try{const _0x53243b=await _0x16a7b9(),_0x3bbdfc=Date[_0x1c95e7(0x1db)]()-_0x1b19f8;return this[_0x1c95e7(0x1eb)](_0x5d99c3,_0x1c95e7(0x1fa)+_0x2da47a,_0x3bbdfc),_0x53243b;}catch(_0xbe20e7){const _0x5bcb00=Date[_0x1c95e7(0x1db)]()-_0x1b19f8;this[_0x1c95e7(0x1f4)](_0x5d99c3,_0x1c95e7(0x1e7)+_0x2da47a,{'error':_0xbe20e7 instanceof Error?_0xbe20e7[_0x1c95e7(0x1e0)]:String(_0xbe20e7),'duration':_0x5bcb00});throw _0xbe20e7;}}[a254_0x340ec2(0x1ee)](){const _0x5f1b1c=a254_0x340ec2;try{if(!a254_0x34c6b1[_0x5f1b1c(0x204)](this[_0x5f1b1c(0x201)]))return[];const _0x59e5c4=a254_0x34c6b1[_0x5f1b1c(0x1f2)](this['logFilePath'],_0x5f1b1c(0x211));return _0x59e5c4[_0x5f1b1c(0x1ea)]('\x0a')[_0x5f1b1c(0x1ed)](_0x135a52=>_0x135a52[_0x5f1b1c(0x1fe)]())['map'](_0x3c9144=>JSON[_0x5f1b1c(0x203)](_0x3c9144));}catch(_0x121a81){return console[_0x5f1b1c(0x1f8)]('Failed\x20to\x20read\x20logs:',_0x121a81),[];}}[a254_0x340ec2(0x1da)](){const _0x135b72=a254_0x340ec2;try{a254_0x34c6b1[_0x135b72(0x204)](this['logFilePath'])&&a254_0x34c6b1['writeFileSync'](this[_0x135b72(0x201)],'',_0x135b72(0x211));}catch(_0x55ae6a){console['warn'](_0x135b72(0x20c),_0x55ae6a);}}[a254_0x340ec2(0x1f1)](){const _0x5dd851=a254_0x340ec2;return this[_0x5dd851(0x1e9)];}}export const logger=new Logger();
|
package/lib/utils/params.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x171589,_0x1d1046){const _0x533013=a255_0x5598,_0x1cd1b6=_0x171589();while(!![]){try{const _0x42ee22=-parseInt(_0x533013(0x142))/0x1+parseInt(_0x533013(0x13f))/0x2*(-parseInt(_0x533013(0x143))/0x3)+-parseInt(_0x533013(0x144))/0x4+-parseInt(_0x533013(0x141))/0x5*(-parseInt(_0x533013(0x14c))/0x6)+-parseInt(_0x533013(0x147))/0x7+-parseInt(_0x533013(0x140))/0x8+-parseInt(_0x533013(0x149))/0x9*(-parseInt(_0x533013(0x146))/0xa);if(_0x42ee22===_0x1d1046)break;else _0x1cd1b6['push'](_0x1cd1b6['shift']());}catch(_0x3a40fb){_0x1cd1b6['push'](_0x1cd1b6['shift']());}}}(a255_0x157b,0xa8e0f));import{CliErrors}from'../errors.js';function a255_0x5598(_0x27bc5e,_0x4e8c89){_0x27bc5e=_0x27bc5e-0x13f;const _0x157b32=a255_0x157b();let _0x559833=_0x157b32[_0x27bc5e];return _0x559833;}function a255_0x157b(){const _0x9fcc7f=['7596897jEZHyb','isArray','45pzymqB','Example:\x20--params\x20\x27{\x22id\x22:123}\x27','parse','6jZOxIo','Invalid\x20JSON\x20for\x20--params:\x20','--params\x20must\x20be\x20a\x20JSON\x20object','validation','14MVaKig','6176184AGDDtJ','2961215NXeLAd','830548ITKObQ','198801umDMPI','1241600sInMNJ','object','7123190CSgOWO'];a255_0x157b=function(){return _0x9fcc7f;};return a255_0x157b();}export function parseJsonParams(_0x3f9d69){const _0x51c025=a255_0x5598;if(!_0x3f9d69)return undefined;let _0x204c90;try{_0x204c90=JSON[_0x51c025(0x14b)](_0x3f9d69);}catch{throw CliErrors[_0x51c025(0x14f)](_0x51c025(0x14d)+_0x3f9d69);}if(!_0x204c90||typeof _0x204c90!==_0x51c025(0x145)||Array[_0x51c025(0x148)](_0x204c90))throw CliErrors[_0x51c025(0x14f)](_0x51c025(0x14e),_0x51c025(0x14a));return _0x204c90;}
|
package/lib/utils/platform.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a256_0x178b99=a256_0x29ad;(function(_0x57f7b7,_0x18b0fa){const _0x283340=a256_0x29ad,_0x4252aa=_0x57f7b7();while(!![]){try{const _0x118886=parseInt(_0x283340(0x110))/0x1+parseInt(_0x283340(0x115))/0x2*(parseInt(_0x283340(0x116))/0x3)+parseInt(_0x283340(0x114))/0x4+-parseInt(_0x283340(0x111))/0x5+parseInt(_0x283340(0x117))/0x6*(-parseInt(_0x283340(0x10e))/0x7)+-parseInt(_0x283340(0x10d))/0x8+parseInt(_0x283340(0x10f))/0x9;if(_0x118886===_0x18b0fa)break;else _0x4252aa['push'](_0x4252aa['shift']());}catch(_0x5e8f1d){_0x4252aa['push'](_0x4252aa['shift']());}}}(a256_0x38bd,0x1f4fe));export const isWindows=process[a256_0x178b99(0x112)]===a256_0x178b99(0x113);export function resolveNpmBin(_0x3bd0c2){return isWindows?_0x3bd0c2+'.cmd':_0x3bd0c2;}function a256_0x29ad(_0x28afb0,_0x545463){_0x28afb0=_0x28afb0-0x10d;const _0x38bd2c=a256_0x38bd();let _0x29ad6f=_0x38bd2c[_0x28afb0];return _0x29ad6f;}function a256_0x38bd(){const _0x558e1d=['platform','win32','790768RBEyhf','2UuPglT','110793sPiKgo','598566EnPvXc','1486144EIuiwA','14LrBumk','1012446UGQrmW','193809eGjJgM','136910IbfqQd'];a256_0x38bd=function(){return _0x558e1d;};return a256_0x38bd();}
|
package/lib/utils/rules-cdn.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x2e883d,_0x40276e){const _0x45e1f9=a257_0x5262,_0x14d313=_0x2e883d();while(!![]){try{const _0x494556=-parseInt(_0x45e1f9(0x158))/0x1+-parseInt(_0x45e1f9(0x159))/0x2+parseInt(_0x45e1f9(0x15a))/0x3+parseInt(_0x45e1f9(0x154))/0x4+-parseInt(_0x45e1f9(0x152))/0x5*(-parseInt(_0x45e1f9(0x160))/0x6)+-parseInt(_0x45e1f9(0x151))/0x7+-parseInt(_0x45e1f9(0x164))/0x8*(-parseInt(_0x45e1f9(0x15d))/0x9);if(_0x494556===_0x40276e)break;else _0x14d313['push'](_0x14d313['shift']());}catch(_0x177404){_0x14d313['push'](_0x14d313['shift']());}}}(a257_0x4f2c,0x1da21));import{existsSync,mkdirSync,readFileSync,writeFileSync}from'node:fs';function a257_0x4f2c(){const _0x16dbbc=['454020VOFoEE','lovrabet_rules.mdc','json','2371401JqURIu','utf-8','content','345810caOVZk','application/json','本地模板文件不存在:\x20','statusText','8LimkzV','catch','1286418UOeUZY','5muZtuZ','CDN\x20返回数据格式错误','425504DwWCsD','lastUpdated','string','agents.md','207276kgyJil','132826itscZJ'];a257_0x4f2c=function(){return _0x16dbbc;};return a257_0x4f2c();}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 _0x2467bb=getTemplateBaseUrl();return _0x2467bb+'/rules/rules.json';}const LOCAL_TEMPLATE_PATH=resolve(__dirname,'../../templates/rules/lovrabet_rules.mdc.tpl');export async function fetchRulesFromCDN(){const _0x589ed2=a257_0x5262,_0x5d6bb2=getRulesCdnUrl(),_0x2ab662=await fetch(_0x5d6bb2,{'headers':{'Accept':_0x589ed2(0x161)}});if(!_0x2ab662['ok'])throw new Error('CDN\x20请求失败:\x20'+_0x2ab662['status']+'\x20'+_0x2ab662[_0x589ed2(0x163)]);const _0xc455ff=await _0x2ab662[_0x589ed2(0x15c)]();if(!_0xc455ff['content']||typeof _0xc455ff[_0x589ed2(0x15f)]!==_0x589ed2(0x156))throw new Error(_0x589ed2(0x153));return _0xc455ff;}export async function getRulesContent(){const _0x476285=a257_0x5262;try{const _0x32d18a=await fetchRulesFromCDN();return _0x32d18a[_0x476285(0x15f)];}catch{return readLocalTemplate();}}export function readLocalTemplate(){const _0x68f16b=a257_0x5262;if(existsSync(LOCAL_TEMPLATE_PATH))return readFileSync(LOCAL_TEMPLATE_PATH,_0x68f16b(0x15e));throw new Error(_0x68f16b(0x162)+LOCAL_TEMPLATE_PATH);}export async function writeRulesFile(_0xdc977c){const _0x3be82b=a257_0x5262,_0x597a95=await fetchRulesFromCDN()[_0x3be82b(0x150)](()=>null);let _0x5375fe;_0x597a95?(_0x5375fe=_0x597a95[_0x3be82b(0x15f)],_0x597a95['lastUpdated']&&(_0x5375fe=appendUpdateTime(_0x5375fe,_0x597a95[_0x3be82b(0x155)]))):_0x5375fe=readLocalTemplate();const _0x5055ae=dirname(_0xdc977c);!existsSync(_0x5055ae)&&mkdirSync(_0x5055ae,{'recursive':!![]}),writeFileSync(_0xdc977c,_0x5375fe,_0x3be82b(0x15e));}export async function copyRulesToCursor(_0x2ace0b){const _0x46ee5c=a257_0x5262,_0x55ef4c=join(_0x2ace0b,'.cursor/rules'),_0x11bcfc=join(_0x55ef4c,_0x46ee5c(0x15b));if(existsSync(_0x11bcfc))return![];return await writeRulesFile(_0x11bcfc),!![];}function a257_0x5262(_0x291520,_0x1ce60c){_0x291520=_0x291520-0x150;const _0x4f2c39=a257_0x4f2c();let _0x5262f3=_0x4f2c39[_0x291520];return _0x5262f3;}export async function copyRulesToAgentsMd(_0x413643){const _0xbca35c=a257_0x5262,_0x2afc1b=join(_0x413643,_0xbca35c(0x157));if(existsSync(_0x2afc1b))return![];return await writeRulesFile(_0x2afc1b),!![];}
|
package/lib/utils/sleep.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export function sleep(
|
|
1
|
+
export function sleep(_0x2cd6f7){return new Promise(_0x35619c=>setTimeout(_0x35619c,_0x2cd6f7));}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a259_0x29f1ab=a259_0x2fad;function a259_0x50f9(){const _0x1b01b9=['endsWith','.js','now','tableName','\x0a\x20\x20\x20\x20{\x20','getFullYear','success','replaceContent','isDirectory','9ZRflkK','toUpperCase','slice','processFile','getSeconds','getDate','LOVRABET','replace','开始处理模板内容替换','.scss','\x20},','tableName:\x20\x22','message','extname','getMinutes','10674AkzrJs','padStart','replaceApiContent','map','374910UTPDlC','1517060qBHpgG','name','api','isFile','charAt','template','split','promises','writeFile','copyFile','formatLocalTimestamp','6YNqHjJ','default','getMonth','toDisplayTitle','info','datasetCode:\x20\x22','error','processDirectory','utf8','.ts','.tsx','754520GTkPeH','mkdir','datasetCode','pad','toComponentName','.css','.json','alias','.tpl','getHours','3232744hXZPJa','100380mMFSrM','1109899ZgJPSb','toISOString','alias:\x20\x22','name:\x20\x22','processTemplate','toLowerCase','模板内容替换失败','join'];a259_0x50f9=function(){return _0x1b01b9;};return a259_0x50f9();}(function(_0x1f3b27,_0x44cd7e){const _0x38b444=a259_0x2fad,_0x3c3837=_0x1f3b27();while(!![]){try{const _0x1a3013=parseInt(_0x38b444(0x110))/0x1+parseInt(_0x38b444(0x135))/0x2+-parseInt(_0x38b444(0x131))/0x3+-parseInt(_0x38b444(0x105))/0x4+-parseInt(_0x38b444(0x136))/0x5*(-parseInt(_0x38b444(0xfa))/0x6)+parseInt(_0x38b444(0x111))/0x7+-parseInt(_0x38b444(0x10f))/0x8*(parseInt(_0x38b444(0x122))/0x9);if(_0x1a3013===_0x44cd7e)break;else _0x3c3837['push'](_0x3c3837['shift']());}catch(_0x4b6381){_0x3c3837['push'](_0x3c3837['shift']());}}}(a259_0x50f9,0x257b3));import a259_0x30c82a from'node:fs';import a259_0x5a5ac1 from'node:path';import{logger}from'../utils/logger.js';function a259_0x2fad(_0x16386a,_0x287b9c){_0x16386a=_0x16386a-0xf4;const _0x50f91b=a259_0x50f9();let _0x2fadf6=_0x50f91b[_0x16386a];return _0x2fadf6;}import{getCliVersion}from'../utils/version.js';const CLI_VERSION=getCliVersion();export class TemplateReplacer{static[a259_0x29f1ab(0x108)](_0x300558){const _0x191e98=a259_0x29f1ab;return String(_0x300558)[_0x191e98(0x132)](0x2,'0');}static[a259_0x29f1ab(0xf9)](_0x25efbf){const _0x196308=a259_0x29f1ab,_0x262939=_0x25efbf[_0x196308(0x11e)](),_0x3ec98d=this[_0x196308(0x108)](_0x25efbf[_0x196308(0xfc)]()+0x1),_0x38fc3a=this[_0x196308(0x108)](_0x25efbf[_0x196308(0x127)]()),_0x5e44ea=this[_0x196308(0x108)](_0x25efbf[_0x196308(0x10e)]()),_0x230d1e=this[_0x196308(0x108)](_0x25efbf[_0x196308(0x130)]()),_0x2f15b9=this[_0x196308(0x108)](_0x25efbf[_0x196308(0x126)]());return{'createdAt':_0x262939+'-'+_0x3ec98d+'-'+_0x38fc3a+'\x20'+_0x5e44ea+':'+_0x230d1e+':'+_0x2f15b9,'createdDate':_0x262939+'-'+_0x3ec98d+'-'+_0x38fc3a,'createdTime':_0x5e44ea+':'+_0x230d1e+':'+_0x2f15b9};}static[a259_0x29f1ab(0x109)](_0x3b3183){const _0x3a4e75=a259_0x29f1ab,_0x17fb2e=_0x3b3183[_0x3a4e75(0xf5)]('/')['pop']()||_0x3b3183;return _0x17fb2e['split']('-')[_0x3a4e75(0x134)](_0x35c51d=>_0x35c51d[_0x3a4e75(0x13a)](0x0)[_0x3a4e75(0x123)]()+_0x35c51d['slice'](0x1)[_0x3a4e75(0x116)]())[_0x3a4e75(0x118)]('');}static['toDisplayTitle'](_0x5df19e){const _0x5adece=a259_0x29f1ab,_0x461067=_0x5df19e[_0x5adece(0xf5)]('/')['pop']()||_0x5df19e;return _0x461067[_0x5adece(0xf5)]('-')[_0x5adece(0x134)](_0x5f00e1=>_0x5f00e1[_0x5adece(0x13a)](0x0)[_0x5adece(0x123)]()+_0x5f00e1[_0x5adece(0x124)](0x1)['toLowerCase']())['join']('\x20');}static[a259_0x29f1ab(0x120)](_0x23253a,_0x5bac4f,_0x571953){const _0x28b958=a259_0x29f1ab,_0x8f67a5=this[_0x28b958(0x109)](_0x5bac4f),_0x35a878=this[_0x28b958(0xfd)](_0x5bac4f),{createdAt:_0x1f683b,createdDate:_0x199de2,createdTime:_0x54a104}=this[_0x28b958(0xf9)](new Date());let _0x33807e=_0x23253a[_0x28b958(0x129)](/\{CliVersion\}/g,CLI_VERSION)[_0x28b958(0x129)](/\{ComponentName\}/g,_0x8f67a5)[_0x28b958(0x129)](/\{DisplayTitle\}/g,_0x35a878)[_0x28b958(0x129)](/\{PageName\}/g,_0x5bac4f)[_0x28b958(0x129)](/\{TemplateName\}/g,_0x571953)[_0x28b958(0x129)](/\{CreatedAt\}/g,_0x1f683b)[_0x28b958(0x129)](/\{CreatedDate\}/g,_0x199de2)[_0x28b958(0x129)](/\{CreatedTime\}/g,_0x54a104);return _0x33807e;}static[a259_0x29f1ab(0x133)](_0x3435a4,_0x414b8c,_0x1374c7,_0x50e0f9,_0x40695e,_0x4d421d,_0x331e8e,_0x492c4e){const _0x3e5d3e=a259_0x29f1ab,_0x490a98=new Date(),_0x46bbf2=_0x490a98[_0x3e5d3e(0x112)](),_0x1a7663=_0x1374c7[_0x3e5d3e(0x134)](_0x414561=>{const _0x26462f=_0x3e5d3e,_0x57e9a8=[_0x26462f(0xff)+_0x414561[_0x26462f(0x107)]+'\x22',_0x26462f(0x12d)+_0x414561[_0x26462f(0x11c)]+'\x22',_0x26462f(0x114)+_0x414561['name']+'\x22'];return _0x414561[_0x26462f(0x10c)]&&_0x57e9a8['push'](_0x26462f(0x113)+_0x414561[_0x26462f(0x10c)]+'\x22'),_0x26462f(0x11d)+_0x57e9a8['join'](',\x20')+_0x26462f(0x12c);})[_0x3e5d3e(0x118)](''),_0x36ace3=_0x50e0f9||_0x1374c7[0x0]?.[_0x3e5d3e(0x10c)]||'YourModel';let _0x157830=_0x3435a4[_0x3e5d3e(0x129)](/\{AppCode\}/g,_0x414b8c)[_0x3e5d3e(0x129)](/\{ModelConfigs\}/g,_0x1a7663)[_0x3e5d3e(0x129)](/\{ExampleModelName\}/g,_0x36ace3)[_0x3e5d3e(0x129)](/\{ApiFileName\}/g,_0x40695e||_0x3e5d3e(0x138))[_0x3e5d3e(0x129)](/\{ConfigName\}/g,_0x4d421d||_0x3e5d3e(0xfb))['replace'](/\{ClientConfigParam\}/g,_0x331e8e||'')[_0x3e5d3e(0x129)](/\{VarPrefix\}/g,_0x492c4e||_0x3e5d3e(0x128))['replace'](/\{CreatedAt\}/g,_0x46bbf2);return _0x157830;}static async[a259_0x29f1ab(0x115)](_0x27c366,_0x3425e2,_0x2129c9,_0xdd212b,_0xfdaeb9=!![]){const _0x2db578=a259_0x29f1ab,_0x5912da=Date[_0x2db578(0x11b)]();try{_0xfdaeb9&&logger[_0x2db578(0xfe)](_0x2db578(0xf4),_0x2db578(0x12a),{'templatePath':_0x27c366,'targetPath':_0x3425e2,'pageName':_0x2129c9,'templateName':_0xdd212b});await a259_0x30c82a[_0x2db578(0xf6)]['mkdir'](_0x3425e2,{'recursive':!![]}),await this['processDirectory'](_0x27c366,_0x3425e2,_0x2129c9,_0xdd212b);if(_0xfdaeb9){const _0x3782bf=Date[_0x2db578(0x11b)]()-_0x5912da;logger[_0x2db578(0x11f)]('template','模板内容替换完成',_0x3782bf,{'pageName':_0x2129c9,'templateName':_0xdd212b});}}catch(_0x1fecf9){if(_0xfdaeb9){const _0x5cc86b=Date['now']()-_0x5912da;logger[_0x2db578(0x100)](_0x2db578(0xf4),_0x2db578(0x117),{'templatePath':_0x27c366,'targetPath':_0x3425e2,'pageName':_0x2129c9,'templateName':_0xdd212b,'error':_0x1fecf9 instanceof Error?_0x1fecf9[_0x2db578(0x12e)]:String(_0x1fecf9),'duration':_0x5cc86b});}throw _0x1fecf9;}}static async[a259_0x29f1ab(0x101)](_0x7ba6f2,_0x146f92,_0x2dafed,_0x23b7bc){const _0x1cab67=a259_0x29f1ab,_0x11427b=await a259_0x30c82a[_0x1cab67(0xf6)]['readdir'](_0x7ba6f2,{'withFileTypes':!![]});for(const _0xb8f513 of _0x11427b){const _0x5d2c29=a259_0x5a5ac1['join'](_0x7ba6f2,_0xb8f513[_0x1cab67(0x137)]);let _0x1e5efe=a259_0x5a5ac1['join'](_0x146f92,_0xb8f513['name']);_0xb8f513[_0x1cab67(0x137)][_0x1cab67(0x119)]('.tpl')&&(_0x1e5efe=a259_0x5a5ac1['join'](_0x146f92,_0xb8f513[_0x1cab67(0x137)]['replace'](/\.tpl$/,'')));if(_0xb8f513[_0x1cab67(0x121)]())await a259_0x30c82a[_0x1cab67(0xf6)][_0x1cab67(0x106)](_0x1e5efe,{'recursive':!![]}),await this[_0x1cab67(0x101)](_0x5d2c29,_0x1e5efe,_0x2dafed,_0x23b7bc);else _0xb8f513[_0x1cab67(0x139)]()&&await this[_0x1cab67(0x125)](_0x5d2c29,_0x1e5efe,_0x2dafed,_0x23b7bc);}}static async[a259_0x29f1ab(0x125)](_0x288d23,_0x52aabe,_0x101583,_0x8256c){const _0x338d2f=a259_0x29f1ab,_0x804451=a259_0x5a5ac1[_0x338d2f(0x12f)](_0x288d23)[_0x338d2f(0x116)]();_0x288d23[_0x338d2f(0x119)](_0x338d2f(0x10d))&&(_0x52aabe=_0x52aabe['replace'](/\.tpl$/,''));const _0x18b02c=[_0x338d2f(0x104),_0x338d2f(0x103),'.jsx',_0x338d2f(0x11a),_0x338d2f(0x10b),'.md',_0x338d2f(0x10a),_0x338d2f(0x12b),'.tpl'];if(_0x18b02c['includes'](_0x804451)||_0x288d23['endsWith'](_0x338d2f(0x10d))){const _0x28fbe4=await a259_0x30c82a['promises']['readFile'](_0x288d23,_0x338d2f(0x102)),_0x53fa5e=this[_0x338d2f(0x120)](_0x28fbe4,_0x101583,_0x8256c);await a259_0x30c82a['promises'][_0x338d2f(0xf7)](_0x52aabe,_0x53fa5e,_0x338d2f(0x102));}else await a259_0x30c82a[_0x338d2f(0xf6)][_0x338d2f(0xf8)](_0x288d23,_0x52aabe);}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x31d670,_0x53d326){const _0xb0196b=a260_0x9d51,_0x5eac32=_0x31d670();while(!![]){try{const _0x2057c4=-parseInt(_0xb0196b(0xce))/0x1*(-parseInt(_0xb0196b(0xc3))/0x2)+-parseInt(_0xb0196b(0xcb))/0x3+parseInt(_0xb0196b(0xba))/0x4+parseInt(_0xb0196b(0xb9))/0x5+parseInt(_0xb0196b(0xcd))/0x6+-parseInt(_0xb0196b(0xbb))/0x7+parseInt(_0xb0196b(0xc9))/0x8;if(_0x2057c4===_0x53d326)break;else _0x5eac32['push'](_0x5eac32['shift']());}catch(_0xb1baf5){_0x5eac32['push'](_0x5eac32['shift']());}}}(a260_0x5a7e,0x545d0));import{mkdir,readFile,writeFile}from'node:fs/promises';import{homedir}from'node:os';import{dirname,join}from'node:path';import a260_0x14e5db 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 _0x11c0b7=a260_0x9d51,_0x3bf7c4=process.env.RABETBASE_NO_UPDATE_NOTICE?.[_0x11c0b7(0xc6)]()[_0x11c0b7(0xbc)]();return _0x3bf7c4==='1'||_0x3bf7c4===_0x11c0b7(0xcc)||_0x3bf7c4===_0x11c0b7(0xd1);}function cacheRoot(){const _0xe2d6df=a260_0x9d51;return process.env.XDG_CACHE_HOME||process.env.LOCALAPPDATA||join(homedir(),_0xe2d6df(0xbf));}export function getUpdateNoticeCachePath(){const _0x5121a1=a260_0x9d51;return join(cacheRoot(),_0x5121a1(0xc7),'update-check.json');}function a260_0x5a7e(){const _0xa92f03=['gte','trim','rabetbase-cli','stableVersion','2049528gtrWbM','checkedAt','700842DpaIuj','true','1669716wYtDhx','2cvBELB','number','now','yes','71085zdtdeJ','818908bSQbtz','1304443kCYLXZ','toLowerCase','\x20available,\x20current\x20','lastNotifiedVersion','.cache','valid','/v/','utf8','12094SVjvHY','parse'];a260_0x5a7e=function(){return _0xa92f03;};return a260_0x5a7e();}function a260_0x9d51(_0x1af2d3,_0x5c61b0){_0x1af2d3=_0x1af2d3-0xb9;const _0x5a7ed7=a260_0x5a7e();let _0x9d5175=_0x5a7ed7[_0x1af2d3];return _0x9d5175;}async function readUpdateNoticeCache(){const _0x2f4a9b=a260_0x9d51;try{const _0x13eceb=await readFile(getUpdateNoticeCachePath(),_0x2f4a9b(0xc2)),_0x15fb95=JSON[_0x2f4a9b(0xc4)](_0x13eceb);if(!_0x15fb95||typeof _0x15fb95!=='object')return{};return _0x15fb95;}catch{return{};}}async function writeUpdateNoticeCache(_0x1f2b63){const _0x305a7f=a260_0x9d51;try{const _0x4a9be7=getUpdateNoticeCachePath();await mkdir(dirname(_0x4a9be7),{'recursive':!![]}),await writeFile(_0x4a9be7,JSON['stringify'](_0x1f2b63,null,0x2)+'\x0a',_0x305a7f(0xc2));}catch{}}function isFreshCheck(_0x5892fd,_0x51431c){const _0x362375=a260_0x9d51;return typeof _0x5892fd[_0x362375(0xca)]===_0x362375(0xcf)&&_0x51431c-_0x5892fd['checkedAt']<UPDATE_CHECK_TTL_MS;}function isRecentlyNotified(_0x415014,_0x18d61a,_0x4b3457){const _0x3bb9b2=a260_0x9d51;return _0x415014[_0x3bb9b2(0xbe)]===_0x18d61a&&typeof _0x415014['lastNotifiedAt']===_0x3bb9b2(0xcf)&&_0x4b3457-_0x415014['lastNotifiedAt']<UPDATE_NOTICE_TTL_MS;}export function buildNpmVersionUrl(_0x30ec09){const _0x12106e=a260_0x9d51;return'https://www.npmjs.com/package/'+NPM_PACKAGE_NAME+_0x12106e(0xc1)+_0x30ec09;}export async function resolveLatestUpdateNotice(){const _0x493d65=a260_0x9d51;if(isUpdateNoticeDisabled())return null;try{const _0x66345=Date[_0x493d65(0xd0)](),_0x514cfb=getCliVersion(),_0x51996d=await readUpdateNoticeCache();let _0x1a444b=isFreshCheck(_0x51996d,_0x66345)?_0x51996d['latest']?.[_0x493d65(0xc6)]():undefined;if(!_0x1a444b&&!isFreshCheck(_0x51996d,_0x66345)){const _0x1813ef=await getCliVersionPolicy();_0x1a444b=_0x1813ef?.[_0x493d65(0xc8)]?.[_0x493d65(0xc6)]()||undefined,await writeUpdateNoticeCache({..._0x51996d,'checkedAt':_0x66345,'latest':_0x1a444b,'failed':!_0x1a444b});}if(!_0x1a444b||!a260_0x14e5db[_0x493d65(0xc0)](_0x514cfb)||!a260_0x14e5db[_0x493d65(0xc0)](_0x1a444b))return null;if(a260_0x14e5db[_0x493d65(0xc5)](_0x514cfb,_0x1a444b))return null;if(isRecentlyNotified(_0x51996d,_0x1a444b,_0x66345))return null;const _0x165690=CLI_BIN_NAME+'\x20update';return await writeUpdateNoticeCache({..._0x51996d,'checkedAt':isFreshCheck(_0x51996d,_0x66345)?_0x51996d[_0x493d65(0xca)]:_0x66345,'latest':_0x1a444b,'failed':![],'lastNotifiedVersion':_0x1a444b,'lastNotifiedAt':_0x66345}),{'command':_0x165690,'current':_0x514cfb,'latest':_0x1a444b,'url':buildNpmVersionUrl(_0x1a444b),'message':CLI_BIN_NAME+'\x20'+_0x1a444b+_0x493d65(0xbd)+_0x514cfb+',\x20run:\x20'+_0x165690};}catch{return null;}}
|
package/lib/utils/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x4f675e,_0x20e843){var _0x1f3aec=a261_0x173e,_0x1a81e1=_0x4f675e();while(!![]){try{var _0x38cdfb=-parseInt(_0x1f3aec(0x15d))/0x1*(parseInt(_0x1f3aec(0x161))/0x2)+-parseInt(_0x1f3aec(0x15f))/0x3*(-parseInt(_0x1f3aec(0x160))/0x4)+-parseInt(_0x1f3aec(0x163))/0x5+parseInt(_0x1f3aec(0x162))/0x6*(parseInt(_0x1f3aec(0x164))/0x7)+parseInt(_0x1f3aec(0x166))/0x8*(parseInt(_0x1f3aec(0x165))/0x9)+-parseInt(_0x1f3aec(0x15e))/0xa+-parseInt(_0x1f3aec(0x167))/0xb*(-parseInt(_0x1f3aec(0x15c))/0xc);if(_0x38cdfb===_0x20e843)break;else _0x1a81e1['push'](_0x1a81e1['shift']());}catch(_0x1f55e7){_0x1a81e1['push'](_0x1a81e1['shift']());}}}(a261_0x410f,0xd9309));import{VERSION}from'../generated/build-info.js';function a261_0x410f(){var _0x555050=['11UQQOhL','9515556oLiILz','17noEyoh','12498710sPAsUq','3YIhKdi','1969564ehrqeD','162746TxkzKL','396mFVdZn','2849980ZTLIvh','119644huFUxH','63wRdUtF','1919304XzHJDR'];a261_0x410f=function(){return _0x555050;};return a261_0x410f();}function a261_0x173e(_0x3cca92,_0x34cca4){_0x3cca92=_0x3cca92-0x15c;var _0x410fa8=a261_0x410f();var _0x173ea6=_0x410fa8[_0x3cca92];return _0x173ea6;}export function getCliVersion(){return VERSION;}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x59f6ca,_0x3c1c45){var _0x3cab1b=a262_0x4177,_0x5e4e3b=_0x59f6ca();while(!![]){try{var _0x59afc3=-parseInt(_0x3cab1b(0x1e9))/0x1*(-parseInt(_0x3cab1b(0x1e7))/0x2)+-parseInt(_0x3cab1b(0x1eb))/0x3+parseInt(_0x3cab1b(0x1ec))/0x4+parseInt(_0x3cab1b(0x1ef))/0x5*(parseInt(_0x3cab1b(0x1ee))/0x6)+-parseInt(_0x3cab1b(0x1ed))/0x7*(-parseInt(_0x3cab1b(0x1e8))/0x8)+-parseInt(_0x3cab1b(0x1ea))/0x9+-parseInt(_0x3cab1b(0x1e6))/0xa;if(_0x59afc3===_0x3c1c45)break;else _0x5e4e3b['push'](_0x5e4e3b['shift']());}catch(_0x561c30){_0x5e4e3b['push'](_0x5e4e3b['shift']());}}}(a262_0x3fe2,0xdbbeb));function a262_0x4177(_0x1d2c99,_0x21457f){_0x1d2c99=_0x1d2c99-0x1e6;var _0x3fe2a5=a262_0x3fe2();var _0x417789=_0x3fe2a5[_0x1d2c99];return _0x417789;}function a262_0x3fe2(){var _0x417c6b=['1364393gkadoU','4135014qXsvCa','2045139hpSLDa','1859380EqxZGW','936691eukAmS','236718vqyWgJ','25AKATuR','3867080qdFplz','2UShyBk','24PSygpH'];a262_0x3fe2=function(){return _0x417c6b;};return a262_0x3fe2();}import{setActiveCookie,clearActiveCookie}from'../core/api-client.js';export async function withActiveCookie(_0x4bb44f,_0x301cb7){setActiveCookie(_0x4bb44f);try{return await _0x301cb7();}finally{clearActiveCookie();}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x1dca5b,_0x2c2a12){var _0x3b20c5=a263_0x18a7,_0x34538a=_0x1dca5b();while(!![]){try{var _0xeb6de2=-parseInt(_0x3b20c5(0x10d))/0x1*(parseInt(_0x3b20c5(0x105))/0x2)+parseInt(_0x3b20c5(0x10b))/0x3*(-parseInt(_0x3b20c5(0x108))/0x4)+-parseInt(_0x3b20c5(0x10c))/0x5+parseInt(_0x3b20c5(0x106))/0x6+-parseInt(_0x3b20c5(0x10a))/0x7*(-parseInt(_0x3b20c5(0x109))/0x8)+-parseInt(_0x3b20c5(0x107))/0x9+parseInt(_0x3b20c5(0x104))/0xa;if(_0xeb6de2===_0x2c2a12)break;else _0x34538a['push'](_0x34538a['shift']());}catch(_0x5570a1){_0x34538a['push'](_0x34538a['shift']());}}}(a263_0x53cd,0x30071));function a263_0x18a7(_0x24403b,_0x22e050){_0x24403b=_0x24403b-0x104;var _0x53cd74=a263_0x53cd();var _0x18a780=_0x53cd74[_0x24403b];return _0x18a780;}function a263_0x53cd(){var _0x49a464=['184303zKDZXl','410301qgKzZM','701155OpJMwM','26KOBWmm','7300370XqprUN','17642XXlVTo','322146fBBLVl','2338596bxkJqf','8WYygCd','96GIrtPH'];a263_0x53cd=function(){return _0x49a464;};return a263_0x53cd();}export function writeCliSideChannelLine(_0x1ed165){process['stderr']['write'](_0x1ed165+'\x0a');}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lovrabet/rabetbase-cli",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.13-beta.1",
|
|
4
4
|
"description": "Developer CLI for Lovrabet apps, datasets, pages, SQL, BFF, database connections, skills, and AI agent workflows.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"keywords": [
|