@lovrabet/rabetbase-cli 2.3.6-beta.1 → 2.3.6

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 (239) 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/index.js +1 -1
  21. package/lib/commands/app/list.js +1 -1
  22. package/lib/commands/app/remote-directory.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-config/delete.js +1 -1
  26. package/lib/commands/app-config/get.js +1 -1
  27. package/lib/commands/app-config/index.js +1 -1
  28. package/lib/commands/app-config/list.js +1 -1
  29. package/lib/commands/app-config/set.js +1 -1
  30. package/lib/commands/app-config/shared.js +1 -1
  31. package/lib/commands/auth/index.js +1 -1
  32. package/lib/commands/bff/create.js +1 -1
  33. package/lib/commands/bff/delete.js +1 -1
  34. package/lib/commands/bff/detail.js +1 -1
  35. package/lib/commands/bff/index.js +1 -1
  36. package/lib/commands/bff/list.js +1 -1
  37. package/lib/commands/bff/pull.js +1 -1
  38. package/lib/commands/bff/push.js +1 -1
  39. package/lib/commands/bff/status.js +1 -1
  40. package/lib/commands/cli-skill/index.js +1 -1
  41. package/lib/commands/cli-update.js +1 -1
  42. package/lib/commands/codegen/index.js +1 -1
  43. package/lib/commands/codegen/sdk.js +1 -1
  44. package/lib/commands/codegen/sql.js +1 -1
  45. package/lib/commands/common/app-registry.js +1 -1
  46. package/lib/commands/common/app-selector.js +1 -1
  47. package/lib/commands/common/dry-run.js +1 -1
  48. package/lib/commands/common/flags.js +1 -1
  49. package/lib/commands/common/validate.js +1 -1
  50. package/lib/commands/config/get.js +1 -1
  51. package/lib/commands/config/index.js +1 -1
  52. package/lib/commands/config/list.js +1 -1
  53. package/lib/commands/config/set.js +1 -1
  54. package/lib/commands/config/shared.js +1 -1
  55. package/lib/commands/data/filter.js +1 -1
  56. package/lib/commands/data/getOne.js +1 -1
  57. package/lib/commands/data/index.js +1 -1
  58. package/lib/commands/data/shared.js +1 -1
  59. package/lib/commands/dataset/business-group-update.js +1 -1
  60. package/lib/commands/dataset/capability.js +1 -1
  61. package/lib/commands/dataset/delete.js +1 -1
  62. package/lib/commands/dataset/detail.js +1 -1
  63. package/lib/commands/dataset/extend-update.js +1 -1
  64. package/lib/commands/dataset/field-update.js +1 -1
  65. package/lib/commands/dataset/generate.js +1 -1
  66. package/lib/commands/dataset/index.js +1 -1
  67. package/lib/commands/dataset/list.js +1 -1
  68. package/lib/commands/dataset/operations.js +1 -1
  69. package/lib/commands/dataset/relation-audit.js +1 -1
  70. package/lib/commands/dataset/relation-create.js +1 -1
  71. package/lib/commands/dataset/relation-delete.js +1 -1
  72. package/lib/commands/dataset/relation-shared.js +1 -1
  73. package/lib/commands/dataset/relation-update.js +1 -1
  74. package/lib/commands/dataset/relations.js +1 -1
  75. package/lib/commands/dataset/rename.js +1 -1
  76. package/lib/commands/dataset/restore.js +1 -1
  77. package/lib/commands/db/analyze-cancel.js +1 -1
  78. package/lib/commands/db/analyze-start.js +1 -1
  79. package/lib/commands/db/analyze-status.js +1 -1
  80. package/lib/commands/db/create.js +1 -1
  81. package/lib/commands/db/delete.js +1 -1
  82. package/lib/commands/db/detail.js +1 -1
  83. package/lib/commands/db/diff.js +1 -1
  84. package/lib/commands/db/index.js +1 -1
  85. package/lib/commands/db/list.js +1 -1
  86. package/lib/commands/db/shared.js +1 -1
  87. package/lib/commands/db/tables.js +1 -1
  88. package/lib/commands/db/test.js +1 -1
  89. package/lib/commands/db/update.js +1 -1
  90. package/lib/commands/doctor.js +1 -1
  91. package/lib/commands/init/index.js +1 -1
  92. package/lib/commands/issue/index.js +1 -1
  93. package/lib/commands/issue/nudge.js +1 -1
  94. package/lib/commands/issue/report.js +1 -1
  95. package/lib/commands/issue/shared.js +1 -1
  96. package/lib/commands/logs/index.js +1 -1
  97. package/lib/commands/menu/index.js +1 -1
  98. package/lib/commands/menu/list.js +1 -1
  99. package/lib/commands/menu/shared/compare-table.js +1 -1
  100. package/lib/commands/menu/shared/index.js +1 -1
  101. package/lib/commands/menu/shared/inquirer.js +1 -1
  102. package/lib/commands/menu/shared/local-pages.js +1 -1
  103. package/lib/commands/menu/shared/logic.js +1 -1
  104. package/lib/commands/menu/shared/service.js +1 -1
  105. package/lib/commands/menu/shared/sync-core.js +1 -1
  106. package/lib/commands/menu/shared/update-core.js +1 -1
  107. package/lib/commands/menu/shared/valid-url.js +1 -1
  108. package/lib/commands/menu/sync.js +1 -1
  109. package/lib/commands/menu/update.js +1 -1
  110. package/lib/commands/page/generate-start.js +1 -1
  111. package/lib/commands/page/generate-status.js +1 -1
  112. package/lib/commands/page/index.js +1 -1
  113. package/lib/commands/page/pull.js +1 -1
  114. package/lib/commands/page/push.js +1 -1
  115. package/lib/commands/page/relation-audit.js +1 -1
  116. package/lib/commands/page/shared.js +1 -1
  117. package/lib/commands/page/standard-page-status.js +1 -1
  118. package/lib/commands/page/sync.js +1 -1
  119. package/lib/commands/permit/index.js +1 -1
  120. package/lib/commands/permit/page-get.js +1 -1
  121. package/lib/commands/permit/page-set.js +1 -1
  122. package/lib/commands/permit/role-apis-set.js +1 -1
  123. package/lib/commands/permit/role-menus-set.js +1 -1
  124. package/lib/commands/permit/role-menus.js +1 -1
  125. package/lib/commands/permit/shared.js +1 -1
  126. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  127. package/lib/commands/project/create/format-elapsed.js +1 -1
  128. package/lib/commands/project/create/main.js +1 -1
  129. package/lib/commands/project/create/non-interactive.js +1 -1
  130. package/lib/commands/project/create/project-template-path.js +1 -1
  131. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  132. package/lib/commands/project/create/use-format-code.js +1 -1
  133. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  134. package/lib/commands/project/index.js +1 -1
  135. package/lib/commands/project/init.js +1 -1
  136. package/lib/commands/project/upgrade.js +1 -1
  137. package/lib/commands/registry.js +1 -1
  138. package/lib/commands/role/create.js +1 -1
  139. package/lib/commands/role/delete.js +1 -1
  140. package/lib/commands/role/detail.js +1 -1
  141. package/lib/commands/role/index.js +1 -1
  142. package/lib/commands/role/list.js +1 -1
  143. package/lib/commands/role/shared.js +1 -1
  144. package/lib/commands/role/update.js +1 -1
  145. package/lib/commands/role/user-add.js +1 -1
  146. package/lib/commands/role/user-remove.js +1 -1
  147. package/lib/commands/role/user-resolve.js +1 -1
  148. package/lib/commands/run/index.js +1 -1
  149. package/lib/commands/schema.js +1 -1
  150. package/lib/commands/sql/create.js +1 -1
  151. package/lib/commands/sql/delete.js +1 -1
  152. package/lib/commands/sql/detail.js +1 -1
  153. package/lib/commands/sql/exec.js +1 -1
  154. package/lib/commands/sql/index.js +1 -1
  155. package/lib/commands/sql/list.js +1 -1
  156. package/lib/commands/sql/pull.js +1 -1
  157. package/lib/commands/sql/push.js +1 -1
  158. package/lib/commands/sql/save.js +1 -1
  159. package/lib/commands/sql/shared.js +1 -1
  160. package/lib/commands/sql/status.js +1 -1
  161. package/lib/commands/sql/validate.js +1 -1
  162. package/lib/commands/workspace/add.js +1 -1
  163. package/lib/commands/workspace/index.js +1 -1
  164. package/lib/commands/workspace/remove.js +1 -1
  165. package/lib/config/schema.js +1 -1
  166. package/lib/constant/cdn.js +1 -1
  167. package/lib/constant/cli.js +1 -1
  168. package/lib/constant/defaults.js +1 -1
  169. package/lib/constant/domain.js +1 -1
  170. package/lib/constant/env.js +1 -1
  171. package/lib/constant/output.js +1 -1
  172. package/lib/constant/paths.js +1 -1
  173. package/lib/constant/risk.js +1 -1
  174. package/lib/context/app-resolver.js +1 -1
  175. package/lib/context/auth-resolver.js +1 -1
  176. package/lib/context/config-loader.js +1 -1
  177. package/lib/context.js +1 -1
  178. package/lib/core/alias-resolver.js +1 -1
  179. package/lib/core/api-client.js +1 -1
  180. package/lib/core/bff/config.js +1 -1
  181. package/lib/core/bff/file-system.js +1 -1
  182. package/lib/core/bff/hash.js +1 -1
  183. package/lib/core/bff/lock.js +1 -1
  184. package/lib/core/bff/utils.js +1 -1
  185. package/lib/core/db-resolver.js +1 -1
  186. package/lib/core/page/file-system.js +1 -1
  187. package/lib/core/page/hash.js +1 -1
  188. package/lib/core/page/lock.js +1 -1
  189. package/lib/core/sql-sync/config.js +1 -1
  190. package/lib/core/sql-sync/file-system.js +1 -1
  191. package/lib/core/sql-sync/hash.js +1 -1
  192. package/lib/core/sql-sync/lock.js +1 -1
  193. package/lib/core/sql-sync/utils.js +1 -1
  194. package/lib/core/sql-validator.js +1 -1
  195. package/lib/errors.js +1 -1
  196. package/lib/framework/build-all-flags.js +1 -1
  197. package/lib/framework/flags.js +1 -1
  198. package/lib/framework/help.js +1 -1
  199. package/lib/framework/index.js +1 -1
  200. package/lib/framework/output.js +1 -1
  201. package/lib/framework/response.js +1 -1
  202. package/lib/framework/runner-alias.js +1 -1
  203. package/lib/framework/runner.js +1 -1
  204. package/lib/framework/schema-export.js +1 -1
  205. package/lib/framework/types.js +1 -1
  206. package/lib/generated/build-info.js +1 -1
  207. package/lib/help.js +1 -1
  208. package/lib/skills/main.js +1 -1
  209. package/lib/skills/npx-skills-add.js +1 -1
  210. package/lib/telemetry/cli-command-trace.js +1 -1
  211. package/lib/telemetry/cli-help-trace.js +1 -1
  212. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  213. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  214. package/lib/telemetry/send-cli-trace-log.js +1 -1
  215. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  216. package/lib/utils/ai_config.js +1 -1
  217. package/lib/utils/apply-jq-filter.js +1 -1
  218. package/lib/utils/cdn-config.js +1 -1
  219. package/lib/utils/check-sdk-version.js +1 -1
  220. package/lib/utils/cli-version-check.js +1 -1
  221. package/lib/utils/cli-version-policy.js +1 -1
  222. package/lib/utils/config.js +1 -1
  223. package/lib/utils/copy-directory.js +1 -1
  224. package/lib/utils/entity-with-id.js +1 -1
  225. package/lib/utils/file-utils.js +1 -1
  226. package/lib/utils/guides-cdn.js +1 -1
  227. package/lib/utils/http-client.js +1 -1
  228. package/lib/utils/is-non-interactive.js +1 -1
  229. package/lib/utils/logger.js +1 -1
  230. package/lib/utils/params.js +1 -1
  231. package/lib/utils/platform.js +1 -1
  232. package/lib/utils/rules-cdn.js +1 -1
  233. package/lib/utils/sleep.js +1 -1
  234. package/lib/utils/template-replacer.js +1 -1
  235. package/lib/utils/update-notice.js +1 -1
  236. package/lib/utils/version.js +1 -1
  237. package/lib/utils/with-active-cookie.js +1 -1
  238. package/lib/utils/write-cli-side-channel.js +1 -1
  239. package/package.json +1 -1
@@ -1 +1 @@
1
- function a228_0x5041(_0x57cc54,_0x286c6f){_0x57cc54=_0x57cc54-0x94;const _0x5e62b9=a228_0x5e62();let _0x504108=_0x5e62b9[_0x57cc54];return _0x504108;}(function(_0x1b1fb1,_0x353d72){const _0x3c31ef=a228_0x5041,_0x12169a=_0x1b1fb1();while(!![]){try{const _0x4a8fa9=-parseInt(_0x3c31ef(0x9d))/0x1+parseInt(_0x3c31ef(0x9c))/0x2+-parseInt(_0x3c31ef(0x98))/0x3*(-parseInt(_0x3c31ef(0x94))/0x4)+parseInt(_0x3c31ef(0x95))/0x5+parseInt(_0x3c31ef(0x9f))/0x6+-parseInt(_0x3c31ef(0x9e))/0x7*(-parseInt(_0x3c31ef(0x96))/0x8)+-parseInt(_0x3c31ef(0x97))/0x9;if(_0x4a8fa9===_0x353d72)break;else _0x12169a['push'](_0x12169a['shift']());}catch(_0x13db89){_0x12169a['push'](_0x12169a['shift']());}}}(a228_0x5e62,0xccdb5));function a228_0x5e62(){const _0x26cf62=['25892640QuSWGr','3KYwean','object','string','trim','478786WOcmaV','24169WucDpd','42AXQXEq','4894782MPQldQ','isFinite','2161360FyfQCR','5047040LVlCyU','1513712neLFZt'];a228_0x5e62=function(){return _0x26cf62;};return a228_0x5e62();}function toFiniteNumber(_0x42516c){const _0x4d3769=a228_0x5041;if(typeof _0x42516c==='number'&&Number[_0x4d3769(0xa0)](_0x42516c))return _0x42516c;if(typeof _0x42516c===_0x4d3769(0x9a)){const _0x10583e=_0x42516c[_0x4d3769(0x9b)]();if(!_0x10583e)return undefined;const _0x43740f=Number(_0x10583e);if(Number['isFinite'](_0x43740f))return _0x43740f;}return undefined;}export function normalizeEntityWithIdResponse(_0x19071c){const _0x297c7c=a228_0x5041,_0x42f180=toFiniteNumber(_0x19071c);if(_0x42f180!==undefined)return{'id':_0x42f180,'entity':{'id':_0x42f180}};if(!_0x19071c||typeof _0x19071c!==_0x297c7c(0x99))return{'id':undefined,'entity':{}};const _0x1924d8={..._0x19071c},_0x1b4d24=toFiniteNumber(_0x1924d8['id']);return _0x1b4d24!==undefined&&(_0x1924d8['id']=_0x1b4d24),{'id':_0x1b4d24,'entity':_0x1924d8};}
1
+ function a228_0x4576(_0x109099,_0x8c2848){_0x109099=_0x109099-0x112;const _0x4a4d2b=a228_0x4a4d();let _0x4576db=_0x4a4d2b[_0x109099];return _0x4576db;}(function(_0x2d7f0e,_0x293561){const _0x574aaf=a228_0x4576,_0x59eb1d=_0x2d7f0e();while(!![]){try{const _0x3edaa9=parseInt(_0x574aaf(0x112))/0x1+-parseInt(_0x574aaf(0x11e))/0x2*(-parseInt(_0x574aaf(0x11d))/0x3)+-parseInt(_0x574aaf(0x11b))/0x4*(-parseInt(_0x574aaf(0x11c))/0x5)+-parseInt(_0x574aaf(0x119))/0x6*(parseInt(_0x574aaf(0x11f))/0x7)+parseInt(_0x574aaf(0x114))/0x8+-parseInt(_0x574aaf(0x115))/0x9+-parseInt(_0x574aaf(0x113))/0xa*(-parseInt(_0x574aaf(0x11a))/0xb);if(_0x3edaa9===_0x293561)break;else _0x59eb1d['push'](_0x59eb1d['shift']());}catch(_0x36b938){_0x59eb1d['push'](_0x59eb1d['shift']());}}}(a228_0x4a4d,0x313cf));function toFiniteNumber(_0x1102a5){const _0x47092f=a228_0x4576;if(typeof _0x1102a5==='number'&&Number[_0x47092f(0x116)](_0x1102a5))return _0x1102a5;if(typeof _0x1102a5===_0x47092f(0x118)){const _0x584770=_0x1102a5['trim']();if(!_0x584770)return undefined;const _0x51236b=Number(_0x584770);if(Number[_0x47092f(0x116)](_0x51236b))return _0x51236b;}return undefined;}function a228_0x4a4d(){const _0x1287d5=['2972SjAqyx','560070WlcOuS','2878928WsfDEd','3120525GpGZHn','isFinite','object','string','2448uTRvGa','44CHAZLd','692764sqHEql','5yYGqro','131883uDjxbv','6Hhgxsa','5894BjGATE'];a228_0x4a4d=function(){return _0x1287d5;};return a228_0x4a4d();}export function normalizeEntityWithIdResponse(_0x51a176){const _0x156463=a228_0x4576,_0x321e55=toFiniteNumber(_0x51a176);if(_0x321e55!==undefined)return{'id':_0x321e55,'entity':{'id':_0x321e55}};if(!_0x51a176||typeof _0x51a176!==_0x156463(0x117))return{'id':undefined,'entity':{}};const _0x17df2e={..._0x51a176},_0x15032b=toFiniteNumber(_0x17df2e['id']);return _0x15032b!==undefined&&(_0x17df2e['id']=_0x15032b),{'id':_0x15032b,'entity':_0x17df2e};}
@@ -1 +1 @@
1
- function a229_0x107a(_0xf48208,_0x401c39){_0xf48208=_0xf48208-0x124;const _0x4c301c=a229_0x4c30();let _0x107ab2=_0x4c301c[_0xf48208];return _0x107ab2;}(function(_0x331f21,_0x1d08a3){const _0x43ba4d=a229_0x107a,_0x2ca340=_0x331f21();while(!![]){try{const _0x2e500d=-parseInt(_0x43ba4d(0x127))/0x1+parseInt(_0x43ba4d(0x126))/0x2+-parseInt(_0x43ba4d(0x12c))/0x3+parseInt(_0x43ba4d(0x129))/0x4*(parseInt(_0x43ba4d(0x128))/0x5)+-parseInt(_0x43ba4d(0x12a))/0x6*(-parseInt(_0x43ba4d(0x12b))/0x7)+parseInt(_0x43ba4d(0x124))/0x8*(-parseInt(_0x43ba4d(0x125))/0x9)+parseInt(_0x43ba4d(0x12d))/0xa;if(_0x2e500d===_0x1d08a3)break;else _0x2ca340['push'](_0x2ca340['shift']());}catch(_0x31439b){_0x2ca340['push'](_0x2ca340['shift']());}}}(a229_0x4c30,0xcaf32));import{existsSync,mkdirSync,copyFileSync,readdirSync,statSync}from'node:fs';import{join}from'node:path';export async function copyDir(_0x2c1a78,_0x2c57ba){const _0x3c5364=statSync(_0x2c1a78);if(_0x3c5364['isDirectory']()){!existsSync(_0x2c57ba)&&mkdirSync(_0x2c57ba,{'recursive':!![]});const _0x2a45f8=readdirSync(_0x2c1a78);for(const _0x312b4e of _0x2a45f8){await copyDir(join(_0x2c1a78,_0x312b4e),join(_0x2c57ba,_0x312b4e));}}else copyFileSync(_0x2c1a78,_0x2c57ba);}export function ensureDir(_0x2d11cd){!existsSync(_0x2d11cd)&&mkdirSync(_0x2d11cd,{'recursive':!![]});}function a229_0x4c30(){const _0x59de13=['7861MjfJBO','2392410vSGWEu','19426760JZKjuz','4191416dqRjKm','18CPzqan','457316Rjhprz','782642kJPuDQ','907480IuarBn','12NFxAcE','3972DDsJvK'];a229_0x4c30=function(){return _0x59de13;};return a229_0x4c30();}export function pathExists(_0x17bff9){return existsSync(_0x17bff9);}
1
+ (function(_0x4151c8,_0x16f951){const _0x5182ce=a229_0x4faf,_0x558abb=_0x4151c8();while(!![]){try{const _0x59b9a2=parseInt(_0x5182ce(0x188))/0x1*(parseInt(_0x5182ce(0x186))/0x2)+parseInt(_0x5182ce(0x183))/0x3+-parseInt(_0x5182ce(0x189))/0x4+-parseInt(_0x5182ce(0x18c))/0x5*(parseInt(_0x5182ce(0x18a))/0x6)+parseInt(_0x5182ce(0x184))/0x7+parseInt(_0x5182ce(0x182))/0x8*(parseInt(_0x5182ce(0x18b))/0x9)+-parseInt(_0x5182ce(0x187))/0xa;if(_0x59b9a2===_0x16f951)break;else _0x558abb['push'](_0x558abb['shift']());}catch(_0x5ebe0d){_0x558abb['push'](_0x558abb['shift']());}}}(a229_0x5ea5,0xee206));function a229_0x4faf(_0x4127ec,_0x460d19){_0x4127ec=_0x4127ec-0x182;const _0x5ea54b=a229_0x5ea5();let _0x4faf9a=_0x5ea54b[_0x4127ec];return _0x4faf9a;}function a229_0x5ea5(){const _0x64be48=['11598IfRkSY','152210xXUnHa','245MJTlqh','4296516fOWRrN','5623158LzKFNL','657UNrixT','5rXgywV','1896ZJeSrM','51042dVoVIj','10827873fjvERd','isDirectory'];a229_0x5ea5=function(){return _0x64be48;};return a229_0x5ea5();}import{existsSync,mkdirSync,copyFileSync,readdirSync,statSync}from'node:fs';import{join}from'node:path';export async function copyDir(_0x42c678,_0x2f4bbc){const _0x5adcc9=a229_0x4faf,_0x35bbf3=statSync(_0x42c678);if(_0x35bbf3[_0x5adcc9(0x185)]()){!existsSync(_0x2f4bbc)&&mkdirSync(_0x2f4bbc,{'recursive':!![]});const _0x354c57=readdirSync(_0x42c678);for(const _0x46381e of _0x354c57){await copyDir(join(_0x42c678,_0x46381e),join(_0x2f4bbc,_0x46381e));}}else copyFileSync(_0x42c678,_0x2f4bbc);}export function ensureDir(_0x2696ca){!existsSync(_0x2696ca)&&mkdirSync(_0x2696ca,{'recursive':!![]});}export function pathExists(_0x353122){return existsSync(_0x353122);}
@@ -1 +1 @@
1
- const a230_0x4518d6=a230_0x4d28;(function(_0x1f9a41,_0x2d4960){const _0x1702ea=a230_0x4d28,_0x1db1b9=_0x1f9a41();while(!![]){try{const _0x5ee991=-parseInt(_0x1702ea(0x1f0))/0x1+-parseInt(_0x1702ea(0x1ea))/0x2*(-parseInt(_0x1702ea(0x1e9))/0x3)+-parseInt(_0x1702ea(0x1fa))/0x4+parseInt(_0x1702ea(0x206))/0x5*(parseInt(_0x1702ea(0x1e8))/0x6)+-parseInt(_0x1702ea(0x1f4))/0x7*(parseInt(_0x1702ea(0x1f5))/0x8)+-parseInt(_0x1702ea(0x1ee))/0x9+parseInt(_0x1702ea(0x1ef))/0xa*(parseInt(_0x1702ea(0x1f3))/0xb);if(_0x5ee991===_0x2d4960)break;else _0x1db1b9['push'](_0x1db1b9['shift']());}catch(_0x3e3cc2){_0x1db1b9['push'](_0x1db1b9['shift']());}}}(a230_0x17c5,0xa524e));import{mkdirSync,writeFileSync}from'node:fs';import{dirname,join}from'node:path';function a230_0x4d28(_0x2f33c7,_0x3923be){_0x2f33c7=_0x2f33c7-0x1e6;const _0x17c590=a230_0x17c5();let _0x4d28d6=_0x17c590[_0x2f33c7];return _0x4d28d6;}import{homedir}from'node:os';import{getTemplateBaseUrl}from'../utils/config.js';function getGuidesCdnUrl(){const _0x534ee0=getTemplateBaseUrl();return _0x534ee0+'/skills/guides.json';}const CACHE_DIR=join(homedir(),a230_0x4518d6(0x1ec),a230_0x4518d6(0x201));export async function fetchGuidesFromCDN(){const _0xf34799=a230_0x4518d6,_0x3fab4b=getGuidesCdnUrl(),_0x295bfa=await fetch(_0x3fab4b,{'headers':{'Accept':_0xf34799(0x1f7)}});if(!_0x295bfa['ok'])throw new Error(_0xf34799(0x1f1)+_0x295bfa['status']+'\x20'+_0x295bfa[_0xf34799(0x1f2)]);const _0x26c659=await _0x295bfa[_0xf34799(0x1e7)]();if(!_0x26c659[_0xf34799(0x1ed)]||typeof _0x26c659[_0xf34799(0x1ed)]!=='object')throw new Error('CDN\x20返回数据格式错误');return _0x26c659;}export function writeGuidesToProject(_0x4b218c,_0xb633b5,_0x2dc1a1=a230_0x4518d6(0x1fb),_0x44910f){const _0x5833ad=a230_0x4518d6,_0x4128b4=join(_0xb633b5,_0x2dc1a1);mkdirSync(_0x4128b4,{'recursive':!![]});for(const [_0x1dbc00,_0x57714d]of Object[_0x5833ad(0x1ff)](_0x4b218c[_0x5833ad(0x1ed)])){let _0x41aed0=_0x57714d[_0x5833ad(0x1fd)];_0x57714d[_0x5833ad(0x1f6)]&&(_0x41aed0=appendUpdateTime(_0x41aed0,_0x57714d[_0x5833ad(0x1f6)])),writeFileSync(join(_0x4128b4,_0x1dbc00+_0x5833ad(0x203)),_0x41aed0,'utf-8');}}export function appendUpdateTime(_0xe1a3a4,_0x343e1d){const _0x3ffd2d=a230_0x4518d6;return _0xe1a3a4=_0xe1a3a4[_0x3ffd2d(0x1f9)](/\n*>更新时间:.*$/m,''),_0xe1a3a4[_0x3ffd2d(0x205)]()+('\x0a\x0a>更新时间:'+_0x343e1d);}export function getSkillTemplate(_0x5024af){const _0x3e99ce=a230_0x4518d6;return _0x5024af[_0x3e99ce(0x1e6)]?.[_0x3e99ce(0x1fd)]||'';}export function appendExtendContents(_0x31ba45,_0x84ecf6,_0x3dbb6f){const _0x2e6d91=a230_0x4518d6,_0xcedc3a=[];for(const [,_0x8c24a0]of Object[_0x2e6d91(0x1ff)](_0x84ecf6[_0x2e6d91(0x1ed)])){_0x8c24a0[_0x2e6d91(0x1fc)]&&_0xcedc3a[_0x2e6d91(0x204)](_0x8c24a0[_0x2e6d91(0x1fc)][_0x2e6d91(0x205)]());}if(_0xcedc3a[_0x2e6d91(0x1f8)]===0x0)return _0x31ba45;return _0x31ba45[_0x2e6d91(0x205)]()+'\x0a\x0a'+_0xcedc3a[_0x2e6d91(0x1fe)]('\x0a\x0a')+'\x0a';}function a230_0x17c5(){const _0x557bc5=['CDN\x20数据中缺少\x20skillTemplate','.lovrabet','guides','10532538LSjBrE','36371770JezleF','1311909qefvTG','CDN\x20请求失败:\x20','statusText','11yGwZyJ','595iAbCvQ','103152lTuAid','lastUpdated','application/json','length','replace','3902232KsnUPn','.lovrabet/skill/guides','extendContent','content','join','entries','map','cache','keys','.md','push','trimEnd','42615dEjTVq','skillTemplate','json','234CKUmyx','15JvyqBm','504238TLLOXy'];a230_0x17c5=function(){return _0x557bc5;};return a230_0x17c5();}export function writeSkillFile(_0x511d61,_0x5c8f8c,_0x2f7a83){const _0x410439=a230_0x4518d6,_0x24013e=getSkillTemplate(_0x511d61);if(!_0x24013e)throw new Error(_0x410439(0x1eb));const _0x4a0c1d=dirname(_0x5c8f8c);mkdirSync(_0x4a0c1d,{'recursive':!![]});let _0x14e207=_0x24013e[_0x410439(0x1f9)](/\{\{IDE_NAME\}\}/g,_0x2f7a83);_0x14e207=appendExtendContents(_0x14e207,_0x511d61),_0x511d61['skillTemplate'][_0x410439(0x1f6)]&&(_0x14e207=appendUpdateTime(_0x14e207,_0x511d61[_0x410439(0x1e6)][_0x410439(0x1f6)])),writeFileSync(_0x5c8f8c,_0x14e207,'utf-8');}export async function installGuides(_0x18feda){const _0x5e7980=a230_0x4518d6,_0xd05f60=await fetchGuidesFromCDN();return writeGuidesToProject(_0xd05f60,_0x18feda),Object[_0x5e7980(0x202)](_0xd05f60['guides'])[_0x5e7980(0x1f8)];}export function getGuidesSummary(_0x26eb69){const _0x2d9012=a230_0x4518d6;return Object[_0x2d9012(0x1ff)](_0x26eb69['guides'])[_0x2d9012(0x200)](([_0x5bda2c,_0x52c49f])=>({'key':_0x5bda2c,'title':_0x52c49f['title'],'path':_0x52c49f['path']}));}
1
+ const a230_0x385920=a230_0x1e73;(function(_0x2c2376,_0x364b5b){const _0x68f80c=a230_0x1e73,_0xed3107=_0x2c2376();while(!![]){try{const _0x37a36b=parseInt(_0x68f80c(0xae))/0x1+-parseInt(_0x68f80c(0xab))/0x2+parseInt(_0x68f80c(0xcd))/0x3*(-parseInt(_0x68f80c(0xbe))/0x4)+parseInt(_0x68f80c(0xbb))/0x5*(parseInt(_0x68f80c(0xba))/0x6)+parseInt(_0x68f80c(0xb9))/0x7*(-parseInt(_0x68f80c(0xc9))/0x8)+-parseInt(_0x68f80c(0xce))/0x9*(parseInt(_0x68f80c(0xc6))/0xa)+-parseInt(_0x68f80c(0xb3))/0xb*(-parseInt(_0x68f80c(0xc4))/0xc);if(_0x37a36b===_0x364b5b)break;else _0xed3107['push'](_0xed3107['shift']());}catch(_0x38db06){_0xed3107['push'](_0xed3107['shift']());}}}(a230_0x2584,0x800ea));import{mkdirSync,writeFileSync}from'node:fs';import{dirname,join}from'node:path';import{homedir}from'node:os';import{getTemplateBaseUrl}from'../utils/config.js';function getGuidesCdnUrl(){const _0x3f5101=a230_0x1e73,_0x1c0350=getTemplateBaseUrl();return _0x1c0350+_0x3f5101(0xc2);}const CACHE_DIR=join(homedir(),'.lovrabet',a230_0x385920(0xb4));export async function fetchGuidesFromCDN(){const _0x1f12de=a230_0x385920,_0x5af936=getGuidesCdnUrl(),_0x437886=await fetch(_0x5af936,{'headers':{'Accept':_0x1f12de(0xaf)}});if(!_0x437886['ok'])throw new Error('CDN\x20请求失败:\x20'+_0x437886[_0x1f12de(0xbd)]+'\x20'+_0x437886[_0x1f12de(0xb2)]);const _0x2e9f11=await _0x437886[_0x1f12de(0xca)]();if(!_0x2e9f11[_0x1f12de(0xc1)]||typeof _0x2e9f11['guides']!==_0x1f12de(0xc0))throw new Error('CDN\x20返回数据格式错误');return _0x2e9f11;}function a230_0x1e73(_0x3b90c2,_0x124f98){_0x3b90c2=_0x3b90c2-0xab;const _0x2584c1=a230_0x2584();let _0x1e73e2=_0x2584c1[_0x3b90c2];return _0x1e73e2;}export function writeGuidesToProject(_0x369724,_0x17990b,_0x14b120=a230_0x385920(0xc8),_0xdb5887){const _0x5b3ce1=a230_0x385920,_0x1338ac=join(_0x17990b,_0x14b120);mkdirSync(_0x1338ac,{'recursive':!![]});for(const [_0x1d6458,_0x3d9939]of Object[_0x5b3ce1(0xcc)](_0x369724[_0x5b3ce1(0xc1)])){let _0x13224e=_0x3d9939['content'];_0x3d9939[_0x5b3ce1(0xc3)]&&(_0x13224e=appendUpdateTime(_0x13224e,_0x3d9939[_0x5b3ce1(0xc3)])),writeFileSync(join(_0x1338ac,_0x1d6458+_0x5b3ce1(0xb8)),_0x13224e,_0x5b3ce1(0xbf));}}export function appendUpdateTime(_0x2c1743,_0x10f69b){const _0x5778d0=a230_0x385920;return _0x2c1743=_0x2c1743[_0x5778d0(0xb6)](/\n*>更新时间:.*$/m,''),_0x2c1743[_0x5778d0(0xb1)]()+(_0x5778d0(0xb0)+_0x10f69b);}export function getSkillTemplate(_0x4d9b82){const _0x4e35a8=a230_0x385920;return _0x4d9b82[_0x4e35a8(0xc5)]?.['content']||'';}export function appendExtendContents(_0x1c802a,_0x277de0,_0x35e329){const _0x46e06e=a230_0x385920,_0x524791=[];for(const [,_0x383280]of Object['entries'](_0x277de0[_0x46e06e(0xc1)])){_0x383280['extendContent']&&_0x524791[_0x46e06e(0xb5)](_0x383280[_0x46e06e(0xcb)][_0x46e06e(0xb1)]());}if(_0x524791[_0x46e06e(0xad)]===0x0)return _0x1c802a;return _0x1c802a[_0x46e06e(0xb1)]()+'\x0a\x0a'+_0x524791['join']('\x0a\x0a')+'\x0a';}export function writeSkillFile(_0x790df6,_0xa1cfb0,_0x3a8b7e){const _0x13975e=a230_0x385920,_0x8fa6f7=getSkillTemplate(_0x790df6);if(!_0x8fa6f7)throw new Error(_0x13975e(0xb7));const _0x13d873=dirname(_0xa1cfb0);mkdirSync(_0x13d873,{'recursive':!![]});let _0x13811b=_0x8fa6f7[_0x13975e(0xb6)](/\{\{IDE_NAME\}\}/g,_0x3a8b7e);_0x13811b=appendExtendContents(_0x13811b,_0x790df6),_0x790df6[_0x13975e(0xc5)][_0x13975e(0xc3)]&&(_0x13811b=appendUpdateTime(_0x13811b,_0x790df6['skillTemplate'][_0x13975e(0xc3)])),writeFileSync(_0xa1cfb0,_0x13811b,_0x13975e(0xbf));}function a230_0x2584(){const _0x41b61f=['extendContent','entries','428091IzwiVl','360MStWga','810166vsJEyx','keys','length','849233dijXmJ','application/json','\x0a\x0a>更新时间:','trimEnd','statusText','1748549fyKfFp','cache','push','replace','CDN\x20数据中缺少\x20skillTemplate','.md','63dFabWB','702iKiRWp','34635lXcVZk','map','status','12XLINZr','utf-8','object','guides','/skills/guides.json','lastUpdated','36QheOXT','skillTemplate','1630hfNwmS','title','.lovrabet/skill/guides','686536JueEkt','json'];a230_0x2584=function(){return _0x41b61f;};return a230_0x2584();}export async function installGuides(_0x10375f){const _0x1c9a6e=a230_0x385920,_0x588d04=await fetchGuidesFromCDN();return writeGuidesToProject(_0x588d04,_0x10375f),Object[_0x1c9a6e(0xac)](_0x588d04['guides'])[_0x1c9a6e(0xad)];}export function getGuidesSummary(_0x36e08a){const _0x336aaf=a230_0x385920;return Object[_0x336aaf(0xcc)](_0x36e08a[_0x336aaf(0xc1)])[_0x336aaf(0xbc)](([_0x129e7c,_0x2de691])=>({'key':_0x129e7c,'title':_0x2de691[_0x336aaf(0xc7)],'path':_0x2de691['path']}));}
@@ -1 +1 @@
1
- (function(_0x23083b,_0x2e125c){const _0x183361=a231_0x25ea,_0x24af11=_0x23083b();while(!![]){try{const _0x38b358=-parseInt(_0x183361(0x168))/0x1*(-parseInt(_0x183361(0x150))/0x2)+parseInt(_0x183361(0x166))/0x3*(parseInt(_0x183361(0x14f))/0x4)+-parseInt(_0x183361(0x158))/0x5+-parseInt(_0x183361(0x15b))/0x6*(-parseInt(_0x183361(0x14d))/0x7)+parseInt(_0x183361(0x164))/0x8+parseInt(_0x183361(0x14e))/0x9*(-parseInt(_0x183361(0x15c))/0xa)+parseInt(_0x183361(0x15d))/0xb;if(_0x38b358===_0x2e125c)break;else _0x24af11['push'](_0x24af11['shift']());}catch(_0x19e140){_0x24af11['push'](_0x24af11['shift']());}}}(a231_0xefb8,0xb1b4b));function a231_0x25ea(_0x494b0e,_0x2be8ef){_0x494b0e=_0x494b0e-0x14c;const _0xefb84a=a231_0xefb8();let _0x25ea69=_0xefb84a[_0x494b0e];return _0x25ea69;}export async function httpRequest(_0x23d3cc,_0xf3a3f9={}){const _0x46c30b=a231_0x25ea,{timeout:timeout=0x7530,retries:retries=0x3,retryDelay:retryDelay=0x3e8,headers:headers={}}=_0xf3a3f9;let _0x1f9f94=null;for(let _0x33fcff=0x0;_0x33fcff<=retries;_0x33fcff++){try{const _0x1b71b7=new AbortController(),_0x7a674=setTimeout(()=>_0x1b71b7[_0x46c30b(0x159)](),timeout),_0x253f4e=await fetch(_0x23d3cc,{'headers':headers,'signal':_0x1b71b7[_0x46c30b(0x163)]});clearTimeout(_0x7a674);let _0x1ddca7;const _0x2bb7bc=_0x253f4e['headers'][_0x46c30b(0x167)]('content-type');return _0x2bb7bc?.[_0x46c30b(0x152)](_0x46c30b(0x151))?_0x1ddca7=await _0x253f4e[_0x46c30b(0x15e)]():_0x1ddca7=await _0x253f4e['text'](),{'ok':_0x253f4e['ok'],'status':_0x253f4e[_0x46c30b(0x155)],'statusText':_0x253f4e['statusText'],'data':_0x1ddca7,'headers':_0x253f4e['headers'],'url':_0x253f4e['url'],'text':()=>_0x253f4e[_0x46c30b(0x153)]()};}catch(_0x47f75d){_0x1f9f94=_0x47f75d instanceof Error?_0x47f75d:new Error(String(_0x47f75d));if(_0x33fcff===retries)break;if(shouldRetry(_0x47f75d)){console[_0x46c30b(0x15a)](_0x46c30b(0x14c)+retryDelay+_0x46c30b(0x154)+(_0x33fcff+0x1)+_0x46c30b(0x15f)),await sleep(retryDelay);continue;}else break;}}throw _0x1f9f94||new Error(_0x46c30b(0x160));}function shouldRetry(_0x1ceaaf){const _0x41bafe=a231_0x25ea;if(_0x1ceaaf instanceof Error){if(_0x1ceaaf[_0x41bafe(0x165)]===_0x41bafe(0x156))return![];if(_0x1ceaaf[_0x41bafe(0x165)]==='TypeError'&&_0x1ceaaf[_0x41bafe(0x162)]['includes'](_0x41bafe(0x169)))return!![];if(_0x1ceaaf[_0x41bafe(0x162)]['includes'](_0x41bafe(0x157)))return!![];if(_0x1ceaaf['message']['includes'](_0x41bafe(0x161)))return![];}return![];}function a231_0xefb8(){const _0x295529=['ms\x20后进行第\x20','status','AbortError','ECONNRESET','6012340xwqkEA','abort','log','78tBuzEl','110CwXdFu','16512034ABmnWc','json','\x20次重试...','Request\x20failed','ENOTFOUND','message','signal','3864432zsdmQZ','name','236370ZMUGUl','get','6nPvOHg','fetch','*\x20请求失败,','104461crwFiB','1026936xLQcdM','20rLRGti','204466zOgWeI','application/json','includes','text'];a231_0xefb8=function(){return _0x295529;};return a231_0xefb8();}function sleep(_0x4b4c90){return new Promise(_0x22241b=>setTimeout(_0x22241b,_0x4b4c90));}export function validateUrl(_0x6feaf){try{return new URL(_0x6feaf),!![];}catch{return![];}}
1
+ function a231_0x415c(){const _0x5c2d0a=['\x20次重试...','18232tvZFLg','734248dwHkFS','headers','get','531Ebeoxf','content-type','application/json','fetch','199145pEHhsF','statusText','30qrUjwX','*\x20请求失败,','5430887dnRlpb','ENOTFOUND','11uGqNfA','1252239YHHuEq','message','text','ms\x20后进行第\x20','name','AbortError','includes','log','1cClSRU','url','4135030zTNsjY','1025006jjYNKI','json'];a231_0x415c=function(){return _0x5c2d0a;};return a231_0x415c();}function a231_0x1d74(_0x3651eb,_0x2ca337){_0x3651eb=_0x3651eb-0xa9;const _0x415cd1=a231_0x415c();let _0x1d7461=_0x415cd1[_0x3651eb];return _0x1d7461;}(function(_0x2fbcb5,_0x124ddf){const _0x3e7166=a231_0x1d74,_0x165bfe=_0x2fbcb5();while(!![]){try{const _0x153793=parseInt(_0x3e7166(0xb7))/0x1*(-parseInt(_0x3e7166(0xba))/0x2)+-parseInt(_0x3e7166(0xaf))/0x3+-parseInt(_0x3e7166(0xbe))/0x4+-parseInt(_0x3e7166(0xc5))/0x5*(-parseInt(_0x3e7166(0xaa))/0x6)+parseInt(_0x3e7166(0xac))/0x7+-parseInt(_0x3e7166(0xbd))/0x8*(-parseInt(_0x3e7166(0xc1))/0x9)+-parseInt(_0x3e7166(0xb9))/0xa*(-parseInt(_0x3e7166(0xae))/0xb);if(_0x153793===_0x124ddf)break;else _0x165bfe['push'](_0x165bfe['shift']());}catch(_0x40fc1d){_0x165bfe['push'](_0x165bfe['shift']());}}}(a231_0x415c,0x63f80));export async function httpRequest(_0x45b624,_0x5d50d2={}){const _0x53baa8=a231_0x1d74,{timeout:timeout=0x7530,retries:retries=0x3,retryDelay:retryDelay=0x3e8,headers:headers={}}=_0x5d50d2;let _0x3285d7=null;for(let _0x5bc968=0x0;_0x5bc968<=retries;_0x5bc968++){try{const _0x5b6cd0=new AbortController(),_0x4b2a8e=setTimeout(()=>_0x5b6cd0['abort'](),timeout),_0x2100f4=await fetch(_0x45b624,{'headers':headers,'signal':_0x5b6cd0['signal']});clearTimeout(_0x4b2a8e);let _0x46fa00;const _0x16ffc7=_0x2100f4[_0x53baa8(0xbf)][_0x53baa8(0xc0)](_0x53baa8(0xc2));return _0x16ffc7?.[_0x53baa8(0xb5)](_0x53baa8(0xc3))?_0x46fa00=await _0x2100f4[_0x53baa8(0xbb)]():_0x46fa00=await _0x2100f4[_0x53baa8(0xb1)](),{'ok':_0x2100f4['ok'],'status':_0x2100f4['status'],'statusText':_0x2100f4[_0x53baa8(0xa9)],'data':_0x46fa00,'headers':_0x2100f4[_0x53baa8(0xbf)],'url':_0x2100f4[_0x53baa8(0xb8)],'text':()=>_0x2100f4[_0x53baa8(0xb1)]()};}catch(_0x2fcf9f){_0x3285d7=_0x2fcf9f instanceof Error?_0x2fcf9f:new Error(String(_0x2fcf9f));if(_0x5bc968===retries)break;if(shouldRetry(_0x2fcf9f)){console[_0x53baa8(0xb6)](_0x53baa8(0xab)+retryDelay+_0x53baa8(0xb2)+(_0x5bc968+0x1)+_0x53baa8(0xbc)),await sleep(retryDelay);continue;}else break;}}throw _0x3285d7||new Error('Request\x20failed');}function shouldRetry(_0x12b357){const _0x476b33=a231_0x1d74;if(_0x12b357 instanceof Error){if(_0x12b357['name']===_0x476b33(0xb4))return![];if(_0x12b357[_0x476b33(0xb3)]==='TypeError'&&_0x12b357[_0x476b33(0xb0)][_0x476b33(0xb5)](_0x476b33(0xc4)))return!![];if(_0x12b357[_0x476b33(0xb0)][_0x476b33(0xb5)]('ECONNRESET'))return!![];if(_0x12b357[_0x476b33(0xb0)][_0x476b33(0xb5)](_0x476b33(0xad)))return![];}return![];}function sleep(_0x9ad07e){return new Promise(_0x56a8ae=>setTimeout(_0x56a8ae,_0x9ad07e));}export function validateUrl(_0x355788){try{return new URL(_0x355788),!![];}catch{return![];}}
@@ -1 +1 @@
1
- (function(_0xcd54b6,_0x780b00){const _0x1ad0a4=a232_0x4f6e,_0x5e8cda=_0xcd54b6();while(!![]){try{const _0x5b80d5=parseInt(_0x1ad0a4(0xc5))/0x1*(parseInt(_0x1ad0a4(0xbb))/0x2)+parseInt(_0x1ad0a4(0xbc))/0x3+-parseInt(_0x1ad0a4(0xb8))/0x4*(-parseInt(_0x1ad0a4(0xc3))/0x5)+parseInt(_0x1ad0a4(0xb7))/0x6*(parseInt(_0x1ad0a4(0xb9))/0x7)+parseInt(_0x1ad0a4(0xba))/0x8*(-parseInt(_0x1ad0a4(0xc1))/0x9)+-parseInt(_0x1ad0a4(0xb6))/0xa+-parseInt(_0x1ad0a4(0xb5))/0xb*(parseInt(_0x1ad0a4(0xc0))/0xc);if(_0x5b80d5===_0x780b00)break;else _0x5e8cda['push'](_0x5e8cda['shift']());}catch(_0x3ec38c){_0x5e8cda['push'](_0x5e8cda['shift']());}}}(a232_0x229d,0xdeba8));function env(_0x6a95d5){return process.env[`RABETBASE_${_0x6a95d5}`]||process.env[`LOVRABET_${_0x6a95d5}`]||undefined;}function a232_0x4f6e(_0x293e0c,_0x22518a){_0x293e0c=_0x293e0c-0xb5;const _0x229d9a=a232_0x229d();let _0x4f6e63=_0x229d9a[_0x293e0c];return _0x4f6e63;}export function isNonInteractive(_0x39e00d){const _0x32aaba=a232_0x4f6e;return!!(_0x39e00d['nonInteractive']||_0x39e00d['ci']||env('CI')===_0x32aaba(0xbf)||process.env.CI===_0x32aaba(0xbf)||!process[_0x32aaba(0xbd)][_0x32aaba(0xc2)]||!isStdinRawModeSupported());}function isStdinRawModeSupported(){const _0x27affb=a232_0x4f6e;if(!process[_0x27affb(0xbe)][_0x27affb(0xc2)])return![];try{const _0x55233d=process['stdin']['isRaw'];return process['stdin'][_0x27affb(0xc4)](!![]),process[_0x27affb(0xbe)][_0x27affb(0xc4)](_0x55233d??![]),!![];}catch{return![];}}function a232_0x229d(){const _0x4559a3=['true','1225824tiyRsx','9YClwbg','isTTY','15yRTywN','setRawMode','933EPtBYu','110TNZzgJ','17998400vZZufl','786GYfElr','2058316UFdQCC','43421GRgyct','10947280nkdBrE','2710BffhQP','4444563IBYnhI','stdout','stdin'];a232_0x229d=function(){return _0x4559a3;};return a232_0x229d();}
1
+ function a232_0x4ff2(){const _0x3cd417=['146130uVSFda','143Tdnanl','isRaw','stdout','50734ilBGun','6618640gYpfEL','true','setRawMode','65XBhKay','18UyGZJq','7248661SHAmTC','stdin','9521064VhKStA','25316HWKcBn','273ALSZdB','isTTY','1506460HRTbwv'];a232_0x4ff2=function(){return _0x3cd417;};return a232_0x4ff2();}function a232_0x53ec(_0x949615,_0x49cf8b){_0x949615=_0x949615-0x1a7;const _0x4ff23a=a232_0x4ff2();let _0x53ec0b=_0x4ff23a[_0x949615];return _0x53ec0b;}(function(_0x2effd7,_0x6e5d23){const _0x25f435=a232_0x53ec,_0x3a018a=_0x2effd7();while(!![]){try{const _0x5b5b65=-parseInt(_0x25f435(0x1b1))/0x1*(parseInt(_0x25f435(0x1ad))/0x2)+-parseInt(_0x25f435(0x1b7))/0x3*(-parseInt(_0x25f435(0x1b6))/0x4)+-parseInt(_0x25f435(0x1a8))/0x5*(-parseInt(_0x25f435(0x1b2))/0x6)+-parseInt(_0x25f435(0x1b3))/0x7+parseInt(_0x25f435(0x1ae))/0x8+parseInt(_0x25f435(0x1b5))/0x9+-parseInt(_0x25f435(0x1a9))/0xa*(-parseInt(_0x25f435(0x1aa))/0xb);if(_0x5b5b65===_0x6e5d23)break;else _0x3a018a['push'](_0x3a018a['shift']());}catch(_0x16c627){_0x3a018a['push'](_0x3a018a['shift']());}}}(a232_0x4ff2,0xd48e8));function env(_0x10547d){return process.env[`RABETBASE_${_0x10547d}`]||process.env[`LOVRABET_${_0x10547d}`]||undefined;}export function isNonInteractive(_0x1074c2){const _0x3f9054=a232_0x53ec;return!!(_0x1074c2['nonInteractive']||_0x1074c2['ci']||env('CI')===_0x3f9054(0x1af)||process.env.CI===_0x3f9054(0x1af)||!process[_0x3f9054(0x1ac)]['isTTY']||!isStdinRawModeSupported());}function isStdinRawModeSupported(){const _0x407ef2=a232_0x53ec;if(!process[_0x407ef2(0x1b4)][_0x407ef2(0x1a7)])return![];try{const _0x1e4e93=process['stdin'][_0x407ef2(0x1ab)];return process[_0x407ef2(0x1b4)]['setRawMode'](!![]),process[_0x407ef2(0x1b4)][_0x407ef2(0x1b0)](_0x1e4e93??![]),!![];}catch{return![];}}
@@ -1 +1 @@
1
- const a233_0x3e4bc0=a233_0x40ae;(function(_0x1ddfd8,_0x128bca){const _0x36a83d=a233_0x40ae,_0x3f8d92=_0x1ddfd8();while(!![]){try{const _0x4c6645=-parseInt(_0x36a83d(0x1aa))/0x1+-parseInt(_0x36a83d(0x1a7))/0x2+parseInt(_0x36a83d(0x198))/0x3+-parseInt(_0x36a83d(0x182))/0x4+parseInt(_0x36a83d(0x196))/0x5*(parseInt(_0x36a83d(0x190))/0x6)+-parseInt(_0x36a83d(0x1b0))/0x7*(-parseInt(_0x36a83d(0x18a))/0x8)+-parseInt(_0x36a83d(0x1a4))/0x9*(-parseInt(_0x36a83d(0x195))/0xa);if(_0x4c6645===_0x128bca)break;else _0x3f8d92['push'](_0x3f8d92['shift']());}catch(_0x2392b6){_0x3f8d92['push'](_0x3f8d92['shift']());}}}(a233_0x2478,0x7b91a));function a233_0x40ae(_0xfeae38,_0x332967){_0xfeae38=_0xfeae38-0x182;const _0x2478b8=a233_0x2478();let _0x40ae1e=_0x2478b8[_0xfeae38];return _0x40ae1e;}import a233_0x380b85 from'winston';import a233_0x21a8f7 from'node:fs';import a233_0x315b2f from'node:path';function a233_0x2478(){const _0x4f6a53=['details','9uhQlns','setLogPath','utf8','1320586TpXSBr','getWinstonInstance','logFilePath','461149HlzoVj','existsSync','duration','addColors','clearLogs','yellow','7wkOFKT','filter','success','writeFileSync','now','clear','Failed\x20to\x20read\x20logs:','createLogger','map','combine','2950336DeIJnb','Failed\x20to\x20clear\x20logs:','transports','开始执行:\x20','失败:\x20','format','info','split','5815880ocSAQL','message','green','errors','readFileSync','unknown','1122zECKzk','warn','initWinstonLogger','完成:\x20','winstonLogger','6255270FLHbCc','20830WPjSwb','readLogs','700830xKCYrC','red','join','currentRawCommand','setRawCommand','error','parse','toISOString','dirname','command','timestamp'];a233_0x2478=function(){return _0x4f6a53;};return a233_0x2478();}class Logger{[a233_0x3e4bc0(0x194)];[a233_0x3e4bc0(0x1a9)];[a233_0x3e4bc0(0x19b)]='';constructor(){const _0x55da12=a233_0x3e4bc0;this[_0x55da12(0x1a9)]='';}[a233_0x3e4bc0(0x19c)](_0x5786f0){const _0x13c15c=a233_0x3e4bc0;this[_0x13c15c(0x19b)]=_0x5786f0;}[a233_0x3e4bc0(0x192)](){const _0x12ab07=a233_0x3e4bc0,_0x4e5fa0=a233_0x315b2f[_0x12ab07(0x1a0)](this[_0x12ab07(0x1a9)]);!a233_0x21a8f7['existsSync'](_0x4e5fa0)&&a233_0x21a8f7['mkdirSync'](_0x4e5fa0,{'recursive':!![]});const _0x570196=a233_0x380b85[_0x12ab07(0x187)][_0x12ab07(0x1b9)](a233_0x380b85['format'][_0x12ab07(0x1a2)](),a233_0x380b85[_0x12ab07(0x187)][_0x12ab07(0x18d)]({'stack':!![]}),a233_0x380b85[_0x12ab07(0x187)]['printf'](_0x3a7189=>{const _0xb54e6=_0x12ab07,_0x2178f6={'timestamp':_0x3a7189[_0xb54e6(0x1a2)]||new Date()[_0xb54e6(0x19f)](),'level':_0x3a7189['level']||_0xb54e6(0x188),'command':_0x3a7189[_0xb54e6(0x1a1)]||_0xb54e6(0x18f),'rawCommand':_0x3a7189['rawCommand']||this[_0xb54e6(0x19b)]||undefined,'message':_0x3a7189[_0xb54e6(0x18b)]||'','duration':_0x3a7189[_0xb54e6(0x1ac)]||undefined,'details':_0x3a7189[_0xb54e6(0x1a3)]||undefined};return JSON['stringify'](_0x2178f6);}));this[_0x12ab07(0x194)]=a233_0x380b85[_0x12ab07(0x1b7)]({'level':_0x12ab07(0x188),'format':_0x570196,'transports':[new a233_0x380b85[(_0x12ab07(0x184))]['File']({'filename':this[_0x12ab07(0x1a9)],'level':'info'})],'silent':![]}),a233_0x380b85[_0x12ab07(0x1ad)]({'success':_0x12ab07(0x18c),'error':_0x12ab07(0x199),'warn':_0x12ab07(0x1af),'info':'blue'});}[a233_0x3e4bc0(0x1a5)](_0x1f7af2){const _0x119fd8=a233_0x3e4bc0;this[_0x119fd8(0x1a9)]=a233_0x315b2f[_0x119fd8(0x19a)](_0x1f7af2,'.lovrabet.log'),this[_0x119fd8(0x194)]&&this[_0x119fd8(0x194)][_0x119fd8(0x1b5)](),this[_0x119fd8(0x192)]();}['info'](_0x295f42,_0x5ebfb8,_0x101be0){const _0x921397=a233_0x3e4bc0;if(!this[_0x921397(0x1a9)]||!this[_0x921397(0x194)])return;this[_0x921397(0x194)][_0x921397(0x188)](_0x5ebfb8,{'command':_0x295f42,'details':_0x101be0});}['success'](_0x5b1767,_0x57ade1,_0x172682,_0xd33677){const _0x24a57c=a233_0x3e4bc0;if(!this[_0x24a57c(0x1a9)]||!this['winstonLogger'])return;this[_0x24a57c(0x194)]['log'](_0x24a57c(0x188),_0x57ade1,{'level':_0x24a57c(0x1b2),'command':_0x5b1767,'duration':_0x172682,'details':_0xd33677});}[a233_0x3e4bc0(0x19d)](_0x55896e,_0x4473d9,_0x441ffa){const _0x46d65e=a233_0x3e4bc0;if(!this[_0x46d65e(0x1a9)]||!this[_0x46d65e(0x194)])return;this[_0x46d65e(0x194)][_0x46d65e(0x19d)](_0x4473d9,{'command':_0x55896e,'details':_0x441ffa});}[a233_0x3e4bc0(0x191)](_0x1d454a,_0x877a40,_0x309629){const _0x3d735e=a233_0x3e4bc0;if(!this['logFilePath']||!this[_0x3d735e(0x194)])return;this[_0x3d735e(0x194)][_0x3d735e(0x191)](_0x877a40,{'command':_0x1d454a,'details':_0x309629});}async['logTask'](_0x58db6b,_0x4ba64e,_0xc02faf){const _0x37c416=a233_0x3e4bc0,_0x3aee86=Date[_0x37c416(0x1b4)]();this['info'](_0x58db6b,_0x37c416(0x185)+_0x4ba64e);try{const _0x5990b1=await _0xc02faf(),_0x32f0ff=Date[_0x37c416(0x1b4)]()-_0x3aee86;return this[_0x37c416(0x1b2)](_0x58db6b,_0x37c416(0x193)+_0x4ba64e,_0x32f0ff),_0x5990b1;}catch(_0x20191f){const _0x370d28=Date[_0x37c416(0x1b4)]()-_0x3aee86;this[_0x37c416(0x19d)](_0x58db6b,_0x37c416(0x186)+_0x4ba64e,{'error':_0x20191f instanceof Error?_0x20191f[_0x37c416(0x18b)]:String(_0x20191f),'duration':_0x370d28});throw _0x20191f;}}[a233_0x3e4bc0(0x197)](){const _0x1ad724=a233_0x3e4bc0;try{if(!a233_0x21a8f7['existsSync'](this[_0x1ad724(0x1a9)]))return[];const _0x689228=a233_0x21a8f7[_0x1ad724(0x18e)](this[_0x1ad724(0x1a9)],_0x1ad724(0x1a6));return _0x689228[_0x1ad724(0x189)]('\x0a')[_0x1ad724(0x1b1)](_0x5b4c9c=>_0x5b4c9c['trim']())[_0x1ad724(0x1b8)](_0x58cacc=>JSON[_0x1ad724(0x19e)](_0x58cacc));}catch(_0x24a8d9){return console['warn'](_0x1ad724(0x1b6),_0x24a8d9),[];}}[a233_0x3e4bc0(0x1ae)](){const _0x37fbaf=a233_0x3e4bc0;try{a233_0x21a8f7[_0x37fbaf(0x1ab)](this[_0x37fbaf(0x1a9)])&&a233_0x21a8f7[_0x37fbaf(0x1b3)](this[_0x37fbaf(0x1a9)],'',_0x37fbaf(0x1a6));}catch(_0x5b3827){console[_0x37fbaf(0x191)](_0x37fbaf(0x183),_0x5b3827);}}[a233_0x3e4bc0(0x1a8)](){const _0x47bc36=a233_0x3e4bc0;return this[_0x47bc36(0x194)];}}export const logger=new Logger();
1
+ const a233_0x5659e8=a233_0x24d6;function a233_0x1ba3(){const _0x5ef449=['initWinstonLogger','info','duration','12794RfuJfF','开始执行:\x20','timestamp','mkdirSync','blue','warn','unknown','combine','join','transports','1540722uOrYve','clearLogs','dirname','level','currentRawCommand','details','printf','Failed\x20to\x20clear\x20logs:','filter','utf8','red','logFilePath','891rJCZaS','setLogPath','5705GOJTXP','message','format','getWinstonInstance','error','.lovrabet.log','rawCommand','Failed\x20to\x20read\x20logs:','addColors','81dwmijJ','readFileSync','43370AuLiiw','stringify','existsSync','log','readLogs','now','trim','完成:\x20','toISOString','success','winstonLogger','6058129HFThzC','logTask','1003467ISHobe','572IKDYTb','File','yellow','green','clear','79299KhtmBT','488BzCtsj'];a233_0x1ba3=function(){return _0x5ef449;};return a233_0x1ba3();}(function(_0x53c1f6,_0x52e032){const _0x2503a8=a233_0x24d6,_0x5f1f5f=_0x53c1f6();while(!![]){try{const _0x217769=parseInt(_0x2503a8(0x11a))/0x1*(-parseInt(_0x2503a8(0x134))/0x2)+-parseInt(_0x2503a8(0x129))/0x3+parseInt(_0x2503a8(0x12a))/0x4*(-parseInt(_0x2503a8(0x111))/0x5)+-parseInt(_0x2503a8(0x13e))/0x6+parseInt(_0x2503a8(0x127))/0x7+-parseInt(_0x2503a8(0x130))/0x8*(-parseInt(_0x2503a8(0x12f))/0x9)+-parseInt(_0x2503a8(0x11c))/0xa*(-parseInt(_0x2503a8(0x10f))/0xb);if(_0x217769===_0x52e032)break;else _0x5f1f5f['push'](_0x5f1f5f['shift']());}catch(_0x533a03){_0x5f1f5f['push'](_0x5f1f5f['shift']());}}}(a233_0x1ba3,0x75953));import a233_0x5f593f from'winston';import a233_0x17f6ec from'node:fs';import a233_0x43a6d2 from'node:path';class Logger{[a233_0x5659e8(0x126)];[a233_0x5659e8(0x10e)];[a233_0x5659e8(0x107)]='';constructor(){this['logFilePath']='';}['setRawCommand'](_0x179954){const _0x599668=a233_0x5659e8;this[_0x599668(0x107)]=_0x179954;}[a233_0x5659e8(0x131)](){const _0x4b3331=a233_0x5659e8,_0x4058b5=a233_0x43a6d2[_0x4b3331(0x105)](this[_0x4b3331(0x10e)]);!a233_0x17f6ec['existsSync'](_0x4058b5)&&a233_0x17f6ec[_0x4b3331(0x137)](_0x4058b5,{'recursive':!![]});const _0x205cb3=a233_0x5f593f['format'][_0x4b3331(0x13b)](a233_0x5f593f[_0x4b3331(0x113)][_0x4b3331(0x136)](),a233_0x5f593f[_0x4b3331(0x113)]['errors']({'stack':!![]}),a233_0x5f593f[_0x4b3331(0x113)][_0x4b3331(0x109)](_0x1e5939=>{const _0xc56e30=_0x4b3331,_0x18543b={'timestamp':_0x1e5939[_0xc56e30(0x136)]||new Date()[_0xc56e30(0x124)](),'level':_0x1e5939[_0xc56e30(0x106)]||_0xc56e30(0x132),'command':_0x1e5939['command']||_0xc56e30(0x13a),'rawCommand':_0x1e5939[_0xc56e30(0x117)]||this[_0xc56e30(0x107)]||undefined,'message':_0x1e5939[_0xc56e30(0x112)]||'','duration':_0x1e5939[_0xc56e30(0x133)]||undefined,'details':_0x1e5939[_0xc56e30(0x108)]||undefined};return JSON[_0xc56e30(0x11d)](_0x18543b);}));this[_0x4b3331(0x126)]=a233_0x5f593f['createLogger']({'level':'info','format':_0x205cb3,'transports':[new a233_0x5f593f[(_0x4b3331(0x13d))][(_0x4b3331(0x12b))]({'filename':this[_0x4b3331(0x10e)],'level':'info'})],'silent':![]}),a233_0x5f593f[_0x4b3331(0x119)]({'success':_0x4b3331(0x12d),'error':_0x4b3331(0x10d),'warn':_0x4b3331(0x12c),'info':_0x4b3331(0x138)});}[a233_0x5659e8(0x110)](_0x5500eb){const _0x27483a=a233_0x5659e8;this['logFilePath']=a233_0x43a6d2[_0x27483a(0x13c)](_0x5500eb,_0x27483a(0x116)),this[_0x27483a(0x126)]&&this[_0x27483a(0x126)][_0x27483a(0x12e)](),this[_0x27483a(0x131)]();}[a233_0x5659e8(0x132)](_0x2d8695,_0x209da9,_0x428396){const _0x63edda=a233_0x5659e8;if(!this['logFilePath']||!this[_0x63edda(0x126)])return;this[_0x63edda(0x126)]['info'](_0x209da9,{'command':_0x2d8695,'details':_0x428396});}[a233_0x5659e8(0x125)](_0x4fd456,_0x48794d,_0x428135,_0x510a33){const _0x54ff21=a233_0x5659e8;if(!this[_0x54ff21(0x10e)]||!this['winstonLogger'])return;this[_0x54ff21(0x126)][_0x54ff21(0x11f)](_0x54ff21(0x132),_0x48794d,{'level':_0x54ff21(0x125),'command':_0x4fd456,'duration':_0x428135,'details':_0x510a33});}['error'](_0x4bebf1,_0xd0223c,_0x50a31d){const _0x249a90=a233_0x5659e8;if(!this[_0x249a90(0x10e)]||!this[_0x249a90(0x126)])return;this[_0x249a90(0x126)][_0x249a90(0x115)](_0xd0223c,{'command':_0x4bebf1,'details':_0x50a31d});}['warn'](_0x20ccd9,_0x237452,_0x2b345a){const _0x38b78f=a233_0x5659e8;if(!this[_0x38b78f(0x10e)]||!this[_0x38b78f(0x126)])return;this[_0x38b78f(0x126)][_0x38b78f(0x139)](_0x237452,{'command':_0x20ccd9,'details':_0x2b345a});}async[a233_0x5659e8(0x128)](_0xf0ec7f,_0x5b1dc6,_0x1c1648){const _0x374e82=a233_0x5659e8,_0x56e0d6=Date[_0x374e82(0x121)]();this[_0x374e82(0x132)](_0xf0ec7f,_0x374e82(0x135)+_0x5b1dc6);try{const _0x43b296=await _0x1c1648(),_0x2ac583=Date[_0x374e82(0x121)]()-_0x56e0d6;return this[_0x374e82(0x125)](_0xf0ec7f,_0x374e82(0x123)+_0x5b1dc6,_0x2ac583),_0x43b296;}catch(_0x2d5fb4){const _0x4d662b=Date[_0x374e82(0x121)]()-_0x56e0d6;this['error'](_0xf0ec7f,'失败:\x20'+_0x5b1dc6,{'error':_0x2d5fb4 instanceof Error?_0x2d5fb4[_0x374e82(0x112)]:String(_0x2d5fb4),'duration':_0x4d662b});throw _0x2d5fb4;}}[a233_0x5659e8(0x120)](){const _0x29f283=a233_0x5659e8;try{if(!a233_0x17f6ec[_0x29f283(0x11e)](this[_0x29f283(0x10e)]))return[];const _0x175284=a233_0x17f6ec[_0x29f283(0x11b)](this[_0x29f283(0x10e)],'utf8');return _0x175284['split']('\x0a')[_0x29f283(0x10b)](_0x419eba=>_0x419eba[_0x29f283(0x122)]())['map'](_0x406e1f=>JSON['parse'](_0x406e1f));}catch(_0x5e65e8){return console[_0x29f283(0x139)](_0x29f283(0x118),_0x5e65e8),[];}}[a233_0x5659e8(0x104)](){const _0x4eb162=a233_0x5659e8;try{a233_0x17f6ec[_0x4eb162(0x11e)](this[_0x4eb162(0x10e)])&&a233_0x17f6ec['writeFileSync'](this[_0x4eb162(0x10e)],'',_0x4eb162(0x10c));}catch(_0x4294fd){console[_0x4eb162(0x139)](_0x4eb162(0x10a),_0x4294fd);}}[a233_0x5659e8(0x114)](){return this['winstonLogger'];}}function a233_0x24d6(_0x29696d,_0x25875d){_0x29696d=_0x29696d-0x104;const _0x1ba387=a233_0x1ba3();let _0x24d662=_0x1ba387[_0x29696d];return _0x24d662;}export const logger=new Logger();
@@ -1 +1 @@
1
- function a234_0x5253(_0x5ebcef,_0x11ae76){_0x5ebcef=_0x5ebcef-0x1f4;const _0x215698=a234_0x2156();let _0x525316=_0x215698[_0x5ebcef];return _0x525316;}(function(_0x22b020,_0x1550d8){const _0x7b8cd=a234_0x5253,_0x1fa3d6=_0x22b020();while(!![]){try{const _0x598036=parseInt(_0x7b8cd(0x204))/0x1*(parseInt(_0x7b8cd(0x1fb))/0x2)+-parseInt(_0x7b8cd(0x1f5))/0x3+parseInt(_0x7b8cd(0x1f6))/0x4*(-parseInt(_0x7b8cd(0x203))/0x5)+parseInt(_0x7b8cd(0x1f8))/0x6+-parseInt(_0x7b8cd(0x1fd))/0x7*(parseInt(_0x7b8cd(0x1fa))/0x8)+parseInt(_0x7b8cd(0x1ff))/0x9*(-parseInt(_0x7b8cd(0x1fe))/0xa)+-parseInt(_0x7b8cd(0x200))/0xb*(-parseInt(_0x7b8cd(0x202))/0xc);if(_0x598036===_0x1550d8)break;else _0x1fa3d6['push'](_0x1fa3d6['shift']());}catch(_0x3b36f3){_0x1fa3d6['push'](_0x1fa3d6['shift']());}}}(a234_0x2156,0x6ab0a));import{CliErrors}from'../errors.js';function a234_0x2156(){const _0x4ad32c=['295NRrBZh','13KiNqzF','Invalid\x20JSON\x20for\x20--params:\x20','1890792LeyBrk','48564gmgHZL','isArray','2058072vCQbNR','parse','1042776KvqFMy','36194wvnQLG','object','7nnZQTa','471290egSall','18DmXFZB','5243029ThdlFb','validation','36xHONvT'];a234_0x2156=function(){return _0x4ad32c;};return a234_0x2156();}export function parseJsonParams(_0xc65753){const _0x50ce9e=a234_0x5253;if(!_0xc65753)return undefined;let _0x3e0bd9;try{_0x3e0bd9=JSON[_0x50ce9e(0x1f9)](_0xc65753);}catch{throw CliErrors[_0x50ce9e(0x201)](_0x50ce9e(0x1f4)+_0xc65753);}if(!_0x3e0bd9||typeof _0x3e0bd9!==_0x50ce9e(0x1fc)||Array[_0x50ce9e(0x1f7)](_0x3e0bd9))throw CliErrors[_0x50ce9e(0x201)]('--params\x20must\x20be\x20a\x20JSON\x20object','Example:\x20--params\x20\x27{\x22id\x22:123}\x27');return _0x3e0bd9;}
1
+ function a234_0x51aa(){const _0x20d487=['171978mepQqu','3757270BnuPnf','Invalid\x20JSON\x20for\x20--params:\x20','--params\x20must\x20be\x20a\x20JSON\x20object','validation','2530256McdcVu','639436FRavrI','770806KUpBhS','521028OqtLXE','6lXvEFD','65XwaueN','Example:\x20--params\x20\x27{\x22id\x22:123}\x27','7AVqoQH','isArray','740280CrCrwP'];a234_0x51aa=function(){return _0x20d487;};return a234_0x51aa();}(function(_0x3d0dcf,_0xa53f72){const _0x39f027=a234_0x57fe,_0xb87807=_0x3d0dcf();while(!![]){try{const _0x466669=parseInt(_0x39f027(0xe9))/0x1+-parseInt(_0x39f027(0xe2))/0x2+parseInt(_0x39f027(0xe4))/0x3*(-parseInt(_0x39f027(0xe1))/0x4)+parseInt(_0x39f027(0xe5))/0x5*(parseInt(_0x39f027(0xea))/0x6)+parseInt(_0x39f027(0xe7))/0x7*(parseInt(_0x39f027(0xef))/0x8)+parseInt(_0x39f027(0xe3))/0x9+-parseInt(_0x39f027(0xeb))/0xa;if(_0x466669===_0xa53f72)break;else _0xb87807['push'](_0xb87807['shift']());}catch(_0x145abf){_0xb87807['push'](_0xb87807['shift']());}}}(a234_0x51aa,0x632d1));import{CliErrors}from'../errors.js';function a234_0x57fe(_0x532d2f,_0x535b66){_0x532d2f=_0x532d2f-0xe1;const _0x51aad6=a234_0x51aa();let _0x57fee1=_0x51aad6[_0x532d2f];return _0x57fee1;}export function parseJsonParams(_0x4444f7){const _0x5773e7=a234_0x57fe;if(!_0x4444f7)return undefined;let _0x480e47;try{_0x480e47=JSON['parse'](_0x4444f7);}catch{throw CliErrors[_0x5773e7(0xee)](_0x5773e7(0xec)+_0x4444f7);}if(!_0x480e47||typeof _0x480e47!=='object'||Array[_0x5773e7(0xe8)](_0x480e47))throw CliErrors[_0x5773e7(0xee)](_0x5773e7(0xed),_0x5773e7(0xe6));return _0x480e47;}
@@ -1 +1 @@
1
- function a235_0x16b5(){const _0x438e71=['887rtAVCr','556JbIGPP','2298450DVfNBV','9wBDETC','1836191BiGEPo','60mraODk','60ZGlktf','.cmd','5001jIvUkh','3234620OJHift','platform','win32','769480RawUDC','120005VmqVEf'];a235_0x16b5=function(){return _0x438e71;};return a235_0x16b5();}const a235_0x38b743=a235_0x7d00;function a235_0x7d00(_0xea4940,_0x2ea32d){_0xea4940=_0xea4940-0x143;const _0x16b52f=a235_0x16b5();let _0x7d007e=_0x16b52f[_0xea4940];return _0x7d007e;}(function(_0x4d1e10,_0x1116a6){const _0x2a5e3a=a235_0x7d00,_0x2f92a6=_0x4d1e10();while(!![]){try{const _0x22151d=-parseInt(_0x2a5e3a(0x14e))/0x1*(parseInt(_0x2a5e3a(0x145))/0x2)+parseInt(_0x2a5e3a(0x148))/0x3*(parseInt(_0x2a5e3a(0x14f))/0x4)+parseInt(_0x2a5e3a(0x14d))/0x5*(parseInt(_0x2a5e3a(0x146))/0x6)+-parseInt(_0x2a5e3a(0x144))/0x7+parseInt(_0x2a5e3a(0x14c))/0x8*(parseInt(_0x2a5e3a(0x143))/0x9)+-parseInt(_0x2a5e3a(0x149))/0xa+parseInt(_0x2a5e3a(0x150))/0xb;if(_0x22151d===_0x1116a6)break;else _0x2f92a6['push'](_0x2f92a6['shift']());}catch(_0x4b6e20){_0x2f92a6['push'](_0x2f92a6['shift']());}}}(a235_0x16b5,0x28279));export const isWindows=process[a235_0x38b743(0x14a)]===a235_0x38b743(0x14b);export function resolveNpmBin(_0x21883b){const _0x549ebc=a235_0x38b743;return isWindows?_0x21883b+_0x549ebc(0x147):_0x21883b;}
1
+ const a235_0x430fbe=a235_0x1186;(function(_0x11efed,_0x6e3190){const _0x251fb2=a235_0x1186,_0x3c32dd=_0x11efed();while(!![]){try{const _0x5f36de=-parseInt(_0x251fb2(0x147))/0x1*(-parseInt(_0x251fb2(0x145))/0x2)+-parseInt(_0x251fb2(0x13f))/0x3+parseInt(_0x251fb2(0x141))/0x4*(parseInt(_0x251fb2(0x13d))/0x5)+parseInt(_0x251fb2(0x148))/0x6+parseInt(_0x251fb2(0x142))/0x7*(-parseInt(_0x251fb2(0x146))/0x8)+parseInt(_0x251fb2(0x13c))/0x9*(-parseInt(_0x251fb2(0x13e))/0xa)+-parseInt(_0x251fb2(0x140))/0xb;if(_0x5f36de===_0x6e3190)break;else _0x3c32dd['push'](_0x3c32dd['shift']());}catch(_0x1d14a5){_0x3c32dd['push'](_0x3c32dd['shift']());}}}(a235_0x1350,0x9c26b));export const isWindows=process[a235_0x430fbe(0x143)]===a235_0x430fbe(0x144);function a235_0x1186(_0x50f09b,_0x328298){_0x50f09b=_0x50f09b-0x13c;const _0x1350f9=a235_0x1350();let _0x1186e9=_0x1350f9[_0x50f09b];return _0x1186e9;}export function resolveNpmBin(_0x14e239){return isWindows?_0x14e239+'.cmd':_0x14e239;}function a235_0x1350(){const _0x283b40=['4404125FEwHTl','236FSHpNW','371hKrxpP','platform','win32','2CQLwYY','24152jNyvkE','763706OPoVHv','3030192rznGHq','18ILKXkT','88355DhDYWQ','1939590vZWKPD','2170296gMfQHW'];a235_0x1350=function(){return _0x283b40;};return a235_0x1350();}
@@ -1 +1 @@
1
- (function(_0x3e4c03,_0x459a8a){const _0x1aa182=a236_0x19e0,_0x3041aa=_0x3e4c03();while(!![]){try{const _0x1c2bc9=parseInt(_0x1aa182(0x83))/0x1+parseInt(_0x1aa182(0x88))/0x2+-parseInt(_0x1aa182(0x90))/0x3*(parseInt(_0x1aa182(0x78))/0x4)+parseInt(_0x1aa182(0x7b))/0x5*(-parseInt(_0x1aa182(0x81))/0x6)+-parseInt(_0x1aa182(0x89))/0x7+parseInt(_0x1aa182(0x8b))/0x8*(parseInt(_0x1aa182(0x84))/0x9)+-parseInt(_0x1aa182(0x80))/0xa*(-parseInt(_0x1aa182(0x7c))/0xb);if(_0x1c2bc9===_0x459a8a)break;else _0x3041aa['push'](_0x3041aa['shift']());}catch(_0x298d30){_0x3041aa['push'](_0x3041aa['shift']());}}}(a236_0x1728,0x99a45));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';function a236_0x19e0(_0x5f3848,_0x25f586){_0x5f3848=_0x5f3848-0x78;const _0x172807=a236_0x1728();let _0x19e09d=_0x172807[_0x5f3848];return _0x19e09d;}import{appendUpdateTime}from'../utils/guides-cdn.js';const __filename=fileURLToPath(import.meta.url),__dirname=dirname(__filename);function getRulesCdnUrl(){const _0x1fedd1=a236_0x19e0,_0x3e8979=getTemplateBaseUrl();return _0x3e8979+_0x1fedd1(0x7a);}const LOCAL_TEMPLATE_PATH=resolve(__dirname,'../../templates/rules/lovrabet_rules.mdc.tpl');export async function fetchRulesFromCDN(){const _0x519f53=a236_0x19e0,_0x2d83fd=getRulesCdnUrl(),_0x2f0615=await fetch(_0x2d83fd,{'headers':{'Accept':_0x519f53(0x8d)}});if(!_0x2f0615['ok'])throw new Error(_0x519f53(0x7e)+_0x2f0615[_0x519f53(0x79)]+'\x20'+_0x2f0615[_0x519f53(0x7f)]);const _0x4c035e=await _0x2f0615['json']();if(!_0x4c035e[_0x519f53(0x8a)]||typeof _0x4c035e['content']!==_0x519f53(0x85))throw new Error(_0x519f53(0x8e));return _0x4c035e;}export async function getRulesContent(){const _0x108de1=a236_0x19e0;try{const _0x5a3021=await fetchRulesFromCDN();return _0x5a3021[_0x108de1(0x8a)];}catch{return readLocalTemplate();}}export function readLocalTemplate(){const _0xb7d1f1=a236_0x19e0;if(existsSync(LOCAL_TEMPLATE_PATH))return readFileSync(LOCAL_TEMPLATE_PATH,_0xb7d1f1(0x8f));throw new Error(_0xb7d1f1(0x87)+LOCAL_TEMPLATE_PATH);}function a236_0x1728(){const _0x2994a9=['20750OPhFEk','5502VCopIa','.cursor/rules','821256asGWvm','18oXNkXd','string','lastUpdated','本地模板文件不存在:\x20','1419480hQTcco','4396147jhHpXx','content','2762264jGMlYR','agents.md','application/json','CDN\x20返回数据格式错误','utf-8','2082AKnRHi','2512jviEyr','status','/rules/rules.json','3130ggwblR','242nrHjuY','catch','CDN\x20请求失败:\x20','statusText'];a236_0x1728=function(){return _0x2994a9;};return a236_0x1728();}export async function writeRulesFile(_0x32727b){const _0x4b1edf=a236_0x19e0,_0x342cc1=await fetchRulesFromCDN()[_0x4b1edf(0x7d)](()=>null);let _0x50e138;_0x342cc1?(_0x50e138=_0x342cc1[_0x4b1edf(0x8a)],_0x342cc1[_0x4b1edf(0x86)]&&(_0x50e138=appendUpdateTime(_0x50e138,_0x342cc1['lastUpdated']))):_0x50e138=readLocalTemplate();const _0x2aab78=dirname(_0x32727b);!existsSync(_0x2aab78)&&mkdirSync(_0x2aab78,{'recursive':!![]}),writeFileSync(_0x32727b,_0x50e138,_0x4b1edf(0x8f));}export async function copyRulesToCursor(_0x506b2b){const _0x29a381=a236_0x19e0,_0xb652ef=join(_0x506b2b,_0x29a381(0x82)),_0x5b503e=join(_0xb652ef,'lovrabet_rules.mdc');if(existsSync(_0x5b503e))return![];return await writeRulesFile(_0x5b503e),!![];}export async function copyRulesToAgentsMd(_0x1068ec){const _0x2b8d17=a236_0x19e0,_0x3c44d3=join(_0x1068ec,_0x2b8d17(0x8c));if(existsSync(_0x3c44d3))return![];return await writeRulesFile(_0x3c44d3),!![];}
1
+ function a236_0x43c4(_0x445056,_0x2a3816){_0x445056=_0x445056-0x119;const _0x410e5c=a236_0x410e();let _0x43c4ed=_0x410e5c[_0x445056];return _0x43c4ed;}(function(_0x35f400,_0x592efa){const _0x5c5268=a236_0x43c4,_0x2c0099=_0x35f400();while(!![]){try{const _0x51b4f9=-parseInt(_0x5c5268(0x12a))/0x1*(-parseInt(_0x5c5268(0x12b))/0x2)+-parseInt(_0x5c5268(0x121))/0x3*(-parseInt(_0x5c5268(0x12e))/0x4)+-parseInt(_0x5c5268(0x125))/0x5*(-parseInt(_0x5c5268(0x11f))/0x6)+parseInt(_0x5c5268(0x126))/0x7+parseInt(_0x5c5268(0x129))/0x8*(-parseInt(_0x5c5268(0x122))/0x9)+-parseInt(_0x5c5268(0x12c))/0xa+parseInt(_0x5c5268(0x119))/0xb*(-parseInt(_0x5c5268(0x124))/0xc);if(_0x51b4f9===_0x592efa)break;else _0x2c0099['push'](_0x2c0099['shift']());}catch(_0x1dfe2b){_0x2c0099['push'](_0x2c0099['shift']());}}}(a236_0x410e,0x50ce8));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 _0x37f32d=a236_0x43c4,_0x518aae=getTemplateBaseUrl();return _0x518aae+_0x37f32d(0x123);}const LOCAL_TEMPLATE_PATH=resolve(__dirname,'../../templates/rules/lovrabet_rules.mdc.tpl');export async function fetchRulesFromCDN(){const _0x4e9fb3=a236_0x43c4,_0x3b03da=getRulesCdnUrl(),_0x28cfe7=await fetch(_0x3b03da,{'headers':{'Accept':_0x4e9fb3(0x120)}});if(!_0x28cfe7['ok'])throw new Error(_0x4e9fb3(0x11b)+_0x28cfe7['status']+'\x20'+_0x28cfe7['statusText']);const _0x23ebe8=await _0x28cfe7[_0x4e9fb3(0x11c)]();if(!_0x23ebe8['content']||typeof _0x23ebe8[_0x4e9fb3(0x128)]!=='string')throw new Error('CDN\x20返回数据格式错误');return _0x23ebe8;}export async function getRulesContent(){const _0x1f8a87=a236_0x43c4;try{const _0x1a2a80=await fetchRulesFromCDN();return _0x1a2a80[_0x1f8a87(0x128)];}catch{return readLocalTemplate();}}function a236_0x410e(){const _0x5215c6=['558845WdEEhB','utf-8','content','352232IJaLSg','563887ueVovB','2TJcJMP','3441590JAkOFY','本地模板文件不存在:\x20','4WOlcPf','11oWrAQV','catch','CDN\x20请求失败:\x20','json','.cursor/rules','lastUpdated','2355498SgSUsE','application/json','1487979jlcLdh','126OuyMRI','/rules/rules.json','2888988QIITSO','5zrDxts'];a236_0x410e=function(){return _0x5215c6;};return a236_0x410e();}export function readLocalTemplate(){const _0x1b4a2e=a236_0x43c4;if(existsSync(LOCAL_TEMPLATE_PATH))return readFileSync(LOCAL_TEMPLATE_PATH,_0x1b4a2e(0x127));throw new Error(_0x1b4a2e(0x12d)+LOCAL_TEMPLATE_PATH);}export async function writeRulesFile(_0xb595f1){const _0x54a3bb=a236_0x43c4,_0x2d03b3=await fetchRulesFromCDN()[_0x54a3bb(0x11a)](()=>null);let _0x48657f;_0x2d03b3?(_0x48657f=_0x2d03b3[_0x54a3bb(0x128)],_0x2d03b3[_0x54a3bb(0x11e)]&&(_0x48657f=appendUpdateTime(_0x48657f,_0x2d03b3[_0x54a3bb(0x11e)]))):_0x48657f=readLocalTemplate();const _0x2595d7=dirname(_0xb595f1);!existsSync(_0x2595d7)&&mkdirSync(_0x2595d7,{'recursive':!![]}),writeFileSync(_0xb595f1,_0x48657f,_0x54a3bb(0x127));}export async function copyRulesToCursor(_0x18f0ee){const _0x4c8073=a236_0x43c4,_0x443ebf=join(_0x18f0ee,_0x4c8073(0x11d)),_0x3866b3=join(_0x443ebf,'lovrabet_rules.mdc');if(existsSync(_0x3866b3))return![];return await writeRulesFile(_0x3866b3),!![];}export async function copyRulesToAgentsMd(_0x33ee48){const _0x23a155=join(_0x33ee48,'agents.md');if(existsSync(_0x23a155))return![];return await writeRulesFile(_0x23a155),!![];}
@@ -1 +1 @@
1
- export function sleep(_0x11cbb1){return new Promise(_0x5327a7=>setTimeout(_0x5327a7,_0x11cbb1));}
1
+ export function sleep(_0x4fac89){return new Promise(_0x54cc8d=>setTimeout(_0x54cc8d,_0x4fac89));}
@@ -1 +1 @@
1
- function a238_0x10fa(_0x1e536f,_0x5b4cbe){_0x1e536f=_0x1e536f-0x1b2;const _0x453330=a238_0x4533();let _0x10fad3=_0x453330[_0x1e536f];return _0x10fad3;}function a238_0x4533(){const _0x270883=['charAt','split','info','processDirectory','tableName','pop','565376TiocNc','1199MwrxfH','toISOString','utf8','3624488IXsCHO','pad','244382WTDzgG','readFile','error','toComponentName','getHours','5abaYQS','processTemplate','YourModel','178qnINqk','extname','getFullYear','.css','开始处理模板内容替换','name','push','promises','template','getMinutes','endsWith','toLowerCase','getMonth','slice','.scss','alias','20031isULBS','replaceApiContent','now','datasetCode','\x0a\x20\x20\x20\x20{\x20','map','success','copyFile','replace','join','replaceContent','mkdir','2323348iHevkk','processFile','152010cJfvuX','.tsx','padStart','.js','alias:\x20\x22','3722016oQWpnP','.tpl','writeFile','includes','9SwHPoc','default','toDisplayTitle','api','formatLocalTimestamp'];a238_0x4533=function(){return _0x270883;};return a238_0x4533();}const a238_0x39a3ab=a238_0x10fa;(function(_0x1b1bc3,_0x233186){const _0x5191ef=a238_0x10fa,_0x4c93fd=_0x1b1bc3();while(!![]){try{const _0x36bee4=parseInt(_0x5191ef(0x1e9))/0x1+parseInt(_0x5191ef(0x1f1))/0x2*(-parseInt(_0x5191ef(0x1c1))/0x3)+-parseInt(_0x5191ef(0x1cd))/0x4+parseInt(_0x5191ef(0x1ee))/0x5*(-parseInt(_0x5191ef(0x1d4))/0x6)+parseInt(_0x5191ef(0x1e7))/0x7+-parseInt(_0x5191ef(0x1e3))/0x8*(parseInt(_0x5191ef(0x1d8))/0x9)+parseInt(_0x5191ef(0x1cf))/0xa*(parseInt(_0x5191ef(0x1e4))/0xb);if(_0x36bee4===_0x233186)break;else _0x4c93fd['push'](_0x4c93fd['shift']());}catch(_0x3ed43b){_0x4c93fd['push'](_0x4c93fd['shift']());}}}(a238_0x4533,0x87011));import a238_0x5d9836 from'node:fs';import a238_0x26f19a from'node:path';import{logger}from'../utils/logger.js';import{getCliVersion}from'../utils/version.js';const CLI_VERSION=getCliVersion();export class TemplateReplacer{static[a238_0x39a3ab(0x1e8)](_0x2a0405){const _0x1dff73=a238_0x39a3ab;return String(_0x2a0405)[_0x1dff73(0x1d1)](0x2,'0');}static['formatLocalTimestamp'](_0x51430a){const _0x289a17=a238_0x39a3ab,_0x55eb20=_0x51430a[_0x289a17(0x1b3)](),_0x3f0f4e=this[_0x289a17(0x1e8)](_0x51430a[_0x289a17(0x1bd)]()+0x1),_0x1f1e56=this['pad'](_0x51430a['getDate']()),_0x55ee21=this[_0x289a17(0x1e8)](_0x51430a[_0x289a17(0x1ed)]()),_0xcb81e7=this[_0x289a17(0x1e8)](_0x51430a[_0x289a17(0x1ba)]()),_0x40a44d=this[_0x289a17(0x1e8)](_0x51430a['getSeconds']());return{'createdAt':_0x55eb20+'-'+_0x3f0f4e+'-'+_0x1f1e56+'\x20'+_0x55ee21+':'+_0xcb81e7+':'+_0x40a44d,'createdDate':_0x55eb20+'-'+_0x3f0f4e+'-'+_0x1f1e56,'createdTime':_0x55ee21+':'+_0xcb81e7+':'+_0x40a44d};}static[a238_0x39a3ab(0x1ec)](_0x5353da){const _0x1e841b=a238_0x39a3ab,_0x24741f=_0x5353da[_0x1e841b(0x1de)]('/')[_0x1e841b(0x1e2)]()||_0x5353da;return _0x24741f[_0x1e841b(0x1de)]('-')[_0x1e841b(0x1c6)](_0x31b02c=>_0x31b02c[_0x1e841b(0x1dd)](0x0)['toUpperCase']()+_0x31b02c[_0x1e841b(0x1be)](0x1)[_0x1e841b(0x1bc)]())[_0x1e841b(0x1ca)]('');}static[a238_0x39a3ab(0x1da)](_0x564cc8){const _0x12b377=a238_0x39a3ab,_0x3854eb=_0x564cc8[_0x12b377(0x1de)]('/')[_0x12b377(0x1e2)]()||_0x564cc8;return _0x3854eb[_0x12b377(0x1de)]('-')[_0x12b377(0x1c6)](_0x19b10f=>_0x19b10f[_0x12b377(0x1dd)](0x0)['toUpperCase']()+_0x19b10f[_0x12b377(0x1be)](0x1)[_0x12b377(0x1bc)]())[_0x12b377(0x1ca)]('\x20');}static['replaceContent'](_0x1ceb8e,_0x35acdf,_0x53a363){const _0x560297=a238_0x39a3ab,_0x1233d6=this[_0x560297(0x1ec)](_0x35acdf),_0x4ad1f7=this[_0x560297(0x1da)](_0x35acdf),{createdAt:_0x17e544,createdDate:_0x2eb11c,createdTime:_0x505bf5}=this[_0x560297(0x1dc)](new Date());let _0x336473=_0x1ceb8e[_0x560297(0x1c9)](/\{CliVersion\}/g,CLI_VERSION)[_0x560297(0x1c9)](/\{ComponentName\}/g,_0x1233d6)[_0x560297(0x1c9)](/\{DisplayTitle\}/g,_0x4ad1f7)[_0x560297(0x1c9)](/\{PageName\}/g,_0x35acdf)[_0x560297(0x1c9)](/\{TemplateName\}/g,_0x53a363)[_0x560297(0x1c9)](/\{CreatedAt\}/g,_0x17e544)[_0x560297(0x1c9)](/\{CreatedDate\}/g,_0x2eb11c)['replace'](/\{CreatedTime\}/g,_0x505bf5);return _0x336473;}static[a238_0x39a3ab(0x1c2)](_0x5c06a7,_0x59100d,_0x58a23a,_0x22f8b7,_0xe06725,_0x19fb53,_0x771a10,_0x494436){const _0xb063ec=a238_0x39a3ab,_0x369d15=new Date(),_0x4af882=_0x369d15[_0xb063ec(0x1e5)](),_0x273d99=_0x58a23a['map'](_0x57ad94=>{const _0x3a0f2e=_0xb063ec,_0x1db580=['datasetCode:\x20\x22'+_0x57ad94[_0x3a0f2e(0x1c4)]+'\x22','tableName:\x20\x22'+_0x57ad94[_0x3a0f2e(0x1e1)]+'\x22','name:\x20\x22'+_0x57ad94[_0x3a0f2e(0x1b6)]+'\x22'];return _0x57ad94[_0x3a0f2e(0x1c0)]&&_0x1db580[_0x3a0f2e(0x1b7)](_0x3a0f2e(0x1d3)+_0x57ad94[_0x3a0f2e(0x1c0)]+'\x22'),_0x3a0f2e(0x1c5)+_0x1db580[_0x3a0f2e(0x1ca)](',\x20')+'\x20},';})[_0xb063ec(0x1ca)](''),_0x3775e7=_0x22f8b7||_0x58a23a[0x0]?.[_0xb063ec(0x1c0)]||_0xb063ec(0x1f0);let _0x1441a8=_0x5c06a7['replace'](/\{AppCode\}/g,_0x59100d)[_0xb063ec(0x1c9)](/\{ModelConfigs\}/g,_0x273d99)[_0xb063ec(0x1c9)](/\{ExampleModelName\}/g,_0x3775e7)['replace'](/\{ApiFileName\}/g,_0xe06725||_0xb063ec(0x1db))['replace'](/\{ConfigName\}/g,_0x19fb53||_0xb063ec(0x1d9))[_0xb063ec(0x1c9)](/\{ClientConfigParam\}/g,_0x771a10||'')[_0xb063ec(0x1c9)](/\{VarPrefix\}/g,_0x494436||'LOVRABET')[_0xb063ec(0x1c9)](/\{CreatedAt\}/g,_0x4af882);return _0x1441a8;}static async[a238_0x39a3ab(0x1ef)](_0x3fa02c,_0x4ea3e9,_0x70aa9e,_0x1ca609,_0x44b118=!![]){const _0x1f57ad=a238_0x39a3ab,_0x2507e2=Date[_0x1f57ad(0x1c3)]();try{_0x44b118&&logger[_0x1f57ad(0x1df)]('template',_0x1f57ad(0x1b5),{'templatePath':_0x3fa02c,'targetPath':_0x4ea3e9,'pageName':_0x70aa9e,'templateName':_0x1ca609});await a238_0x5d9836[_0x1f57ad(0x1b8)][_0x1f57ad(0x1cc)](_0x4ea3e9,{'recursive':!![]}),await this[_0x1f57ad(0x1e0)](_0x3fa02c,_0x4ea3e9,_0x70aa9e,_0x1ca609);if(_0x44b118){const _0x2e7c33=Date[_0x1f57ad(0x1c3)]()-_0x2507e2;logger[_0x1f57ad(0x1c7)](_0x1f57ad(0x1b9),'模板内容替换完成',_0x2e7c33,{'pageName':_0x70aa9e,'templateName':_0x1ca609});}}catch(_0x41bdfc){if(_0x44b118){const _0x31639f=Date[_0x1f57ad(0x1c3)]()-_0x2507e2;logger[_0x1f57ad(0x1eb)](_0x1f57ad(0x1b9),'模板内容替换失败',{'templatePath':_0x3fa02c,'targetPath':_0x4ea3e9,'pageName':_0x70aa9e,'templateName':_0x1ca609,'error':_0x41bdfc instanceof Error?_0x41bdfc['message']:String(_0x41bdfc),'duration':_0x31639f});}throw _0x41bdfc;}}static async['processDirectory'](_0x5e1153,_0x23299f,_0x4ebd80,_0x438837){const _0x1e89d1=a238_0x39a3ab,_0x39c4f2=await a238_0x5d9836['promises']['readdir'](_0x5e1153,{'withFileTypes':!![]});for(const _0x4d2619 of _0x39c4f2){const _0x380623=a238_0x26f19a[_0x1e89d1(0x1ca)](_0x5e1153,_0x4d2619['name']);let _0x3eba36=a238_0x26f19a[_0x1e89d1(0x1ca)](_0x23299f,_0x4d2619[_0x1e89d1(0x1b6)]);_0x4d2619[_0x1e89d1(0x1b6)][_0x1e89d1(0x1bb)](_0x1e89d1(0x1d5))&&(_0x3eba36=a238_0x26f19a['join'](_0x23299f,_0x4d2619[_0x1e89d1(0x1b6)]['replace'](/\.tpl$/,'')));if(_0x4d2619['isDirectory']())await a238_0x5d9836[_0x1e89d1(0x1b8)][_0x1e89d1(0x1cc)](_0x3eba36,{'recursive':!![]}),await this[_0x1e89d1(0x1e0)](_0x380623,_0x3eba36,_0x4ebd80,_0x438837);else _0x4d2619['isFile']()&&await this[_0x1e89d1(0x1ce)](_0x380623,_0x3eba36,_0x4ebd80,_0x438837);}}static async[a238_0x39a3ab(0x1ce)](_0x90776,_0x648101,_0x1702fb,_0x685532){const _0xf89d29=a238_0x39a3ab,_0x253941=a238_0x26f19a[_0xf89d29(0x1b2)](_0x90776)['toLowerCase']();_0x90776[_0xf89d29(0x1bb)](_0xf89d29(0x1d5))&&(_0x648101=_0x648101[_0xf89d29(0x1c9)](/\.tpl$/,''));const _0x8fe595=[_0xf89d29(0x1d0),'.ts','.jsx',_0xf89d29(0x1d2),'.json','.md',_0xf89d29(0x1b4),_0xf89d29(0x1bf),'.tpl'];if(_0x8fe595[_0xf89d29(0x1d7)](_0x253941)||_0x90776[_0xf89d29(0x1bb)](_0xf89d29(0x1d5))){const _0x3dfc40=await a238_0x5d9836[_0xf89d29(0x1b8)][_0xf89d29(0x1ea)](_0x90776,'utf8'),_0x14c532=this[_0xf89d29(0x1cb)](_0x3dfc40,_0x1702fb,_0x685532);await a238_0x5d9836[_0xf89d29(0x1b8)][_0xf89d29(0x1d6)](_0x648101,_0x14c532,_0xf89d29(0x1e6));}else await a238_0x5d9836['promises'][_0xf89d29(0x1c8)](_0x90776,_0x648101);}}
1
+ function a238_0x3b64(){const _0x8497c7=['5VXPMmD','mkdir','\x20},','includes','getDate','copyFile','.scss','1186480zCRyiM','.css','writeFile','endsWith','now','datasetCode','pad','isDirectory','YourModel','.tpl','processFile','alias','getMonth','366795hJSggB','replaceContent','isFile','4351000FGqlKF','toUpperCase','.json','replace','extname','toComponentName','模板内容替换完成','LOVRABET','name:\x20\x22','charAt','template','processDirectory','success','tableName:\x20\x22','10495152GaQEnM','457284JhLhLy','getHours','error','toLowerCase','238867ErCWDP','getFullYear','getSeconds','alias:\x20\x22','padStart','name','114tpiIRU','promises','datasetCode:\x20\x22','push','slice','\x0a\x20\x20\x20\x20{\x20','processTemplate','formatLocalTimestamp','.md','.jsx','开始处理模板内容替换','模板内容替换失败','join','getMinutes','pop','utf8','221669jsGySb','message','split','readFile','map'];a238_0x3b64=function(){return _0x8497c7;};return a238_0x3b64();}const a238_0x4d2be6=a238_0x5074;(function(_0x5945ab,_0x58925f){const _0x251399=a238_0x5074,_0x315a1f=_0x5945ab();while(!![]){try{const _0x1b52a8=parseInt(_0x251399(0xd1))/0x1+-parseInt(_0x251399(0xf3))/0x2+-parseInt(_0x251399(0x100))/0x3+parseInt(_0x251399(0xcd))/0x4*(-parseInt(_0x251399(0xec))/0x5)+parseInt(_0x251399(0xd7))/0x6*(-parseInt(_0x251399(0xe7))/0x7)+parseInt(_0x251399(0x103))/0x8+parseInt(_0x251399(0xcc))/0x9;if(_0x1b52a8===_0x58925f)break;else _0x315a1f['push'](_0x315a1f['shift']());}catch(_0x1518b7){_0x315a1f['push'](_0x315a1f['shift']());}}}(a238_0x3b64,0x7e4fb));import a238_0x15c935 from'node:fs';import a238_0x2672f8 from'node:path';import{logger}from'../utils/logger.js';import{getCliVersion}from'../utils/version.js';function a238_0x5074(_0x4462da,_0x3142c9){_0x4462da=_0x4462da-0xc9;const _0x3b6465=a238_0x3b64();let _0x5074ff=_0x3b6465[_0x4462da];return _0x5074ff;}const CLI_VERSION=getCliVersion();export class TemplateReplacer{static[a238_0x4d2be6(0xf9)](_0x2e671f){const _0x8b7675=a238_0x4d2be6;return String(_0x2e671f)[_0x8b7675(0xd5)](0x2,'0');}static[a238_0x4d2be6(0xde)](_0x2ecddc){const _0x4ed5f4=a238_0x4d2be6,_0xeb8fe6=_0x2ecddc[_0x4ed5f4(0xd2)](),_0x5c0201=this[_0x4ed5f4(0xf9)](_0x2ecddc[_0x4ed5f4(0xff)]()+0x1),_0x2ce30b=this[_0x4ed5f4(0xf9)](_0x2ecddc[_0x4ed5f4(0xf0)]()),_0x29cfeb=this['pad'](_0x2ecddc[_0x4ed5f4(0xce)]()),_0x5a5d15=this[_0x4ed5f4(0xf9)](_0x2ecddc[_0x4ed5f4(0xe4)]()),_0x36176e=this['pad'](_0x2ecddc[_0x4ed5f4(0xd3)]());return{'createdAt':_0xeb8fe6+'-'+_0x5c0201+'-'+_0x2ce30b+'\x20'+_0x29cfeb+':'+_0x5a5d15+':'+_0x36176e,'createdDate':_0xeb8fe6+'-'+_0x5c0201+'-'+_0x2ce30b,'createdTime':_0x29cfeb+':'+_0x5a5d15+':'+_0x36176e};}static[a238_0x4d2be6(0x108)](_0x102c1d){const _0x8af272=a238_0x4d2be6,_0x3dacc8=_0x102c1d['split']('/')['pop']()||_0x102c1d;return _0x3dacc8[_0x8af272(0xe9)]('-')[_0x8af272(0xeb)](_0x2f13f6=>_0x2f13f6[_0x8af272(0x10c)](0x0)['toUpperCase']()+_0x2f13f6[_0x8af272(0xdb)](0x1)[_0x8af272(0xd0)]())['join']('');}static['toDisplayTitle'](_0x1f64bf){const _0x1cd715=a238_0x4d2be6,_0x5d9a38=_0x1f64bf[_0x1cd715(0xe9)]('/')[_0x1cd715(0xe5)]()||_0x1f64bf;return _0x5d9a38[_0x1cd715(0xe9)]('-')[_0x1cd715(0xeb)](_0x57939c=>_0x57939c[_0x1cd715(0x10c)](0x0)[_0x1cd715(0x104)]()+_0x57939c[_0x1cd715(0xdb)](0x1)[_0x1cd715(0xd0)]())[_0x1cd715(0xe3)]('\x20');}static[a238_0x4d2be6(0x101)](_0x51aed9,_0x121f61,_0x19bb9b){const _0x139c66=a238_0x4d2be6,_0x3b2e1e=this[_0x139c66(0x108)](_0x121f61),_0x391d7c=this['toDisplayTitle'](_0x121f61),{createdAt:_0x42d118,createdDate:_0x586631,createdTime:_0x1fc579}=this[_0x139c66(0xde)](new Date());let _0x3bfd5f=_0x51aed9[_0x139c66(0x106)](/\{CliVersion\}/g,CLI_VERSION)[_0x139c66(0x106)](/\{ComponentName\}/g,_0x3b2e1e)[_0x139c66(0x106)](/\{DisplayTitle\}/g,_0x391d7c)[_0x139c66(0x106)](/\{PageName\}/g,_0x121f61)[_0x139c66(0x106)](/\{TemplateName\}/g,_0x19bb9b)[_0x139c66(0x106)](/\{CreatedAt\}/g,_0x42d118)[_0x139c66(0x106)](/\{CreatedDate\}/g,_0x586631)['replace'](/\{CreatedTime\}/g,_0x1fc579);return _0x3bfd5f;}static['replaceApiContent'](_0xfaa695,_0x3a5377,_0x1dba5d,_0x5e1cad,_0x335b78,_0xb03aff,_0x44921e,_0xd33b3){const _0x2bef48=a238_0x4d2be6,_0x43600f=new Date(),_0xce4437=_0x43600f['toISOString'](),_0x57a6fd=_0x1dba5d[_0x2bef48(0xeb)](_0x5bac55=>{const _0x289cbd=_0x2bef48,_0x1259d4=[_0x289cbd(0xd9)+_0x5bac55[_0x289cbd(0xf8)]+'\x22',_0x289cbd(0xcb)+_0x5bac55['tableName']+'\x22',_0x289cbd(0x10b)+_0x5bac55[_0x289cbd(0xd6)]+'\x22'];return _0x5bac55[_0x289cbd(0xfe)]&&_0x1259d4[_0x289cbd(0xda)](_0x289cbd(0xd4)+_0x5bac55[_0x289cbd(0xfe)]+'\x22'),_0x289cbd(0xdc)+_0x1259d4[_0x289cbd(0xe3)](',\x20')+_0x289cbd(0xee);})[_0x2bef48(0xe3)](''),_0x2a018c=_0x5e1cad||_0x1dba5d[0x0]?.[_0x2bef48(0xfe)]||_0x2bef48(0xfb);let _0x58717b=_0xfaa695[_0x2bef48(0x106)](/\{AppCode\}/g,_0x3a5377)[_0x2bef48(0x106)](/\{ModelConfigs\}/g,_0x57a6fd)[_0x2bef48(0x106)](/\{ExampleModelName\}/g,_0x2a018c)[_0x2bef48(0x106)](/\{ApiFileName\}/g,_0x335b78||'api')[_0x2bef48(0x106)](/\{ConfigName\}/g,_0xb03aff||'default')[_0x2bef48(0x106)](/\{ClientConfigParam\}/g,_0x44921e||'')['replace'](/\{VarPrefix\}/g,_0xd33b3||_0x2bef48(0x10a))['replace'](/\{CreatedAt\}/g,_0xce4437);return _0x58717b;}static async[a238_0x4d2be6(0xdd)](_0x13fc43,_0x47f3eb,_0x4b2ae4,_0x408452,_0x108cd5=!![]){const _0x4da376=a238_0x4d2be6,_0x4af45a=Date[_0x4da376(0xf7)]();try{_0x108cd5&&logger['info'](_0x4da376(0x10d),_0x4da376(0xe1),{'templatePath':_0x13fc43,'targetPath':_0x47f3eb,'pageName':_0x4b2ae4,'templateName':_0x408452});await a238_0x15c935[_0x4da376(0xd8)]['mkdir'](_0x47f3eb,{'recursive':!![]}),await this[_0x4da376(0xc9)](_0x13fc43,_0x47f3eb,_0x4b2ae4,_0x408452);if(_0x108cd5){const _0x14a16a=Date['now']()-_0x4af45a;logger[_0x4da376(0xca)](_0x4da376(0x10d),_0x4da376(0x109),_0x14a16a,{'pageName':_0x4b2ae4,'templateName':_0x408452});}}catch(_0x9cfe71){if(_0x108cd5){const _0x3b1339=Date[_0x4da376(0xf7)]()-_0x4af45a;logger[_0x4da376(0xcf)]('template',_0x4da376(0xe2),{'templatePath':_0x13fc43,'targetPath':_0x47f3eb,'pageName':_0x4b2ae4,'templateName':_0x408452,'error':_0x9cfe71 instanceof Error?_0x9cfe71[_0x4da376(0xe8)]:String(_0x9cfe71),'duration':_0x3b1339});}throw _0x9cfe71;}}static async[a238_0x4d2be6(0xc9)](_0x3e1119,_0x791016,_0x3a1b4d,_0x1f1eb3){const _0x56057d=a238_0x4d2be6,_0x55cb0b=await a238_0x15c935['promises']['readdir'](_0x3e1119,{'withFileTypes':!![]});for(const _0x566890 of _0x55cb0b){const _0x52f611=a238_0x2672f8[_0x56057d(0xe3)](_0x3e1119,_0x566890[_0x56057d(0xd6)]);let _0x4154f5=a238_0x2672f8[_0x56057d(0xe3)](_0x791016,_0x566890['name']);_0x566890['name']['endsWith'](_0x56057d(0xfc))&&(_0x4154f5=a238_0x2672f8[_0x56057d(0xe3)](_0x791016,_0x566890['name'][_0x56057d(0x106)](/\.tpl$/,'')));if(_0x566890[_0x56057d(0xfa)]())await a238_0x15c935[_0x56057d(0xd8)][_0x56057d(0xed)](_0x4154f5,{'recursive':!![]}),await this[_0x56057d(0xc9)](_0x52f611,_0x4154f5,_0x3a1b4d,_0x1f1eb3);else _0x566890[_0x56057d(0x102)]()&&await this['processFile'](_0x52f611,_0x4154f5,_0x3a1b4d,_0x1f1eb3);}}static async[a238_0x4d2be6(0xfd)](_0x3f32df,_0x15453c,_0x459f5b,_0x3a5245){const _0x29d87a=a238_0x4d2be6,_0x484ca1=a238_0x2672f8[_0x29d87a(0x107)](_0x3f32df)['toLowerCase']();_0x3f32df[_0x29d87a(0xf6)](_0x29d87a(0xfc))&&(_0x15453c=_0x15453c[_0x29d87a(0x106)](/\.tpl$/,''));const _0x11114c=['.tsx','.ts',_0x29d87a(0xe0),'.js',_0x29d87a(0x105),_0x29d87a(0xdf),_0x29d87a(0xf4),_0x29d87a(0xf2),_0x29d87a(0xfc)];if(_0x11114c[_0x29d87a(0xef)](_0x484ca1)||_0x3f32df['endsWith'](_0x29d87a(0xfc))){const _0x2b21ab=await a238_0x15c935[_0x29d87a(0xd8)][_0x29d87a(0xea)](_0x3f32df,_0x29d87a(0xe6)),_0x359ee7=this[_0x29d87a(0x101)](_0x2b21ab,_0x459f5b,_0x3a5245);await a238_0x15c935['promises'][_0x29d87a(0xf5)](_0x15453c,_0x359ee7,_0x29d87a(0xe6));}else await a238_0x15c935['promises'][_0x29d87a(0xf1)](_0x3f32df,_0x15453c);}}
@@ -1 +1 @@
1
- (function(_0x2687f9,_0xbdac57){const _0x5ec56e=a239_0x5da2,_0x7521d9=_0x2687f9();while(!![]){try{const _0xb049e9=-parseInt(_0x5ec56e(0x69))/0x1+parseInt(_0x5ec56e(0x6f))/0x2+-parseInt(_0x5ec56e(0x7c))/0x3+parseInt(_0x5ec56e(0x7a))/0x4+parseInt(_0x5ec56e(0x6c))/0x5*(-parseInt(_0x5ec56e(0x73))/0x6)+parseInt(_0x5ec56e(0x6d))/0x7+parseInt(_0x5ec56e(0x74))/0x8;if(_0xb049e9===_0xbdac57)break;else _0x7521d9['push'](_0x7521d9['shift']());}catch(_0x4aff4c){_0x7521d9['push'](_0x7521d9['shift']());}}}(a239_0x2828,0xe4e7d));import{mkdir,readFile,writeFile}from'node:fs/promises';import{homedir}from'node:os';import{dirname,join}from'node:path';import a239_0x3353f9 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 _0x1c316e=a239_0x5da2,_0x57ce90=process.env.RABETBASE_NO_UPDATE_NOTICE?.[_0x1c316e(0x7d)]()['toLowerCase']();return _0x57ce90==='1'||_0x57ce90===_0x1c316e(0x76)||_0x57ce90===_0x1c316e(0x7e);}function cacheRoot(){const _0x4844c3=a239_0x5da2;return process.env.XDG_CACHE_HOME||process.env.LOCALAPPDATA||join(homedir(),_0x4844c3(0x6e));}export function getUpdateNoticeCachePath(){const _0x2d37ec=a239_0x5da2;return join(cacheRoot(),_0x2d37ec(0x77),'update-check.json');}async function readUpdateNoticeCache(){const _0x1716a3=a239_0x5da2;try{const _0x456b0a=await readFile(getUpdateNoticeCachePath(),_0x1716a3(0x70)),_0x5cad84=JSON['parse'](_0x456b0a);if(!_0x5cad84||typeof _0x5cad84!==_0x1716a3(0x71))return{};return _0x5cad84;}catch{return{};}}async function writeUpdateNoticeCache(_0x57ff65){const _0x8ff577=a239_0x5da2;try{const _0x1dca74=getUpdateNoticeCachePath();await mkdir(dirname(_0x1dca74),{'recursive':!![]}),await writeFile(_0x1dca74,JSON[_0x8ff577(0x75)](_0x57ff65,null,0x2)+'\x0a',_0x8ff577(0x70));}catch{}}function isFreshCheck(_0x343226,_0x39a2e1){const _0x3251b8=a239_0x5da2;return typeof _0x343226[_0x3251b8(0x7b)]===_0x3251b8(0x6b)&&_0x39a2e1-_0x343226[_0x3251b8(0x7b)]<UPDATE_CHECK_TTL_MS;}function a239_0x5da2(_0x4a52d3,_0x25a4a7){_0x4a52d3=_0x4a52d3-0x66;const _0x2828c1=a239_0x2828();let _0x5da235=_0x2828c1[_0x4a52d3];return _0x5da235;}function isRecentlyNotified(_0x4f65e5,_0x19244b,_0xde9cdd){const _0xe5024d=a239_0x5da2;return _0x4f65e5[_0xe5024d(0x68)]===_0x19244b&&typeof _0x4f65e5[_0xe5024d(0x80)]===_0xe5024d(0x6b)&&_0xde9cdd-_0x4f65e5[_0xe5024d(0x80)]<UPDATE_NOTICE_TTL_MS;}export function buildNpmVersionUrl(_0x845e9e){const _0x2a7770=a239_0x5da2;return'https://www.npmjs.com/package/'+NPM_PACKAGE_NAME+_0x2a7770(0x79)+_0x845e9e;}export async function resolveLatestUpdateNotice(){const _0x54609f=a239_0x5da2;if(isUpdateNoticeDisabled())return null;try{const _0x956dbe=Date[_0x54609f(0x67)](),_0xdca2ec=getCliVersion(),_0x3c3df8=await readUpdateNoticeCache();let _0x53ce21=isFreshCheck(_0x3c3df8,_0x956dbe)?_0x3c3df8[_0x54609f(0x66)]?.[_0x54609f(0x7d)]():undefined;if(!_0x53ce21&&!isFreshCheck(_0x3c3df8,_0x956dbe)){const _0x5d2d4e=await getCliVersionPolicy();_0x53ce21=_0x5d2d4e?.['stableVersion']?.[_0x54609f(0x7d)]()||undefined,await writeUpdateNoticeCache({..._0x3c3df8,'checkedAt':_0x956dbe,'latest':_0x53ce21,'failed':!_0x53ce21});}if(!_0x53ce21||!a239_0x3353f9[_0x54609f(0x6a)](_0xdca2ec)||!a239_0x3353f9[_0x54609f(0x6a)](_0x53ce21))return null;if(a239_0x3353f9[_0x54609f(0x72)](_0xdca2ec,_0x53ce21))return null;if(isRecentlyNotified(_0x3c3df8,_0x53ce21,_0x956dbe))return null;const _0x26ebba=CLI_BIN_NAME+_0x54609f(0x78);return await writeUpdateNoticeCache({..._0x3c3df8,'checkedAt':isFreshCheck(_0x3c3df8,_0x956dbe)?_0x3c3df8['checkedAt']:_0x956dbe,'latest':_0x53ce21,'failed':![],'lastNotifiedVersion':_0x53ce21,'lastNotifiedAt':_0x956dbe}),{'command':_0x26ebba,'current':_0xdca2ec,'latest':_0x53ce21,'url':buildNpmVersionUrl(_0x53ce21),'message':CLI_BIN_NAME+'\x20'+_0x53ce21+'\x20available,\x20current\x20'+_0xdca2ec+_0x54609f(0x7f)+_0x26ebba};}catch{return null;}}function a239_0x2828(){const _0xb0aeb2=['trim','yes',',\x20run:\x20','lastNotifiedAt','latest','now','lastNotifiedVersion','594861eUMCqh','valid','number','8222745mKRVbK','1225238GLtajN','.cache','586040BXIrHy','utf8','object','gte','6LLgHtH','19965744pAMgXk','stringify','true','rabetbase-cli','\x20update','/v/','7172120SoXKIZ','checkedAt','4739385xKNlSj'];a239_0x2828=function(){return _0xb0aeb2;};return a239_0x2828();}
1
+ (function(_0x57104c,_0x39c2ff){const _0x21215a=a239_0x238c,_0x5285a6=_0x57104c();while(!![]){try{const _0x43e38b=-parseInt(_0x21215a(0x1b4))/0x1+-parseInt(_0x21215a(0x1b0))/0x2*(-parseInt(_0x21215a(0x1c3))/0x3)+-parseInt(_0x21215a(0x1b6))/0x4*(-parseInt(_0x21215a(0x1b8))/0x5)+-parseInt(_0x21215a(0x1b5))/0x6*(parseInt(_0x21215a(0x1af))/0x7)+-parseInt(_0x21215a(0x1b1))/0x8+-parseInt(_0x21215a(0x1aa))/0x9*(parseInt(_0x21215a(0x1c1))/0xa)+-parseInt(_0x21215a(0x1bd))/0xb*(-parseInt(_0x21215a(0x1bf))/0xc);if(_0x43e38b===_0x39c2ff)break;else _0x5285a6['push'](_0x5285a6['shift']());}catch(_0x1280f1){_0x5285a6['push'](_0x5285a6['shift']());}}}(a239_0x39cf,0xa0e34));import{mkdir,readFile,writeFile}from'node:fs/promises';import{homedir}from'node:os';import{dirname,join}from'node:path';import a239_0x163fac 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 a239_0x39cf(){const _0x224891=['stableVersion','https://www.npmjs.com/package/','2948EaIdKL','gte','146928xpIyCT',',\x20run:\x20','10MHIfoV','rabetbase-cli','84FxRwZg','parse','toLowerCase','stringify','checkedAt','lastNotifiedVersion','/v/','update-check.json','object','number','11125296YSfGUB','latest','\x20available,\x20current\x20','yes','valid','21vTNbUJ','2676hzQaHy','558584bHkbEd','now','utf8','267502PGRCHG','2308158cgfWIQ','8dKvqbW','true','169220gfvRMQ','trim','lastNotifiedAt'];a239_0x39cf=function(){return _0x224891;};return a239_0x39cf();}function isUpdateNoticeDisabled(){const _0x300890=a239_0x238c,_0x255f66=process.env.RABETBASE_NO_UPDATE_NOTICE?.['trim']()[_0x300890(0x1a2)]();return _0x255f66==='1'||_0x255f66===_0x300890(0x1b7)||_0x255f66===_0x300890(0x1ad);}function cacheRoot(){return process.env.XDG_CACHE_HOME||process.env.LOCALAPPDATA||join(homedir(),'.cache');}export function getUpdateNoticeCachePath(){const _0x3785c2=a239_0x238c;return join(cacheRoot(),_0x3785c2(0x1c2),_0x3785c2(0x1a7));}async function readUpdateNoticeCache(){const _0x53a2d2=a239_0x238c;try{const _0x3ad209=await readFile(getUpdateNoticeCachePath(),_0x53a2d2(0x1b3)),_0x15b806=JSON[_0x53a2d2(0x1a1)](_0x3ad209);if(!_0x15b806||typeof _0x15b806!==_0x53a2d2(0x1a8))return{};return _0x15b806;}catch{return{};}}async function writeUpdateNoticeCache(_0x3a37d2){const _0x2225cd=a239_0x238c;try{const _0x44c6e6=getUpdateNoticeCachePath();await mkdir(dirname(_0x44c6e6),{'recursive':!![]}),await writeFile(_0x44c6e6,JSON[_0x2225cd(0x1a3)](_0x3a37d2,null,0x2)+'\x0a',_0x2225cd(0x1b3));}catch{}}function isFreshCheck(_0x55bd4d,_0x50920d){const _0x5b3c30=a239_0x238c;return typeof _0x55bd4d[_0x5b3c30(0x1a4)]===_0x5b3c30(0x1a9)&&_0x50920d-_0x55bd4d[_0x5b3c30(0x1a4)]<UPDATE_CHECK_TTL_MS;}function a239_0x238c(_0x53119b,_0x4e68a9){_0x53119b=_0x53119b-0x1a1;const _0x39cf7f=a239_0x39cf();let _0x238ce4=_0x39cf7f[_0x53119b];return _0x238ce4;}function isRecentlyNotified(_0x50f401,_0x4ede05,_0x4c65df){const _0x26fe49=a239_0x238c;return _0x50f401[_0x26fe49(0x1a5)]===_0x4ede05&&typeof _0x50f401[_0x26fe49(0x1ba)]===_0x26fe49(0x1a9)&&_0x4c65df-_0x50f401[_0x26fe49(0x1ba)]<UPDATE_NOTICE_TTL_MS;}export function buildNpmVersionUrl(_0x1bb533){const _0x168284=a239_0x238c;return _0x168284(0x1bc)+NPM_PACKAGE_NAME+_0x168284(0x1a6)+_0x1bb533;}export async function resolveLatestUpdateNotice(){const _0x5a141a=a239_0x238c;if(isUpdateNoticeDisabled())return null;try{const _0xd27e65=Date[_0x5a141a(0x1b2)](),_0xf8dc9c=getCliVersion(),_0x3af08b=await readUpdateNoticeCache();let _0x530865=isFreshCheck(_0x3af08b,_0xd27e65)?_0x3af08b[_0x5a141a(0x1ab)]?.[_0x5a141a(0x1b9)]():undefined;if(!_0x530865&&!isFreshCheck(_0x3af08b,_0xd27e65)){const _0x5c515a=await getCliVersionPolicy();_0x530865=_0x5c515a?.[_0x5a141a(0x1bb)]?.[_0x5a141a(0x1b9)]()||undefined,await writeUpdateNoticeCache({..._0x3af08b,'checkedAt':_0xd27e65,'latest':_0x530865,'failed':!_0x530865});}if(!_0x530865||!a239_0x163fac['valid'](_0xf8dc9c)||!a239_0x163fac[_0x5a141a(0x1ae)](_0x530865))return null;if(a239_0x163fac[_0x5a141a(0x1be)](_0xf8dc9c,_0x530865))return null;if(isRecentlyNotified(_0x3af08b,_0x530865,_0xd27e65))return null;const _0x1dfff6=CLI_BIN_NAME+'\x20update';return await writeUpdateNoticeCache({..._0x3af08b,'checkedAt':isFreshCheck(_0x3af08b,_0xd27e65)?_0x3af08b[_0x5a141a(0x1a4)]:_0xd27e65,'latest':_0x530865,'failed':![],'lastNotifiedVersion':_0x530865,'lastNotifiedAt':_0xd27e65}),{'command':_0x1dfff6,'current':_0xf8dc9c,'latest':_0x530865,'url':buildNpmVersionUrl(_0x530865),'message':CLI_BIN_NAME+'\x20'+_0x530865+_0x5a141a(0x1ac)+_0xf8dc9c+_0x5a141a(0x1c0)+_0x1dfff6};}catch{return null;}}
@@ -1 +1 @@
1
- (function(_0x265c0c,_0x39460b){var _0x517320=a240_0x3493,_0xbe85f0=_0x265c0c();while(!![]){try{var _0x1ffe96=parseInt(_0x517320(0xe7))/0x1*(-parseInt(_0x517320(0xe4))/0x2)+parseInt(_0x517320(0xe9))/0x3+parseInt(_0x517320(0xeb))/0x4*(parseInt(_0x517320(0xe5))/0x5)+parseInt(_0x517320(0xe2))/0x6+parseInt(_0x517320(0xe3))/0x7+-parseInt(_0x517320(0xea))/0x8*(parseInt(_0x517320(0xe8))/0x9)+-parseInt(_0x517320(0xe6))/0xa;if(_0x1ffe96===_0x39460b)break;else _0xbe85f0['push'](_0xbe85f0['shift']());}catch(_0x58b5ff){_0xbe85f0['push'](_0xbe85f0['shift']());}}}(a240_0x2136,0xb77ce));function a240_0x2136(){var _0x2f836b=['33500370emfqWa','1ZTlWZD','9XJMraP','4278159EtArbo','3841600UaJQwI','8HCdtkv','7693602qihBAo','3129238ikorfw','13278hKWCON','3582720qNfumz'];a240_0x2136=function(){return _0x2f836b;};return a240_0x2136();}function a240_0x3493(_0x309123,_0x31acdd){_0x309123=_0x309123-0xe2;var _0x2136cd=a240_0x2136();var _0x349394=_0x2136cd[_0x309123];return _0x349394;}import{VERSION}from'../generated/build-info.js';export function getCliVersion(){return VERSION;}
1
+ function a240_0x55c2(_0x18ed93,_0x32083d){_0x18ed93=_0x18ed93-0x1a0;var _0x2166cf=a240_0x2166();var _0x55c2fc=_0x2166cf[_0x18ed93];return _0x55c2fc;}(function(_0x5592f4,_0x3f86e4){var _0x47aec2=a240_0x55c2,_0x1c88cb=_0x5592f4();while(!![]){try{var _0x4c5c69=parseInt(_0x47aec2(0x1a4))/0x1*(-parseInt(_0x47aec2(0x1a2))/0x2)+parseInt(_0x47aec2(0x1a1))/0x3*(parseInt(_0x47aec2(0x1a5))/0x4)+parseInt(_0x47aec2(0x1a8))/0x5*(parseInt(_0x47aec2(0x1a7))/0x6)+-parseInt(_0x47aec2(0x1a3))/0x7+-parseInt(_0x47aec2(0x1a0))/0x8*(-parseInt(_0x47aec2(0x1ab))/0x9)+parseInt(_0x47aec2(0x1aa))/0xa*(-parseInt(_0x47aec2(0x1a9))/0xb)+parseInt(_0x47aec2(0x1a6))/0xc;if(_0x4c5c69===_0x3f86e4)break;else _0x1c88cb['push'](_0x1c88cb['shift']());}catch(_0x28e7d5){_0x1c88cb['push'](_0x1c88cb['shift']());}}}(a240_0x2166,0x246f2));function a240_0x2166(){var _0x2700d1=['4151wxCypo','32584iZxwvR','427932MoWovK','1042698XeuCxe','5EEnYwy','891187JPrgTn','10wJiWQF','198hMpLND','32408LZniMS','87nInJEw','26lXzeaf','1754102KOZRzp'];a240_0x2166=function(){return _0x2700d1;};return a240_0x2166();}import{VERSION}from'../generated/build-info.js';export function getCliVersion(){return VERSION;}
@@ -1 +1 @@
1
- function a241_0x5e0f(){var _0x66f0d1=['365838VaQtfn','10jcCPyk','1012792vCHYip','281450wrAbuv','35GFiPOI','73263AmQiUI','1165965HZEMJb','7tchOCn','187424RgVxpB','157110BxUjrG','18xShiIG'];a241_0x5e0f=function(){return _0x66f0d1;};return a241_0x5e0f();}function a241_0x30a9(_0x42bd6f,_0x5aa536){_0x42bd6f=_0x42bd6f-0xa0;var _0x5e0fc7=a241_0x5e0f();var _0x30a99a=_0x5e0fc7[_0x42bd6f];return _0x30a99a;}(function(_0x1fcbf0,_0x20a0dd){var _0x3d317a=a241_0x30a9,_0x694662=_0x1fcbf0();while(!![]){try{var _0x2d972e=parseInt(_0x3d317a(0xa2))/0x1*(-parseInt(_0x3d317a(0xa9))/0x2)+parseInt(_0x3d317a(0xa3))/0x3+-parseInt(_0x3d317a(0xa5))/0x4*(-parseInt(_0x3d317a(0xa1))/0x5)+-parseInt(_0x3d317a(0xa6))/0x6*(-parseInt(_0x3d317a(0xa4))/0x7)+-parseInt(_0x3d317a(0xaa))/0x8+-parseInt(_0x3d317a(0xa7))/0x9*(-parseInt(_0x3d317a(0xa0))/0xa)+parseInt(_0x3d317a(0xa8))/0xb;if(_0x2d972e===_0x20a0dd)break;else _0x694662['push'](_0x694662['shift']());}catch(_0x5cbf0d){_0x694662['push'](_0x694662['shift']());}}}(a241_0x5e0f,0x52e0a));import{setActiveCookie,clearActiveCookie}from'../core/api-client.js';export async function withActiveCookie(_0x2b5e91,_0xf9ae6d){setActiveCookie(_0x2b5e91);try{return await _0xf9ae6d();}finally{clearActiveCookie();}}
1
+ function a241_0x53f5(_0x29b711,_0x2cb263){_0x29b711=_0x29b711-0x18c;var _0x3832da=a241_0x3832();var _0x53f54e=_0x3832da[_0x29b711];return _0x53f54e;}(function(_0x367841,_0x1a2a05){var _0xd68072=a241_0x53f5,_0x331123=_0x367841();while(!![]){try{var _0x328ea6=-parseInt(_0xd68072(0x18f))/0x1+parseInt(_0xd68072(0x195))/0x2+parseInt(_0xd68072(0x194))/0x3+parseInt(_0xd68072(0x18c))/0x4*(parseInt(_0xd68072(0x192))/0x5)+-parseInt(_0xd68072(0x190))/0x6*(-parseInt(_0xd68072(0x18d))/0x7)+-parseInt(_0xd68072(0x193))/0x8*(-parseInt(_0xd68072(0x191))/0x9)+parseInt(_0xd68072(0x18e))/0xa*(-parseInt(_0xd68072(0x196))/0xb);if(_0x328ea6===_0x1a2a05)break;else _0x331123['push'](_0x331123['shift']());}catch(_0x52a675){_0x331123['push'](_0x331123['shift']());}}}(a241_0x3832,0x85db3));function a241_0x3832(){var _0x1672cc=['56imgFqa','1306146pETqXM','811538XINfTH','11tcYfpI','70668PtdvrC','21OJfONZ','18915290jlzJFD','1783ooWEkP','203316GDsthK','995697KxoWnO','205meIRbv'];a241_0x3832=function(){return _0x1672cc;};return a241_0x3832();}import{setActiveCookie,clearActiveCookie}from'../core/api-client.js';export async function withActiveCookie(_0x4d0cd5,_0x3c43fb){setActiveCookie(_0x4d0cd5);try{return await _0x3c43fb();}finally{clearActiveCookie();}}
@@ -1 +1 @@
1
- function a242_0x1ee8(_0x43eca6,_0x3c558f){_0x43eca6=_0x43eca6-0x15d;var _0xcb371b=a242_0xcb37();var _0x1ee87e=_0xcb371b[_0x43eca6];return _0x1ee87e;}function a242_0xcb37(){var _0x3e7bb6=['write','5748SemTNF','28260sfrBrV','1449303evRVPo','1042426KpVfOR','234168JUUsMi','405VYIzRf','195569xlDZTa','720QzKGqA','1130baRCrC','stderr','39280NGkotG','3563FMhLqu'];a242_0xcb37=function(){return _0x3e7bb6;};return a242_0xcb37();}(function(_0x595175,_0x24491c){var _0x14b725=a242_0x1ee8,_0x5ec724=_0x595175();while(!![]){try{var _0xd15347=-parseInt(_0x14b725(0x164))/0x1+parseInt(_0x14b725(0x15e))/0x2+parseInt(_0x14b725(0x163))/0x3+-parseInt(_0x14b725(0x168))/0x4*(-parseInt(_0x14b725(0x162))/0x5)+-parseInt(_0x14b725(0x161))/0x6*(parseInt(_0x14b725(0x15f))/0x7)+-parseInt(_0x14b725(0x165))/0x8*(parseInt(_0x14b725(0x166))/0x9)+parseInt(_0x14b725(0x169))/0xa*(parseInt(_0x14b725(0x167))/0xb);if(_0xd15347===_0x24491c)break;else _0x5ec724['push'](_0x5ec724['shift']());}catch(_0x3d9ab1){_0x5ec724['push'](_0x5ec724['shift']());}}}(a242_0xcb37,0xa679d));export function writeCliSideChannelLine(_0x38ba5e){var _0x1d7c0c=a242_0x1ee8;process[_0x1d7c0c(0x15d)][_0x1d7c0c(0x160)](_0x38ba5e+'\x0a');}
1
+ function a242_0x1315(_0x72687e,_0x193980){_0x72687e=_0x72687e-0xc3;var _0x1482ea=a242_0x1482();var _0x131549=_0x1482ea[_0x72687e];return _0x131549;}(function(_0x3092b1,_0x547659){var _0x4319b4=a242_0x1315,_0x4f7073=_0x3092b1();while(!![]){try{var _0x2d77b3=parseInt(_0x4319b4(0xc8))/0x1+-parseInt(_0x4319b4(0xcd))/0x2*(-parseInt(_0x4319b4(0xc6))/0x3)+-parseInt(_0x4319b4(0xca))/0x4*(-parseInt(_0x4319b4(0xc7))/0x5)+-parseInt(_0x4319b4(0xc9))/0x6*(-parseInt(_0x4319b4(0xcb))/0x7)+-parseInt(_0x4319b4(0xd0))/0x8*(-parseInt(_0x4319b4(0xc3))/0x9)+parseInt(_0x4319b4(0xc5))/0xa+-parseInt(_0x4319b4(0xcc))/0xb*(parseInt(_0x4319b4(0xc4))/0xc);if(_0x2d77b3===_0x547659)break;else _0x4f7073['push'](_0x4f7073['shift']());}catch(_0x395178){_0x4f7073['push'](_0x4f7073['shift']());}}}(a242_0x1482,0x8a895));function a242_0x1482(){var _0xcad727=['53195McitDw','1103512mGWvYK','8688BUJreK','40RVoyNO','2968JfFiGJ','7733AmcnVR','2Lekxui','stderr','write','4348976LDnpId','9iyqxnI','46344lBilaW','4022000vLfZOC','1538265QMpysp'];a242_0x1482=function(){return _0xcad727;};return a242_0x1482();}export function writeCliSideChannelLine(_0x506d05){var _0x12d33b=a242_0x1315;process[_0x12d33b(0xce)][_0x12d33b(0xcf)](_0x506d05+'\x0a');}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lovrabet/rabetbase-cli",
3
- "version": "2.3.6-beta.1",
3
+ "version": "2.3.6",
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": [