@lovrabet/rabetbase-cli 2.2.4-beta.4 → 2.2.4-beta.5

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.
Files changed (208) hide show
  1. package/lib/api/api-doc.js +1 -1
  2. package/lib/api/fetch-model-list.js +1 -1
  3. package/lib/api/generate-api-file.js +1 -1
  4. package/lib/auth/auth-server-ui.js +1 -1
  5. package/lib/auth/auth-server.js +1 -1
  6. package/lib/auth/constant.js +1 -1
  7. package/lib/auth/get-cookie.js +1 -1
  8. package/lib/auth/get-session-user.js +1 -1
  9. package/lib/auth/is-session-valid.js +1 -1
  10. package/lib/auth/login-success-html.js +1 -1
  11. package/lib/auth/logout.js +1 -1
  12. package/lib/cli-flags.js +1 -1
  13. package/lib/cli.js +1 -1
  14. package/lib/commands/api/generate.js +1 -1
  15. package/lib/commands/api/index.js +1 -1
  16. package/lib/commands/api/list.js +1 -1
  17. package/lib/commands/api/pull.js +1 -1
  18. package/lib/commands/api/shared.js +1 -1
  19. package/lib/commands/app/add.js +1 -1
  20. package/lib/commands/app/discover.js +1 -1
  21. package/lib/commands/app/index.js +1 -1
  22. package/lib/commands/app/list.js +1 -1
  23. package/lib/commands/app/remove.js +1 -1
  24. package/lib/commands/app/shared.js +1 -1
  25. package/lib/commands/app/use.js +1 -1
  26. package/lib/commands/auth/index.js +1 -1
  27. package/lib/commands/bff/create.js +1 -1
  28. package/lib/commands/bff/delete.js +1 -1
  29. package/lib/commands/bff/detail.js +1 -1
  30. package/lib/commands/bff/index.js +1 -1
  31. package/lib/commands/bff/list.js +1 -1
  32. package/lib/commands/bff/pull.js +1 -1
  33. package/lib/commands/bff/push.js +1 -1
  34. package/lib/commands/bff/status.js +1 -1
  35. package/lib/commands/cli-update.js +1 -1
  36. package/lib/commands/codegen/index.js +1 -1
  37. package/lib/commands/codegen/sdk.js +1 -1
  38. package/lib/commands/codegen/sql.js +1 -1
  39. package/lib/commands/common/app-selector.js +1 -1
  40. package/lib/commands/common/flags.js +1 -1
  41. package/lib/commands/common/validate.js +1 -1
  42. package/lib/commands/config/get.js +1 -1
  43. package/lib/commands/config/index.js +1 -1
  44. package/lib/commands/config/list.js +1 -1
  45. package/lib/commands/config/set.js +1 -1
  46. package/lib/commands/config/shared.js +1 -1
  47. package/lib/commands/data/filter.js +1 -1
  48. package/lib/commands/data/getOne.js +1 -1
  49. package/lib/commands/data/index.js +1 -1
  50. package/lib/commands/data/shared.js +1 -1
  51. package/lib/commands/dataset/capability.js +1 -1
  52. package/lib/commands/dataset/delete.js +1 -1
  53. package/lib/commands/dataset/detail.js +1 -1
  54. package/lib/commands/dataset/extend-update.js +1 -1
  55. package/lib/commands/dataset/field-update.js +1 -1
  56. package/lib/commands/dataset/index.js +1 -1
  57. package/lib/commands/dataset/list.js +1 -1
  58. package/lib/commands/dataset/operations.js +1 -1
  59. package/lib/commands/dataset/relation-create.js +1 -1
  60. package/lib/commands/dataset/relation-delete.js +1 -1
  61. package/lib/commands/dataset/relation-shared.js +1 -1
  62. package/lib/commands/dataset/relation-update.js +1 -1
  63. package/lib/commands/dataset/relations.js +1 -1
  64. package/lib/commands/dataset/rename.js +1 -1
  65. package/lib/commands/db/analyze-cancel.js +1 -1
  66. package/lib/commands/db/analyze-start.js +1 -1
  67. package/lib/commands/db/analyze-status.js +1 -1
  68. package/lib/commands/db/create.js +1 -1
  69. package/lib/commands/db/delete.js +1 -1
  70. package/lib/commands/db/detail.js +1 -1
  71. package/lib/commands/db/diff.js +1 -1
  72. package/lib/commands/db/index.js +1 -1
  73. package/lib/commands/db/list.js +1 -1
  74. package/lib/commands/db/shared.js +1 -1
  75. package/lib/commands/db/tables.js +1 -1
  76. package/lib/commands/db/test.js +1 -1
  77. package/lib/commands/db/update.js +1 -1
  78. package/lib/commands/doctor.js +1 -1
  79. package/lib/commands/init/index.js +1 -1
  80. package/lib/commands/issue/index.js +1 -1
  81. package/lib/commands/issue/nudge.js +1 -1
  82. package/lib/commands/issue/report.js +1 -1
  83. package/lib/commands/issue/shared.js +1 -1
  84. package/lib/commands/logs/index.js +1 -1
  85. package/lib/commands/menu/index.js +1 -1
  86. package/lib/commands/menu/list.js +1 -1
  87. package/lib/commands/menu/shared/compare-table.js +1 -1
  88. package/lib/commands/menu/shared/index.js +1 -1
  89. package/lib/commands/menu/shared/inquirer.js +1 -1
  90. package/lib/commands/menu/shared/local-pages.js +1 -1
  91. package/lib/commands/menu/shared/logic.js +1 -1
  92. package/lib/commands/menu/shared/service.js +1 -1
  93. package/lib/commands/menu/shared/sync-core.js +1 -1
  94. package/lib/commands/menu/shared/update-core.js +1 -1
  95. package/lib/commands/menu/shared/valid-url.js +1 -1
  96. package/lib/commands/menu/sync.js +1 -1
  97. package/lib/commands/menu/update.js +1 -1
  98. package/lib/commands/page/generate-start.js +1 -1
  99. package/lib/commands/page/generate-status.js +1 -1
  100. package/lib/commands/page/index.js +1 -1
  101. package/lib/commands/page/pull.js +1 -1
  102. package/lib/commands/page/push.js +1 -1
  103. package/lib/commands/page/relation-audit.js +1 -1
  104. package/lib/commands/page/shared.js +1 -1
  105. package/lib/commands/page/standard-page-status.js +1 -1
  106. package/lib/commands/page/sync.js +1 -1
  107. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  108. package/lib/commands/project/create/format-elapsed.js +1 -1
  109. package/lib/commands/project/create/main.js +1 -1
  110. package/lib/commands/project/create/non-interactive.js +1 -1
  111. package/lib/commands/project/create/project-template-path.js +1 -1
  112. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  113. package/lib/commands/project/create/use-format-code.js +1 -1
  114. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  115. package/lib/commands/project/index.js +1 -1
  116. package/lib/commands/project/init.js +1 -1
  117. package/lib/commands/project/upgrade.js +1 -1
  118. package/lib/commands/registry.js +1 -1
  119. package/lib/commands/run/index.js +1 -1
  120. package/lib/commands/schema.js +1 -1
  121. package/lib/commands/skill/index.js +1 -1
  122. package/lib/commands/sql/create.js +1 -1
  123. package/lib/commands/sql/delete.js +1 -1
  124. package/lib/commands/sql/detail.js +1 -1
  125. package/lib/commands/sql/exec.js +1 -1
  126. package/lib/commands/sql/index.js +1 -1
  127. package/lib/commands/sql/list.js +1 -1
  128. package/lib/commands/sql/pull.js +1 -1
  129. package/lib/commands/sql/push.js +1 -1
  130. package/lib/commands/sql/save.js +1 -1
  131. package/lib/commands/sql/shared.js +1 -1
  132. package/lib/commands/sql/status.js +1 -1
  133. package/lib/commands/sql/validate.js +1 -1
  134. package/lib/config/schema.js +1 -1
  135. package/lib/constant/cdn.js +1 -1
  136. package/lib/constant/cli.js +1 -1
  137. package/lib/constant/defaults.js +1 -1
  138. package/lib/constant/domain.js +1 -1
  139. package/lib/constant/env.js +1 -1
  140. package/lib/constant/output.js +1 -1
  141. package/lib/constant/paths.js +1 -1
  142. package/lib/constant/risk.js +1 -1
  143. package/lib/context/app-resolver.js +1 -0
  144. package/lib/context/auth-resolver.js +1 -0
  145. package/lib/context/config-loader.js +1 -0
  146. package/lib/context.js +1 -1
  147. package/lib/core/alias-resolver.js +1 -1
  148. package/lib/core/api-client.js +1 -1
  149. package/lib/core/bff/config.js +1 -1
  150. package/lib/core/bff/file-system.js +1 -1
  151. package/lib/core/bff/hash.js +1 -1
  152. package/lib/core/bff/lock.js +1 -1
  153. package/lib/core/bff/utils.js +1 -1
  154. package/lib/core/db-resolver.js +1 -1
  155. package/lib/core/page/file-system.js +1 -1
  156. package/lib/core/page/hash.js +1 -1
  157. package/lib/core/page/lock.js +1 -1
  158. package/lib/core/sql-sync/config.js +1 -1
  159. package/lib/core/sql-sync/file-system.js +1 -1
  160. package/lib/core/sql-sync/hash.js +1 -1
  161. package/lib/core/sql-sync/lock.js +1 -1
  162. package/lib/core/sql-sync/utils.js +1 -1
  163. package/lib/core/sql-validator.js +1 -1
  164. package/lib/errors.js +1 -1
  165. package/lib/framework/build-all-flags.js +1 -1
  166. package/lib/framework/flags.js +1 -1
  167. package/lib/framework/help.js +1 -1
  168. package/lib/framework/index.js +1 -1
  169. package/lib/framework/output.js +1 -1
  170. package/lib/framework/response.js +1 -1
  171. package/lib/framework/runner-alias.js +1 -1
  172. package/lib/framework/runner.js +1 -1
  173. package/lib/framework/schema-export.js +1 -1
  174. package/lib/framework/types.js +1 -1
  175. package/lib/generated/build-info.js +1 -1
  176. package/lib/help.js +1 -1
  177. package/lib/skills/main.js +1 -1
  178. package/lib/skills/npx-skills-add.js +1 -1
  179. package/lib/telemetry/cli-command-trace.js +1 -1
  180. package/lib/telemetry/cli-help-trace.js +1 -1
  181. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  182. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  183. package/lib/telemetry/send-cli-trace-log.js +1 -1
  184. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  185. package/lib/utils/ai_config.js +1 -1
  186. package/lib/utils/apply-jq-filter.js +1 -1
  187. package/lib/utils/cdn-config.js +1 -1
  188. package/lib/utils/check-sdk-version.js +1 -1
  189. package/lib/utils/cli-version-check.js +1 -1
  190. package/lib/utils/cli-version-policy.js +1 -1
  191. package/lib/utils/config.js +1 -1
  192. package/lib/utils/copy-directory.js +1 -1
  193. package/lib/utils/entity-with-id.js +1 -1
  194. package/lib/utils/file-utils.js +1 -1
  195. package/lib/utils/guides-cdn.js +1 -1
  196. package/lib/utils/http-client.js +1 -1
  197. package/lib/utils/is-non-interactive.js +1 -1
  198. package/lib/utils/logger.js +1 -1
  199. package/lib/utils/params.js +1 -1
  200. package/lib/utils/platform.js +1 -1
  201. package/lib/utils/rules-cdn.js +1 -1
  202. package/lib/utils/sleep.js +1 -1
  203. package/lib/utils/template-replacer.js +1 -1
  204. package/lib/utils/update-notice.js +1 -1
  205. package/lib/utils/version.js +1 -1
  206. package/lib/utils/with-active-cookie.js +1 -1
  207. package/lib/utils/write-cli-side-channel.js +1 -1
  208. package/package.json +2 -2
@@ -1 +1 @@
1
- function a198_0x2ea5(_0xf0f62b,_0x1ea5fe){_0xf0f62b=_0xf0f62b-0x78;const _0x1c45af=a198_0x1c45();let _0x2ea5fb=_0x1c45af[_0xf0f62b];return _0x2ea5fb;}(function(_0x3c48f9,_0x14988a){const _0x259121=a198_0x2ea5,_0x215aed=_0x3c48f9();while(!![]){try{const _0x1aff0f=-parseInt(_0x259121(0x86))/0x1+-parseInt(_0x259121(0x7c))/0x2*(-parseInt(_0x259121(0x78))/0x3)+-parseInt(_0x259121(0x81))/0x4*(parseInt(_0x259121(0x80))/0x5)+parseInt(_0x259121(0x87))/0x6+parseInt(_0x259121(0x85))/0x7*(-parseInt(_0x259121(0x88))/0x8)+parseInt(_0x259121(0x84))/0x9*(-parseInt(_0x259121(0x79))/0xa)+-parseInt(_0x259121(0x82))/0xb*(-parseInt(_0x259121(0x89))/0xc);if(_0x1aff0f===_0x14988a)break;else _0x215aed['push'](_0x215aed['shift']());}catch(_0xc53072){_0x215aed['push'](_0x215aed['shift']());}}}(a198_0x1c45,0x67a6d));function env(_0x28f200){return process.env[`RABETBASE_${_0x28f200}`]||process.env[`LOVRABET_${_0x28f200}`]||undefined;}export function isNonInteractive(_0x339b92){const _0x361a52=a198_0x2ea5;return!!(_0x339b92[_0x361a52(0x7e)]||_0x339b92['ci']||env('CI')===_0x361a52(0x8a)||process.env.CI===_0x361a52(0x8a)||!process[_0x361a52(0x7b)][_0x361a52(0x83)]||!isStdinRawModeSupported());}function a198_0x1c45(){const _0x520a16=['8455QRDHdW','668EzPARz','11mrRMml','isTTY','8649WVIDiy','430241UPcIcE','404017lrSnHe','2986242qmQZEa','32FdUpYN','5555652FhEssD','true','1505565rGblXz','1100DUNclw','isRaw','stdout','2ltgZZW','setRawMode','nonInteractive','stdin'];a198_0x1c45=function(){return _0x520a16;};return a198_0x1c45();}function isStdinRawModeSupported(){const _0x14f0bf=a198_0x2ea5;if(!process[_0x14f0bf(0x7f)]['isTTY'])return![];try{const _0x14dd94=process[_0x14f0bf(0x7f)][_0x14f0bf(0x7a)];return process[_0x14f0bf(0x7f)][_0x14f0bf(0x7d)](!![]),process[_0x14f0bf(0x7f)][_0x14f0bf(0x7d)](_0x14dd94??![]),!![];}catch{return![];}}
1
+ function a201_0x134e(){const _0x6136d5=['1888851YklnYH','stdout','20820195TyeDjb','true','setRawMode','12kQsPea','isTTY','4DOFFyr','54712XZOcoY','14945292nizvup','nonInteractive','isRaw','stdin','794692KInKFR','2LiUrlG','11407480RVOung','4162915bDYoNn','1582bGtNcE'];a201_0x134e=function(){return _0x6136d5;};return a201_0x134e();}(function(_0x55b8bc,_0x1f9b4c){const _0x2451d7=a201_0x3642,_0x325465=_0x55b8bc();while(!![]){try{const _0x372501=parseInt(_0x2451d7(0x19d))/0x1*(parseInt(_0x2451d7(0x19c))/0x2)+-parseInt(_0x2451d7(0x1a1))/0x3*(parseInt(_0x2451d7(0x1a8))/0x4)+-parseInt(_0x2451d7(0x19f))/0x5*(-parseInt(_0x2451d7(0x1a6))/0x6)+parseInt(_0x2451d7(0x1a0))/0x7*(parseInt(_0x2451d7(0x1a9))/0x8)+-parseInt(_0x2451d7(0x1aa))/0x9+parseInt(_0x2451d7(0x19e))/0xa+-parseInt(_0x2451d7(0x1a3))/0xb;if(_0x372501===_0x1f9b4c)break;else _0x325465['push'](_0x325465['shift']());}catch(_0x4c2bb3){_0x325465['push'](_0x325465['shift']());}}}(a201_0x134e,0xeb2c6));function a201_0x3642(_0x256db2,_0x285cf9){_0x256db2=_0x256db2-0x19a;const _0x134ee9=a201_0x134e();let _0x364223=_0x134ee9[_0x256db2];return _0x364223;}function env(_0x478f05){return process.env[`RABETBASE_${_0x478f05}`]||process.env[`LOVRABET_${_0x478f05}`]||undefined;}export function isNonInteractive(_0x19def7){const _0x8f51aa=a201_0x3642;return!!(_0x19def7[_0x8f51aa(0x1ab)]||_0x19def7['ci']||env('CI')===_0x8f51aa(0x1a4)||process.env.CI===_0x8f51aa(0x1a4)||!process[_0x8f51aa(0x1a2)][_0x8f51aa(0x1a7)]||!isStdinRawModeSupported());}function isStdinRawModeSupported(){const _0x2013b6=a201_0x3642;if(!process['stdin'][_0x2013b6(0x1a7)])return![];try{const _0x36f027=process[_0x2013b6(0x19b)][_0x2013b6(0x19a)];return process[_0x2013b6(0x19b)]['setRawMode'](!![]),process[_0x2013b6(0x19b)][_0x2013b6(0x1a5)](_0x36f027??![]),!![];}catch{return![];}}
@@ -1 +1 @@
1
- function a199_0x3dcc(_0x560a02,_0x49d691){_0x560a02=_0x560a02-0x16a;const _0x3032be=a199_0x3032();let _0x3dccc6=_0x3032be[_0x560a02];return _0x3dccc6;}const a199_0x35f5e4=a199_0x3dcc;(function(_0x338d60,_0x1e63ff){const _0xc73160=a199_0x3dcc,_0x4760b4=_0x338d60();while(!![]){try{const _0x57f7c0=parseInt(_0xc73160(0x1a0))/0x1*(-parseInt(_0xc73160(0x184))/0x2)+parseInt(_0xc73160(0x17b))/0x3+parseInt(_0xc73160(0x19f))/0x4*(-parseInt(_0xc73160(0x193))/0x5)+-parseInt(_0xc73160(0x17d))/0x6*(parseInt(_0xc73160(0x175))/0x7)+parseInt(_0xc73160(0x180))/0x8+parseInt(_0xc73160(0x19c))/0x9+parseInt(_0xc73160(0x18e))/0xa*(-parseInt(_0xc73160(0x19e))/0xb);if(_0x57f7c0===_0x1e63ff)break;else _0x4760b4['push'](_0x4760b4['shift']());}catch(_0x1e630e){_0x4760b4['push'](_0x4760b4['shift']());}}}(a199_0x3032,0x29ea0));import a199_0x7ca10a from'winston';import a199_0x1a6b1c from'node:fs';import a199_0x206066 from'node:path';class Logger{[a199_0x35f5e4(0x181)];[a199_0x35f5e4(0x188)];[a199_0x35f5e4(0x192)]='';constructor(){const _0x9a936c=a199_0x35f5e4;this[_0x9a936c(0x188)]='';}['setRawCommand'](_0x2fcf59){this['currentRawCommand']=_0x2fcf59;}['initWinstonLogger'](){const _0x56fe7d=a199_0x35f5e4,_0x2e7e34=a199_0x206066['dirname'](this[_0x56fe7d(0x188)]);!a199_0x1a6b1c['existsSync'](_0x2e7e34)&&a199_0x1a6b1c[_0x56fe7d(0x16a)](_0x2e7e34,{'recursive':!![]});const _0x4c766f=a199_0x7ca10a[_0x56fe7d(0x1a1)][_0x56fe7d(0x18c)](a199_0x7ca10a['format'][_0x56fe7d(0x16f)](),a199_0x7ca10a['format'][_0x56fe7d(0x191)]({'stack':!![]}),a199_0x7ca10a[_0x56fe7d(0x1a1)][_0x56fe7d(0x176)](_0x575fe6=>{const _0x17b787=_0x56fe7d,_0x182458={'timestamp':_0x575fe6[_0x17b787(0x16f)]||new Date()[_0x17b787(0x172)](),'level':_0x575fe6[_0x17b787(0x195)]||'info','command':_0x575fe6[_0x17b787(0x18a)]||_0x17b787(0x18d),'rawCommand':_0x575fe6[_0x17b787(0x187)]||this['currentRawCommand']||undefined,'message':_0x575fe6['message']||'','duration':_0x575fe6[_0x17b787(0x170)]||undefined,'details':_0x575fe6[_0x17b787(0x179)]||undefined};return JSON['stringify'](_0x182458);}));this[_0x56fe7d(0x181)]=a199_0x7ca10a['createLogger']({'level':_0x56fe7d(0x171),'format':_0x4c766f,'transports':[new a199_0x7ca10a[(_0x56fe7d(0x190))][(_0x56fe7d(0x16d))]({'filename':this[_0x56fe7d(0x188)],'level':_0x56fe7d(0x171)})],'silent':![]}),a199_0x7ca10a[_0x56fe7d(0x182)]({'success':_0x56fe7d(0x19a),'error':_0x56fe7d(0x16b),'warn':_0x56fe7d(0x173),'info':_0x56fe7d(0x16e)});}[a199_0x35f5e4(0x174)](_0x5e99ea){const _0x287b26=a199_0x35f5e4;this['logFilePath']=a199_0x206066[_0x287b26(0x177)](_0x5e99ea,_0x287b26(0x16c)),this[_0x287b26(0x181)]&&this[_0x287b26(0x181)]['clear'](),this['initWinstonLogger']();}[a199_0x35f5e4(0x171)](_0x18341e,_0xaefb86,_0x10bee8){const _0x1f8c18=a199_0x35f5e4;if(!this[_0x1f8c18(0x188)]||!this['winstonLogger'])return;this['winstonLogger'][_0x1f8c18(0x171)](_0xaefb86,{'command':_0x18341e,'details':_0x10bee8});}[a199_0x35f5e4(0x17c)](_0x586fee,_0x352bc5,_0x27b7b3,_0x218e89){const _0x427114=a199_0x35f5e4;if(!this[_0x427114(0x188)]||!this['winstonLogger'])return;this[_0x427114(0x181)]['log'](_0x427114(0x171),_0x352bc5,{'level':'success','command':_0x586fee,'duration':_0x27b7b3,'details':_0x218e89});}[a199_0x35f5e4(0x198)](_0x2e365a,_0x4cefba,_0x403c68){if(!this['logFilePath']||!this['winstonLogger'])return;this['winstonLogger']['error'](_0x4cefba,{'command':_0x2e365a,'details':_0x403c68});}['warn'](_0x253f77,_0x23eced,_0x4cf7e2){const _0x32b0b0=a199_0x35f5e4;if(!this['logFilePath']||!this['winstonLogger'])return;this[_0x32b0b0(0x181)][_0x32b0b0(0x17a)](_0x23eced,{'command':_0x253f77,'details':_0x4cf7e2});}async[a199_0x35f5e4(0x199)](_0x5ab971,_0x4fcbc6,_0x41c133){const _0x3524df=a199_0x35f5e4,_0x544c73=Date[_0x3524df(0x18b)]();this[_0x3524df(0x171)](_0x5ab971,_0x3524df(0x197)+_0x4fcbc6);try{const _0x3f77a3=await _0x41c133(),_0x1d37da=Date[_0x3524df(0x18b)]()-_0x544c73;return this[_0x3524df(0x17c)](_0x5ab971,'完成:\x20'+_0x4fcbc6,_0x1d37da),_0x3f77a3;}catch(_0x30329b){const _0x2a81c4=Date[_0x3524df(0x18b)]()-_0x544c73;this[_0x3524df(0x198)](_0x5ab971,'失败:\x20'+_0x4fcbc6,{'error':_0x30329b instanceof Error?_0x30329b[_0x3524df(0x19d)]:String(_0x30329b),'duration':_0x2a81c4});throw _0x30329b;}}['readLogs'](){const _0x319ad9=a199_0x35f5e4;try{if(!a199_0x1a6b1c['existsSync'](this[_0x319ad9(0x188)]))return[];const _0x1faf55=a199_0x1a6b1c[_0x319ad9(0x189)](this[_0x319ad9(0x188)],_0x319ad9(0x183));return _0x1faf55['split']('\x0a')[_0x319ad9(0x17e)](_0x31c189=>_0x31c189[_0x319ad9(0x196)]())[_0x319ad9(0x18f)](_0x500191=>JSON['parse'](_0x500191));}catch(_0x1de491){return console[_0x319ad9(0x17a)](_0x319ad9(0x194),_0x1de491),[];}}[a199_0x35f5e4(0x17f)](){const _0xdcf0e8=a199_0x35f5e4;try{a199_0x1a6b1c[_0xdcf0e8(0x185)](this['logFilePath'])&&a199_0x1a6b1c[_0xdcf0e8(0x19b)](this[_0xdcf0e8(0x188)],'','utf8');}catch(_0x2cf362){console['warn'](_0xdcf0e8(0x178),_0x2cf362);}}[a199_0x35f5e4(0x186)](){const _0x2e5610=a199_0x35f5e4;return this[_0x2e5610(0x181)];}}export const logger=new Logger();function a199_0x3032(){const _0x2dedd0=['command','now','combine','unknown','43150UZOVtJ','map','transports','errors','currentRawCommand','51405asCUeH','Failed\x20to\x20read\x20logs:','level','trim','开始执行:\x20','error','logTask','green','writeFileSync','2161080mpZyvN','message','275Eyaygn','12HJjiZR','149636hdXyUT','format','mkdirSync','red','.lovrabet.log','File','blue','timestamp','duration','info','toISOString','yellow','setLogPath','900221CdXSCC','printf','join','Failed\x20to\x20clear\x20logs:','details','warn','714477JWUkkU','success','6FidRPz','filter','clearLogs','882864ADRegV','winstonLogger','addColors','utf8','2mgVRUd','existsSync','getWinstonInstance','rawCommand','logFilePath','readFileSync'];a199_0x3032=function(){return _0x2dedd0;};return a199_0x3032();}
1
+ const a202_0x1cc858=a202_0x326c;function a202_0x438f(){const _0x17f408=['logFilePath','失败:\x20','now','combine','printf','createLogger','red','readLogs','parse','timestamp','36iWStGU','Failed\x20to\x20clear\x20logs:','开始执行:\x20','writeFileSync','error','clear','13026hWalcP','597834whxMrA','File','map','stringify','8668bEWrCM','command','2140448iiWbyC','success','2nlROuY','format','1325745zZJiDi','errors','split','info','setRawCommand','871451GJXioA','Failed\x20to\x20read\x20logs:','existsSync','mkdirSync','utf8','readFileSync','dirname','yellow','message','toISOString','level','details','setLogPath','1022yQBlCH','getWinstonInstance','trim','winstonLogger','3212772xaMybS','.lovrabet.log','warn','transports','duration','addColors','logTask','currentRawCommand','unknown','initWinstonLogger','11450kqTNbF'];a202_0x438f=function(){return _0x17f408;};return a202_0x438f();}(function(_0x8dc24d,_0x3d2143){const _0x4a8d9e=a202_0x326c,_0x28e568=_0x8dc24d();while(!![]){try{const _0x25a2a1=-parseInt(_0x4a8d9e(0x7c))/0x1*(parseInt(_0x4a8d9e(0x75))/0x2)+parseInt(_0x4a8d9e(0x6d))/0x3+-parseInt(_0x4a8d9e(0x8d))/0x4+-parseInt(_0x4a8d9e(0x77))/0x5+parseInt(_0x4a8d9e(0x6c))/0x6*(parseInt(_0x4a8d9e(0x89))/0x7)+parseInt(_0x4a8d9e(0x73))/0x8*(parseInt(_0x4a8d9e(0x66))/0x9)+parseInt(_0x4a8d9e(0x97))/0xa*(parseInt(_0x4a8d9e(0x71))/0xb);if(_0x25a2a1===_0x3d2143)break;else _0x28e568['push'](_0x28e568['shift']());}catch(_0x2ad4d4){_0x28e568['push'](_0x28e568['shift']());}}}(a202_0x438f,0x86047));import a202_0x57a2e6 from'winston';import a202_0x4c3937 from'node:fs';import a202_0x1f1594 from'node:path';class Logger{[a202_0x1cc858(0x8c)];[a202_0x1cc858(0x98)];[a202_0x1cc858(0x94)]='';constructor(){const _0x520979=a202_0x1cc858;this[_0x520979(0x98)]='';}[a202_0x1cc858(0x7b)](_0x25cfaa){const _0x2c5f16=a202_0x1cc858;this[_0x2c5f16(0x94)]=_0x25cfaa;}[a202_0x1cc858(0x96)](){const _0x8f71ab=a202_0x1cc858,_0x114e11=a202_0x1f1594[_0x8f71ab(0x82)](this[_0x8f71ab(0x98)]);!a202_0x4c3937['existsSync'](_0x114e11)&&a202_0x4c3937[_0x8f71ab(0x7f)](_0x114e11,{'recursive':!![]});const _0x28ed32=a202_0x57a2e6[_0x8f71ab(0x76)][_0x8f71ab(0x9b)](a202_0x57a2e6[_0x8f71ab(0x76)][_0x8f71ab(0x65)](),a202_0x57a2e6[_0x8f71ab(0x76)][_0x8f71ab(0x78)]({'stack':!![]}),a202_0x57a2e6[_0x8f71ab(0x76)][_0x8f71ab(0x9c)](_0xb28cb7=>{const _0x23dcf4=_0x8f71ab,_0x149d2e={'timestamp':_0xb28cb7['timestamp']||new Date()[_0x23dcf4(0x85)](),'level':_0xb28cb7[_0x23dcf4(0x86)]||_0x23dcf4(0x7a),'command':_0xb28cb7[_0x23dcf4(0x72)]||_0x23dcf4(0x95),'rawCommand':_0xb28cb7['rawCommand']||this['currentRawCommand']||undefined,'message':_0xb28cb7[_0x23dcf4(0x84)]||'','duration':_0xb28cb7[_0x23dcf4(0x91)]||undefined,'details':_0xb28cb7[_0x23dcf4(0x87)]||undefined};return JSON[_0x23dcf4(0x70)](_0x149d2e);}));this[_0x8f71ab(0x8c)]=a202_0x57a2e6[_0x8f71ab(0x9d)]({'level':_0x8f71ab(0x7a),'format':_0x28ed32,'transports':[new a202_0x57a2e6[(_0x8f71ab(0x90))][(_0x8f71ab(0x6e))]({'filename':this['logFilePath'],'level':_0x8f71ab(0x7a)})],'silent':![]}),a202_0x57a2e6[_0x8f71ab(0x92)]({'success':'green','error':_0x8f71ab(0x9e),'warn':_0x8f71ab(0x83),'info':'blue'});}[a202_0x1cc858(0x88)](_0x14db81){const _0x59fc0c=a202_0x1cc858;this[_0x59fc0c(0x98)]=a202_0x1f1594['join'](_0x14db81,_0x59fc0c(0x8e)),this['winstonLogger']&&this['winstonLogger'][_0x59fc0c(0x6b)](),this[_0x59fc0c(0x96)]();}['info'](_0x4a30b6,_0xe14e7c,_0x1ec665){const _0x2a5d5=a202_0x1cc858;if(!this[_0x2a5d5(0x98)]||!this[_0x2a5d5(0x8c)])return;this[_0x2a5d5(0x8c)][_0x2a5d5(0x7a)](_0xe14e7c,{'command':_0x4a30b6,'details':_0x1ec665});}[a202_0x1cc858(0x74)](_0x3db9bc,_0x579fcf,_0x23e3e4,_0x310f33){const _0x45c201=a202_0x1cc858;if(!this[_0x45c201(0x98)]||!this[_0x45c201(0x8c)])return;this[_0x45c201(0x8c)]['log'](_0x45c201(0x7a),_0x579fcf,{'level':_0x45c201(0x74),'command':_0x3db9bc,'duration':_0x23e3e4,'details':_0x310f33});}[a202_0x1cc858(0x6a)](_0x21e855,_0x4bd0df,_0x43fcb2){const _0x25f988=a202_0x1cc858;if(!this[_0x25f988(0x98)]||!this[_0x25f988(0x8c)])return;this['winstonLogger'][_0x25f988(0x6a)](_0x4bd0df,{'command':_0x21e855,'details':_0x43fcb2});}['warn'](_0x1839a5,_0x4151dd,_0x265074){const _0x16ca2c=a202_0x1cc858;if(!this[_0x16ca2c(0x98)]||!this[_0x16ca2c(0x8c)])return;this[_0x16ca2c(0x8c)][_0x16ca2c(0x8f)](_0x4151dd,{'command':_0x1839a5,'details':_0x265074});}async[a202_0x1cc858(0x93)](_0x364497,_0x35d0f4,_0x43305c){const _0x3e44a6=a202_0x1cc858,_0x455fc9=Date[_0x3e44a6(0x9a)]();this[_0x3e44a6(0x7a)](_0x364497,_0x3e44a6(0x68)+_0x35d0f4);try{const _0x440c17=await _0x43305c(),_0x3c0142=Date[_0x3e44a6(0x9a)]()-_0x455fc9;return this[_0x3e44a6(0x74)](_0x364497,'完成:\x20'+_0x35d0f4,_0x3c0142),_0x440c17;}catch(_0x24c45e){const _0x1847ca=Date['now']()-_0x455fc9;this[_0x3e44a6(0x6a)](_0x364497,_0x3e44a6(0x99)+_0x35d0f4,{'error':_0x24c45e instanceof Error?_0x24c45e['message']:String(_0x24c45e),'duration':_0x1847ca});throw _0x24c45e;}}[a202_0x1cc858(0x9f)](){const _0x48b710=a202_0x1cc858;try{if(!a202_0x4c3937['existsSync'](this['logFilePath']))return[];const _0x23d913=a202_0x4c3937[_0x48b710(0x81)](this['logFilePath'],_0x48b710(0x80));return _0x23d913[_0x48b710(0x79)]('\x0a')['filter'](_0x557856=>_0x557856[_0x48b710(0x8b)]())[_0x48b710(0x6f)](_0x4f7309=>JSON[_0x48b710(0x64)](_0x4f7309));}catch(_0x6ff7ef){return console['warn'](_0x48b710(0x7d),_0x6ff7ef),[];}}['clearLogs'](){const _0x14e7a6=a202_0x1cc858;try{a202_0x4c3937[_0x14e7a6(0x7e)](this[_0x14e7a6(0x98)])&&a202_0x4c3937[_0x14e7a6(0x69)](this['logFilePath'],'',_0x14e7a6(0x80));}catch(_0x38009a){console['warn'](_0x14e7a6(0x67),_0x38009a);}}[a202_0x1cc858(0x8a)](){return this['winstonLogger'];}}function a202_0x326c(_0x59db15,_0x394c7d){_0x59db15=_0x59db15-0x64;const _0x438fd8=a202_0x438f();let _0x326c78=_0x438fd8[_0x59db15];return _0x326c78;}export const logger=new Logger();
@@ -1 +1 @@
1
- function a200_0x5bc9(_0x282688,_0x1b08bf){_0x282688=_0x282688-0x13d;const _0x127cfd=a200_0x127c();let _0x5bc92d=_0x127cfd[_0x282688];return _0x5bc92d;}(function(_0x5899c6,_0x1b887e){const _0x2475ef=a200_0x5bc9,_0x473aed=_0x5899c6();while(!![]){try{const _0x14e074=parseInt(_0x2475ef(0x146))/0x1+-parseInt(_0x2475ef(0x149))/0x2+-parseInt(_0x2475ef(0x145))/0x3+parseInt(_0x2475ef(0x14c))/0x4*(parseInt(_0x2475ef(0x144))/0x5)+-parseInt(_0x2475ef(0x147))/0x6*(-parseInt(_0x2475ef(0x13e))/0x7)+parseInt(_0x2475ef(0x13d))/0x8+parseInt(_0x2475ef(0x148))/0x9*(-parseInt(_0x2475ef(0x14a))/0xa);if(_0x14e074===_0x1b887e)break;else _0x473aed['push'](_0x473aed['shift']());}catch(_0x4bd68f){_0x473aed['push'](_0x473aed['shift']());}}}(a200_0x127c,0x28b40));import{CliErrors}from'../errors.js';function a200_0x127c(){const _0x671e07=['validation','4yubcgL','1932168XMlRjb','9814XfFaCd','object','isArray','Example:\x20--params\x20\x27{\x22id\x22:123}\x27','--params\x20must\x20be\x20a\x20JSON\x20object','parse','1289665oqHJgT','846645TUbYvq','6990YTWyue','18UJOJKu','386658Phtsxw','37506nAhWmF','10PJwYxn'];a200_0x127c=function(){return _0x671e07;};return a200_0x127c();}export function parseJsonParams(_0x5dc9a4){const _0x1b83d5=a200_0x5bc9;if(!_0x5dc9a4)return undefined;let _0x4e5741;try{_0x4e5741=JSON[_0x1b83d5(0x143)](_0x5dc9a4);}catch{throw CliErrors['validation']('Invalid\x20JSON\x20for\x20--params:\x20'+_0x5dc9a4);}if(!_0x4e5741||typeof _0x4e5741!==_0x1b83d5(0x13f)||Array[_0x1b83d5(0x140)](_0x4e5741))throw CliErrors[_0x1b83d5(0x14b)](_0x1b83d5(0x142),_0x1b83d5(0x141));return _0x4e5741;}
1
+ (function(_0x270428,_0x3ab155){const _0x126f9c=a203_0x3955,_0x41abe8=_0x270428();while(!![]){try{const _0x589588=parseInt(_0x126f9c(0x16d))/0x1+parseInt(_0x126f9c(0x165))/0x2+-parseInt(_0x126f9c(0x167))/0x3+parseInt(_0x126f9c(0x166))/0x4+parseInt(_0x126f9c(0x172))/0x5+parseInt(_0x126f9c(0x16c))/0x6*(parseInt(_0x126f9c(0x16f))/0x7)+-parseInt(_0x126f9c(0x16e))/0x8;if(_0x589588===_0x3ab155)break;else _0x41abe8['push'](_0x41abe8['shift']());}catch(_0x449b3b){_0x41abe8['push'](_0x41abe8['shift']());}}}(a203_0x48a0,0xa3107));import{CliErrors}from'../errors.js';function a203_0x3955(_0x54e436,_0x1d0982){_0x54e436=_0x54e436-0x164;const _0x48a053=a203_0x48a0();let _0x395542=_0x48a053[_0x54e436];return _0x395542;}function a203_0x48a0(){const _0xc37640=['20623848whFHip','28ldAEfB','parse','--params\x20must\x20be\x20a\x20JSON\x20object','5072925JXSdAL','object','265274ZaoMZZ','4049988bfOzGo','136440sIJSXq','Example:\x20--params\x20\x27{\x22id\x22:123}\x27','isArray','validation','Invalid\x20JSON\x20for\x20--params:\x20','883134WETGVX','542897FaogxE'];a203_0x48a0=function(){return _0xc37640;};return a203_0x48a0();}export function parseJsonParams(_0x4a3a46){const _0x3e7710=a203_0x3955;if(!_0x4a3a46)return undefined;let _0x4cdd31;try{_0x4cdd31=JSON[_0x3e7710(0x170)](_0x4a3a46);}catch{throw CliErrors[_0x3e7710(0x16a)](_0x3e7710(0x16b)+_0x4a3a46);}if(!_0x4cdd31||typeof _0x4cdd31!==_0x3e7710(0x164)||Array[_0x3e7710(0x169)](_0x4cdd31))throw CliErrors[_0x3e7710(0x16a)](_0x3e7710(0x171),_0x3e7710(0x168));return _0x4cdd31;}
@@ -1 +1 @@
1
- function a201_0x2df2(_0x4e40ed,_0x4b0d8d){_0x4e40ed=_0x4e40ed-0x97;const _0x11f1a5=a201_0x11f1();let _0x2df245=_0x11f1a5[_0x4e40ed];return _0x2df245;}const a201_0x34ae98=a201_0x2df2;function a201_0x11f1(){const _0x149d9e=['1868298zOVQef','2331816klGxfx','90teJGxW','3503340pToQuD','.cmd','platform','681522CEhmkD','102436FrKSwW','9vUDEfb','152940lZHjTY','1565690enkiGk','12PnBfRB'];a201_0x11f1=function(){return _0x149d9e;};return a201_0x11f1();}(function(_0xe73adc,_0x188ef5){const _0x38e949=a201_0x2df2,_0x236b85=_0xe73adc();while(!![]){try{const _0x234098=parseInt(_0x38e949(0x9a))/0x1+parseInt(_0x38e949(0x9f))/0x2*(-parseInt(_0x38e949(0x9d))/0x3)+parseInt(_0x38e949(0x9b))/0x4*(parseInt(_0x38e949(0xa2))/0x5)+-parseInt(_0x38e949(0xa0))/0x6+-parseInt(_0x38e949(0x9e))/0x7+parseInt(_0x38e949(0xa1))/0x8*(-parseInt(_0x38e949(0x9c))/0x9)+parseInt(_0x38e949(0x97))/0xa;if(_0x234098===_0x188ef5)break;else _0x236b85['push'](_0x236b85['shift']());}catch(_0x8d1ac0){_0x236b85['push'](_0x236b85['shift']());}}}(a201_0x11f1,0x57fd8));export const isWindows=process[a201_0x34ae98(0x99)]==='win32';export function resolveNpmBin(_0x3a2969){const _0x301ca5=a201_0x34ae98;return isWindows?_0x3a2969+_0x301ca5(0x98):_0x3a2969;}
1
+ const a204_0x6081fb=a204_0x3f21;(function(_0x9aafd5,_0x10ca51){const _0x5f5079=a204_0x3f21,_0xf11666=_0x9aafd5();while(!![]){try{const _0x348d45=-parseInt(_0x5f5079(0x116))/0x1+-parseInt(_0x5f5079(0x110))/0x2+-parseInt(_0x5f5079(0x114))/0x3+parseInt(_0x5f5079(0x113))/0x4+parseInt(_0x5f5079(0x10e))/0x5+-parseInt(_0x5f5079(0x112))/0x6+parseInt(_0x5f5079(0x10f))/0x7;if(_0x348d45===_0x10ca51)break;else _0xf11666['push'](_0xf11666['shift']());}catch(_0x339ff6){_0xf11666['push'](_0xf11666['shift']());}}}(a204_0x2898,0x8b3ca));function a204_0x3f21(_0x51a839,_0x2c2bcd){_0x51a839=_0x51a839-0x10e;const _0x28987a=a204_0x2898();let _0x3f2150=_0x28987a[_0x51a839];return _0x3f2150;}function a204_0x2898(){const _0x515051=['win32','702871jCzmWH','2874980nsYsWe','7637952agacIn','1823260FNzdvN','.cmd','1814106qrvwIB','3710344JBhxmN','319656lDuMUo'];a204_0x2898=function(){return _0x515051;};return a204_0x2898();}export const isWindows=process['platform']===a204_0x6081fb(0x115);export function resolveNpmBin(_0x31e5c4){const _0x514070=a204_0x6081fb;return isWindows?_0x31e5c4+_0x514070(0x111):_0x31e5c4;}
@@ -1 +1 @@
1
- function a202_0x2879(){const _0x33aa87=['932QSFFsr','utf-8','catch','1816skPGBS','3018665PzLfxI','CDN\x20返回数据格式错误','content','CDN\x20请求失败:\x20','834084gOhXaH','6SHdfKH','lastUpdated','string','97972UDqvTK','json','3237TUDBzn','../../templates/rules/lovrabet_rules.mdc.tpl','status','agents.md','303468kwqHFH','3299850ABdlrJ','24498nIDVjt'];a202_0x2879=function(){return _0x33aa87;};return a202_0x2879();}const a202_0x21f542=a202_0x39c4;(function(_0x15192d,_0x5be187){const _0x248324=a202_0x39c4,_0xd5c64d=_0x15192d();while(!![]){try{const _0x407acc=parseInt(_0x248324(0xd5))/0x1+-parseInt(_0x248324(0xd8))/0x2*(parseInt(_0x248324(0xe6))/0x3)+parseInt(_0x248324(0xe0))/0x4+parseInt(_0x248324(0xdc))/0x5*(-parseInt(_0x248324(0xe1))/0x6)+-parseInt(_0x248324(0xe4))/0x7+-parseInt(_0x248324(0xdb))/0x8*(-parseInt(_0x248324(0xd7))/0x9)+parseInt(_0x248324(0xd6))/0xa;if(_0x407acc===_0x5be187)break;else _0xd5c64d['push'](_0xd5c64d['shift']());}catch(_0x97f68a){_0xd5c64d['push'](_0xd5c64d['shift']());}}}(a202_0x2879,0x52d7d));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';function a202_0x39c4(_0x224ac4,_0x229aae){_0x224ac4=_0x224ac4-0xd5;const _0x28793c=a202_0x2879();let _0x39c40a=_0x28793c[_0x224ac4];return _0x39c40a;}const __filename=fileURLToPath(import.meta.url),__dirname=dirname(__filename);function getRulesCdnUrl(){const _0x33c7fa=getTemplateBaseUrl();return _0x33c7fa+'/rules/rules.json';}const LOCAL_TEMPLATE_PATH=resolve(__dirname,a202_0x21f542(0xe7));export async function fetchRulesFromCDN(){const _0x53a1f7=a202_0x21f542,_0x13f78f=getRulesCdnUrl(),_0x18e10e=await fetch(_0x13f78f,{'headers':{'Accept':'application/json'}});if(!_0x18e10e['ok'])throw new Error(_0x53a1f7(0xdf)+_0x18e10e[_0x53a1f7(0xe8)]+'\x20'+_0x18e10e['statusText']);const _0x3dcc86=await _0x18e10e[_0x53a1f7(0xe5)]();if(!_0x3dcc86[_0x53a1f7(0xde)]||typeof _0x3dcc86[_0x53a1f7(0xde)]!==_0x53a1f7(0xe3))throw new Error(_0x53a1f7(0xdd));return _0x3dcc86;}export async function getRulesContent(){const _0x1be869=a202_0x21f542;try{const _0x1a90e7=await fetchRulesFromCDN();return _0x1a90e7[_0x1be869(0xde)];}catch{return readLocalTemplate();}}export function readLocalTemplate(){const _0x55ade1=a202_0x21f542;if(existsSync(LOCAL_TEMPLATE_PATH))return readFileSync(LOCAL_TEMPLATE_PATH,_0x55ade1(0xd9));throw new Error('本地模板文件不存在:\x20'+LOCAL_TEMPLATE_PATH);}export async function writeRulesFile(_0x2f24f2){const _0x54a5f7=a202_0x21f542,_0x3cc50d=await fetchRulesFromCDN()[_0x54a5f7(0xda)](()=>null);let _0x4038d0;_0x3cc50d?(_0x4038d0=_0x3cc50d[_0x54a5f7(0xde)],_0x3cc50d['lastUpdated']&&(_0x4038d0=appendUpdateTime(_0x4038d0,_0x3cc50d[_0x54a5f7(0xe2)]))):_0x4038d0=readLocalTemplate();const _0x4111d8=dirname(_0x2f24f2);!existsSync(_0x4111d8)&&mkdirSync(_0x4111d8,{'recursive':!![]}),writeFileSync(_0x2f24f2,_0x4038d0,_0x54a5f7(0xd9));}export async function copyRulesToCursor(_0x2086d7){const _0x27f750=join(_0x2086d7,'.cursor/rules'),_0x390732=join(_0x27f750,'lovrabet_rules.mdc');if(existsSync(_0x390732))return![];return await writeRulesFile(_0x390732),!![];}export async function copyRulesToAgentsMd(_0xa7301a){const _0xbed2d6=a202_0x21f542,_0x2c8258=join(_0xa7301a,_0xbed2d6(0xe9));if(existsSync(_0x2c8258))return![];return await writeRulesFile(_0x2c8258),!![];}
1
+ const a205_0x17a2a6=a205_0x4777;(function(_0x415d12,_0x5ba985){const _0x106ed4=a205_0x4777,_0x443ecf=_0x415d12();while(!![]){try{const _0x4184b7=-parseInt(_0x106ed4(0x10b))/0x1*(parseInt(_0x106ed4(0x10c))/0x2)+parseInt(_0x106ed4(0x101))/0x3*(-parseInt(_0x106ed4(0x107))/0x4)+-parseInt(_0x106ed4(0x113))/0x5*(-parseInt(_0x106ed4(0x106))/0x6)+-parseInt(_0x106ed4(0x114))/0x7+-parseInt(_0x106ed4(0x109))/0x8*(parseInt(_0x106ed4(0x100))/0x9)+-parseInt(_0x106ed4(0x10d))/0xa+-parseInt(_0x106ed4(0x102))/0xb*(-parseInt(_0x106ed4(0x10a))/0xc);if(_0x4184b7===_0x5ba985)break;else _0x443ecf['push'](_0x443ecf['shift']());}catch(_0x1400a3){_0x443ecf['push'](_0x443ecf['shift']());}}}(a205_0x4b00,0x8638b));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 _0x1d4f83=a205_0x4777,_0x42e031=getTemplateBaseUrl();return _0x42e031+_0x1d4f83(0x10f);}const LOCAL_TEMPLATE_PATH=resolve(__dirname,a205_0x17a2a6(0x103));export async function fetchRulesFromCDN(){const _0x171729=a205_0x17a2a6,_0x26dc68=getRulesCdnUrl(),_0x2b8b7d=await fetch(_0x26dc68,{'headers':{'Accept':'application/json'}});if(!_0x2b8b7d['ok'])throw new Error(_0x171729(0xfd)+_0x2b8b7d[_0x171729(0x10e)]+'\x20'+_0x2b8b7d[_0x171729(0xff)]);const _0x43378f=await _0x2b8b7d['json']();if(!_0x43378f[_0x171729(0x115)]||typeof _0x43378f[_0x171729(0x115)]!==_0x171729(0x108))throw new Error('CDN\x20返回数据格式错误');return _0x43378f;}export async function getRulesContent(){const _0x3f3a66=a205_0x17a2a6;try{const _0x487412=await fetchRulesFromCDN();return _0x487412[_0x3f3a66(0x115)];}catch{return readLocalTemplate();}}export function readLocalTemplate(){const _0x574f31=a205_0x17a2a6;if(existsSync(LOCAL_TEMPLATE_PATH))return readFileSync(LOCAL_TEMPLATE_PATH,_0x574f31(0xfe));throw new Error('本地模板文件不存在:\x20'+LOCAL_TEMPLATE_PATH);}export async function writeRulesFile(_0x143797){const _0x192878=a205_0x17a2a6,_0x538d5d=await fetchRulesFromCDN()[_0x192878(0x105)](()=>null);let _0x33e19d;_0x538d5d?(_0x33e19d=_0x538d5d[_0x192878(0x115)],_0x538d5d[_0x192878(0x110)]&&(_0x33e19d=appendUpdateTime(_0x33e19d,_0x538d5d[_0x192878(0x110)]))):_0x33e19d=readLocalTemplate();const _0x606c9d=dirname(_0x143797);!existsSync(_0x606c9d)&&mkdirSync(_0x606c9d,{'recursive':!![]}),writeFileSync(_0x143797,_0x33e19d,_0x192878(0xfe));}export async function copyRulesToCursor(_0x4255f9){const _0x50427a=a205_0x17a2a6,_0x552072=join(_0x4255f9,_0x50427a(0x104)),_0x11a6ea=join(_0x552072,_0x50427a(0x111));if(existsSync(_0x11a6ea))return![];return await writeRulesFile(_0x11a6ea),!![];}function a205_0x4b00(){const _0x311a78=['agents.md','5jxxdRR','2583427QkZURP','content','CDN\x20请求失败:\x20','utf-8','statusText','21591IMdNlc','62217HNmZRf','1804FydjrG','../../templates/rules/lovrabet_rules.mdc.tpl','.cursor/rules','catch','4324566CnGTVi','100PHWZFI','string','3160hfCOSm','175932oLdrxz','586stzrWp','2334JsHOOB','563910NETWwu','status','/rules/rules.json','lastUpdated','lovrabet_rules.mdc'];a205_0x4b00=function(){return _0x311a78;};return a205_0x4b00();}function a205_0x4777(_0x5cbc30,_0x54c76e){_0x5cbc30=_0x5cbc30-0xfd;const _0x4b00bf=a205_0x4b00();let _0x47777e=_0x4b00bf[_0x5cbc30];return _0x47777e;}export async function copyRulesToAgentsMd(_0x456b4b){const _0x200dd0=a205_0x17a2a6,_0x294ad8=join(_0x456b4b,_0x200dd0(0x112));if(existsSync(_0x294ad8))return![];return await writeRulesFile(_0x294ad8),!![];}
@@ -1 +1 @@
1
- export function sleep(_0x531741){return new Promise(_0x418371=>setTimeout(_0x418371,_0x531741));}
1
+ export function sleep(_0x9ebd1e){return new Promise(_0x12c608=>setTimeout(_0x12c608,_0x9ebd1e));}
@@ -1 +1 @@
1
- const a204_0x2abe7c=a204_0x3c9a;(function(_0x69ce0,_0x2294fc){const _0x30bdd5=a204_0x3c9a,_0x11a650=_0x69ce0();while(!![]){try{const _0x226bd6=-parseInt(_0x30bdd5(0x1d8))/0x1+-parseInt(_0x30bdd5(0x1da))/0x2+-parseInt(_0x30bdd5(0x1eb))/0x3*(parseInt(_0x30bdd5(0x1d5))/0x4)+parseInt(_0x30bdd5(0x1e6))/0x5*(-parseInt(_0x30bdd5(0x1cd))/0x6)+parseInt(_0x30bdd5(0x1f9))/0x7*(-parseInt(_0x30bdd5(0x1e1))/0x8)+parseInt(_0x30bdd5(0x1db))/0x9*(parseInt(_0x30bdd5(0x1f4))/0xa)+parseInt(_0x30bdd5(0x1f0))/0xb;if(_0x226bd6===_0x2294fc)break;else _0x11a650['push'](_0x11a650['shift']());}catch(_0x563514){_0x11a650['push'](_0x11a650['shift']());}}}(a204_0x2ceb,0x56b03));import a204_0x319a14 from'node:fs';import a204_0x3007d5 from'node:path';function a204_0x3c9a(_0x1f366c,_0x482bf4){_0x1f366c=_0x1f366c-0x1ca;const _0x2ceb68=a204_0x2ceb();let _0x3c9a88=_0x2ceb68[_0x1f366c];return _0x3c9a88;}function a204_0x2ceb(){const _0x335080=['pop','模板内容替换完成','.css','slice','datasetCode:\x20\x22','\x0a\x20\x20\x20\x20{\x20','default','8xzHWAb','getFullYear','padStart','706202EhVwsI','charAt','802938tetDJR','336699upiFTm','.js','processTemplate','utf8','name','getDate','8QgFOCS','.scss','extname','toUpperCase','endsWith','157555BPXwOO','getSeconds','processFile','writeFile','alias:\x20\x22','474807tkrxHM','\x20},','isFile','split','now','30002599ZAbMmC','mkdir','promises','processDirectory','30EuTnFu','readFile','.ts','join','map','3232243bGufwn','.md','replace','pad','.json','tableName:\x20\x22','message','name:\x20\x22','YourModel','.tsx','formatLocalTimestamp','toLowerCase','toComponentName','success','replaceContent','toDisplayTitle','copyFile','getMinutes','toISOString','template','alias','LOVRABET','tableName','.tpl','datasetCode','114VbQDEB'];a204_0x2ceb=function(){return _0x335080;};return a204_0x2ceb();}import{logger}from'../utils/logger.js';import{getCliVersion}from'../utils/version.js';const CLI_VERSION=getCliVersion();export class TemplateReplacer{static[a204_0x2abe7c(0x1fc)](_0x192b25){const _0x2d27aa=a204_0x2abe7c;return String(_0x192b25)[_0x2d27aa(0x1d7)](0x2,'0');}static['formatLocalTimestamp'](_0x5be170){const _0x4db90b=a204_0x2abe7c,_0x39e7a2=_0x5be170[_0x4db90b(0x1d6)](),_0x367731=this[_0x4db90b(0x1fc)](_0x5be170['getMonth']()+0x1),_0x452bd1=this[_0x4db90b(0x1fc)](_0x5be170[_0x4db90b(0x1e0)]()),_0x59f5f0=this[_0x4db90b(0x1fc)](_0x5be170['getHours']()),_0x2cc7fd=this[_0x4db90b(0x1fc)](_0x5be170[_0x4db90b(0x20a)]()),_0xfb0e81=this[_0x4db90b(0x1fc)](_0x5be170[_0x4db90b(0x1e7)]());return{'createdAt':_0x39e7a2+'-'+_0x367731+'-'+_0x452bd1+'\x20'+_0x59f5f0+':'+_0x2cc7fd+':'+_0xfb0e81,'createdDate':_0x39e7a2+'-'+_0x367731+'-'+_0x452bd1,'createdTime':_0x59f5f0+':'+_0x2cc7fd+':'+_0xfb0e81};}static[a204_0x2abe7c(0x205)](_0x5a441c){const _0x337e8b=a204_0x2abe7c,_0x2a8370=_0x5a441c[_0x337e8b(0x1ee)]('/')['pop']()||_0x5a441c;return _0x2a8370[_0x337e8b(0x1ee)]('-')[_0x337e8b(0x1f8)](_0x8d5470=>_0x8d5470[_0x337e8b(0x1d9)](0x0)[_0x337e8b(0x1e4)]()+_0x8d5470[_0x337e8b(0x1d1)](0x1)[_0x337e8b(0x204)]())[_0x337e8b(0x1f7)]('');}static[a204_0x2abe7c(0x208)](_0x1d9177){const _0x4ffca9=a204_0x2abe7c,_0x43431d=_0x1d9177['split']('/')[_0x4ffca9(0x1ce)]()||_0x1d9177;return _0x43431d['split']('-')[_0x4ffca9(0x1f8)](_0x24d3ec=>_0x24d3ec[_0x4ffca9(0x1d9)](0x0)[_0x4ffca9(0x1e4)]()+_0x24d3ec[_0x4ffca9(0x1d1)](0x1)[_0x4ffca9(0x204)]())[_0x4ffca9(0x1f7)]('\x20');}static[a204_0x2abe7c(0x207)](_0x35c079,_0x56b4ab,_0x4cedff){const _0x4ba1cf=a204_0x2abe7c,_0x518dcc=this['toComponentName'](_0x56b4ab),_0x5b7e10=this[_0x4ba1cf(0x208)](_0x56b4ab),{createdAt:_0x2bb425,createdDate:_0x4cab91,createdTime:_0x3ac91e}=this[_0x4ba1cf(0x203)](new Date());let _0x3a1b2e=_0x35c079[_0x4ba1cf(0x1fb)](/\{CliVersion\}/g,CLI_VERSION)[_0x4ba1cf(0x1fb)](/\{ComponentName\}/g,_0x518dcc)['replace'](/\{DisplayTitle\}/g,_0x5b7e10)[_0x4ba1cf(0x1fb)](/\{PageName\}/g,_0x56b4ab)[_0x4ba1cf(0x1fb)](/\{TemplateName\}/g,_0x4cedff)['replace'](/\{CreatedAt\}/g,_0x2bb425)[_0x4ba1cf(0x1fb)](/\{CreatedDate\}/g,_0x4cab91)[_0x4ba1cf(0x1fb)](/\{CreatedTime\}/g,_0x3ac91e);return _0x3a1b2e;}static['replaceApiContent'](_0x2ebd6f,_0x2f9302,_0x48e640,_0x221e36,_0x5df668,_0x2ab62e,_0x5a09dd,_0x22761f){const _0x4d3a62=a204_0x2abe7c,_0x2862c0=new Date(),_0x3413a9=_0x2862c0[_0x4d3a62(0x20b)](),_0x520ba8=_0x48e640[_0x4d3a62(0x1f8)](_0x389d12=>{const _0x45bd66=_0x4d3a62,_0x1b7bf6=[_0x45bd66(0x1d2)+_0x389d12[_0x45bd66(0x1cc)]+'\x22',_0x45bd66(0x1fe)+_0x389d12[_0x45bd66(0x1ca)]+'\x22',_0x45bd66(0x200)+_0x389d12['name']+'\x22'];return _0x389d12[_0x45bd66(0x20d)]&&_0x1b7bf6['push'](_0x45bd66(0x1ea)+_0x389d12[_0x45bd66(0x20d)]+'\x22'),_0x45bd66(0x1d3)+_0x1b7bf6['join'](',\x20')+_0x45bd66(0x1ec);})['join'](''),_0x23fbbd=_0x221e36||_0x48e640[0x0]?.[_0x4d3a62(0x20d)]||_0x4d3a62(0x201);let _0x48ce9b=_0x2ebd6f[_0x4d3a62(0x1fb)](/\{AppCode\}/g,_0x2f9302)['replace'](/\{ModelConfigs\}/g,_0x520ba8)[_0x4d3a62(0x1fb)](/\{ExampleModelName\}/g,_0x23fbbd)[_0x4d3a62(0x1fb)](/\{ApiFileName\}/g,_0x5df668||'api')['replace'](/\{ConfigName\}/g,_0x2ab62e||_0x4d3a62(0x1d4))[_0x4d3a62(0x1fb)](/\{ClientConfigParam\}/g,_0x5a09dd||'')[_0x4d3a62(0x1fb)](/\{VarPrefix\}/g,_0x22761f||_0x4d3a62(0x20e))['replace'](/\{CreatedAt\}/g,_0x3413a9);return _0x48ce9b;}static async[a204_0x2abe7c(0x1dd)](_0x363778,_0x11e440,_0x53dadb,_0x28542b,_0x2fa5d3=!![]){const _0x1ed1f0=a204_0x2abe7c,_0x68d210=Date['now']();try{_0x2fa5d3&&logger['info'](_0x1ed1f0(0x20c),'开始处理模板内容替换',{'templatePath':_0x363778,'targetPath':_0x11e440,'pageName':_0x53dadb,'templateName':_0x28542b});await a204_0x319a14[_0x1ed1f0(0x1f2)][_0x1ed1f0(0x1f1)](_0x11e440,{'recursive':!![]}),await this[_0x1ed1f0(0x1f3)](_0x363778,_0x11e440,_0x53dadb,_0x28542b);if(_0x2fa5d3){const _0x48618b=Date[_0x1ed1f0(0x1ef)]()-_0x68d210;logger[_0x1ed1f0(0x206)](_0x1ed1f0(0x20c),_0x1ed1f0(0x1cf),_0x48618b,{'pageName':_0x53dadb,'templateName':_0x28542b});}}catch(_0x3d737e){if(_0x2fa5d3){const _0x2ea1fa=Date[_0x1ed1f0(0x1ef)]()-_0x68d210;logger['error']('template','模板内容替换失败',{'templatePath':_0x363778,'targetPath':_0x11e440,'pageName':_0x53dadb,'templateName':_0x28542b,'error':_0x3d737e instanceof Error?_0x3d737e[_0x1ed1f0(0x1ff)]:String(_0x3d737e),'duration':_0x2ea1fa});}throw _0x3d737e;}}static async['processDirectory'](_0x2f8041,_0x1b3b6f,_0x3c5a00,_0x26f0b5){const _0x51e30c=a204_0x2abe7c,_0x1ea58a=await a204_0x319a14[_0x51e30c(0x1f2)]['readdir'](_0x2f8041,{'withFileTypes':!![]});for(const _0x1aaab4 of _0x1ea58a){const _0x3f847d=a204_0x3007d5[_0x51e30c(0x1f7)](_0x2f8041,_0x1aaab4[_0x51e30c(0x1df)]);let _0x567135=a204_0x3007d5[_0x51e30c(0x1f7)](_0x1b3b6f,_0x1aaab4[_0x51e30c(0x1df)]);_0x1aaab4['name'][_0x51e30c(0x1e5)](_0x51e30c(0x1cb))&&(_0x567135=a204_0x3007d5['join'](_0x1b3b6f,_0x1aaab4['name'][_0x51e30c(0x1fb)](/\.tpl$/,'')));if(_0x1aaab4['isDirectory']())await a204_0x319a14[_0x51e30c(0x1f2)]['mkdir'](_0x567135,{'recursive':!![]}),await this[_0x51e30c(0x1f3)](_0x3f847d,_0x567135,_0x3c5a00,_0x26f0b5);else _0x1aaab4[_0x51e30c(0x1ed)]()&&await this[_0x51e30c(0x1e8)](_0x3f847d,_0x567135,_0x3c5a00,_0x26f0b5);}}static async[a204_0x2abe7c(0x1e8)](_0x421144,_0x2c5f9b,_0x10df15,_0x24eba0){const _0x2ff360=a204_0x2abe7c,_0x14c936=a204_0x3007d5[_0x2ff360(0x1e3)](_0x421144)[_0x2ff360(0x204)]();_0x421144['endsWith']('.tpl')&&(_0x2c5f9b=_0x2c5f9b['replace'](/\.tpl$/,''));const _0x364088=[_0x2ff360(0x202),_0x2ff360(0x1f6),'.jsx',_0x2ff360(0x1dc),_0x2ff360(0x1fd),_0x2ff360(0x1fa),_0x2ff360(0x1d0),_0x2ff360(0x1e2),'.tpl'];if(_0x364088['includes'](_0x14c936)||_0x421144['endsWith'](_0x2ff360(0x1cb))){const _0x371483=await a204_0x319a14[_0x2ff360(0x1f2)][_0x2ff360(0x1f5)](_0x421144,_0x2ff360(0x1de)),_0x325184=this['replaceContent'](_0x371483,_0x10df15,_0x24eba0);await a204_0x319a14[_0x2ff360(0x1f2)][_0x2ff360(0x1e9)](_0x2c5f9b,_0x325184,_0x2ff360(0x1de));}else await a204_0x319a14[_0x2ff360(0x1f2)][_0x2ff360(0x209)](_0x421144,_0x2c5f9b);}}
1
+ const a207_0x51c731=a207_0x5336;(function(_0x1b2407,_0x21daec){const _0x4597c6=a207_0x5336,_0x306410=_0x1b2407();while(!![]){try{const _0x3ee5cb=parseInt(_0x4597c6(0xae))/0x1+parseInt(_0x4597c6(0xa6))/0x2+parseInt(_0x4597c6(0x8d))/0x3+-parseInt(_0x4597c6(0x9c))/0x4*(-parseInt(_0x4597c6(0x8a))/0x5)+parseInt(_0x4597c6(0xa9))/0x6+-parseInt(_0x4597c6(0x8c))/0x7*(-parseInt(_0x4597c6(0x99))/0x8)+-parseInt(_0x4597c6(0x9f))/0x9*(parseInt(_0x4597c6(0x9e))/0xa);if(_0x3ee5cb===_0x21daec)break;else _0x306410['push'](_0x306410['shift']());}catch(_0x398ec2){_0x306410['push'](_0x306410['shift']());}}}(a207_0x48d0,0x9df6d));import a207_0x5c41d2 from'node:fs';import a207_0x4ff2bd from'node:path';import{logger}from'../utils/logger.js';import{getCliVersion}from'../utils/version.js';const CLI_VERSION=getCliVersion();export class TemplateReplacer{static[a207_0x51c731(0x87)](_0x84041e){return String(_0x84041e)['padStart'](0x2,'0');}static[a207_0x51c731(0x75)](_0x3d3380){const _0x24d189=a207_0x51c731,_0x95646e=_0x3d3380['getFullYear'](),_0x589e41=this['pad'](_0x3d3380['getMonth']()+0x1),_0x274cc6=this[_0x24d189(0x87)](_0x3d3380[_0x24d189(0x9a)]()),_0x548691=this[_0x24d189(0x87)](_0x3d3380[_0x24d189(0x76)]()),_0x335130=this[_0x24d189(0x87)](_0x3d3380[_0x24d189(0xb1)]()),_0x110dc5=this[_0x24d189(0x87)](_0x3d3380[_0x24d189(0xa4)]());return{'createdAt':_0x95646e+'-'+_0x589e41+'-'+_0x274cc6+'\x20'+_0x548691+':'+_0x335130+':'+_0x110dc5,'createdDate':_0x95646e+'-'+_0x589e41+'-'+_0x274cc6,'createdTime':_0x548691+':'+_0x335130+':'+_0x110dc5};}static[a207_0x51c731(0x88)](_0x1dff5c){const _0x267aa6=a207_0x51c731,_0x48a198=_0x1dff5c['split']('/')[_0x267aa6(0x94)]()||_0x1dff5c;return _0x48a198[_0x267aa6(0x82)]('-')[_0x267aa6(0x7c)](_0x14e3d2=>_0x14e3d2[_0x267aa6(0x74)](0x0)[_0x267aa6(0xa0)]()+_0x14e3d2[_0x267aa6(0x6e)](0x1)[_0x267aa6(0x96)]())[_0x267aa6(0x97)]('');}static[a207_0x51c731(0xb2)](_0xac24f6){const _0x436e00=a207_0x51c731,_0x4787a9=_0xac24f6[_0x436e00(0x82)]('/')[_0x436e00(0x94)]()||_0xac24f6;return _0x4787a9[_0x436e00(0x82)]('-')[_0x436e00(0x7c)](_0xddd12e=>_0xddd12e[_0x436e00(0x74)](0x0)['toUpperCase']()+_0xddd12e[_0x436e00(0x6e)](0x1)[_0x436e00(0x96)]())['join']('\x20');}static['replaceContent'](_0x20fb43,_0x1c0ee2,_0x304ae2){const _0x2e035a=a207_0x51c731,_0x1448b3=this['toComponentName'](_0x1c0ee2),_0xd9d24a=this['toDisplayTitle'](_0x1c0ee2),{createdAt:_0x11084c,createdDate:_0x268992,createdTime:_0x3dcc9a}=this[_0x2e035a(0x75)](new Date());let _0x216403=_0x20fb43[_0x2e035a(0x93)](/\{CliVersion\}/g,CLI_VERSION)[_0x2e035a(0x93)](/\{ComponentName\}/g,_0x1448b3)['replace'](/\{DisplayTitle\}/g,_0xd9d24a)[_0x2e035a(0x93)](/\{PageName\}/g,_0x1c0ee2)[_0x2e035a(0x93)](/\{TemplateName\}/g,_0x304ae2)['replace'](/\{CreatedAt\}/g,_0x11084c)[_0x2e035a(0x93)](/\{CreatedDate\}/g,_0x268992)['replace'](/\{CreatedTime\}/g,_0x3dcc9a);return _0x216403;}static['replaceApiContent'](_0x81230e,_0xa88515,_0x50992a,_0x542468,_0x54df23,_0x5cdc75,_0x5389f6,_0x3fe525){const _0x26227c=a207_0x51c731,_0x37c43d=new Date(),_0x286a14=_0x37c43d[_0x26227c(0x8f)](),_0x2a6c2b=_0x50992a[_0x26227c(0x7c)](_0x45411e=>{const _0x5d8865=_0x26227c,_0xb380f9=[_0x5d8865(0xa2)+_0x45411e[_0x5d8865(0x77)]+'\x22',_0x5d8865(0x90)+_0x45411e[_0x5d8865(0x91)]+'\x22',_0x5d8865(0x98)+_0x45411e[_0x5d8865(0x79)]+'\x22'];return _0x45411e[_0x5d8865(0x86)]&&_0xb380f9[_0x5d8865(0x85)](_0x5d8865(0x80)+_0x45411e['alias']+'\x22'),_0x5d8865(0x7a)+_0xb380f9[_0x5d8865(0x97)](',\x20')+_0x5d8865(0x6d);})['join'](''),_0x4f44f9=_0x542468||_0x50992a[0x0]?.[_0x26227c(0x86)]||_0x26227c(0x71);let _0x2695bb=_0x81230e[_0x26227c(0x93)](/\{AppCode\}/g,_0xa88515)[_0x26227c(0x93)](/\{ModelConfigs\}/g,_0x2a6c2b)['replace'](/\{ExampleModelName\}/g,_0x4f44f9)[_0x26227c(0x93)](/\{ApiFileName\}/g,_0x54df23||_0x26227c(0x6f))[_0x26227c(0x93)](/\{ConfigName\}/g,_0x5cdc75||'default')['replace'](/\{ClientConfigParam\}/g,_0x5389f6||'')[_0x26227c(0x93)](/\{VarPrefix\}/g,_0x3fe525||'LOVRABET')[_0x26227c(0x93)](/\{CreatedAt\}/g,_0x286a14);return _0x2695bb;}static async[a207_0x51c731(0x7d)](_0x29e6ad,_0xfa1c78,_0x4b67be,_0x1dfca0,_0x22fdb6=!![]){const _0x295d83=a207_0x51c731,_0x47a32a=Date[_0x295d83(0xaa)]();try{_0x22fdb6&&logger[_0x295d83(0xa5)](_0x295d83(0x9d),_0x295d83(0xaf),{'templatePath':_0x29e6ad,'targetPath':_0xfa1c78,'pageName':_0x4b67be,'templateName':_0x1dfca0});await a207_0x5c41d2[_0x295d83(0xab)][_0x295d83(0x70)](_0xfa1c78,{'recursive':!![]}),await this[_0x295d83(0x7f)](_0x29e6ad,_0xfa1c78,_0x4b67be,_0x1dfca0);if(_0x22fdb6){const _0x1d1549=Date['now']()-_0x47a32a;logger[_0x295d83(0xad)](_0x295d83(0x9d),_0x295d83(0x9b),_0x1d1549,{'pageName':_0x4b67be,'templateName':_0x1dfca0});}}catch(_0x844522){if(_0x22fdb6){const _0x1e531b=Date[_0x295d83(0xaa)]()-_0x47a32a;logger['error'](_0x295d83(0x9d),_0x295d83(0xb0),{'templatePath':_0x29e6ad,'targetPath':_0xfa1c78,'pageName':_0x4b67be,'templateName':_0x1dfca0,'error':_0x844522 instanceof Error?_0x844522[_0x295d83(0x84)]:String(_0x844522),'duration':_0x1e531b});}throw _0x844522;}}static async[a207_0x51c731(0x7f)](_0x5a6f15,_0x24d56c,_0x25bed2,_0x1de041){const _0xb8f810=a207_0x51c731,_0x42cae5=await a207_0x5c41d2['promises'][_0xb8f810(0xa8)](_0x5a6f15,{'withFileTypes':!![]});for(const _0x2a4743 of _0x42cae5){const _0x3967ad=a207_0x4ff2bd[_0xb8f810(0x97)](_0x5a6f15,_0x2a4743[_0xb8f810(0x79)]);let _0x525f77=a207_0x4ff2bd['join'](_0x24d56c,_0x2a4743['name']);_0x2a4743[_0xb8f810(0x79)][_0xb8f810(0xa7)](_0xb8f810(0x95))&&(_0x525f77=a207_0x4ff2bd['join'](_0x24d56c,_0x2a4743[_0xb8f810(0x79)]['replace'](/\.tpl$/,'')));if(_0x2a4743[_0xb8f810(0x8e)]())await a207_0x5c41d2[_0xb8f810(0xab)]['mkdir'](_0x525f77,{'recursive':!![]}),await this[_0xb8f810(0x7f)](_0x3967ad,_0x525f77,_0x25bed2,_0x1de041);else _0x2a4743['isFile']()&&await this['processFile'](_0x3967ad,_0x525f77,_0x25bed2,_0x1de041);}}static async[a207_0x51c731(0x78)](_0x39de19,_0x377895,_0x2b7f19,_0x407b7e){const _0x47139b=a207_0x51c731,_0xe01b69=a207_0x4ff2bd[_0x47139b(0x7e)](_0x39de19)[_0x47139b(0x96)]();_0x39de19[_0x47139b(0xa7)]('.tpl')&&(_0x377895=_0x377895['replace'](/\.tpl$/,''));const _0x22ad61=[_0x47139b(0x83),'.ts',_0x47139b(0x73),_0x47139b(0xac),_0x47139b(0x81),_0x47139b(0xa3),'.css',_0x47139b(0x7b),_0x47139b(0x95)];if(_0x22ad61[_0x47139b(0x72)](_0xe01b69)||_0x39de19[_0x47139b(0xa7)](_0x47139b(0x95))){const _0x9de180=await a207_0x5c41d2[_0x47139b(0xab)][_0x47139b(0x92)](_0x39de19,_0x47139b(0xa1)),_0x13f1df=this['replaceContent'](_0x9de180,_0x2b7f19,_0x407b7e);await a207_0x5c41d2[_0x47139b(0xab)][_0x47139b(0x89)](_0x377895,_0x13f1df,'utf8');}else await a207_0x5c41d2[_0x47139b(0xab)][_0x47139b(0x8b)](_0x39de19,_0x377895);}}function a207_0x5336(_0x27a683,_0x5cf567){_0x27a683=_0x27a683-0x6d;const _0x48d097=a207_0x48d0();let _0x533685=_0x48d097[_0x27a683];return _0x533685;}function a207_0x48d0(){const _0xb0b485=['模板内容替换完成','4167900PTjUby','template','30vqFyeK','12548043KpyHkj','toUpperCase','utf8','datasetCode:\x20\x22','.md','getSeconds','info','2282492COMfKW','endsWith','readdir','4196742uYiApk','now','promises','.js','success','1259941TbkoxE','开始处理模板内容替换','模板内容替换失败','getMinutes','toDisplayTitle','\x20},','slice','api','mkdir','YourModel','includes','.jsx','charAt','formatLocalTimestamp','getHours','datasetCode','processFile','name','\x0a\x20\x20\x20\x20{\x20','.scss','map','processTemplate','extname','processDirectory','alias:\x20\x22','.json','split','.tsx','message','push','alias','pad','toComponentName','writeFile','5ZeoGrV','copyFile','119XiPnjZ','529056wgXEys','isDirectory','toISOString','tableName:\x20\x22','tableName','readFile','replace','pop','.tpl','toLowerCase','join','name:\x20\x22','240344GfNKzs','getDate'];a207_0x48d0=function(){return _0xb0b485;};return a207_0x48d0();}
@@ -1 +1 @@
1
- (function(_0x51b011,_0x34eec0){const _0x5c5275=a205_0x23ee,_0x99a2ca=_0x51b011();while(!![]){try{const _0x33b85d=-parseInt(_0x5c5275(0x86))/0x1*(-parseInt(_0x5c5275(0x7b))/0x2)+-parseInt(_0x5c5275(0x8c))/0x3*(parseInt(_0x5c5275(0x76))/0x4)+-parseInt(_0x5c5275(0x8f))/0x5*(-parseInt(_0x5c5275(0x85))/0x6)+-parseInt(_0x5c5275(0x75))/0x7*(-parseInt(_0x5c5275(0x87))/0x8)+parseInt(_0x5c5275(0x90))/0x9*(parseInt(_0x5c5275(0x81))/0xa)+parseInt(_0x5c5275(0x8e))/0xb+-parseInt(_0x5c5275(0x7e))/0xc;if(_0x33b85d===_0x34eec0)break;else _0x99a2ca['push'](_0x99a2ca['shift']());}catch(_0x490244){_0x99a2ca['push'](_0x99a2ca['shift']());}}}(a205_0x19ee,0x4df8a));import{mkdir,readFile,writeFile}from'node:fs/promises';import{homedir}from'node:os';import{dirname,join}from'node:path';import a205_0x22ec19 from'semver';function a205_0x19ee(){const _0x5e656a=['1ADVkbP','24SFHovg','stableVersion','yes','lastNotifiedAt','latest','9XMsanW','\x20available,\x20current\x20','4766949ShHzzp','415GkZPzy','3458277HPruuU','checkedAt','rabetbase-cli','true','toLowerCase','/v/','638855oiAzXW','717252qfveND','valid','parse','trim','https://www.npmjs.com/package/','660032VvZxIi','utf8','now','8420736ztmVex','number','\x20update','10WQwHWF',',\x20run:\x20','.cache','update-check.json','9948akcnUv'];a205_0x19ee=function(){return _0x5e656a;};return a205_0x19ee();}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 _0x38c8b6=a205_0x23ee,_0x4d428b=process.env.RABETBASE_NO_UPDATE_NOTICE?.[_0x38c8b6(0x79)]()[_0x38c8b6(0x73)]();return _0x4d428b==='1'||_0x4d428b===_0x38c8b6(0x93)||_0x4d428b===_0x38c8b6(0x89);}function cacheRoot(){const _0xf97466=a205_0x23ee;return process.env.XDG_CACHE_HOME||process.env.LOCALAPPDATA||join(homedir(),_0xf97466(0x83));}export function getUpdateNoticeCachePath(){const _0x300942=a205_0x23ee;return join(cacheRoot(),_0x300942(0x92),_0x300942(0x84));}async function readUpdateNoticeCache(){const _0x5b1410=a205_0x23ee;try{const _0x32eaae=await readFile(getUpdateNoticeCachePath(),_0x5b1410(0x7c)),_0x3baf0c=JSON[_0x5b1410(0x78)](_0x32eaae);if(!_0x3baf0c||typeof _0x3baf0c!=='object')return{};return _0x3baf0c;}catch{return{};}}async function writeUpdateNoticeCache(_0x5aa7e0){try{const _0xe26a27=getUpdateNoticeCachePath();await mkdir(dirname(_0xe26a27),{'recursive':!![]}),await writeFile(_0xe26a27,JSON['stringify'](_0x5aa7e0,null,0x2)+'\x0a','utf8');}catch{}}function isFreshCheck(_0x552511,_0x176ab0){const _0x195a49=a205_0x23ee;return typeof _0x552511[_0x195a49(0x91)]===_0x195a49(0x7f)&&_0x176ab0-_0x552511['checkedAt']<UPDATE_CHECK_TTL_MS;}function isRecentlyNotified(_0x3ba8a2,_0x2e3e4b,_0x6f8b78){const _0x549a27=a205_0x23ee;return _0x3ba8a2['lastNotifiedVersion']===_0x2e3e4b&&typeof _0x3ba8a2[_0x549a27(0x8a)]==='number'&&_0x6f8b78-_0x3ba8a2[_0x549a27(0x8a)]<UPDATE_NOTICE_TTL_MS;}function a205_0x23ee(_0x3c74e8,_0x351397){_0x3c74e8=_0x3c74e8-0x73;const _0x19eedb=a205_0x19ee();let _0x23eee3=_0x19eedb[_0x3c74e8];return _0x23eee3;}export function buildNpmVersionUrl(_0x436036){const _0x14173a=a205_0x23ee;return _0x14173a(0x7a)+NPM_PACKAGE_NAME+_0x14173a(0x74)+_0x436036;}export async function resolveLatestUpdateNotice(){const _0x274403=a205_0x23ee;if(isUpdateNoticeDisabled())return null;try{const _0x1d9452=Date[_0x274403(0x7d)](),_0x48a937=getCliVersion(),_0x37c13b=await readUpdateNoticeCache();let _0x2c6b29=isFreshCheck(_0x37c13b,_0x1d9452)?_0x37c13b[_0x274403(0x8b)]?.[_0x274403(0x79)]():undefined;if(!_0x2c6b29&&!isFreshCheck(_0x37c13b,_0x1d9452)){const _0x2acc41=await getCliVersionPolicy();_0x2c6b29=_0x2acc41?.[_0x274403(0x88)]?.[_0x274403(0x79)]()||undefined,await writeUpdateNoticeCache({..._0x37c13b,'checkedAt':_0x1d9452,'latest':_0x2c6b29,'failed':!_0x2c6b29});}if(!_0x2c6b29||!a205_0x22ec19[_0x274403(0x77)](_0x48a937)||!a205_0x22ec19['valid'](_0x2c6b29))return null;if(a205_0x22ec19['gte'](_0x48a937,_0x2c6b29))return null;if(isRecentlyNotified(_0x37c13b,_0x2c6b29,_0x1d9452))return null;const _0x4a980f=CLI_BIN_NAME+_0x274403(0x80);return await writeUpdateNoticeCache({..._0x37c13b,'checkedAt':isFreshCheck(_0x37c13b,_0x1d9452)?_0x37c13b[_0x274403(0x91)]:_0x1d9452,'latest':_0x2c6b29,'failed':![],'lastNotifiedVersion':_0x2c6b29,'lastNotifiedAt':_0x1d9452}),{'command':_0x4a980f,'current':_0x48a937,'latest':_0x2c6b29,'url':buildNpmVersionUrl(_0x2c6b29),'message':CLI_BIN_NAME+'\x20'+_0x2c6b29+_0x274403(0x8d)+_0x48a937+_0x274403(0x82)+_0x4a980f};}catch{return null;}}
1
+ (function(_0x2a9737,_0x4bc69d){const _0x5720a0=a208_0x53c8,_0x111778=_0x2a9737();while(!![]){try{const _0x23a802=parseInt(_0x5720a0(0x161))/0x1*(parseInt(_0x5720a0(0x170))/0x2)+-parseInt(_0x5720a0(0x177))/0x3+parseInt(_0x5720a0(0x163))/0x4*(-parseInt(_0x5720a0(0x17a))/0x5)+-parseInt(_0x5720a0(0x171))/0x6*(parseInt(_0x5720a0(0x166))/0x7)+parseInt(_0x5720a0(0x17b))/0x8+-parseInt(_0x5720a0(0x167))/0x9*(parseInt(_0x5720a0(0x16c))/0xa)+-parseInt(_0x5720a0(0x175))/0xb*(-parseInt(_0x5720a0(0x169))/0xc);if(_0x23a802===_0x4bc69d)break;else _0x111778['push'](_0x111778['shift']());}catch(_0x1e78c5){_0x111778['push'](_0x111778['shift']());}}}(a208_0x360a,0x51117));import{mkdir,readFile,writeFile}from'node:fs/promises';import{homedir}from'node:os';import{dirname,join}from'node:path';import a208_0x532cc7 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 _0x50c6eb=a208_0x53c8,_0x1c5f93=process.env.RABETBASE_NO_UPDATE_NOTICE?.[_0x50c6eb(0x162)]()[_0x50c6eb(0x174)]();return _0x1c5f93==='1'||_0x1c5f93===_0x50c6eb(0x16d)||_0x1c5f93===_0x50c6eb(0x17d);}function cacheRoot(){const _0x38ae33=a208_0x53c8;return process.env.XDG_CACHE_HOME||process.env.LOCALAPPDATA||join(homedir(),_0x38ae33(0x16b));}function a208_0x360a(){const _0xc5eb76=['2211610XuqbjE','1500208YhJwMX','\x20update','yes','lastNotifiedAt','now','\x20available,\x20current\x20','21bXTykJ','trim','4JhtCqs','stringify','rabetbase-cli','2009KdxtMY','45NfmcFk','latest','228EccAcm','https://www.npmjs.com/package/','.cache','1209920lwxlIw','true','gte','object','57044EwhFrA','10866swtYFM','valid','checkedAt','toLowerCase','675675rFuXEC','number','163407TLjGJr','parse','lastNotifiedVersion'];a208_0x360a=function(){return _0xc5eb76;};return a208_0x360a();}export function getUpdateNoticeCachePath(){const _0x2d4434=a208_0x53c8;return join(cacheRoot(),_0x2d4434(0x165),'update-check.json');}async function readUpdateNoticeCache(){const _0x564f6f=a208_0x53c8;try{const _0x365428=await readFile(getUpdateNoticeCachePath(),'utf8'),_0x2d62fe=JSON[_0x564f6f(0x178)](_0x365428);if(!_0x2d62fe||typeof _0x2d62fe!==_0x564f6f(0x16f))return{};return _0x2d62fe;}catch{return{};}}function a208_0x53c8(_0xc4ebfc,_0x1991dd){_0xc4ebfc=_0xc4ebfc-0x15e;const _0x360a3e=a208_0x360a();let _0x53c839=_0x360a3e[_0xc4ebfc];return _0x53c839;}async function writeUpdateNoticeCache(_0xa79751){const _0x308e32=a208_0x53c8;try{const _0x5e1dba=getUpdateNoticeCachePath();await mkdir(dirname(_0x5e1dba),{'recursive':!![]}),await writeFile(_0x5e1dba,JSON[_0x308e32(0x164)](_0xa79751,null,0x2)+'\x0a','utf8');}catch{}}function isFreshCheck(_0x50a70e,_0x27355b){const _0x4f8deb=a208_0x53c8;return typeof _0x50a70e[_0x4f8deb(0x173)]===_0x4f8deb(0x176)&&_0x27355b-_0x50a70e[_0x4f8deb(0x173)]<UPDATE_CHECK_TTL_MS;}function isRecentlyNotified(_0x43e128,_0x3787cc,_0x4ecba5){const _0x37e1e8=a208_0x53c8;return _0x43e128[_0x37e1e8(0x179)]===_0x3787cc&&typeof _0x43e128[_0x37e1e8(0x15e)]===_0x37e1e8(0x176)&&_0x4ecba5-_0x43e128[_0x37e1e8(0x15e)]<UPDATE_NOTICE_TTL_MS;}export function buildNpmVersionUrl(_0x13765e){const _0x1f3e6d=a208_0x53c8;return _0x1f3e6d(0x16a)+NPM_PACKAGE_NAME+'/v/'+_0x13765e;}export async function resolveLatestUpdateNotice(){const _0x210312=a208_0x53c8;if(isUpdateNoticeDisabled())return null;try{const _0x182b7b=Date[_0x210312(0x15f)](),_0x2fb0fb=getCliVersion(),_0xabb5c2=await readUpdateNoticeCache();let _0x1fb38e=isFreshCheck(_0xabb5c2,_0x182b7b)?_0xabb5c2[_0x210312(0x168)]?.[_0x210312(0x162)]():undefined;if(!_0x1fb38e&&!isFreshCheck(_0xabb5c2,_0x182b7b)){const _0x510cb3=await getCliVersionPolicy();_0x1fb38e=_0x510cb3?.['stableVersion']?.[_0x210312(0x162)]()||undefined,await writeUpdateNoticeCache({..._0xabb5c2,'checkedAt':_0x182b7b,'latest':_0x1fb38e,'failed':!_0x1fb38e});}if(!_0x1fb38e||!a208_0x532cc7[_0x210312(0x172)](_0x2fb0fb)||!a208_0x532cc7[_0x210312(0x172)](_0x1fb38e))return null;if(a208_0x532cc7[_0x210312(0x16e)](_0x2fb0fb,_0x1fb38e))return null;if(isRecentlyNotified(_0xabb5c2,_0x1fb38e,_0x182b7b))return null;const _0x3ce2f2=CLI_BIN_NAME+_0x210312(0x17c);return await writeUpdateNoticeCache({..._0xabb5c2,'checkedAt':isFreshCheck(_0xabb5c2,_0x182b7b)?_0xabb5c2['checkedAt']:_0x182b7b,'latest':_0x1fb38e,'failed':![],'lastNotifiedVersion':_0x1fb38e,'lastNotifiedAt':_0x182b7b}),{'command':_0x3ce2f2,'current':_0x2fb0fb,'latest':_0x1fb38e,'url':buildNpmVersionUrl(_0x1fb38e),'message':CLI_BIN_NAME+'\x20'+_0x1fb38e+_0x210312(0x160)+_0x2fb0fb+',\x20run:\x20'+_0x3ce2f2};}catch{return null;}}
@@ -1 +1 @@
1
- (function(_0x5a4438,_0x328f0d){var _0x3a42c8=a206_0x1150,_0x189260=_0x5a4438();while(!![]){try{var _0x579f75=parseInt(_0x3a42c8(0x99))/0x1+-parseInt(_0x3a42c8(0x9e))/0x2*(-parseInt(_0x3a42c8(0x9c))/0x3)+parseInt(_0x3a42c8(0x96))/0x4*(parseInt(_0x3a42c8(0x9d))/0x5)+-parseInt(_0x3a42c8(0x9a))/0x6+-parseInt(_0x3a42c8(0x9f))/0x7+parseInt(_0x3a42c8(0x98))/0x8*(-parseInt(_0x3a42c8(0xa0))/0x9)+-parseInt(_0x3a42c8(0x97))/0xa*(-parseInt(_0x3a42c8(0x9b))/0xb);if(_0x579f75===_0x328f0d)break;else _0x189260['push'](_0x189260['shift']());}catch(_0x1617d8){_0x189260['push'](_0x189260['shift']());}}}(a206_0x4736,0x2a0ed));function a206_0x1150(_0xf8b7a6,_0x142dbe){_0xf8b7a6=_0xf8b7a6-0x96;var _0x473634=a206_0x4736();var _0x11501a=_0x473634[_0xf8b7a6];return _0x11501a;}import{VERSION}from'../generated/build-info.js';export function getCliVersion(){return VERSION;}function a206_0x4736(){var _0x54e444=['40LzhofD','340xePQIc','897096fkYJvW','251898SnGOPq','1521900dmPEuE','89243FwLWqQ','1110QYipot','98385yYveyx','478qAcxlW','354270nhhHsh','27iOPQQN'];a206_0x4736=function(){return _0x54e444;};return a206_0x4736();}
1
+ (function(_0x2028e8,_0x5b8d4a){var _0x516548=a209_0x330f,_0x32bf35=_0x2028e8();while(!![]){try{var _0x92c6ac=-parseInt(_0x516548(0x14f))/0x1*(-parseInt(_0x516548(0x14c))/0x2)+-parseInt(_0x516548(0x14e))/0x3+parseInt(_0x516548(0x14d))/0x4*(-parseInt(_0x516548(0x14a))/0x5)+-parseInt(_0x516548(0x151))/0x6+parseInt(_0x516548(0x152))/0x7*(parseInt(_0x516548(0x149))/0x8)+parseInt(_0x516548(0x153))/0x9+-parseInt(_0x516548(0x14b))/0xa*(-parseInt(_0x516548(0x150))/0xb);if(_0x92c6ac===_0x5b8d4a)break;else _0x32bf35['push'](_0x32bf35['shift']());}catch(_0x7f596d){_0x32bf35['push'](_0x32bf35['shift']());}}}(a209_0x2bd2,0x4f2bb));import{VERSION}from'../generated/build-info.js';export function getCliVersion(){return VERSION;}function a209_0x330f(_0x422455,_0x5ce020){_0x422455=_0x422455-0x149;var _0x2bd224=a209_0x2bd2();var _0x330f91=_0x2bd224[_0x422455];return _0x330f91;}function a209_0x2bd2(){var _0x4d473d=['10japBtq','9518590lJGgCB','6184nCHjqy','440556ADhZtu','479502eFERFb','61LNBHze','11CZZeFZ','3567426bKERBI','35DUCscl','540225RZtvxe','157552ZPzofw'];a209_0x2bd2=function(){return _0x4d473d;};return a209_0x2bd2();}
@@ -1 +1 @@
1
- (function(_0x87a62c,_0xf32509){var _0x304f36=a207_0x435b,_0x27dca4=_0x87a62c();while(!![]){try{var _0x38c834=parseInt(_0x304f36(0xf5))/0x1+parseInt(_0x304f36(0xf6))/0x2+parseInt(_0x304f36(0xf2))/0x3*(parseInt(_0x304f36(0xf3))/0x4)+parseInt(_0x304f36(0xf0))/0x5*(-parseInt(_0x304f36(0xf4))/0x6)+-parseInt(_0x304f36(0xef))/0x7+parseInt(_0x304f36(0xee))/0x8+-parseInt(_0x304f36(0xf1))/0x9;if(_0x38c834===_0xf32509)break;else _0x27dca4['push'](_0x27dca4['shift']());}catch(_0x11e29d){_0x27dca4['push'](_0x27dca4['shift']());}}}(a207_0x17d8,0x9fa4b));function a207_0x17d8(){var _0xeae803=['795AmCdQZ','3436NVFGqh','594282jIVZLC','1166426UgCSvT','276538HsdyOr','7139880EUHxno','8283541uCMYnZ','5FVCHcE','4396554qKEPlw'];a207_0x17d8=function(){return _0xeae803;};return a207_0x17d8();}function a207_0x435b(_0x156ed0,_0x5ce339){_0x156ed0=_0x156ed0-0xee;var _0x17d800=a207_0x17d8();var _0x435be5=_0x17d800[_0x156ed0];return _0x435be5;}import{setActiveCookie,clearActiveCookie}from'../core/api-client.js';export async function withActiveCookie(_0x3e7cea,_0x4c157f){setActiveCookie(_0x3e7cea);try{return await _0x4c157f();}finally{clearActiveCookie();}}
1
+ function a210_0x2a77(){var _0x2b056f=['64JJmWBA','1831670ExwnYF','7674275sEQOVL','2333634jAgERg','30252608iJOaHb','159909IiTnjZ','2873860wKpGtU','1123688fVfzae'];a210_0x2a77=function(){return _0x2b056f;};return a210_0x2a77();}(function(_0x10ce7d,_0x33c563){var _0x10ce9e=a210_0x52a8,_0x507742=_0x10ce7d();while(!![]){try{var _0x15c06e=-parseInt(_0x10ce9e(0x187))/0x1+parseInt(_0x10ce9e(0x189))/0x2+parseInt(_0x10ce9e(0x185))/0x3*(-parseInt(_0x10ce9e(0x188))/0x4)+-parseInt(_0x10ce9e(0x186))/0x5+-parseInt(_0x10ce9e(0x183))/0x6+-parseInt(_0x10ce9e(0x18a))/0x7+parseInt(_0x10ce9e(0x184))/0x8;if(_0x15c06e===_0x33c563)break;else _0x507742['push'](_0x507742['shift']());}catch(_0x39a9cb){_0x507742['push'](_0x507742['shift']());}}}(a210_0x2a77,0xa1567));function a210_0x52a8(_0x1a4b91,_0x5ca16e){_0x1a4b91=_0x1a4b91-0x183;var _0x2a7755=a210_0x2a77();var _0x52a8e8=_0x2a7755[_0x1a4b91];return _0x52a8e8;}import{setActiveCookie,clearActiveCookie}from'../core/api-client.js';export async function withActiveCookie(_0x3e8b51,_0xb5ccfa){setActiveCookie(_0x3e8b51);try{return await _0xb5ccfa();}finally{clearActiveCookie();}}
@@ -1 +1 @@
1
- function a208_0x147b(_0x41d424,_0x5d919e){_0x41d424=_0x41d424-0x94;var _0x3d47d3=a208_0x3d47();var _0x147bd3=_0x3d47d3[_0x41d424];return _0x147bd3;}(function(_0x3f3769,_0x347c33){var _0x18fb52=a208_0x147b,_0x4057b8=_0x3f3769();while(!![]){try{var _0x4a60da=-parseInt(_0x18fb52(0x9f))/0x1*(-parseInt(_0x18fb52(0x9b))/0x2)+parseInt(_0x18fb52(0x9e))/0x3+-parseInt(_0x18fb52(0x98))/0x4+parseInt(_0x18fb52(0x99))/0x5+parseInt(_0x18fb52(0x95))/0x6*(parseInt(_0x18fb52(0x97))/0x7)+-parseInt(_0x18fb52(0x9d))/0x8+parseInt(_0x18fb52(0x96))/0x9*(-parseInt(_0x18fb52(0x94))/0xa);if(_0x4a60da===_0x347c33)break;else _0x4057b8['push'](_0x4057b8['shift']());}catch(_0x577f41){_0x4057b8['push'](_0x4057b8['shift']());}}}(a208_0x3d47,0xc1635));export function writeCliSideChannelLine(_0x55f81f){var _0x2e83cb=a208_0x147b;process[_0x2e83cb(0x9c)][_0x2e83cb(0x9a)](_0x55f81f+'\x0a');}function a208_0x3d47(){var _0x5381f9=['write','76264IRQDwZ','stderr','8490144jrfOPr','4708818rQyKgg','14FpEpGi','4169330HuRBHS','90TnaIBn','9aSEZzh','98966KTxnPY','4419676hRCvSB','5298565NktMIe'];a208_0x3d47=function(){return _0x5381f9;};return a208_0x3d47();}
1
+ function a211_0x458f(_0x592e2e,_0x399247){_0x592e2e=_0x592e2e-0xc1;var _0x3c1b1a=a211_0x3c1b();var _0x458fbf=_0x3c1b1a[_0x592e2e];return _0x458fbf;}(function(_0x243d7d,_0x4a00be){var _0x1e6c3c=a211_0x458f,_0x15402c=_0x243d7d();while(!![]){try{var _0x16f702=-parseInt(_0x1e6c3c(0xc1))/0x1+parseInt(_0x1e6c3c(0xc7))/0x2+parseInt(_0x1e6c3c(0xc9))/0x3*(-parseInt(_0x1e6c3c(0xc2))/0x4)+parseInt(_0x1e6c3c(0xc6))/0x5*(parseInt(_0x1e6c3c(0xc5))/0x6)+parseInt(_0x1e6c3c(0xca))/0x7*(-parseInt(_0x1e6c3c(0xc8))/0x8)+parseInt(_0x1e6c3c(0xc4))/0x9+parseInt(_0x1e6c3c(0xc3))/0xa;if(_0x16f702===_0x4a00be)break;else _0x15402c['push'](_0x15402c['shift']());}catch(_0x2b8bfd){_0x15402c['push'](_0x15402c['shift']());}}}(a211_0x3c1b,0xa3e64));export function writeCliSideChannelLine(_0x3157d5){process['stderr']['write'](_0x3157d5+'\x0a');}function a211_0x3c1b(){var _0x4b4876=['10XMBntu','707052kbkLlQ','2826216LfXJgt','99LbxcyP','7JIPUFF','769611seowHk','60404ZgEwMC','8382640qaCPjJ','3865545Cojbun','2013774ygESwS'];a211_0x3c1b=function(){return _0x4b4876;};return a211_0x3c1b();}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lovrabet/rabetbase-cli",
3
- "version": "2.2.4-beta.4",
3
+ "version": "2.2.4-beta.5",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "repository": {
6
6
  "type": "git",
@@ -56,7 +56,7 @@
56
56
  ],
57
57
  "dependencies": {
58
58
  "@inquirer/prompts": "^8.3.2",
59
- "@lovrabet/cli-framework": "1.0.4",
59
+ "@lovrabet/cli-framework": "1.0.5",
60
60
  "@lovrabet/otel-logger": "1.0.1-beta.5",
61
61
  "@opentelemetry/api": "^1.9.1",
62
62
  "chalk": "^5.6.2",