@lovrabet/rabetbase-cli 2.3.12 → 2.3.13-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (260) 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/async-task.js +1 -1
  48. package/lib/commands/common/dry-run.js +1 -1
  49. package/lib/commands/common/flags.js +1 -1
  50. package/lib/commands/common/local-file.js +1 -1
  51. package/lib/commands/common/validate.js +1 -1
  52. package/lib/commands/config/get.js +1 -1
  53. package/lib/commands/config/index.js +1 -1
  54. package/lib/commands/config/list.js +1 -1
  55. package/lib/commands/config/set.js +1 -1
  56. package/lib/commands/config/shared.js +1 -1
  57. package/lib/commands/data/filter.js +1 -1
  58. package/lib/commands/data/getOne.js +1 -1
  59. package/lib/commands/data/index.js +1 -1
  60. package/lib/commands/data/shared.js +1 -1
  61. package/lib/commands/dataset/business-group-update.js +1 -1
  62. package/lib/commands/dataset/capability.js +1 -1
  63. package/lib/commands/dataset/delete.js +1 -1
  64. package/lib/commands/dataset/detail.js +1 -1
  65. package/lib/commands/dataset/extend-update.js +1 -1
  66. package/lib/commands/dataset/field-update.js +1 -1
  67. package/lib/commands/dataset/generate.js +1 -1
  68. package/lib/commands/dataset/index.js +1 -1
  69. package/lib/commands/dataset/list.js +1 -1
  70. package/lib/commands/dataset/operations.js +1 -1
  71. package/lib/commands/dataset/relation-audit.js +1 -1
  72. package/lib/commands/dataset/relation-create.js +1 -1
  73. package/lib/commands/dataset/relation-delete.js +1 -1
  74. package/lib/commands/dataset/relation-shared.js +1 -1
  75. package/lib/commands/dataset/relation-update.js +1 -1
  76. package/lib/commands/dataset/relations.js +1 -1
  77. package/lib/commands/dataset/rename.js +1 -1
  78. package/lib/commands/dataset/restore.js +1 -1
  79. package/lib/commands/db/analysis-batching.js +1 -1
  80. package/lib/commands/db/analyze-batch-plan.js +1 -1
  81. package/lib/commands/db/analyze-cancel.js +1 -1
  82. package/lib/commands/db/analyze-start.js +1 -1
  83. package/lib/commands/db/analyze-status.js +1 -1
  84. package/lib/commands/db/create.js +1 -1
  85. package/lib/commands/db/delete.js +1 -1
  86. package/lib/commands/db/detail.js +1 -1
  87. package/lib/commands/db/diff.js +1 -1
  88. package/lib/commands/db/index.js +1 -1
  89. package/lib/commands/db/list.js +1 -1
  90. package/lib/commands/db/shared.js +1 -1
  91. package/lib/commands/db/tables.js +1 -1
  92. package/lib/commands/db/test.js +1 -1
  93. package/lib/commands/db/update.js +1 -1
  94. package/lib/commands/doctor.js +1 -1
  95. package/lib/commands/file/index.js +1 -1
  96. package/lib/commands/init/index.js +1 -1
  97. package/lib/commands/issue/index.js +1 -1
  98. package/lib/commands/issue/nudge.js +1 -1
  99. package/lib/commands/issue/report.js +1 -1
  100. package/lib/commands/issue/shared.js +1 -1
  101. package/lib/commands/logs/index.js +1 -1
  102. package/lib/commands/menu/delete.js +1 -1
  103. package/lib/commands/menu/external-link-create.js +1 -1
  104. package/lib/commands/menu/group-create.js +1 -1
  105. package/lib/commands/menu/group-update.js +1 -1
  106. package/lib/commands/menu/index.js +1 -1
  107. package/lib/commands/menu/list.js +1 -1
  108. package/lib/commands/menu/move.js +1 -1
  109. package/lib/commands/menu/regroup-start.js +1 -1
  110. package/lib/commands/menu/shared/compare-table.js +1 -1
  111. package/lib/commands/menu/shared/delete-plan.js +1 -1
  112. package/lib/commands/menu/shared/facts.js +1 -1
  113. package/lib/commands/menu/shared/index.js +1 -1
  114. package/lib/commands/menu/shared/inquirer.js +1 -1
  115. package/lib/commands/menu/shared/local-pages.js +1 -1
  116. package/lib/commands/menu/shared/logic.js +1 -1
  117. package/lib/commands/menu/shared/mutations.js +1 -1
  118. package/lib/commands/menu/shared/service.js +1 -1
  119. package/lib/commands/menu/shared/sync-core.js +1 -1
  120. package/lib/commands/menu/shared/update-core.js +1 -1
  121. package/lib/commands/menu/shared/valid-url.js +1 -1
  122. package/lib/commands/menu/sync.js +1 -1
  123. package/lib/commands/menu/update.js +1 -1
  124. package/lib/commands/notification/config-list.js +1 -1
  125. package/lib/commands/notification/index.js +1 -1
  126. package/lib/commands/page/generate-start.js +1 -1
  127. package/lib/commands/page/generate-status.js +1 -1
  128. package/lib/commands/page/index.js +1 -1
  129. package/lib/commands/page/pull.js +1 -1
  130. package/lib/commands/page/push.js +1 -1
  131. package/lib/commands/page/relation-audit.js +1 -1
  132. package/lib/commands/page/shared.js +1 -1
  133. package/lib/commands/page/standard-page-status.js +1 -1
  134. package/lib/commands/page/sync.js +1 -1
  135. package/lib/commands/permit/index.js +1 -1
  136. package/lib/commands/permit/page-get.js +1 -1
  137. package/lib/commands/permit/page-set.js +1 -1
  138. package/lib/commands/permit/role-apis-set.js +1 -1
  139. package/lib/commands/permit/role-menus-set.js +1 -1
  140. package/lib/commands/permit/role-menus.js +1 -1
  141. package/lib/commands/permit/shared.js +1 -1
  142. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  143. package/lib/commands/project/create/format-elapsed.js +1 -1
  144. package/lib/commands/project/create/main.js +1 -1
  145. package/lib/commands/project/create/non-interactive.js +1 -1
  146. package/lib/commands/project/create/project-template-path.js +1 -1
  147. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  148. package/lib/commands/project/create/use-format-code.js +1 -1
  149. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  150. package/lib/commands/project/index.js +1 -1
  151. package/lib/commands/project/init.js +1 -1
  152. package/lib/commands/project/upgrade.js +1 -1
  153. package/lib/commands/registry.js +1 -1
  154. package/lib/commands/role/create.js +1 -1
  155. package/lib/commands/role/delete.js +1 -1
  156. package/lib/commands/role/detail.js +1 -1
  157. package/lib/commands/role/index.js +1 -1
  158. package/lib/commands/role/list.js +1 -1
  159. package/lib/commands/role/shared.js +1 -1
  160. package/lib/commands/role/update.js +1 -1
  161. package/lib/commands/role/user-add.js +1 -1
  162. package/lib/commands/role/user-remove.js +1 -1
  163. package/lib/commands/role/user-resolve.js +1 -1
  164. package/lib/commands/run/index.js +1 -1
  165. package/lib/commands/schema.js +1 -1
  166. package/lib/commands/sql/create.js +1 -1
  167. package/lib/commands/sql/delete.js +1 -1
  168. package/lib/commands/sql/detail.js +1 -1
  169. package/lib/commands/sql/exec.js +1 -1
  170. package/lib/commands/sql/index.js +1 -1
  171. package/lib/commands/sql/list.js +1 -1
  172. package/lib/commands/sql/pull.js +1 -1
  173. package/lib/commands/sql/push.js +1 -1
  174. package/lib/commands/sql/save.js +1 -1
  175. package/lib/commands/sql/shared.js +1 -1
  176. package/lib/commands/sql/status.js +1 -1
  177. package/lib/commands/sql/validate.js +1 -1
  178. package/lib/commands/task/index.js +1 -1
  179. package/lib/commands/task/status.js +1 -1
  180. package/lib/commands/workspace/add.js +1 -1
  181. package/lib/commands/workspace/index.js +1 -1
  182. package/lib/commands/workspace/remove.js +1 -1
  183. package/lib/config/schema.js +1 -1
  184. package/lib/constant/cdn.js +1 -1
  185. package/lib/constant/cli.js +1 -1
  186. package/lib/constant/defaults.js +1 -1
  187. package/lib/constant/domain.js +1 -1
  188. package/lib/constant/env.js +1 -1
  189. package/lib/constant/output.js +1 -1
  190. package/lib/constant/paths.js +1 -1
  191. package/lib/constant/risk.js +1 -1
  192. package/lib/context/app-resolver.js +1 -1
  193. package/lib/context/auth-resolver.js +1 -1
  194. package/lib/context/config-loader.js +1 -1
  195. package/lib/context.js +1 -1
  196. package/lib/core/alias-resolver.js +1 -1
  197. package/lib/core/api-client.js +1 -1
  198. package/lib/core/bff/config.js +1 -1
  199. package/lib/core/bff/file-system.js +1 -1
  200. package/lib/core/bff/hash.js +1 -1
  201. package/lib/core/bff/lock.js +1 -1
  202. package/lib/core/bff/utils.js +1 -1
  203. package/lib/core/db-resolver.js +1 -1
  204. package/lib/core/page/file-system.js +1 -1
  205. package/lib/core/page/hash.js +1 -1
  206. package/lib/core/page/lock.js +1 -1
  207. package/lib/core/sql-index-auditor.js +1 -1
  208. package/lib/core/sql-sync/config.js +1 -1
  209. package/lib/core/sql-sync/file-system.js +1 -1
  210. package/lib/core/sql-sync/hash.js +1 -1
  211. package/lib/core/sql-sync/lock.js +1 -1
  212. package/lib/core/sql-sync/utils.js +1 -1
  213. package/lib/core/sql-validator.js +1 -1
  214. package/lib/errors.js +1 -1
  215. package/lib/framework/build-all-flags.js +1 -1
  216. package/lib/framework/error-output.js +1 -1
  217. package/lib/framework/explicit-yes.js +1 -1
  218. package/lib/framework/flags.js +1 -1
  219. package/lib/framework/help.js +1 -1
  220. package/lib/framework/index.js +1 -1
  221. package/lib/framework/output.js +1 -1
  222. package/lib/framework/response.js +1 -1
  223. package/lib/framework/runner-alias.js +1 -1
  224. package/lib/framework/runner.js +1 -1
  225. package/lib/framework/schema-export.js +1 -1
  226. package/lib/framework/types.js +1 -1
  227. package/lib/generated/build-info.js +1 -1
  228. package/lib/help.js +1 -1
  229. package/lib/skills/main.js +1 -1
  230. package/lib/skills/npx-skills-add.js +1 -1
  231. package/lib/telemetry/cli-command-trace.js +1 -1
  232. package/lib/telemetry/cli-help-trace.js +1 -1
  233. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  234. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  235. package/lib/telemetry/send-cli-trace-log.js +1 -1
  236. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  237. package/lib/utils/ai_config.js +1 -1
  238. package/lib/utils/apply-jq-filter.js +1 -1
  239. package/lib/utils/cdn-config.js +1 -1
  240. package/lib/utils/check-sdk-version.js +1 -1
  241. package/lib/utils/cli-version-check.js +1 -1
  242. package/lib/utils/cli-version-policy.js +1 -1
  243. package/lib/utils/config.js +1 -1
  244. package/lib/utils/copy-directory.js +1 -1
  245. package/lib/utils/entity-with-id.js +1 -1
  246. package/lib/utils/file-utils.js +1 -1
  247. package/lib/utils/guides-cdn.js +1 -1
  248. package/lib/utils/http-client.js +1 -1
  249. package/lib/utils/is-non-interactive.js +1 -1
  250. package/lib/utils/logger.js +1 -1
  251. package/lib/utils/params.js +1 -1
  252. package/lib/utils/platform.js +1 -1
  253. package/lib/utils/rules-cdn.js +1 -1
  254. package/lib/utils/sleep.js +1 -1
  255. package/lib/utils/template-replacer.js +1 -1
  256. package/lib/utils/update-notice.js +1 -1
  257. package/lib/utils/version.js +1 -1
  258. package/lib/utils/with-active-cookie.js +1 -1
  259. package/lib/utils/write-cli-side-channel.js +1 -1
  260. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(_0x2bc462,_0x250315){const _0x3305e2=a249_0x2a60,_0xcf24a6=_0x2bc462();while(!![]){try{const _0x2e9905=-parseInt(_0x3305e2(0x173))/0x1+-parseInt(_0x3305e2(0x16f))/0x2+parseInt(_0x3305e2(0x174))/0x3+-parseInt(_0x3305e2(0x176))/0x4*(parseInt(_0x3305e2(0x16e))/0x5)+parseInt(_0x3305e2(0x178))/0x6*(-parseInt(_0x3305e2(0x177))/0x7)+-parseInt(_0x3305e2(0x175))/0x8+parseInt(_0x3305e2(0x16c))/0x9;if(_0x2e9905===_0x250315)break;else _0xcf24a6['push'](_0xcf24a6['shift']());}catch(_0x40545a){_0xcf24a6['push'](_0xcf24a6['shift']());}}}(a249_0x10e8,0x824d9));function a249_0x2a60(_0x5791c7,_0x3d1ba3){_0x5791c7=_0x5791c7-0x16c;const _0x10e8d9=a249_0x10e8();let _0x2a6081=_0x10e8d9[_0x5791c7];return _0x2a6081;}function toFiniteNumber(_0x556d36){const _0x2759e9=a249_0x2a60;if(typeof _0x556d36===_0x2759e9(0x171)&&Number['isFinite'](_0x556d36))return _0x556d36;if(typeof _0x556d36===_0x2759e9(0x172)){const _0x28d8d8=_0x556d36[_0x2759e9(0x16d)]();if(!_0x28d8d8)return undefined;const _0x5a8608=Number(_0x28d8d8);if(Number['isFinite'](_0x5a8608))return _0x5a8608;}return undefined;}function a249_0x10e8(){const _0x4392c6=['string','84375QPzctD','1281774RqlPQv','993368aOsjCa','664284PXidif','133iBYewr','238662auZfMI','18735318UBajDf','trim','25QIJFWi','361150wmjJsP','object','number'];a249_0x10e8=function(){return _0x4392c6;};return a249_0x10e8();}export function normalizeEntityWithIdResponse(_0x7e0d90){const _0x4b0a0b=a249_0x2a60,_0x5a49de=toFiniteNumber(_0x7e0d90);if(_0x5a49de!==undefined)return{'id':_0x5a49de,'entity':{'id':_0x5a49de}};if(!_0x7e0d90||typeof _0x7e0d90!==_0x4b0a0b(0x170))return{'id':undefined,'entity':{}};const _0x10ebcf={..._0x7e0d90},_0x4c3a3b=toFiniteNumber(_0x10ebcf['id']);return _0x4c3a3b!==undefined&&(_0x10ebcf['id']=_0x4c3a3b),{'id':_0x4c3a3b,'entity':_0x10ebcf};}
1
+ (function(_0x514f82,_0x5687d0){const _0x489cb4=a249_0x1791,_0x20363e=_0x514f82();while(!![]){try{const _0x42da0c=parseInt(_0x489cb4(0x164))/0x1*(parseInt(_0x489cb4(0x167))/0x2)+parseInt(_0x489cb4(0x16b))/0x3+parseInt(_0x489cb4(0x16a))/0x4*(parseInt(_0x489cb4(0x161))/0x5)+-parseInt(_0x489cb4(0x169))/0x6*(-parseInt(_0x489cb4(0x15f))/0x7)+parseInt(_0x489cb4(0x16c))/0x8*(-parseInt(_0x489cb4(0x163))/0x9)+parseInt(_0x489cb4(0x15e))/0xa*(parseInt(_0x489cb4(0x168))/0xb)+-parseInt(_0x489cb4(0x160))/0xc;if(_0x42da0c===_0x5687d0)break;else _0x20363e['push'](_0x20363e['shift']());}catch(_0x1bce4d){_0x20363e['push'](_0x20363e['shift']());}}}(a249_0x31fa,0xd2624));function toFiniteNumber(_0x73be27){const _0x41b91f=a249_0x1791;if(typeof _0x73be27==='number'&&Number[_0x41b91f(0x162)](_0x73be27))return _0x73be27;if(typeof _0x73be27===_0x41b91f(0x166)){const _0x30c9ab=_0x73be27['trim']();if(!_0x30c9ab)return undefined;const _0x19ca7=Number(_0x30c9ab);if(Number[_0x41b91f(0x162)](_0x19ca7))return _0x19ca7;}return undefined;}function a249_0x1791(_0x10b68f,_0x2630f0){_0x10b68f=_0x10b68f-0x15e;const _0x31fa88=a249_0x31fa();let _0x1791fb=_0x31fa88[_0x10b68f];return _0x1791fb;}function a249_0x31fa(){const _0x26797c=['126UrHCVE','279UwLOrm','object','string','7722YfmsDp','99yfvpzE','804fMWZqM','136qMZfQL','1738848TdixKp','603952orMzFY','1324930fCiOjK','34902BZCQZX','33094920kLozxA','170465yufQvG','isFinite'];a249_0x31fa=function(){return _0x26797c;};return a249_0x31fa();}export function normalizeEntityWithIdResponse(_0xdcc083){const _0x3a3a32=a249_0x1791,_0x5cd631=toFiniteNumber(_0xdcc083);if(_0x5cd631!==undefined)return{'id':_0x5cd631,'entity':{'id':_0x5cd631}};if(!_0xdcc083||typeof _0xdcc083!==_0x3a3a32(0x165))return{'id':undefined,'entity':{}};const _0x56384={..._0xdcc083},_0x154f10=toFiniteNumber(_0x56384['id']);return _0x154f10!==undefined&&(_0x56384['id']=_0x154f10),{'id':_0x154f10,'entity':_0x56384};}
@@ -1 +1 @@
1
- (function(_0x2e5bea,_0x2bd083){const _0x130378=a250_0x560a,_0x27c765=_0x2e5bea();while(!![]){try{const _0x2a568f=-parseInt(_0x130378(0xa4))/0x1+-parseInt(_0x130378(0xa3))/0x2*(-parseInt(_0x130378(0xa7))/0x3)+-parseInt(_0x130378(0xa6))/0x4+parseInt(_0x130378(0xab))/0x5*(-parseInt(_0x130378(0xa8))/0x6)+-parseInt(_0x130378(0xa5))/0x7+parseInt(_0x130378(0xaa))/0x8+parseInt(_0x130378(0xa9))/0x9;if(_0x2a568f===_0x2bd083)break;else _0x27c765['push'](_0x27c765['shift']());}catch(_0x391991){_0x27c765['push'](_0x27c765['shift']());}}}(a250_0x53f3,0x7746e));function a250_0x53f3(){const _0x24fe80=['2695224nEpzih','5xXzvqY','159202lgGrac','545079byfzaY','1450715ugsnJH','2833828KBZxhr','3GXuhki','3519660kyLUTM','19075005qTFTDF'];a250_0x53f3=function(){return _0x24fe80;};return a250_0x53f3();}import{existsSync,mkdirSync,copyFileSync,readdirSync,statSync}from'node:fs';import{join}from'node:path';function a250_0x560a(_0x24c8f2,_0x4e740d){_0x24c8f2=_0x24c8f2-0xa3;const _0x53f323=a250_0x53f3();let _0x560a9b=_0x53f323[_0x24c8f2];return _0x560a9b;}export async function copyDir(_0x13d08e,_0x355ec6){const _0x28c543=statSync(_0x13d08e);if(_0x28c543['isDirectory']()){!existsSync(_0x355ec6)&&mkdirSync(_0x355ec6,{'recursive':!![]});const _0x193e7b=readdirSync(_0x13d08e);for(const _0x5eeff2 of _0x193e7b){await copyDir(join(_0x13d08e,_0x5eeff2),join(_0x355ec6,_0x5eeff2));}}else copyFileSync(_0x13d08e,_0x355ec6);}export function ensureDir(_0x5ef4b6){!existsSync(_0x5ef4b6)&&mkdirSync(_0x5ef4b6,{'recursive':!![]});}export function pathExists(_0x2a6382){return existsSync(_0x2a6382);}
1
+ function a250_0x27bf(){const _0x36f721=['252LOZkuq','1330780aepzIj','10236304NMqWHH','211561FUtPFs','9vHWOoF','11856380EKFQmh','3710169ksQVPD','2037918elwbTV','1284124SxjmOi','10waUpWn'];a250_0x27bf=function(){return _0x36f721;};return a250_0x27bf();}(function(_0x2377d6,_0x75caa1){const _0x1313fc=a250_0x4265,_0x126a85=_0x2377d6();while(!![]){try{const _0xa23f9b=-parseInt(_0x1313fc(0x1d9))/0x1+-parseInt(_0x1313fc(0x1d5))/0x2+parseInt(_0x1313fc(0x1d4))/0x3+parseInt(_0x1313fc(0x1d6))/0x4*(parseInt(_0x1313fc(0x1d7))/0x5)+parseInt(_0x1313fc(0x1d8))/0x6*(-parseInt(_0x1313fc(0x1db))/0x7)+parseInt(_0x1313fc(0x1da))/0x8*(parseInt(_0x1313fc(0x1d2))/0x9)+parseInt(_0x1313fc(0x1d3))/0xa;if(_0xa23f9b===_0x75caa1)break;else _0x126a85['push'](_0x126a85['shift']());}catch(_0x1ec0d0){_0x126a85['push'](_0x126a85['shift']());}}}(a250_0x27bf,0xb0f78));import{existsSync,mkdirSync,copyFileSync,readdirSync,statSync}from'node:fs';import{join}from'node:path';export async function copyDir(_0x239f4e,_0x4c379e){const _0x29b088=statSync(_0x239f4e);if(_0x29b088['isDirectory']()){!existsSync(_0x4c379e)&&mkdirSync(_0x4c379e,{'recursive':!![]});const _0x3f870e=readdirSync(_0x239f4e);for(const _0x467261 of _0x3f870e){await copyDir(join(_0x239f4e,_0x467261),join(_0x4c379e,_0x467261));}}else copyFileSync(_0x239f4e,_0x4c379e);}function a250_0x4265(_0x2f9b90,_0x5d14be){_0x2f9b90=_0x2f9b90-0x1d2;const _0x27bf27=a250_0x27bf();let _0x4265fb=_0x27bf27[_0x2f9b90];return _0x4265fb;}export function ensureDir(_0x5bd174){!existsSync(_0x5bd174)&&mkdirSync(_0x5bd174,{'recursive':!![]});}export function pathExists(_0x11e510){return existsSync(_0x11e510);}
@@ -1 +1 @@
1
- const a251_0x22105d=a251_0x1cd8;(function(_0x15ec7b,_0x2d2fdd){const _0x43749a=a251_0x1cd8,_0x1f1bf9=_0x15ec7b();while(!![]){try{const _0x28b729=-parseInt(_0x43749a(0x13f))/0x1+-parseInt(_0x43749a(0x143))/0x2+parseInt(_0x43749a(0x141))/0x3*(parseInt(_0x43749a(0x145))/0x4)+-parseInt(_0x43749a(0x147))/0x5+parseInt(_0x43749a(0x136))/0x6*(-parseInt(_0x43749a(0x138))/0x7)+-parseInt(_0x43749a(0x13b))/0x8*(-parseInt(_0x43749a(0x13a))/0x9)+parseInt(_0x43749a(0x13e))/0xa;if(_0x28b729===_0x2d2fdd)break;else _0x1f1bf9['push'](_0x1f1bf9['shift']());}catch(_0x5b66fc){_0x1f1bf9['push'](_0x1f1bf9['shift']());}}}(a251_0x1399,0xc478b));import{mkdirSync,writeFileSync}from'node:fs';import{dirname,join}from'node:path';import{homedir}from'node:os';import{getTemplateBaseUrl}from'../utils/config.js';function a251_0x1399(){const _0xb98e03=['7zllqje','map','27VZBLTc','3554576HfIheC','CDN\x20数据中缺少\x20skillTemplate','CDN\x20返回数据格式错误','10638300uHPSBD','630112VwMVNp','guides','3kctNhq','json','42960vfEDIe','lastUpdated','2095324UZluOp','skillTemplate','1228165ZhMyIC','extendContent','trimEnd','.lovrabet','join','entries','\x0a\x0a>更新时间:','status','cache','path','CDN\x20请求失败:\x20','utf-8','length','.md','application/json','replace','statusText','object','7311930OGaPPa','keys'];a251_0x1399=function(){return _0xb98e03;};return a251_0x1399();}function getGuidesCdnUrl(){const _0x1c380b=getTemplateBaseUrl();return _0x1c380b+'/skills/guides.json';}const CACHE_DIR=join(homedir(),a251_0x22105d(0x14a),a251_0x22105d(0x12c));export async function fetchGuidesFromCDN(){const _0x2fb52d=a251_0x22105d,_0x241c60=getGuidesCdnUrl(),_0x2da9e6=await fetch(_0x241c60,{'headers':{'Accept':_0x2fb52d(0x132)}});if(!_0x2da9e6['ok'])throw new Error(_0x2fb52d(0x12e)+_0x2da9e6[_0x2fb52d(0x12b)]+'\x20'+_0x2da9e6[_0x2fb52d(0x134)]);const _0x1e042d=await _0x2da9e6[_0x2fb52d(0x142)]();if(!_0x1e042d[_0x2fb52d(0x140)]||typeof _0x1e042d[_0x2fb52d(0x140)]!==_0x2fb52d(0x135))throw new Error(_0x2fb52d(0x13d));return _0x1e042d;}function a251_0x1cd8(_0x4e8f04,_0x183460){_0x4e8f04=_0x4e8f04-0x12a;const _0x1399ae=a251_0x1399();let _0x1cd883=_0x1399ae[_0x4e8f04];return _0x1cd883;}export function writeGuidesToProject(_0x252bcb,_0x165b8c,_0x5aa037='.lovrabet/skill/guides',_0xa0773a){const _0x5f0e0=a251_0x22105d,_0x41b6dd=join(_0x165b8c,_0x5aa037);mkdirSync(_0x41b6dd,{'recursive':!![]});for(const [_0x328e33,_0x4d4fd1]of Object[_0x5f0e0(0x14c)](_0x252bcb[_0x5f0e0(0x140)])){let _0x51e2f7=_0x4d4fd1['content'];_0x4d4fd1[_0x5f0e0(0x144)]&&(_0x51e2f7=appendUpdateTime(_0x51e2f7,_0x4d4fd1[_0x5f0e0(0x144)])),writeFileSync(join(_0x41b6dd,_0x328e33+_0x5f0e0(0x131)),_0x51e2f7,'utf-8');}}export function appendUpdateTime(_0x37d09d,_0x208c0e){const _0x7c9a72=a251_0x22105d;return _0x37d09d=_0x37d09d[_0x7c9a72(0x133)](/\n*>更新时间:.*$/m,''),_0x37d09d[_0x7c9a72(0x149)]()+(_0x7c9a72(0x12a)+_0x208c0e);}export function getSkillTemplate(_0x2b4e80){const _0x18a6f5=a251_0x22105d;return _0x2b4e80[_0x18a6f5(0x146)]?.['content']||'';}export function appendExtendContents(_0x2718a6,_0x5df70d,_0x132166){const _0xbe1df8=a251_0x22105d,_0x1ca4db=[];for(const [,_0x5d94e5]of Object[_0xbe1df8(0x14c)](_0x5df70d[_0xbe1df8(0x140)])){_0x5d94e5[_0xbe1df8(0x148)]&&_0x1ca4db['push'](_0x5d94e5[_0xbe1df8(0x148)]['trimEnd']());}if(_0x1ca4db['length']===0x0)return _0x2718a6;return _0x2718a6[_0xbe1df8(0x149)]()+'\x0a\x0a'+_0x1ca4db[_0xbe1df8(0x14b)]('\x0a\x0a')+'\x0a';}export function writeSkillFile(_0x5383e5,_0x1b3085,_0x1d2027){const _0x28612e=a251_0x22105d,_0xeb5d35=getSkillTemplate(_0x5383e5);if(!_0xeb5d35)throw new Error(_0x28612e(0x13c));const _0x40fbe7=dirname(_0x1b3085);mkdirSync(_0x40fbe7,{'recursive':!![]});let _0x47b507=_0xeb5d35[_0x28612e(0x133)](/\{\{IDE_NAME\}\}/g,_0x1d2027);_0x47b507=appendExtendContents(_0x47b507,_0x5383e5),_0x5383e5[_0x28612e(0x146)][_0x28612e(0x144)]&&(_0x47b507=appendUpdateTime(_0x47b507,_0x5383e5[_0x28612e(0x146)][_0x28612e(0x144)])),writeFileSync(_0x1b3085,_0x47b507,_0x28612e(0x12f));}export async function installGuides(_0x32b0de){const _0x5f05b6=a251_0x22105d,_0x548cf0=await fetchGuidesFromCDN();return writeGuidesToProject(_0x548cf0,_0x32b0de),Object[_0x5f05b6(0x137)](_0x548cf0['guides'])[_0x5f05b6(0x130)];}export function getGuidesSummary(_0x1044ce){const _0x4d71a1=a251_0x22105d;return Object[_0x4d71a1(0x14c)](_0x1044ce[_0x4d71a1(0x140)])[_0x4d71a1(0x139)](([_0x26a449,_0x491f44])=>({'key':_0x26a449,'title':_0x491f44['title'],'path':_0x491f44[_0x4d71a1(0x12d)]}));}
1
+ const a251_0x526f6d=a251_0x2617;(function(_0x2f8c86,_0x47ee86){const _0xf117a3=a251_0x2617,_0x508c9c=_0x2f8c86();while(!![]){try{const _0x2c0a5e=parseInt(_0xf117a3(0x174))/0x1*(-parseInt(_0xf117a3(0x15c))/0x2)+parseInt(_0xf117a3(0x154))/0x3*(-parseInt(_0xf117a3(0x170))/0x4)+parseInt(_0xf117a3(0x176))/0x5*(parseInt(_0xf117a3(0x167))/0x6)+-parseInt(_0xf117a3(0x164))/0x7*(parseInt(_0xf117a3(0x162))/0x8)+parseInt(_0xf117a3(0x163))/0x9+parseInt(_0xf117a3(0x16f))/0xa+parseInt(_0xf117a3(0x155))/0xb;if(_0x2c0a5e===_0x47ee86)break;else _0x508c9c['push'](_0x508c9c['shift']());}catch(_0x47442d){_0x508c9c['push'](_0x508c9c['shift']());}}}(a251_0x3a90,0x8d4dc));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 _0x2ba4f3=a251_0x2617,_0x32a743=getTemplateBaseUrl();return _0x32a743+_0x2ba4f3(0x156);}const CACHE_DIR=join(homedir(),'.lovrabet',a251_0x526f6d(0x15e));function a251_0x2617(_0x2aa6ed,_0x25ad32){_0x2aa6ed=_0x2aa6ed-0x154;const _0x3a9084=a251_0x3a90();let _0x2617ae=_0x3a9084[_0x2aa6ed];return _0x2617ae;}export async function fetchGuidesFromCDN(){const _0x24ee57=a251_0x526f6d,_0x342e74=getGuidesCdnUrl(),_0x118355=await fetch(_0x342e74,{'headers':{'Accept':_0x24ee57(0x15d)}});if(!_0x118355['ok'])throw new Error(_0x24ee57(0x157)+_0x118355[_0x24ee57(0x172)]+'\x20'+_0x118355[_0x24ee57(0x177)]);const _0x146a0a=await _0x118355['json']();if(!_0x146a0a[_0x24ee57(0x169)]||typeof _0x146a0a[_0x24ee57(0x169)]!==_0x24ee57(0x168))throw new Error('CDN\x20返回数据格式错误');return _0x146a0a;}export function writeGuidesToProject(_0x9aff9f,_0x29aed,_0x58e089=a251_0x526f6d(0x16a),_0x2ce005){const _0x19076d=a251_0x526f6d,_0xfd00=join(_0x29aed,_0x58e089);mkdirSync(_0xfd00,{'recursive':!![]});for(const [_0x3715f5,_0x2fd6f1]of Object[_0x19076d(0x16b)](_0x9aff9f[_0x19076d(0x169)])){let _0x2dac2f=_0x2fd6f1[_0x19076d(0x173)];_0x2fd6f1['lastUpdated']&&(_0x2dac2f=appendUpdateTime(_0x2dac2f,_0x2fd6f1[_0x19076d(0x15b)])),writeFileSync(join(_0xfd00,_0x3715f5+_0x19076d(0x15f)),_0x2dac2f,_0x19076d(0x16c));}}export function appendUpdateTime(_0x11c6c3,_0x4f06bd){const _0x5a0c77=a251_0x526f6d;return _0x11c6c3=_0x11c6c3[_0x5a0c77(0x159)](/\n*>更新时间:.*$/m,''),_0x11c6c3[_0x5a0c77(0x160)]()+(_0x5a0c77(0x15a)+_0x4f06bd);}function a251_0x3a90(){const _0x48ad17=['8AwnSOM','title','status','content','109669KZktKY','CDN\x20数据中缺少\x20skillTemplate','59420xiZmsx','statusText','639336FIoOch','2650582eWlkDh','/skills/guides.json','CDN\x20请求失败:\x20','map','replace','\x0a\x0a>更新时间:','lastUpdated','2UHZIij','application/json','cache','.md','trimEnd','extendContent','720eTGgRb','3090141jggVuG','89663bYZeEZ','join','skillTemplate','582eQHtfv','object','guides','.lovrabet/skill/guides','entries','utf-8','path','length','5304240XJuAfh'];a251_0x3a90=function(){return _0x48ad17;};return a251_0x3a90();}export function getSkillTemplate(_0x5ca195){const _0x1747b7=a251_0x526f6d;return _0x5ca195[_0x1747b7(0x166)]?.[_0x1747b7(0x173)]||'';}export function appendExtendContents(_0x20e9c4,_0x43037d,_0x27cf7f){const _0x140d41=a251_0x526f6d,_0x1da4ad=[];for(const [,_0x1282b1]of Object['entries'](_0x43037d[_0x140d41(0x169)])){_0x1282b1[_0x140d41(0x161)]&&_0x1da4ad['push'](_0x1282b1[_0x140d41(0x161)]['trimEnd']());}if(_0x1da4ad[_0x140d41(0x16e)]===0x0)return _0x20e9c4;return _0x20e9c4[_0x140d41(0x160)]()+'\x0a\x0a'+_0x1da4ad[_0x140d41(0x165)]('\x0a\x0a')+'\x0a';}export function writeSkillFile(_0x838768,_0x25670d,_0x3a7064){const _0x267a74=a251_0x526f6d,_0x4996f8=getSkillTemplate(_0x838768);if(!_0x4996f8)throw new Error(_0x267a74(0x175));const _0x2d6141=dirname(_0x25670d);mkdirSync(_0x2d6141,{'recursive':!![]});let _0x3b3a76=_0x4996f8[_0x267a74(0x159)](/\{\{IDE_NAME\}\}/g,_0x3a7064);_0x3b3a76=appendExtendContents(_0x3b3a76,_0x838768),_0x838768[_0x267a74(0x166)]['lastUpdated']&&(_0x3b3a76=appendUpdateTime(_0x3b3a76,_0x838768[_0x267a74(0x166)][_0x267a74(0x15b)])),writeFileSync(_0x25670d,_0x3b3a76,_0x267a74(0x16c));}export async function installGuides(_0x32ee2d){const _0x5e4801=a251_0x526f6d,_0x3fde63=await fetchGuidesFromCDN();return writeGuidesToProject(_0x3fde63,_0x32ee2d),Object['keys'](_0x3fde63[_0x5e4801(0x169)])[_0x5e4801(0x16e)];}export function getGuidesSummary(_0x4ec725){const _0x2d7aec=a251_0x526f6d;return Object[_0x2d7aec(0x16b)](_0x4ec725[_0x2d7aec(0x169)])[_0x2d7aec(0x158)](([_0x30ba27,_0x1f2267])=>({'key':_0x30ba27,'title':_0x1f2267[_0x2d7aec(0x171)],'path':_0x1f2267[_0x2d7aec(0x16d)]}));}
@@ -1 +1 @@
1
- (function(_0x35f63a,_0x567592){const _0x353806=a252_0x48de,_0xaed072=_0x35f63a();while(!![]){try{const _0x452d4d=parseInt(_0x353806(0xc5))/0x1+-parseInt(_0x353806(0xc1))/0x2*(-parseInt(_0x353806(0xd0))/0x3)+parseInt(_0x353806(0xd1))/0x4*(-parseInt(_0x353806(0xcf))/0x5)+-parseInt(_0x353806(0xc3))/0x6*(parseInt(_0x353806(0xcd))/0x7)+-parseInt(_0x353806(0xc9))/0x8+parseInt(_0x353806(0xd2))/0x9+parseInt(_0x353806(0xce))/0xa;if(_0x452d4d===_0x567592)break;else _0xaed072['push'](_0xaed072['shift']());}catch(_0x2d6d87){_0xaed072['push'](_0xaed072['shift']());}}}(a252_0x55cf,0x952c1));export async function httpRequest(_0x45b0b1,_0x6902e2={}){const _0x11b3df=a252_0x48de,{timeout:timeout=0x7530,retries:retries=0x3,retryDelay:retryDelay=0x3e8,headers:headers={}}=_0x6902e2;let _0x476df0=null;for(let _0x3bcfda=0x0;_0x3bcfda<=retries;_0x3bcfda++){try{const _0x1f1666=new AbortController(),_0x4e84de=setTimeout(()=>_0x1f1666['abort'](),timeout),_0x1603a9=await fetch(_0x45b0b1,{'headers':headers,'signal':_0x1f1666[_0x11b3df(0xcb)]});clearTimeout(_0x4e84de);let _0x839852;const _0x124a33=_0x1603a9[_0x11b3df(0xca)][_0x11b3df(0xd7)](_0x11b3df(0xbf));return _0x124a33?.[_0x11b3df(0xd6)](_0x11b3df(0xcc))?_0x839852=await _0x1603a9['json']():_0x839852=await _0x1603a9['text'](),{'ok':_0x1603a9['ok'],'status':_0x1603a9[_0x11b3df(0xc4)],'statusText':_0x1603a9['statusText'],'data':_0x839852,'headers':_0x1603a9[_0x11b3df(0xca)],'url':_0x1603a9[_0x11b3df(0xc6)],'text':()=>_0x1603a9['text']()};}catch(_0x5281ed){_0x476df0=_0x5281ed instanceof Error?_0x5281ed:new Error(String(_0x5281ed));if(_0x3bcfda===retries)break;if(shouldRetry(_0x5281ed)){console['log'](_0x11b3df(0xbc)+retryDelay+_0x11b3df(0xbe)+(_0x3bcfda+0x1)+_0x11b3df(0xc2)),await sleep(retryDelay);continue;}else break;}}throw _0x476df0||new Error('Request\x20failed');}function shouldRetry(_0xbbae68){const _0x4382aa=a252_0x48de;if(_0xbbae68 instanceof Error){if(_0xbbae68[_0x4382aa(0xc8)]===_0x4382aa(0xd5))return![];if(_0xbbae68[_0x4382aa(0xc8)]===_0x4382aa(0xc7)&&_0xbbae68[_0x4382aa(0xc0)][_0x4382aa(0xd6)](_0x4382aa(0xd4)))return!![];if(_0xbbae68[_0x4382aa(0xc0)]['includes'](_0x4382aa(0xd3)))return!![];if(_0xbbae68[_0x4382aa(0xc0)]['includes'](_0x4382aa(0xbd)))return![];}return![];}function sleep(_0xf46dca){return new Promise(_0x5d3f23=>setTimeout(_0x5d3f23,_0xf46dca));}export function validateUrl(_0x332e5b){try{return new URL(_0x332e5b),!![];}catch{return![];}}function a252_0x48de(_0x97e30b,_0x528cbc){_0x97e30b=_0x97e30b-0xbc;const _0x55cf05=a252_0x55cf();let _0x48de8d=_0x55cf05[_0x97e30b];return _0x48de8d;}function a252_0x55cf(){const _0x4fb351=['1022646femTeI','status','896435HepVtG','url','TypeError','name','7886640RVeGUs','headers','signal','application/json','21AqQMCf','7834830ehaJjJ','635CHUXYZ','3361587hPntBH','26324KUPBch','1291518Emjpns','ECONNRESET','fetch','AbortError','includes','get','*\x20请求失败,','ENOTFOUND','ms\x20后进行第\x20','content-type','message','2gpFJVn','\x20次重试...'];a252_0x55cf=function(){return _0x4fb351;};return a252_0x55cf();}
1
+ function a252_0x3815(_0x3151ae,_0x4c2ac7){_0x3151ae=_0x3151ae-0x14f;const _0x4f00c5=a252_0x4f00();let _0x38151a=_0x4f00c5[_0x3151ae];return _0x38151a;}(function(_0x5d81a6,_0x3f23c3){const _0x5021ab=a252_0x3815,_0x3f6a7f=_0x5d81a6();while(!![]){try{const _0x322597=-parseInt(_0x5021ab(0x160))/0x1+parseInt(_0x5021ab(0x152))/0x2+parseInt(_0x5021ab(0x154))/0x3*(-parseInt(_0x5021ab(0x169))/0x4)+parseInt(_0x5021ab(0x151))/0x5+parseInt(_0x5021ab(0x15f))/0x6*(-parseInt(_0x5021ab(0x162))/0x7)+parseInt(_0x5021ab(0x156))/0x8*(-parseInt(_0x5021ab(0x168))/0x9)+parseInt(_0x5021ab(0x16e))/0xa*(parseInt(_0x5021ab(0x161))/0xb);if(_0x322597===_0x3f23c3)break;else _0x3f6a7f['push'](_0x3f6a7f['shift']());}catch(_0x930726){_0x3f6a7f['push'](_0x3f6a7f['shift']());}}}(a252_0x4f00,0x60469));export async function httpRequest(_0x36d24a,_0x3e5d2b={}){const _0x213135=a252_0x3815,{timeout:timeout=0x7530,retries:retries=0x3,retryDelay:retryDelay=0x3e8,headers:headers={}}=_0x3e5d2b;let _0x1c017d=null;for(let _0x25b90b=0x0;_0x25b90b<=retries;_0x25b90b++){try{const _0x4d3313=new AbortController(),_0x4fbc5f=setTimeout(()=>_0x4d3313['abort'](),timeout),_0x3ea200=await fetch(_0x36d24a,{'headers':headers,'signal':_0x4d3313[_0x213135(0x150)]});clearTimeout(_0x4fbc5f);let _0x40f48e;const _0x1ab8c7=_0x3ea200['headers'][_0x213135(0x153)](_0x213135(0x157));return _0x1ab8c7?.[_0x213135(0x155)]('application/json')?_0x40f48e=await _0x3ea200[_0x213135(0x16a)]():_0x40f48e=await _0x3ea200['text'](),{'ok':_0x3ea200['ok'],'status':_0x3ea200[_0x213135(0x15b)],'statusText':_0x3ea200[_0x213135(0x167)],'data':_0x40f48e,'headers':_0x3ea200[_0x213135(0x159)],'url':_0x3ea200[_0x213135(0x164)],'text':()=>_0x3ea200[_0x213135(0x166)]()};}catch(_0x1b5e2b){_0x1c017d=_0x1b5e2b instanceof Error?_0x1b5e2b:new Error(String(_0x1b5e2b));if(_0x25b90b===retries)break;if(shouldRetry(_0x1b5e2b)){console[_0x213135(0x15c)](_0x213135(0x163)+retryDelay+_0x213135(0x16b)+(_0x25b90b+0x1)+_0x213135(0x16c)),await sleep(retryDelay);continue;}else break;}}throw _0x1c017d||new Error(_0x213135(0x158));}function a252_0x4f00(){const _0x308b21=['558537PzrcbA','includes','16ujpIyD','content-type','Request\x20failed','headers','message','status','log','TypeError','AbortError','1410BSjPma','328763dIJYqs','11YQpFGe','21847wgWxwe','*\x20请求失败,','url','name','text','statusText','4014lEQWqU','12bMhhXz','json','ms\x20后进行第\x20','\x20次重试...','fetch','15767970YRWvpe','ENOTFOUND','signal','1467975SKDJxx','291160lzyJez','get'];a252_0x4f00=function(){return _0x308b21;};return a252_0x4f00();}function shouldRetry(_0xdea5f8){const _0x2c7667=a252_0x3815;if(_0xdea5f8 instanceof Error){if(_0xdea5f8[_0x2c7667(0x165)]===_0x2c7667(0x15e))return![];if(_0xdea5f8[_0x2c7667(0x165)]===_0x2c7667(0x15d)&&_0xdea5f8[_0x2c7667(0x15a)]['includes'](_0x2c7667(0x16d)))return!![];if(_0xdea5f8[_0x2c7667(0x15a)]['includes']('ECONNRESET'))return!![];if(_0xdea5f8[_0x2c7667(0x15a)]['includes'](_0x2c7667(0x14f)))return![];}return![];}function sleep(_0x5978d3){return new Promise(_0x315075=>setTimeout(_0x315075,_0x5978d3));}export function validateUrl(_0x2d8708){try{return new URL(_0x2d8708),!![];}catch{return![];}}
@@ -1 +1 @@
1
- (function(_0x38f51a,_0x2c2e3d){const _0x4ab3bd=a253_0x1c2c,_0x529a44=_0x38f51a();while(!![]){try{const _0xd82711=parseInt(_0x4ab3bd(0x9d))/0x1*(-parseInt(_0x4ab3bd(0x97))/0x2)+-parseInt(_0x4ab3bd(0x95))/0x3+parseInt(_0x4ab3bd(0x98))/0x4*(parseInt(_0x4ab3bd(0x9f))/0x5)+-parseInt(_0x4ab3bd(0x96))/0x6+-parseInt(_0x4ab3bd(0x9c))/0x7+parseInt(_0x4ab3bd(0x99))/0x8*(parseInt(_0x4ab3bd(0xa0))/0x9)+parseInt(_0x4ab3bd(0x9a))/0xa;if(_0xd82711===_0x2c2e3d)break;else _0x529a44['push'](_0x529a44['shift']());}catch(_0x1d41f9){_0x529a44['push'](_0x529a44['shift']());}}}(a253_0x4e10,0x534ac));function a253_0x4e10(){const _0x33914c=['1NtTtMz','true','7355JMrmcU','2043GeZRQp','isTTY','setRawMode','stdout','stdin','830568MhMOIf','173640JjuJPs','1190194YCbANe','12AXbmzH','18448QJBfZW','9535640lMGkvr','isRaw','1675674lEoDFl'];a253_0x4e10=function(){return _0x33914c;};return a253_0x4e10();}function a253_0x1c2c(_0x236c4c,_0x44396a){_0x236c4c=_0x236c4c-0x95;const _0x4e1011=a253_0x4e10();let _0x1c2cd1=_0x4e1011[_0x236c4c];return _0x1c2cd1;}function env(_0x3b92fe){return process.env[`RABETBASE_${_0x3b92fe}`]||process.env[`LOVRABET_${_0x3b92fe}`]||undefined;}export function isNonInteractive(_0x5714ca){const _0x581db0=a253_0x1c2c;return!!(_0x5714ca['nonInteractive']||_0x5714ca['ci']||env('CI')===_0x581db0(0x9e)||process.env.CI==='true'||!process[_0x581db0(0xa3)][_0x581db0(0xa1)]||!isStdinRawModeSupported());}function isStdinRawModeSupported(){const _0x6d1d97=a253_0x1c2c;if(!process[_0x6d1d97(0xa4)]['isTTY'])return![];try{const _0x281bab=process[_0x6d1d97(0xa4)][_0x6d1d97(0x9b)];return process['stdin'][_0x6d1d97(0xa2)](!![]),process[_0x6d1d97(0xa4)]['setRawMode'](_0x281bab??![]),!![];}catch{return![];}}
1
+ function a253_0x5c6e(_0x49c850,_0x39bc72){_0x49c850=_0x49c850-0x1c8;const _0x409b24=a253_0x409b();let _0x5c6ec8=_0x409b24[_0x49c850];return _0x5c6ec8;}function a253_0x409b(){const _0x7347c4=['setRawMode','1455840qKEnQn','stdin','4666380xMTDuY','5890908QNSLgS','stdout','6907563RiWCbm','3251549bhMlCt','isRaw','4mWCJcz','true','16qGbsZm','isTTY','11209180yHdyel','150OVeyAd','8724MDkbGx','nonInteractive'];a253_0x409b=function(){return _0x7347c4;};return a253_0x409b();}(function(_0x2feae9,_0x3c231d){const _0x30f7a2=a253_0x5c6e,_0x930045=_0x2feae9();while(!![]){try{const _0x2b655e=parseInt(_0x30f7a2(0x1cf))/0x1*(parseInt(_0x30f7a2(0x1d0))/0x2)+-parseInt(_0x30f7a2(0x1d3))/0x3+parseInt(_0x30f7a2(0x1ca))/0x4*(parseInt(_0x30f7a2(0x1d5))/0x5)+parseInt(_0x30f7a2(0x1d6))/0x6+parseInt(_0x30f7a2(0x1c8))/0x7*(-parseInt(_0x30f7a2(0x1cc))/0x8)+parseInt(_0x30f7a2(0x1d8))/0x9+-parseInt(_0x30f7a2(0x1ce))/0xa;if(_0x2b655e===_0x3c231d)break;else _0x930045['push'](_0x930045['shift']());}catch(_0x4ef591){_0x930045['push'](_0x930045['shift']());}}}(a253_0x409b,0xc3b99));function env(_0x564f97){return process.env[`RABETBASE_${_0x564f97}`]||process.env[`LOVRABET_${_0x564f97}`]||undefined;}export function isNonInteractive(_0xf84332){const _0x2774a7=a253_0x5c6e;return!!(_0xf84332[_0x2774a7(0x1d1)]||_0xf84332['ci']||env('CI')===_0x2774a7(0x1cb)||process.env.CI===_0x2774a7(0x1cb)||!process[_0x2774a7(0x1d7)][_0x2774a7(0x1cd)]||!isStdinRawModeSupported());}function isStdinRawModeSupported(){const _0x292484=a253_0x5c6e;if(!process[_0x292484(0x1d4)][_0x292484(0x1cd)])return![];try{const _0xb3cae8=process[_0x292484(0x1d4)][_0x292484(0x1c9)];return process[_0x292484(0x1d4)][_0x292484(0x1d2)](!![]),process[_0x292484(0x1d4)][_0x292484(0x1d2)](_0xb3cae8??![]),!![];}catch{return![];}}
@@ -1 +1 @@
1
- const a254_0x4d5b63=a254_0x4e4a;(function(_0x23494f,_0x2d019a){const _0x3f8c51=a254_0x4e4a,_0x3d7fcd=_0x23494f();while(!![]){try{const _0x29318f=-parseInt(_0x3f8c51(0x1dd))/0x1*(-parseInt(_0x3f8c51(0x1e7))/0x2)+parseInt(_0x3f8c51(0x1c3))/0x3*(-parseInt(_0x3f8c51(0x1d7))/0x4)+parseInt(_0x3f8c51(0x1dc))/0x5+parseInt(_0x3f8c51(0x1ed))/0x6+-parseInt(_0x3f8c51(0x1d3))/0x7+parseInt(_0x3f8c51(0x1bd))/0x8*(-parseInt(_0x3f8c51(0x1c4))/0x9)+parseInt(_0x3f8c51(0x1c9))/0xa*(parseInt(_0x3f8c51(0x1c1))/0xb);if(_0x29318f===_0x2d019a)break;else _0x3d7fcd['push'](_0x3d7fcd['shift']());}catch(_0x16f02f){_0x3d7fcd['push'](_0x3d7fcd['shift']());}}}(a254_0x4d22,0xc731b));import a254_0x5c5797 from'winston';import a254_0x4c0311 from'node:fs';import a254_0x27ce49 from'node:path';function a254_0x4e4a(_0x49dbad,_0x7e1dc6){_0x49dbad=_0x49dbad-0x1b3;const _0x4d22d1=a254_0x4d22();let _0x4e4a50=_0x4d22d1[_0x49dbad];return _0x4e4a50;}class Logger{[a254_0x4d5b63(0x1ca)];[a254_0x4d5b63(0x1d6)];[a254_0x4d5b63(0x1eb)]='';constructor(){const _0x5d9464=a254_0x4d5b63;this[_0x5d9464(0x1d6)]='';}[a254_0x4d5b63(0x1cf)](_0x149d2c){const _0x4f610f=a254_0x4d5b63;this[_0x4f610f(0x1eb)]=_0x149d2c;}[a254_0x4d5b63(0x1de)](){const _0x20aad9=a254_0x4d5b63,_0x143c65=a254_0x27ce49['dirname'](this[_0x20aad9(0x1d6)]);!a254_0x4c0311['existsSync'](_0x143c65)&&a254_0x4c0311[_0x20aad9(0x1e1)](_0x143c65,{'recursive':!![]});const _0x2f3843=a254_0x5c5797['format'][_0x20aad9(0x1e9)](a254_0x5c5797[_0x20aad9(0x1db)]['timestamp'](),a254_0x5c5797['format'][_0x20aad9(0x1d0)]({'stack':!![]}),a254_0x5c5797[_0x20aad9(0x1db)][_0x20aad9(0x1e0)](_0x1c0f25=>{const _0x59a813=_0x20aad9,_0x1aca06={'timestamp':_0x1c0f25[_0x59a813(0x1d4)]||new Date()[_0x59a813(0x1e4)](),'level':_0x1c0f25['level']||'info','command':_0x1c0f25[_0x59a813(0x1ce)]||_0x59a813(0x1d5),'rawCommand':_0x1c0f25[_0x59a813(0x1c7)]||this[_0x59a813(0x1eb)]||undefined,'message':_0x1c0f25[_0x59a813(0x1da)]||'','duration':_0x1c0f25['duration']||undefined,'details':_0x1c0f25[_0x59a813(0x1ee)]||undefined};return JSON[_0x59a813(0x1c8)](_0x1aca06);}));this[_0x20aad9(0x1ca)]=a254_0x5c5797[_0x20aad9(0x1cc)]({'level':_0x20aad9(0x1b3),'format':_0x2f3843,'transports':[new a254_0x5c5797[(_0x20aad9(0x1ea))]['File']({'filename':this[_0x20aad9(0x1d6)],'level':_0x20aad9(0x1b3)})],'silent':![]}),a254_0x5c5797[_0x20aad9(0x1e6)]({'success':_0x20aad9(0x1bc),'error':_0x20aad9(0x1ec),'warn':_0x20aad9(0x1c2),'info':_0x20aad9(0x1c6)});}[a254_0x4d5b63(0x1be)](_0x63b1ad){const _0x51cd57=a254_0x4d5b63;this[_0x51cd57(0x1d6)]=a254_0x27ce49[_0x51cd57(0x1b5)](_0x63b1ad,_0x51cd57(0x1d1)),this['winstonLogger']&&this[_0x51cd57(0x1ca)][_0x51cd57(0x1ba)](),this[_0x51cd57(0x1de)]();}[a254_0x4d5b63(0x1b3)](_0x334666,_0x36105f,_0x562ff4){const _0x44ad6f=a254_0x4d5b63;if(!this[_0x44ad6f(0x1d6)]||!this[_0x44ad6f(0x1ca)])return;this[_0x44ad6f(0x1ca)][_0x44ad6f(0x1b3)](_0x36105f,{'command':_0x334666,'details':_0x562ff4});}[a254_0x4d5b63(0x1bb)](_0x1fe0ed,_0x4bfe24,_0x1a880a,_0x121486){const _0x45bcee=a254_0x4d5b63;if(!this[_0x45bcee(0x1d6)]||!this[_0x45bcee(0x1ca)])return;this[_0x45bcee(0x1ca)]['log'](_0x45bcee(0x1b3),_0x4bfe24,{'level':_0x45bcee(0x1bb),'command':_0x1fe0ed,'duration':_0x1a880a,'details':_0x121486});}['error'](_0x27c583,_0x4bb33d,_0x117b67){const _0x9240cc=a254_0x4d5b63;if(!this[_0x9240cc(0x1d6)]||!this[_0x9240cc(0x1ca)])return;this[_0x9240cc(0x1ca)][_0x9240cc(0x1e2)](_0x4bb33d,{'command':_0x27c583,'details':_0x117b67});}['warn'](_0x13df1b,_0x2a1c28,_0x374aed){const _0x363f17=a254_0x4d5b63;if(!this[_0x363f17(0x1d6)]||!this[_0x363f17(0x1ca)])return;this[_0x363f17(0x1ca)][_0x363f17(0x1c5)](_0x2a1c28,{'command':_0x13df1b,'details':_0x374aed});}async['logTask'](_0x441055,_0x2b50cd,_0xd1f3db){const _0x4b9a6e=a254_0x4d5b63,_0x265763=Date[_0x4b9a6e(0x1b7)]();this[_0x4b9a6e(0x1b3)](_0x441055,_0x4b9a6e(0x1b8)+_0x2b50cd);try{const _0x2229f1=await _0xd1f3db(),_0x4cf208=Date['now']()-_0x265763;return this[_0x4b9a6e(0x1bb)](_0x441055,_0x4b9a6e(0x1c0)+_0x2b50cd,_0x4cf208),_0x2229f1;}catch(_0x3184a2){const _0x488f1a=Date[_0x4b9a6e(0x1b7)]()-_0x265763;this['error'](_0x441055,_0x4b9a6e(0x1cd)+_0x2b50cd,{'error':_0x3184a2 instanceof Error?_0x3184a2[_0x4b9a6e(0x1da)]:String(_0x3184a2),'duration':_0x488f1a});throw _0x3184a2;}}[a254_0x4d5b63(0x1df)](){const _0x55123c=a254_0x4d5b63;try{if(!a254_0x4c0311['existsSync'](this[_0x55123c(0x1d6)]))return[];const _0x11326a=a254_0x4c0311[_0x55123c(0x1e3)](this[_0x55123c(0x1d6)],_0x55123c(0x1b9));return _0x11326a['split']('\x0a')[_0x55123c(0x1b4)](_0x1c9b74=>_0x1c9b74[_0x55123c(0x1e8)]())['map'](_0x5591e4=>JSON[_0x55123c(0x1e5)](_0x5591e4));}catch(_0x5739c6){return console['warn'](_0x55123c(0x1bf),_0x5739c6),[];}}[a254_0x4d5b63(0x1d8)](){const _0x4f73e4=a254_0x4d5b63;try{a254_0x4c0311[_0x4f73e4(0x1b6)](this[_0x4f73e4(0x1d6)])&&a254_0x4c0311[_0x4f73e4(0x1cb)](this[_0x4f73e4(0x1d6)],'',_0x4f73e4(0x1b9));}catch(_0x19e59f){console[_0x4f73e4(0x1c5)](_0x4f73e4(0x1d9),_0x19e59f);}}[a254_0x4d5b63(0x1d2)](){const _0xa9a353=a254_0x4d5b63;return this[_0xa9a353(0x1ca)];}}export const logger=new Logger();function a254_0x4d22(){const _0x3623dd=['8yhyQRL','setLogPath','Failed\x20to\x20read\x20logs:','完成:\x20','7375247uZbOfK','yellow','12IFxsyd','14046993uIzvLA','warn','blue','rawCommand','stringify','10daicAo','winstonLogger','writeFileSync','createLogger','失败:\x20','command','setRawCommand','errors','.lovrabet.log','getWinstonInstance','5019644grqBdW','timestamp','unknown','logFilePath','179484IemlMM','clearLogs','Failed\x20to\x20clear\x20logs:','message','format','1057325reJWEq','3557UKGPpy','initWinstonLogger','readLogs','printf','mkdirSync','error','readFileSync','toISOString','parse','addColors','758ubsYRA','trim','combine','transports','currentRawCommand','red','6259242OjWQjz','details','info','filter','join','existsSync','now','开始执行:\x20','utf8','clear','success','green'];a254_0x4d22=function(){return _0x3623dd;};return a254_0x4d22();}
1
+ const a254_0x4f094c=a254_0x557e;(function(_0x219da3,_0x523000){const _0x3406c5=a254_0x557e,_0x58434c=_0x219da3();while(!![]){try{const _0x293744=parseInt(_0x3406c5(0xc9))/0x1+-parseInt(_0x3406c5(0xce))/0x2+parseInt(_0x3406c5(0xb2))/0x3+parseInt(_0x3406c5(0xc6))/0x4*(-parseInt(_0x3406c5(0xb3))/0x5)+parseInt(_0x3406c5(0xe0))/0x6*(parseInt(_0x3406c5(0xe3))/0x7)+parseInt(_0x3406c5(0xd5))/0x8+parseInt(_0x3406c5(0xbc))/0x9*(-parseInt(_0x3406c5(0xb6))/0xa);if(_0x293744===_0x523000)break;else _0x58434c['push'](_0x58434c['shift']());}catch(_0x5a39d9){_0x58434c['push'](_0x58434c['shift']());}}}(a254_0x5f1c,0x63dca));import a254_0x4cc4e9 from'winston';function a254_0x5f1c(){const _0x503490=['mkdirSync','join','logTask','4qvskjd','utf8','red','602285aBXZEO','unknown','errors','完成:\x20','toISOString','1319846YijlLz','.lovrabet.log','transports','initWinstonLogger','失败:\x20','printf','writeFileSync','5789976MYqZvF','duration','now','createLogger','logFilePath','currentRawCommand','readLogs','split','blue','warn','clearLogs','6Vnwnpv','rawCommand','combine','3206882GFLNeO','setLogPath','Failed\x20to\x20clear\x20logs:','log','timestamp','trim','error','1973823RhvOLB','4085135SDCGWi','level','yellow','5561150eEmWjo','getWinstonInstance','addColors','readFileSync','format','existsSync','9qOpmZO','details','winstonLogger','info','stringify','parse','setRawCommand'];a254_0x5f1c=function(){return _0x503490;};return a254_0x5f1c();}import a254_0x22508a from'node:fs';import a254_0x5a0dcd from'node:path';function a254_0x557e(_0x577351,_0x2ccfac){_0x577351=_0x577351-0xae;const _0x5f1c36=a254_0x5f1c();let _0x557ec7=_0x5f1c36[_0x577351];return _0x557ec7;}class Logger{['winstonLogger'];[a254_0x4f094c(0xd9)];[a254_0x4f094c(0xda)]='';constructor(){this['logFilePath']='';}[a254_0x4f094c(0xc2)](_0x858cb0){const _0x22d45a=a254_0x4f094c;this[_0x22d45a(0xda)]=_0x858cb0;}[a254_0x4f094c(0xd1)](){const _0x2ae978=a254_0x4f094c,_0x3823c8=a254_0x5a0dcd['dirname'](this[_0x2ae978(0xd9)]);!a254_0x22508a[_0x2ae978(0xbb)](_0x3823c8)&&a254_0x22508a[_0x2ae978(0xc3)](_0x3823c8,{'recursive':!![]});const _0x4dd03c=a254_0x4cc4e9[_0x2ae978(0xba)][_0x2ae978(0xe2)](a254_0x4cc4e9[_0x2ae978(0xba)][_0x2ae978(0xaf)](),a254_0x4cc4e9[_0x2ae978(0xba)][_0x2ae978(0xcb)]({'stack':!![]}),a254_0x4cc4e9[_0x2ae978(0xba)][_0x2ae978(0xd3)](_0x2062d4=>{const _0x260940=_0x2ae978,_0x4bedb5={'timestamp':_0x2062d4['timestamp']||new Date()[_0x260940(0xcd)](),'level':_0x2062d4[_0x260940(0xb4)]||_0x260940(0xbf),'command':_0x2062d4['command']||_0x260940(0xca),'rawCommand':_0x2062d4[_0x260940(0xe1)]||this[_0x260940(0xda)]||undefined,'message':_0x2062d4['message']||'','duration':_0x2062d4[_0x260940(0xd6)]||undefined,'details':_0x2062d4[_0x260940(0xbd)]||undefined};return JSON[_0x260940(0xc0)](_0x4bedb5);}));this[_0x2ae978(0xbe)]=a254_0x4cc4e9[_0x2ae978(0xd8)]({'level':_0x2ae978(0xbf),'format':_0x4dd03c,'transports':[new a254_0x4cc4e9[(_0x2ae978(0xd0))]['File']({'filename':this[_0x2ae978(0xd9)],'level':_0x2ae978(0xbf)})],'silent':![]}),a254_0x4cc4e9[_0x2ae978(0xb8)]({'success':'green','error':_0x2ae978(0xc8),'warn':_0x2ae978(0xb5),'info':_0x2ae978(0xdd)});}[a254_0x4f094c(0xe4)](_0x3589ac){const _0x2b3fb7=a254_0x4f094c;this['logFilePath']=a254_0x5a0dcd[_0x2b3fb7(0xc4)](_0x3589ac,_0x2b3fb7(0xcf)),this[_0x2b3fb7(0xbe)]&&this['winstonLogger']['clear'](),this[_0x2b3fb7(0xd1)]();}['info'](_0xcf7461,_0x28fb5d,_0x37ad13){const _0x3139d4=a254_0x4f094c;if(!this[_0x3139d4(0xd9)]||!this[_0x3139d4(0xbe)])return;this['winstonLogger']['info'](_0x28fb5d,{'command':_0xcf7461,'details':_0x37ad13});}['success'](_0xd010d1,_0x1108c0,_0x39cb53,_0x52c830){const _0x16fbfb=a254_0x4f094c;if(!this['logFilePath']||!this['winstonLogger'])return;this['winstonLogger'][_0x16fbfb(0xae)]('info',_0x1108c0,{'level':'success','command':_0xd010d1,'duration':_0x39cb53,'details':_0x52c830});}[a254_0x4f094c(0xb1)](_0xed4955,_0x171b07,_0x3efe84){const _0x665cdb=a254_0x4f094c;if(!this[_0x665cdb(0xd9)]||!this['winstonLogger'])return;this['winstonLogger']['error'](_0x171b07,{'command':_0xed4955,'details':_0x3efe84});}['warn'](_0x3729ba,_0x2a3726,_0x35c46f){const _0xbfd84e=a254_0x4f094c;if(!this[_0xbfd84e(0xd9)]||!this[_0xbfd84e(0xbe)])return;this[_0xbfd84e(0xbe)][_0xbfd84e(0xde)](_0x2a3726,{'command':_0x3729ba,'details':_0x35c46f});}async[a254_0x4f094c(0xc5)](_0x3d0a78,_0x36b20a,_0x5d0f2f){const _0x2cf16b=a254_0x4f094c,_0x4fd1ca=Date[_0x2cf16b(0xd7)]();this['info'](_0x3d0a78,'开始执行:\x20'+_0x36b20a);try{const _0x58eba1=await _0x5d0f2f(),_0x41f4e5=Date[_0x2cf16b(0xd7)]()-_0x4fd1ca;return this['success'](_0x3d0a78,_0x2cf16b(0xcc)+_0x36b20a,_0x41f4e5),_0x58eba1;}catch(_0x29e57e){const _0x4f63d1=Date[_0x2cf16b(0xd7)]()-_0x4fd1ca;this[_0x2cf16b(0xb1)](_0x3d0a78,_0x2cf16b(0xd2)+_0x36b20a,{'error':_0x29e57e instanceof Error?_0x29e57e['message']:String(_0x29e57e),'duration':_0x4f63d1});throw _0x29e57e;}}[a254_0x4f094c(0xdb)](){const _0x4c14c3=a254_0x4f094c;try{if(!a254_0x22508a[_0x4c14c3(0xbb)](this[_0x4c14c3(0xd9)]))return[];const _0x3cc7c3=a254_0x22508a[_0x4c14c3(0xb9)](this['logFilePath'],'utf8');return _0x3cc7c3[_0x4c14c3(0xdc)]('\x0a')['filter'](_0x21d05b=>_0x21d05b[_0x4c14c3(0xb0)]())['map'](_0x21b6cb=>JSON[_0x4c14c3(0xc1)](_0x21b6cb));}catch(_0x3d988a){return console[_0x4c14c3(0xde)]('Failed\x20to\x20read\x20logs:',_0x3d988a),[];}}[a254_0x4f094c(0xdf)](){const _0x49523c=a254_0x4f094c;try{a254_0x22508a[_0x49523c(0xbb)](this[_0x49523c(0xd9)])&&a254_0x22508a[_0x49523c(0xd4)](this[_0x49523c(0xd9)],'',_0x49523c(0xc7));}catch(_0x5b7818){console[_0x49523c(0xde)](_0x49523c(0xe5),_0x5b7818);}}[a254_0x4f094c(0xb7)](){const _0x4dab76=a254_0x4f094c;return this[_0x4dab76(0xbe)];}}export const logger=new Logger();
@@ -1 +1 @@
1
- function a255_0x58c4(_0x4ee491,_0x1edaf2){_0x4ee491=_0x4ee491-0x1f0;const _0x48bd2b=a255_0x48bd();let _0x58c49c=_0x48bd2b[_0x4ee491];return _0x58c49c;}function a255_0x48bd(){const _0x977e39=['16872PPVQiz','parse','679ewvjzb','1345248gQKSdu','431jGIcDU','Invalid\x20JSON\x20for\x20--params:\x20','49740xphqto','isArray','object','11QUCfRE','validation','4kIMaZA','1321515DypYuy','2395302TKIqKv','594ofewCz','1931085qKgXJP'];a255_0x48bd=function(){return _0x977e39;};return a255_0x48bd();}(function(_0x54db88,_0xa178d4){const _0x23e846=a255_0x58c4,_0x5f392e=_0x54db88();while(!![]){try{const _0x5409e0=parseInt(_0x23e846(0x1fb))/0x1*(parseInt(_0x23e846(0x1f5))/0x2)+parseInt(_0x23e846(0x1f3))/0x3+-parseInt(_0x23e846(0x1f2))/0x4*(parseInt(_0x23e846(0x1f6))/0x5)+parseInt(_0x23e846(0x1f4))/0x6+-parseInt(_0x23e846(0x1f9))/0x7*(parseInt(_0x23e846(0x1f7))/0x8)+-parseInt(_0x23e846(0x1fa))/0x9+-parseInt(_0x23e846(0x1fd))/0xa*(-parseInt(_0x23e846(0x1f0))/0xb);if(_0x5409e0===_0xa178d4)break;else _0x5f392e['push'](_0x5f392e['shift']());}catch(_0x4b0ecb){_0x5f392e['push'](_0x5f392e['shift']());}}}(a255_0x48bd,0x38bf9));import{CliErrors}from'../errors.js';export function parseJsonParams(_0x4a523e){const _0x498831=a255_0x58c4;if(!_0x4a523e)return undefined;let _0xf62e3f;try{_0xf62e3f=JSON[_0x498831(0x1f8)](_0x4a523e);}catch{throw CliErrors[_0x498831(0x1f1)](_0x498831(0x1fc)+_0x4a523e);}if(!_0xf62e3f||typeof _0xf62e3f!==_0x498831(0x1ff)||Array[_0x498831(0x1fe)](_0xf62e3f))throw CliErrors['validation']('--params\x20must\x20be\x20a\x20JSON\x20object','Example:\x20--params\x20\x27{\x22id\x22:123}\x27');return _0xf62e3f;}
1
+ function a255_0x17f4(){const _0x56abac=['21612SNvvne','1162110vaZrdL','parse','--params\x20must\x20be\x20a\x20JSON\x20object','2IgdWOO','873553AUeZtW','isArray','4865176avGPIJ','validation','7318460QyvrCa','406125KAFYbV','3733384OSFhqL','279TqbxTt','object','1995NsQmqr','Invalid\x20JSON\x20for\x20--params:\x20'];a255_0x17f4=function(){return _0x56abac;};return a255_0x17f4();}(function(_0x41ce0d,_0x162356){const _0x3e44b2=a255_0x200b,_0x4d5d89=_0x41ce0d();while(!![]){try{const _0x2c937c=parseInt(_0x3e44b2(0xa2))/0x1*(-parseInt(_0x3e44b2(0xa1))/0x2)+parseInt(_0x3e44b2(0xa7))/0x3+-parseInt(_0x3e44b2(0xa4))/0x4+-parseInt(_0x3e44b2(0xa6))/0x5+-parseInt(_0x3e44b2(0xad))/0x6*(-parseInt(_0x3e44b2(0xab))/0x7)+-parseInt(_0x3e44b2(0xa8))/0x8+parseInt(_0x3e44b2(0xa9))/0x9*(parseInt(_0x3e44b2(0xae))/0xa);if(_0x2c937c===_0x162356)break;else _0x4d5d89['push'](_0x4d5d89['shift']());}catch(_0x835684){_0x4d5d89['push'](_0x4d5d89['shift']());}}}(a255_0x17f4,0xb5b52));function a255_0x200b(_0x2a9515,_0x382b10){_0x2a9515=_0x2a9515-0xa0;const _0x17f444=a255_0x17f4();let _0x200b35=_0x17f444[_0x2a9515];return _0x200b35;}import{CliErrors}from'../errors.js';export function parseJsonParams(_0xa71005){const _0x538dd5=a255_0x200b;if(!_0xa71005)return undefined;let _0x4482df;try{_0x4482df=JSON[_0x538dd5(0xaf)](_0xa71005);}catch{throw CliErrors[_0x538dd5(0xa5)](_0x538dd5(0xac)+_0xa71005);}if(!_0x4482df||typeof _0x4482df!==_0x538dd5(0xaa)||Array[_0x538dd5(0xa3)](_0x4482df))throw CliErrors[_0x538dd5(0xa5)](_0x538dd5(0xa0),'Example:\x20--params\x20\x27{\x22id\x22:123}\x27');return _0x4482df;}
@@ -1 +1 @@
1
- const a256_0x4f1806=a256_0x175d;(function(_0x7eb7d8,_0x5b990b){const _0x2aac3d=a256_0x175d,_0x420e62=_0x7eb7d8();while(!![]){try{const _0x24e04b=parseInt(_0x2aac3d(0x106))/0x1+-parseInt(_0x2aac3d(0x108))/0x2+parseInt(_0x2aac3d(0x105))/0x3*(parseInt(_0x2aac3d(0x101))/0x4)+-parseInt(_0x2aac3d(0x10d))/0x5*(-parseInt(_0x2aac3d(0x10b))/0x6)+-parseInt(_0x2aac3d(0x103))/0x7*(parseInt(_0x2aac3d(0x102))/0x8)+parseInt(_0x2aac3d(0x10c))/0x9*(parseInt(_0x2aac3d(0x104))/0xa)+parseInt(_0x2aac3d(0x109))/0xb*(-parseInt(_0x2aac3d(0x100))/0xc);if(_0x24e04b===_0x5b990b)break;else _0x420e62['push'](_0x420e62['shift']());}catch(_0x6479f2){_0x420e62['push'](_0x420e62['shift']());}}}(a256_0x5a88,0xde44d));export const isWindows=process[a256_0x4f1806(0x107)]===a256_0x4f1806(0x10a);function a256_0x175d(_0x3f21e4,_0x4a5f8d){_0x3f21e4=_0x3f21e4-0x100;const _0x5a8827=a256_0x5a88();let _0x175dc8=_0x5a8827[_0x3f21e4];return _0x175dc8;}function a256_0x5a88(){const _0x18c023=['platform','1800604Xoambe','24233riiePs','win32','8371002tngdvI','79272mrjYmh','5KAaRqz','13272GHneZh','5743916WakoUB','3136gDXhYN','1260CCWOqX','600CHTjMJ','3AJSBpY','958167cKQxUX'];a256_0x5a88=function(){return _0x18c023;};return a256_0x5a88();}export function resolveNpmBin(_0x25a69d){return isWindows?_0x25a69d+'.cmd':_0x25a69d;}
1
+ function a256_0x4cb1(_0x44b341,_0xa324ba){_0x44b341=_0x44b341-0x1ba;const _0x19d64b=a256_0x19d6();let _0x4cb165=_0x19d64b[_0x44b341];return _0x4cb165;}function a256_0x19d6(){const _0x22f5fe=['4409778qZmspO','win32','platform','1655410TJTGdz','2389215AYVVCq','840nwqOLt','22184ltHThy','.cmd','84dKlCkZ','3926216kWPXyR','44SFTjnE','44mxhpvP','20205vPETrU','32532ZUzbgG'];a256_0x19d6=function(){return _0x22f5fe;};return a256_0x19d6();}const a256_0x56874e=a256_0x4cb1;(function(_0x840e8d,_0x316d71){const _0x495f5b=a256_0x4cb1,_0x1b3a83=_0x840e8d();while(!![]){try{const _0x232b0d=-parseInt(_0x495f5b(0x1c6))/0x1*(-parseInt(_0x495f5b(0x1bd))/0x2)+parseInt(_0x495f5b(0x1ba))/0x3*(-parseInt(_0x495f5b(0x1bf))/0x4)+-parseInt(_0x495f5b(0x1c4))/0x5+parseInt(_0x495f5b(0x1c0))/0x6+-parseInt(_0x495f5b(0x1bb))/0x7+parseInt(_0x495f5b(0x1c5))/0x8*(-parseInt(_0x495f5b(0x1be))/0x9)+-parseInt(_0x495f5b(0x1c3))/0xa*(-parseInt(_0x495f5b(0x1bc))/0xb);if(_0x232b0d===_0x316d71)break;else _0x1b3a83['push'](_0x1b3a83['shift']());}catch(_0x25aab1){_0x1b3a83['push'](_0x1b3a83['shift']());}}}(a256_0x19d6,0x5d813));export const isWindows=process[a256_0x56874e(0x1c2)]===a256_0x56874e(0x1c1);export function resolveNpmBin(_0xbb8704){const _0x26745d=a256_0x56874e;return isWindows?_0xbb8704+_0x26745d(0x1c7):_0xbb8704;}
@@ -1 +1 @@
1
- const a257_0x45547e=a257_0x50bd;function a257_0x50bd(_0x2444d1,_0x3396ab){_0x2444d1=_0x2444d1-0x113;const _0x5be9a1=a257_0x5be9();let _0x50bdd3=_0x5be9a1[_0x2444d1];return _0x50bdd3;}(function(_0x106d77,_0x1954a8){const _0x3253c2=a257_0x50bd,_0xdb1be0=_0x106d77();while(!![]){try{const _0x4d7eb6=parseInt(_0x3253c2(0x119))/0x1+-parseInt(_0x3253c2(0x113))/0x2+-parseInt(_0x3253c2(0x118))/0x3+parseInt(_0x3253c2(0x11f))/0x4+parseInt(_0x3253c2(0x11b))/0x5*(-parseInt(_0x3253c2(0x127))/0x6)+-parseInt(_0x3253c2(0x126))/0x7+-parseInt(_0x3253c2(0x11d))/0x8*(parseInt(_0x3253c2(0x128))/0x9);if(_0x4d7eb6===_0x1954a8)break;else _0xdb1be0['push'](_0xdb1be0['shift']());}catch(_0xc2f0dc){_0xdb1be0['push'](_0xdb1be0['shift']());}}}(a257_0x5be9,0x21c7a));function a257_0x5be9(){const _0x2b2653=['228519utzocZ','199197lSfCiw','CDN\x20返回数据格式错误','290980IYYOyk','CDN\x20请求失败:\x20','151496QrcsmH','../../templates/rules/lovrabet_rules.mdc.tpl','982180BjVptz','agents.md','lovrabet_rules.mdc','.cursor/rules','status','content','application/json','207165tRCbfU','6pyhvMn','63upTXSR','json','19714yZxbpE','utf-8','本地模板文件不存在:\x20','catch','lastUpdated'];a257_0x5be9=function(){return _0x2b2653;};return a257_0x5be9();}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 _0x4fc583=getTemplateBaseUrl();return _0x4fc583+'/rules/rules.json';}const LOCAL_TEMPLATE_PATH=resolve(__dirname,a257_0x45547e(0x11e));export async function fetchRulesFromCDN(){const _0x291bb9=a257_0x45547e,_0x44a280=getRulesCdnUrl(),_0x3a742b=await fetch(_0x44a280,{'headers':{'Accept':_0x291bb9(0x125)}});if(!_0x3a742b['ok'])throw new Error(_0x291bb9(0x11c)+_0x3a742b[_0x291bb9(0x123)]+'\x20'+_0x3a742b['statusText']);const _0x5caa22=await _0x3a742b[_0x291bb9(0x129)]();if(!_0x5caa22[_0x291bb9(0x124)]||typeof _0x5caa22[_0x291bb9(0x124)]!=='string')throw new Error(_0x291bb9(0x11a));return _0x5caa22;}export async function getRulesContent(){const _0x3af6ca=a257_0x45547e;try{const _0x2a5e39=await fetchRulesFromCDN();return _0x2a5e39[_0x3af6ca(0x124)];}catch{return readLocalTemplate();}}export function readLocalTemplate(){const _0x2325c6=a257_0x45547e;if(existsSync(LOCAL_TEMPLATE_PATH))return readFileSync(LOCAL_TEMPLATE_PATH,_0x2325c6(0x114));throw new Error(_0x2325c6(0x115)+LOCAL_TEMPLATE_PATH);}export async function writeRulesFile(_0x8a6082){const _0x3c3a3f=a257_0x45547e,_0x484ece=await fetchRulesFromCDN()[_0x3c3a3f(0x116)](()=>null);let _0x5f13ff;_0x484ece?(_0x5f13ff=_0x484ece[_0x3c3a3f(0x124)],_0x484ece[_0x3c3a3f(0x117)]&&(_0x5f13ff=appendUpdateTime(_0x5f13ff,_0x484ece[_0x3c3a3f(0x117)]))):_0x5f13ff=readLocalTemplate();const _0x235cb5=dirname(_0x8a6082);!existsSync(_0x235cb5)&&mkdirSync(_0x235cb5,{'recursive':!![]}),writeFileSync(_0x8a6082,_0x5f13ff,_0x3c3a3f(0x114));}export async function copyRulesToCursor(_0x13e64f){const _0x433343=a257_0x45547e,_0x3ed229=join(_0x13e64f,_0x433343(0x122)),_0xf8b868=join(_0x3ed229,_0x433343(0x121));if(existsSync(_0xf8b868))return![];return await writeRulesFile(_0xf8b868),!![];}export async function copyRulesToAgentsMd(_0xc31a2b){const _0x30b01e=a257_0x45547e,_0x58f428=join(_0xc31a2b,_0x30b01e(0x120));if(existsSync(_0x58f428))return![];return await writeRulesFile(_0x58f428),!![];}
1
+ const a257_0x1bc657=a257_0x3948;(function(_0x284782,_0x53d945){const _0x405013=a257_0x3948,_0x3a0add=_0x284782();while(!![]){try{const _0x4a8aed=-parseInt(_0x405013(0x192))/0x1*(parseInt(_0x405013(0x18c))/0x2)+-parseInt(_0x405013(0x19a))/0x3+-parseInt(_0x405013(0x199))/0x4+parseInt(_0x405013(0x19d))/0x5*(parseInt(_0x405013(0x196))/0x6)+parseInt(_0x405013(0x1a1))/0x7*(-parseInt(_0x405013(0x18d))/0x8)+-parseInt(_0x405013(0x191))/0x9*(parseInt(_0x405013(0x19b))/0xa)+parseInt(_0x405013(0x193))/0xb;if(_0x4a8aed===_0x53d945)break;else _0x3a0add['push'](_0x3a0add['shift']());}catch(_0x4099d2){_0x3a0add['push'](_0x3a0add['shift']());}}}(a257_0x3c2c,0x493a0));import{existsSync,mkdirSync,readFileSync,writeFileSync}from'node:fs';import{dirname,join,resolve}from'node:path';import{fileURLToPath}from'node:url';import{getTemplateBaseUrl}from'../utils/config.js';import{appendUpdateTime}from'../utils/guides-cdn.js';function a257_0x3948(_0x56ebd3,_0x3766cb){_0x56ebd3=_0x56ebd3-0x18b;const _0x3c2cea=a257_0x3c2c();let _0x39489f=_0x3c2cea[_0x56ebd3];return _0x39489f;}const __filename=fileURLToPath(import.meta.url),__dirname=dirname(__filename);function getRulesCdnUrl(){const _0x360e2f=getTemplateBaseUrl();return _0x360e2f+'/rules/rules.json';}const LOCAL_TEMPLATE_PATH=resolve(__dirname,a257_0x1bc657(0x198));export async function fetchRulesFromCDN(){const _0x398507=a257_0x1bc657,_0x516e14=getRulesCdnUrl(),_0x27cc32=await fetch(_0x516e14,{'headers':{'Accept':'application/json'}});if(!_0x27cc32['ok'])throw new Error(_0x398507(0x1a0)+_0x27cc32[_0x398507(0x18b)]+'\x20'+_0x27cc32[_0x398507(0x19f)]);const _0x244781=await _0x27cc32[_0x398507(0x194)]();if(!_0x244781[_0x398507(0x190)]||typeof _0x244781['content']!==_0x398507(0x18f))throw new Error(_0x398507(0x195));return _0x244781;}export async function getRulesContent(){const _0x89809c=a257_0x1bc657;try{const _0x251f80=await fetchRulesFromCDN();return _0x251f80[_0x89809c(0x190)];}catch{return readLocalTemplate();}}export function readLocalTemplate(){const _0x367392=a257_0x1bc657;if(existsSync(LOCAL_TEMPLATE_PATH))return readFileSync(LOCAL_TEMPLATE_PATH,_0x367392(0x18e));throw new Error('本地模板文件不存在:\x20'+LOCAL_TEMPLATE_PATH);}export async function writeRulesFile(_0x3959c4){const _0x4b5ce3=a257_0x1bc657,_0x3e6cb3=await fetchRulesFromCDN()['catch'](()=>null);let _0xa26720;_0x3e6cb3?(_0xa26720=_0x3e6cb3[_0x4b5ce3(0x190)],_0x3e6cb3['lastUpdated']&&(_0xa26720=appendUpdateTime(_0xa26720,_0x3e6cb3[_0x4b5ce3(0x19c)]))):_0xa26720=readLocalTemplate();const _0x4a7887=dirname(_0x3959c4);!existsSync(_0x4a7887)&&mkdirSync(_0x4a7887,{'recursive':!![]}),writeFileSync(_0x3959c4,_0xa26720,'utf-8');}function a257_0x3c2c(){const _0x3fa7aa=['status','94XzhLUr','7640tVGtXz','utf-8','string','content','1107ucAtIA','7382jaxOdN','15381201xrVZlt','json','CDN\x20返回数据格式错误','6xAYWWG','.cursor/rules','../../templates/rules/lovrabet_rules.mdc.tpl','1182744WKzmlU','466332egUHtM','45230fiyiBk','lastUpdated','1294615VvrIbt','agents.md','statusText','CDN\x20请求失败:\x20','21feVlmb'];a257_0x3c2c=function(){return _0x3fa7aa;};return a257_0x3c2c();}export async function copyRulesToCursor(_0x489efc){const _0x33c1b4=a257_0x1bc657,_0x320958=join(_0x489efc,_0x33c1b4(0x197)),_0x2698dd=join(_0x320958,'lovrabet_rules.mdc');if(existsSync(_0x2698dd))return![];return await writeRulesFile(_0x2698dd),!![];}export async function copyRulesToAgentsMd(_0x3cfd63){const _0x8066d2=a257_0x1bc657,_0x300d2b=join(_0x3cfd63,_0x8066d2(0x19e));if(existsSync(_0x300d2b))return![];return await writeRulesFile(_0x300d2b),!![];}
@@ -1 +1 @@
1
- export function sleep(_0x5823dd){return new Promise(_0x1115d5=>setTimeout(_0x1115d5,_0x5823dd));}
1
+ export function sleep(_0x536f22){return new Promise(_0x441ec3=>setTimeout(_0x441ec3,_0x536f22));}
@@ -1 +1 @@
1
- const a259_0x297223=a259_0x3b33;(function(_0x2d9834,_0x292d1a){const _0x1127cf=a259_0x3b33,_0x4830d9=_0x2d9834();while(!![]){try{const _0x3ca647=-parseInt(_0x1127cf(0xbc))/0x1+parseInt(_0x1127cf(0xcc))/0x2+-parseInt(_0x1127cf(0xe4))/0x3+parseInt(_0x1127cf(0xe0))/0x4*(parseInt(_0x1127cf(0xd4))/0x5)+parseInt(_0x1127cf(0xe2))/0x6*(parseInt(_0x1127cf(0xc8))/0x7)+-parseInt(_0x1127cf(0xb9))/0x8+-parseInt(_0x1127cf(0xe9))/0x9*(-parseInt(_0x1127cf(0xbd))/0xa);if(_0x3ca647===_0x292d1a)break;else _0x4830d9['push'](_0x4830d9['shift']());}catch(_0x336251){_0x4830d9['push'](_0x4830d9['shift']());}}}(a259_0x4595,0x2f131));import a259_0x49c0ce from'node:fs';import a259_0x42d3e1 from'node:path';import{logger}from'../utils/logger.js';import{getCliVersion}from'../utils/version.js';function a259_0x3b33(_0xdf9613,_0x401851){_0xdf9613=_0xdf9613-0xb6;const _0x459560=a259_0x4595();let _0x3b337a=_0x459560[_0xdf9613];return _0x3b337a;}const CLI_VERSION=getCliVersion();function a259_0x4595(){const _0x370e1b=['getDate','error','.jsx','map','pop','toComponentName','\x0a\x20\x20\x20\x20{\x20','isFile','getMonth','.tpl','name','replace','name:\x20\x22','1665168UayFhj','utf8','模板内容替换完成','300917aotgHm','10HPXhwy','.json','processTemplate','toISOString','charAt','slice','LOVRABET','formatLocalTimestamp','.css','push','mkdir','49DUhaaF','toLowerCase','join','.scss','455894HLIbXA','isDirectory','toDisplayTitle','template','getHours','datasetCode:\x20\x22','padStart','now','55pzvYWq','pad','message','promises','.tsx','api','processFile','endsWith','模板内容替换失败','alias:\x20\x22','toUpperCase','.md','18972CoIleY','includes','10488UBFBsx','writeFile','1014351zeyjJr','alias','YourModel','copyFile','getSeconds','6728769TBBcfy','split'];a259_0x4595=function(){return _0x370e1b;};return a259_0x4595();}export class TemplateReplacer{static[a259_0x297223(0xd5)](_0x11d226){const _0xa67a37=a259_0x297223;return String(_0x11d226)[_0xa67a37(0xd2)](0x2,'0');}static[a259_0x297223(0xc4)](_0x2a8e85){const _0x40c3d1=a259_0x297223,_0x15310f=_0x2a8e85['getFullYear'](),_0xfdc213=this[_0x40c3d1(0xd5)](_0x2a8e85[_0x40c3d1(0xf3)]()+0x1),_0xb2b3a8=this[_0x40c3d1(0xd5)](_0x2a8e85[_0x40c3d1(0xeb)]()),_0x4ca7ec=this['pad'](_0x2a8e85[_0x40c3d1(0xd0)]()),_0x1867ca=this[_0x40c3d1(0xd5)](_0x2a8e85['getMinutes']()),_0x171d21=this[_0x40c3d1(0xd5)](_0x2a8e85[_0x40c3d1(0xe8)]());return{'createdAt':_0x15310f+'-'+_0xfdc213+'-'+_0xb2b3a8+'\x20'+_0x4ca7ec+':'+_0x1867ca+':'+_0x171d21,'createdDate':_0x15310f+'-'+_0xfdc213+'-'+_0xb2b3a8,'createdTime':_0x4ca7ec+':'+_0x1867ca+':'+_0x171d21};}static['toComponentName'](_0x649748){const _0xc8f0ed=a259_0x297223,_0x42f6e2=_0x649748[_0xc8f0ed(0xea)]('/')[_0xc8f0ed(0xef)]()||_0x649748;return _0x42f6e2[_0xc8f0ed(0xea)]('-')[_0xc8f0ed(0xee)](_0x4492fd=>_0x4492fd[_0xc8f0ed(0xc1)](0x0)[_0xc8f0ed(0xde)]()+_0x4492fd[_0xc8f0ed(0xc2)](0x1)['toLowerCase']())[_0xc8f0ed(0xca)]('');}static[a259_0x297223(0xce)](_0x1ea9de){const _0x478aa0=a259_0x297223,_0x603474=_0x1ea9de['split']('/')[_0x478aa0(0xef)]()||_0x1ea9de;return _0x603474['split']('-')[_0x478aa0(0xee)](_0x518f1b=>_0x518f1b[_0x478aa0(0xc1)](0x0)[_0x478aa0(0xde)]()+_0x518f1b[_0x478aa0(0xc2)](0x1)[_0x478aa0(0xc9)]())[_0x478aa0(0xca)]('\x20');}static['replaceContent'](_0x5b82dc,_0x1a04f2,_0x5bab39){const _0x523a09=a259_0x297223,_0x521827=this[_0x523a09(0xf0)](_0x1a04f2),_0x1fd682=this[_0x523a09(0xce)](_0x1a04f2),{createdAt:_0x46d7e0,createdDate:_0x4164d6,createdTime:_0x108384}=this['formatLocalTimestamp'](new Date());let _0x4be3a1=_0x5b82dc['replace'](/\{CliVersion\}/g,CLI_VERSION)[_0x523a09(0xb7)](/\{ComponentName\}/g,_0x521827)[_0x523a09(0xb7)](/\{DisplayTitle\}/g,_0x1fd682)[_0x523a09(0xb7)](/\{PageName\}/g,_0x1a04f2)['replace'](/\{TemplateName\}/g,_0x5bab39)[_0x523a09(0xb7)](/\{CreatedAt\}/g,_0x46d7e0)['replace'](/\{CreatedDate\}/g,_0x4164d6)[_0x523a09(0xb7)](/\{CreatedTime\}/g,_0x108384);return _0x4be3a1;}static['replaceApiContent'](_0x2d7d83,_0x3d0f53,_0x3d84de,_0x1e2abd,_0x21e2e3,_0x125c20,_0x27c7a6,_0x3a9e80){const _0x13d195=a259_0x297223,_0x22e7c5=new Date(),_0x1b0f4d=_0x22e7c5[_0x13d195(0xc0)](),_0x3560f9=_0x3d84de[_0x13d195(0xee)](_0x57abba=>{const _0x1b4030=_0x13d195,_0x2fc513=[_0x1b4030(0xd1)+_0x57abba['datasetCode']+'\x22','tableName:\x20\x22'+_0x57abba['tableName']+'\x22',_0x1b4030(0xb8)+_0x57abba[_0x1b4030(0xb6)]+'\x22'];return _0x57abba[_0x1b4030(0xe5)]&&_0x2fc513[_0x1b4030(0xc6)](_0x1b4030(0xdd)+_0x57abba[_0x1b4030(0xe5)]+'\x22'),_0x1b4030(0xf1)+_0x2fc513[_0x1b4030(0xca)](',\x20')+'\x20},';})['join'](''),_0x24763d=_0x1e2abd||_0x3d84de[0x0]?.[_0x13d195(0xe5)]||_0x13d195(0xe6);let _0x5ac1cc=_0x2d7d83[_0x13d195(0xb7)](/\{AppCode\}/g,_0x3d0f53)[_0x13d195(0xb7)](/\{ModelConfigs\}/g,_0x3560f9)[_0x13d195(0xb7)](/\{ExampleModelName\}/g,_0x24763d)[_0x13d195(0xb7)](/\{ApiFileName\}/g,_0x21e2e3||_0x13d195(0xd9))[_0x13d195(0xb7)](/\{ConfigName\}/g,_0x125c20||'default')[_0x13d195(0xb7)](/\{ClientConfigParam\}/g,_0x27c7a6||'')[_0x13d195(0xb7)](/\{VarPrefix\}/g,_0x3a9e80||_0x13d195(0xc3))[_0x13d195(0xb7)](/\{CreatedAt\}/g,_0x1b0f4d);return _0x5ac1cc;}static async[a259_0x297223(0xbf)](_0x5cc6d5,_0x4c32d3,_0x353539,_0x18bdf1,_0x3085c7=!![]){const _0x15058c=a259_0x297223,_0x2bc4b8=Date[_0x15058c(0xd3)]();try{_0x3085c7&&logger['info'](_0x15058c(0xcf),'开始处理模板内容替换',{'templatePath':_0x5cc6d5,'targetPath':_0x4c32d3,'pageName':_0x353539,'templateName':_0x18bdf1});await a259_0x49c0ce[_0x15058c(0xd7)][_0x15058c(0xc7)](_0x4c32d3,{'recursive':!![]}),await this['processDirectory'](_0x5cc6d5,_0x4c32d3,_0x353539,_0x18bdf1);if(_0x3085c7){const _0x27d540=Date[_0x15058c(0xd3)]()-_0x2bc4b8;logger['success']('template',_0x15058c(0xbb),_0x27d540,{'pageName':_0x353539,'templateName':_0x18bdf1});}}catch(_0x3b6819){if(_0x3085c7){const _0x475f9e=Date['now']()-_0x2bc4b8;logger[_0x15058c(0xec)](_0x15058c(0xcf),_0x15058c(0xdc),{'templatePath':_0x5cc6d5,'targetPath':_0x4c32d3,'pageName':_0x353539,'templateName':_0x18bdf1,'error':_0x3b6819 instanceof Error?_0x3b6819[_0x15058c(0xd6)]:String(_0x3b6819),'duration':_0x475f9e});}throw _0x3b6819;}}static async['processDirectory'](_0x5b386c,_0x53e2af,_0x22689a,_0x436547){const _0x4ddd9c=a259_0x297223,_0x248d3d=await a259_0x49c0ce[_0x4ddd9c(0xd7)]['readdir'](_0x5b386c,{'withFileTypes':!![]});for(const _0x4e1d56 of _0x248d3d){const _0x5e60ca=a259_0x42d3e1[_0x4ddd9c(0xca)](_0x5b386c,_0x4e1d56[_0x4ddd9c(0xb6)]);let _0x3b7b57=a259_0x42d3e1['join'](_0x53e2af,_0x4e1d56[_0x4ddd9c(0xb6)]);_0x4e1d56[_0x4ddd9c(0xb6)][_0x4ddd9c(0xdb)](_0x4ddd9c(0xf4))&&(_0x3b7b57=a259_0x42d3e1[_0x4ddd9c(0xca)](_0x53e2af,_0x4e1d56[_0x4ddd9c(0xb6)]['replace'](/\.tpl$/,'')));if(_0x4e1d56[_0x4ddd9c(0xcd)]())await a259_0x49c0ce['promises'][_0x4ddd9c(0xc7)](_0x3b7b57,{'recursive':!![]}),await this['processDirectory'](_0x5e60ca,_0x3b7b57,_0x22689a,_0x436547);else _0x4e1d56[_0x4ddd9c(0xf2)]()&&await this[_0x4ddd9c(0xda)](_0x5e60ca,_0x3b7b57,_0x22689a,_0x436547);}}static async[a259_0x297223(0xda)](_0x1a3ef5,_0x31c263,_0x4ad9c5,_0x5708f8){const _0x501f14=a259_0x297223,_0x40f327=a259_0x42d3e1['extname'](_0x1a3ef5)[_0x501f14(0xc9)]();_0x1a3ef5['endsWith'](_0x501f14(0xf4))&&(_0x31c263=_0x31c263[_0x501f14(0xb7)](/\.tpl$/,''));const _0x3df872=[_0x501f14(0xd8),'.ts',_0x501f14(0xed),'.js',_0x501f14(0xbe),_0x501f14(0xdf),_0x501f14(0xc5),_0x501f14(0xcb),_0x501f14(0xf4)];if(_0x3df872[_0x501f14(0xe1)](_0x40f327)||_0x1a3ef5[_0x501f14(0xdb)]('.tpl')){const _0x235c47=await a259_0x49c0ce[_0x501f14(0xd7)]['readFile'](_0x1a3ef5,_0x501f14(0xba)),_0x3eb319=this['replaceContent'](_0x235c47,_0x4ad9c5,_0x5708f8);await a259_0x49c0ce[_0x501f14(0xd7)][_0x501f14(0xe3)](_0x31c263,_0x3eb319,_0x501f14(0xba));}else await a259_0x49c0ce['promises'][_0x501f14(0xe7)](_0x1a3ef5,_0x31c263);}}
1
+ const a259_0x45a8d4=a259_0x344e;(function(_0x5bf133,_0x4a97dd){const _0x46f798=a259_0x344e,_0x4d4e47=_0x5bf133();while(!![]){try{const _0x504ddf=-parseInt(_0x46f798(0x214))/0x1*(parseInt(_0x46f798(0x1f6))/0x2)+-parseInt(_0x46f798(0x1f1))/0x3*(parseInt(_0x46f798(0x206))/0x4)+parseInt(_0x46f798(0x225))/0x5*(-parseInt(_0x46f798(0x202))/0x6)+-parseInt(_0x46f798(0x20c))/0x7+-parseInt(_0x46f798(0x1e8))/0x8*(parseInt(_0x46f798(0x20b))/0x9)+-parseInt(_0x46f798(0x20e))/0xa*(parseInt(_0x46f798(0x1f9))/0xb)+-parseInt(_0x46f798(0x1f5))/0xc*(-parseInt(_0x46f798(0x223))/0xd);if(_0x504ddf===_0x4a97dd)break;else _0x4d4e47['push'](_0x4d4e47['shift']());}catch(_0x2d4754){_0x4d4e47['push'](_0x4d4e47['shift']());}}}(a259_0x620b,0xea0cf));import a259_0x3bce7d from'node:fs';import a259_0x43ed8f from'node:path';import{logger}from'../utils/logger.js';function a259_0x344e(_0x3a3577,_0x26917f){_0x3a3577=_0x3a3577-0x1e0;const _0x620bfc=a259_0x620b();let _0x344e19=_0x620bfc[_0x3a3577];return _0x344e19;}import{getCliVersion}from'../utils/version.js';function a259_0x620b(){const _0x1b5e5d=['datasetCode:\x20\x22','processFile','toDisplayTitle','info','pop','processTemplate','getMonth','开始处理模板内容替换','258IeFHrc','tableName:\x20\x22','name','toUpperCase','1058968wmQHqK','now','endsWith','replaceContent','toComponentName','7209FjbnzB','11980269FAkzhi','slice','20vUCjOm','map','.ts','.css','.json','formatLocalTimestamp','3nxmvPP','push','split','\x20},','LOVRABET','toLowerCase','模板内容替换失败','tableName','replaceApiContent','replace','template','readFile','getHours','utf8','getDate','13zHxaOW','success','142655IHSkAF','promises','getMinutes','toISOString','isDirectory','api','mkdir','\x0a\x20\x20\x20\x20{\x20','alias','padStart','.tpl','.scss','pad','11488adStyO','.jsx','模板内容替换完成','name:\x20\x22','join','datasetCode','charAt','default','YourModel','15UxhrfC','extname','includes','getSeconds','103624044pNqhfg','814288ceqcqb','copyFile','processDirectory','5736434IaOPQU'];a259_0x620b=function(){return _0x1b5e5d;};return a259_0x620b();}const CLI_VERSION=getCliVersion();export class TemplateReplacer{static['pad'](_0x4e1ba9){const _0xb53bd5=a259_0x344e;return String(_0x4e1ba9)[_0xb53bd5(0x1e4)](0x2,'0');}static[a259_0x45a8d4(0x213)](_0x20e2dd){const _0x56a8d7=a259_0x45a8d4,_0x2aeb3f=_0x20e2dd['getFullYear'](),_0x11064f=this[_0x56a8d7(0x1e7)](_0x20e2dd[_0x56a8d7(0x200)]()+0x1),_0x519e25=this[_0x56a8d7(0x1e7)](_0x20e2dd[_0x56a8d7(0x222)]()),_0x48604d=this[_0x56a8d7(0x1e7)](_0x20e2dd[_0x56a8d7(0x220)]()),_0x317610=this[_0x56a8d7(0x1e7)](_0x20e2dd[_0x56a8d7(0x227)]()),_0x8db060=this[_0x56a8d7(0x1e7)](_0x20e2dd[_0x56a8d7(0x1f4)]());return{'createdAt':_0x2aeb3f+'-'+_0x11064f+'-'+_0x519e25+'\x20'+_0x48604d+':'+_0x317610+':'+_0x8db060,'createdDate':_0x2aeb3f+'-'+_0x11064f+'-'+_0x519e25,'createdTime':_0x48604d+':'+_0x317610+':'+_0x8db060};}static[a259_0x45a8d4(0x20a)](_0x95be5){const _0x148f90=a259_0x45a8d4,_0x277b4e=_0x95be5['split']('/')['pop']()||_0x95be5;return _0x277b4e[_0x148f90(0x216)]('-')[_0x148f90(0x20f)](_0xe0c090=>_0xe0c090[_0x148f90(0x1ee)](0x0)['toUpperCase']()+_0xe0c090[_0x148f90(0x20d)](0x1)['toLowerCase']())['join']('');}static['toDisplayTitle'](_0x10dad0){const _0x4be642=a259_0x45a8d4,_0x4ce7db=_0x10dad0[_0x4be642(0x216)]('/')[_0x4be642(0x1fe)]()||_0x10dad0;return _0x4ce7db[_0x4be642(0x216)]('-')[_0x4be642(0x20f)](_0x52b5d1=>_0x52b5d1[_0x4be642(0x1ee)](0x0)[_0x4be642(0x205)]()+_0x52b5d1['slice'](0x1)[_0x4be642(0x219)]())['join']('\x20');}static[a259_0x45a8d4(0x209)](_0x4d1786,_0x30d7f5,_0x28b851){const _0x15009f=a259_0x45a8d4,_0x26c96e=this[_0x15009f(0x20a)](_0x30d7f5),_0x4cf9ce=this[_0x15009f(0x1fc)](_0x30d7f5),{createdAt:_0x3de2ae,createdDate:_0x5b5a59,createdTime:_0x2dcf4e}=this[_0x15009f(0x213)](new Date());let _0xce6f73=_0x4d1786['replace'](/\{CliVersion\}/g,CLI_VERSION)[_0x15009f(0x21d)](/\{ComponentName\}/g,_0x26c96e)[_0x15009f(0x21d)](/\{DisplayTitle\}/g,_0x4cf9ce)[_0x15009f(0x21d)](/\{PageName\}/g,_0x30d7f5)['replace'](/\{TemplateName\}/g,_0x28b851)[_0x15009f(0x21d)](/\{CreatedAt\}/g,_0x3de2ae)[_0x15009f(0x21d)](/\{CreatedDate\}/g,_0x5b5a59)[_0x15009f(0x21d)](/\{CreatedTime\}/g,_0x2dcf4e);return _0xce6f73;}static[a259_0x45a8d4(0x21c)](_0x4befce,_0x3fe7e5,_0x13f172,_0x5de89d,_0x1d1f84,_0x294b4a,_0x1cdfdd,_0xfe1553){const _0x140d9b=a259_0x45a8d4,_0x53f878=new Date(),_0x5c620e=_0x53f878[_0x140d9b(0x228)](),_0x583627=_0x13f172[_0x140d9b(0x20f)](_0x69f4b6=>{const _0x587218=_0x140d9b,_0x27cac0=[_0x587218(0x1fa)+_0x69f4b6[_0x587218(0x1ed)]+'\x22',_0x587218(0x203)+_0x69f4b6[_0x587218(0x21b)]+'\x22',_0x587218(0x1eb)+_0x69f4b6['name']+'\x22'];return _0x69f4b6[_0x587218(0x1e3)]&&_0x27cac0[_0x587218(0x215)]('alias:\x20\x22'+_0x69f4b6['alias']+'\x22'),_0x587218(0x1e2)+_0x27cac0[_0x587218(0x1ec)](',\x20')+_0x587218(0x217);})[_0x140d9b(0x1ec)](''),_0x9a472a=_0x5de89d||_0x13f172[0x0]?.['alias']||_0x140d9b(0x1f0);let _0x5f2e37=_0x4befce[_0x140d9b(0x21d)](/\{AppCode\}/g,_0x3fe7e5)[_0x140d9b(0x21d)](/\{ModelConfigs\}/g,_0x583627)[_0x140d9b(0x21d)](/\{ExampleModelName\}/g,_0x9a472a)[_0x140d9b(0x21d)](/\{ApiFileName\}/g,_0x1d1f84||_0x140d9b(0x1e0))[_0x140d9b(0x21d)](/\{ConfigName\}/g,_0x294b4a||_0x140d9b(0x1ef))[_0x140d9b(0x21d)](/\{ClientConfigParam\}/g,_0x1cdfdd||'')[_0x140d9b(0x21d)](/\{VarPrefix\}/g,_0xfe1553||_0x140d9b(0x218))[_0x140d9b(0x21d)](/\{CreatedAt\}/g,_0x5c620e);return _0x5f2e37;}static async[a259_0x45a8d4(0x1ff)](_0x481dd5,_0xb3629c,_0x4c237a,_0x517ca8,_0x45f931=!![]){const _0x553470=a259_0x45a8d4,_0x6ec2a2=Date[_0x553470(0x207)]();try{_0x45f931&&logger[_0x553470(0x1fd)](_0x553470(0x21e),_0x553470(0x201),{'templatePath':_0x481dd5,'targetPath':_0xb3629c,'pageName':_0x4c237a,'templateName':_0x517ca8});await a259_0x3bce7d[_0x553470(0x226)][_0x553470(0x1e1)](_0xb3629c,{'recursive':!![]}),await this[_0x553470(0x1f8)](_0x481dd5,_0xb3629c,_0x4c237a,_0x517ca8);if(_0x45f931){const _0x5eb057=Date[_0x553470(0x207)]()-_0x6ec2a2;logger[_0x553470(0x224)]('template',_0x553470(0x1ea),_0x5eb057,{'pageName':_0x4c237a,'templateName':_0x517ca8});}}catch(_0x3eebe7){if(_0x45f931){const _0x6000e8=Date[_0x553470(0x207)]()-_0x6ec2a2;logger['error'](_0x553470(0x21e),_0x553470(0x21a),{'templatePath':_0x481dd5,'targetPath':_0xb3629c,'pageName':_0x4c237a,'templateName':_0x517ca8,'error':_0x3eebe7 instanceof Error?_0x3eebe7['message']:String(_0x3eebe7),'duration':_0x6000e8});}throw _0x3eebe7;}}static async['processDirectory'](_0x4d194c,_0x5f09e9,_0x4aff53,_0x5aae8a){const _0xfaf97=a259_0x45a8d4,_0x57d825=await a259_0x3bce7d['promises']['readdir'](_0x4d194c,{'withFileTypes':!![]});for(const _0x3347e5 of _0x57d825){const _0x217680=a259_0x43ed8f[_0xfaf97(0x1ec)](_0x4d194c,_0x3347e5['name']);let _0x5960af=a259_0x43ed8f['join'](_0x5f09e9,_0x3347e5[_0xfaf97(0x204)]);_0x3347e5[_0xfaf97(0x204)]['endsWith'](_0xfaf97(0x1e5))&&(_0x5960af=a259_0x43ed8f[_0xfaf97(0x1ec)](_0x5f09e9,_0x3347e5['name'][_0xfaf97(0x21d)](/\.tpl$/,'')));if(_0x3347e5[_0xfaf97(0x229)]())await a259_0x3bce7d[_0xfaf97(0x226)][_0xfaf97(0x1e1)](_0x5960af,{'recursive':!![]}),await this[_0xfaf97(0x1f8)](_0x217680,_0x5960af,_0x4aff53,_0x5aae8a);else _0x3347e5['isFile']()&&await this[_0xfaf97(0x1fb)](_0x217680,_0x5960af,_0x4aff53,_0x5aae8a);}}static async['processFile'](_0x583efc,_0x35a2db,_0x2fff6e,_0x58319c){const _0x4f6d41=a259_0x45a8d4,_0xdadcdb=a259_0x43ed8f[_0x4f6d41(0x1f2)](_0x583efc)[_0x4f6d41(0x219)]();_0x583efc[_0x4f6d41(0x208)](_0x4f6d41(0x1e5))&&(_0x35a2db=_0x35a2db[_0x4f6d41(0x21d)](/\.tpl$/,''));const _0xc0cdd5=['.tsx',_0x4f6d41(0x210),_0x4f6d41(0x1e9),'.js',_0x4f6d41(0x212),'.md',_0x4f6d41(0x211),_0x4f6d41(0x1e6),'.tpl'];if(_0xc0cdd5[_0x4f6d41(0x1f3)](_0xdadcdb)||_0x583efc[_0x4f6d41(0x208)](_0x4f6d41(0x1e5))){const _0x51122b=await a259_0x3bce7d[_0x4f6d41(0x226)][_0x4f6d41(0x21f)](_0x583efc,_0x4f6d41(0x221)),_0x1f2d77=this[_0x4f6d41(0x209)](_0x51122b,_0x2fff6e,_0x58319c);await a259_0x3bce7d['promises']['writeFile'](_0x35a2db,_0x1f2d77,'utf8');}else await a259_0x3bce7d['promises'][_0x4f6d41(0x1f7)](_0x583efc,_0x35a2db);}}
@@ -1 +1 @@
1
- function a260_0x49ef(){const _0x436887=['6690920onoRvG','9drgBfv','latest','\x20available,\x20current\x20','gte','trim','toLowerCase','125jZkXDQ','447246lvkGBP','41WJabuc','now','stableVersion','https://www.npmjs.com/package/','5964552hobZzZ','lastNotifiedVersion','1149522TtjvYJ','utf8','stringify','40282tJUVgx','update-check.json','7LEzGmB','true','lastNotifiedAt','number',',\x20run:\x20','\x20update','.cache','7473504zvpIqL','checkedAt','object','valid','92648AQGjWe','33JcWykl'];a260_0x49ef=function(){return _0x436887;};return a260_0x49ef();}(function(_0x3ed933,_0x39f66b){const _0x206642=a260_0x466a,_0x5017dc=_0x3ed933();while(!![]){try{const _0x465b02=-parseInt(_0x206642(0x1e3))/0x1*(parseInt(_0x206642(0x1cb))/0x2)+parseInt(_0x206642(0x1e2))/0x3+parseInt(_0x206642(0x1d8))/0x4*(parseInt(_0x206642(0x1e1))/0x5)+parseInt(_0x206642(0x1c8))/0x6*(parseInt(_0x206642(0x1cd))/0x7)+-parseInt(_0x206642(0x1c6))/0x8+parseInt(_0x206642(0x1db))/0x9*(-parseInt(_0x206642(0x1da))/0xa)+parseInt(_0x206642(0x1d9))/0xb*(parseInt(_0x206642(0x1d4))/0xc);if(_0x465b02===_0x39f66b)break;else _0x5017dc['push'](_0x5017dc['shift']());}catch(_0x2ad1f4){_0x5017dc['push'](_0x5017dc['shift']());}}}(a260_0x49ef,0x85b45));import{mkdir,readFile,writeFile}from'node:fs/promises';import{homedir}from'node:os';import{dirname,join}from'node:path';import a260_0x42a978 from'semver';import{CLI_BIN_NAME,NPM_PACKAGE_NAME}from'../constant/cli.js';function a260_0x466a(_0x512ace,_0x31bbf8){_0x512ace=_0x512ace-0x1c4;const _0x49ef0f=a260_0x49ef();let _0x466a5f=_0x49ef0f[_0x512ace];return _0x466a5f;}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 _0x5d92d4=a260_0x466a,_0x3b0121=process.env.RABETBASE_NO_UPDATE_NOTICE?.[_0x5d92d4(0x1df)]()[_0x5d92d4(0x1e0)]();return _0x3b0121==='1'||_0x3b0121===_0x5d92d4(0x1ce)||_0x3b0121==='yes';}function cacheRoot(){const _0x3e20bf=a260_0x466a;return process.env.XDG_CACHE_HOME||process.env.LOCALAPPDATA||join(homedir(),_0x3e20bf(0x1d3));}export function getUpdateNoticeCachePath(){const _0x5dbfdd=a260_0x466a;return join(cacheRoot(),'rabetbase-cli',_0x5dbfdd(0x1cc));}async function readUpdateNoticeCache(){const _0x300bc6=a260_0x466a;try{const _0x2a79d1=await readFile(getUpdateNoticeCachePath(),_0x300bc6(0x1c9)),_0x49bc98=JSON['parse'](_0x2a79d1);if(!_0x49bc98||typeof _0x49bc98!==_0x300bc6(0x1d6))return{};return _0x49bc98;}catch{return{};}}async function writeUpdateNoticeCache(_0x55bae0){const _0x56a009=a260_0x466a;try{const _0x37b0a5=getUpdateNoticeCachePath();await mkdir(dirname(_0x37b0a5),{'recursive':!![]}),await writeFile(_0x37b0a5,JSON[_0x56a009(0x1ca)](_0x55bae0,null,0x2)+'\x0a',_0x56a009(0x1c9));}catch{}}function isFreshCheck(_0x199553,_0x27f41a){const _0x587dc7=a260_0x466a;return typeof _0x199553[_0x587dc7(0x1d5)]===_0x587dc7(0x1d0)&&_0x27f41a-_0x199553['checkedAt']<UPDATE_CHECK_TTL_MS;}function isRecentlyNotified(_0x15d443,_0xf84d73,_0x278c00){const _0xceac31=a260_0x466a;return _0x15d443[_0xceac31(0x1c7)]===_0xf84d73&&typeof _0x15d443[_0xceac31(0x1cf)]==='number'&&_0x278c00-_0x15d443['lastNotifiedAt']<UPDATE_NOTICE_TTL_MS;}export function buildNpmVersionUrl(_0x1d41fc){const _0x464d05=a260_0x466a;return _0x464d05(0x1c5)+NPM_PACKAGE_NAME+'/v/'+_0x1d41fc;}export async function resolveLatestUpdateNotice(){const _0x3ec4d3=a260_0x466a;if(isUpdateNoticeDisabled())return null;try{const _0x58898e=Date[_0x3ec4d3(0x1e4)](),_0x1eb97e=getCliVersion(),_0x32ffb1=await readUpdateNoticeCache();let _0x2bbeca=isFreshCheck(_0x32ffb1,_0x58898e)?_0x32ffb1[_0x3ec4d3(0x1dc)]?.[_0x3ec4d3(0x1df)]():undefined;if(!_0x2bbeca&&!isFreshCheck(_0x32ffb1,_0x58898e)){const _0x26d951=await getCliVersionPolicy();_0x2bbeca=_0x26d951?.[_0x3ec4d3(0x1c4)]?.[_0x3ec4d3(0x1df)]()||undefined,await writeUpdateNoticeCache({..._0x32ffb1,'checkedAt':_0x58898e,'latest':_0x2bbeca,'failed':!_0x2bbeca});}if(!_0x2bbeca||!a260_0x42a978[_0x3ec4d3(0x1d7)](_0x1eb97e)||!a260_0x42a978[_0x3ec4d3(0x1d7)](_0x2bbeca))return null;if(a260_0x42a978[_0x3ec4d3(0x1de)](_0x1eb97e,_0x2bbeca))return null;if(isRecentlyNotified(_0x32ffb1,_0x2bbeca,_0x58898e))return null;const _0x28b3cd=CLI_BIN_NAME+_0x3ec4d3(0x1d2);return await writeUpdateNoticeCache({..._0x32ffb1,'checkedAt':isFreshCheck(_0x32ffb1,_0x58898e)?_0x32ffb1[_0x3ec4d3(0x1d5)]:_0x58898e,'latest':_0x2bbeca,'failed':![],'lastNotifiedVersion':_0x2bbeca,'lastNotifiedAt':_0x58898e}),{'command':_0x28b3cd,'current':_0x1eb97e,'latest':_0x2bbeca,'url':buildNpmVersionUrl(_0x2bbeca),'message':CLI_BIN_NAME+'\x20'+_0x2bbeca+_0x3ec4d3(0x1dd)+_0x1eb97e+_0x3ec4d3(0x1d1)+_0x28b3cd};}catch{return null;}}
1
+ (function(_0x6b8c78,_0x345898){const _0x29ec46=a260_0x4c87,_0x3392b0=_0x6b8c78();while(!![]){try{const _0x290fb7=-parseInt(_0x29ec46(0x150))/0x1*(parseInt(_0x29ec46(0x160))/0x2)+-parseInt(_0x29ec46(0x15f))/0x3*(-parseInt(_0x29ec46(0x165))/0x4)+parseInt(_0x29ec46(0x167))/0x5+-parseInt(_0x29ec46(0x154))/0x6*(-parseInt(_0x29ec46(0x15b))/0x7)+-parseInt(_0x29ec46(0x14e))/0x8*(-parseInt(_0x29ec46(0x151))/0x9)+parseInt(_0x29ec46(0x153))/0xa+parseInt(_0x29ec46(0x14b))/0xb*(-parseInt(_0x29ec46(0x15d))/0xc);if(_0x290fb7===_0x345898)break;else _0x3392b0['push'](_0x3392b0['shift']());}catch(_0x263117){_0x3392b0['push'](_0x3392b0['shift']());}}}(a260_0x4949,0x922d2));import{mkdir,readFile,writeFile}from'node:fs/promises';import{homedir}from'node:os';import{dirname,join}from'node:path';import a260_0x406ac0 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 _0x51470d=a260_0x4c87,_0x40d1da=process.env.RABETBASE_NO_UPDATE_NOTICE?.[_0x51470d(0x152)]()[_0x51470d(0x161)]();return _0x40d1da==='1'||_0x40d1da===_0x51470d(0x14d)||_0x40d1da===_0x51470d(0x156);}function cacheRoot(){const _0x38d9bd=a260_0x4c87;return process.env.XDG_CACHE_HOME||process.env.LOCALAPPDATA||join(homedir(),_0x38d9bd(0x157));}export function getUpdateNoticeCachePath(){const _0x2aed3e=a260_0x4c87;return join(cacheRoot(),_0x2aed3e(0x163),_0x2aed3e(0x162));}async function readUpdateNoticeCache(){const _0x2faca7=a260_0x4c87;try{const _0x475882=await readFile(getUpdateNoticeCachePath(),_0x2faca7(0x159)),_0x10b5b5=JSON[_0x2faca7(0x14f)](_0x475882);if(!_0x10b5b5||typeof _0x10b5b5!=='object')return{};return _0x10b5b5;}catch{return{};}}async function writeUpdateNoticeCache(_0x599431){const _0x1c207d=a260_0x4c87;try{const _0x375126=getUpdateNoticeCachePath();await mkdir(dirname(_0x375126),{'recursive':!![]}),await writeFile(_0x375126,JSON[_0x1c207d(0x166)](_0x599431,null,0x2)+'\x0a',_0x1c207d(0x159));}catch{}}function isFreshCheck(_0x1dd400,_0x57361c){const _0x540c45=a260_0x4c87;return typeof _0x1dd400['checkedAt']===_0x540c45(0x158)&&_0x57361c-_0x1dd400[_0x540c45(0x155)]<UPDATE_CHECK_TTL_MS;}function a260_0x4c87(_0x211fad,_0x5e350f){_0x211fad=_0x211fad-0x14b;const _0x4949e2=a260_0x4949();let _0x4c8779=_0x4949e2[_0x211fad];return _0x4c8779;}function isRecentlyNotified(_0x5a098e,_0x1b82c2,_0x15d639){const _0x1f3e58=a260_0x4c87;return _0x5a098e['lastNotifiedVersion']===_0x1b82c2&&typeof _0x5a098e['lastNotifiedAt']===_0x1f3e58(0x158)&&_0x15d639-_0x5a098e[_0x1f3e58(0x14c)]<UPDATE_NOTICE_TTL_MS;}export function buildNpmVersionUrl(_0xc38fb6){const _0x303d2c=a260_0x4c87;return'https://www.npmjs.com/package/'+NPM_PACKAGE_NAME+_0x303d2c(0x15e)+_0xc38fb6;}function a260_0x4949(){const _0x1a5cbe=['gte','7pdeGdT','valid','12ccpTPL','/v/','1543083HIaRiZ','373300xZjIta','toLowerCase','update-check.json','rabetbase-cli','stableVersion','8VxvvKl','stringify','2237230YnUjRB','37367011SOkFGK','lastNotifiedAt','true','232BzEGSt','parse','1npeZEo','166104BwYCrX','trim','10045650SXfwAb','6998592VrWcby','checkedAt','yes','.cache','number','utf8'];a260_0x4949=function(){return _0x1a5cbe;};return a260_0x4949();}export async function resolveLatestUpdateNotice(){const _0x377fb5=a260_0x4c87;if(isUpdateNoticeDisabled())return null;try{const _0x1102cb=Date['now'](),_0x1e3496=getCliVersion(),_0x4e0448=await readUpdateNoticeCache();let _0x33189b=isFreshCheck(_0x4e0448,_0x1102cb)?_0x4e0448['latest']?.[_0x377fb5(0x152)]():undefined;if(!_0x33189b&&!isFreshCheck(_0x4e0448,_0x1102cb)){const _0x39e46a=await getCliVersionPolicy();_0x33189b=_0x39e46a?.[_0x377fb5(0x164)]?.[_0x377fb5(0x152)]()||undefined,await writeUpdateNoticeCache({..._0x4e0448,'checkedAt':_0x1102cb,'latest':_0x33189b,'failed':!_0x33189b});}if(!_0x33189b||!a260_0x406ac0[_0x377fb5(0x15c)](_0x1e3496)||!a260_0x406ac0[_0x377fb5(0x15c)](_0x33189b))return null;if(a260_0x406ac0[_0x377fb5(0x15a)](_0x1e3496,_0x33189b))return null;if(isRecentlyNotified(_0x4e0448,_0x33189b,_0x1102cb))return null;const _0x441375=CLI_BIN_NAME+'\x20update';return await writeUpdateNoticeCache({..._0x4e0448,'checkedAt':isFreshCheck(_0x4e0448,_0x1102cb)?_0x4e0448[_0x377fb5(0x155)]:_0x1102cb,'latest':_0x33189b,'failed':![],'lastNotifiedVersion':_0x33189b,'lastNotifiedAt':_0x1102cb}),{'command':_0x441375,'current':_0x1e3496,'latest':_0x33189b,'url':buildNpmVersionUrl(_0x33189b),'message':CLI_BIN_NAME+'\x20'+_0x33189b+'\x20available,\x20current\x20'+_0x1e3496+',\x20run:\x20'+_0x441375};}catch{return null;}}
@@ -1 +1 @@
1
- function a261_0x4c59(_0x21cd6e,_0x541a87){_0x21cd6e=_0x21cd6e-0xcd;var _0x2d181e=a261_0x2d18();var _0x4c5923=_0x2d181e[_0x21cd6e];return _0x4c5923;}function a261_0x2d18(){var _0x2c024b=['320zuBGmj','200730fvICzx','202020IqCtWO','110sepJul','13980jzCYpJ','298760vHNutc','1499528qcikKH','220668BnKOwx','7owEyYr','6hNhzBS','6597llOXNE'];a261_0x2d18=function(){return _0x2c024b;};return a261_0x2d18();}(function(_0x4bef08,_0x2589aa){var _0x301f05=a261_0x4c59,_0x18a2d6=_0x4bef08();while(!![]){try{var _0x2b86eb=parseInt(_0x301f05(0xd4))/0x1+parseInt(_0x301f05(0xd3))/0x2*(parseInt(_0x301f05(0xd0))/0x3)+parseInt(_0x301f05(0xce))/0x4+-parseInt(_0x301f05(0xd2))/0x5*(parseInt(_0x301f05(0xd6))/0x6)+parseInt(_0x301f05(0xcf))/0x7*(-parseInt(_0x301f05(0xcd))/0x8)+-parseInt(_0x301f05(0xd1))/0x9*(-parseInt(_0x301f05(0xd5))/0xa)+-parseInt(_0x301f05(0xd7))/0xb;if(_0x2b86eb===_0x2589aa)break;else _0x18a2d6['push'](_0x18a2d6['shift']());}catch(_0x2373b6){_0x18a2d6['push'](_0x18a2d6['shift']());}}}(a261_0x2d18,0x18f73));import{VERSION}from'../generated/build-info.js';export function getCliVersion(){return VERSION;}
1
+ (function(_0x27141b,_0x2bd608){var _0x5ce910=a261_0xc32f,_0x6a7c23=_0x27141b();while(!![]){try{var _0x1049d0=-parseInt(_0x5ce910(0x1a8))/0x1*(-parseInt(_0x5ce910(0x1af))/0x2)+parseInt(_0x5ce910(0x1a6))/0x3*(-parseInt(_0x5ce910(0x1ab))/0x4)+parseInt(_0x5ce910(0x1ae))/0x5+-parseInt(_0x5ce910(0x1a5))/0x6+parseInt(_0x5ce910(0x1ad))/0x7*(-parseInt(_0x5ce910(0x1ac))/0x8)+-parseInt(_0x5ce910(0x1b0))/0x9*(parseInt(_0x5ce910(0x1aa))/0xa)+parseInt(_0x5ce910(0x1a7))/0xb*(parseInt(_0x5ce910(0x1a9))/0xc);if(_0x1049d0===_0x2bd608)break;else _0x6a7c23['push'](_0x6a7c23['shift']());}catch(_0x4485c0){_0x6a7c23['push'](_0x6a7c23['shift']());}}}(a261_0x2276,0x27eb7));function a261_0xc32f(_0x408742,_0x84bcd4){_0x408742=_0x408742-0x1a5;var _0x2276b4=a261_0x2276();var _0xc32fdb=_0x2276b4[_0x408742];return _0xc32fdb;}import{VERSION}from'../generated/build-info.js';export function getCliVersion(){return VERSION;}function a261_0x2276(){var _0xc59775=['18vNiUmN','381852DRCLzV','45987iJWMvw','746130JpnOiT','1glevot','12lySbzw','153860tmUVYU','8QxMzSq','1046840IkAJnc','14NEAkef','1166995AIiDIJ','498128uXdGIo'];a261_0x2276=function(){return _0xc59775;};return a261_0x2276();}
@@ -1 +1 @@
1
- (function(_0x5a648f,_0x47c92d){var _0x1c23aa=a262_0x1d8f,_0x5b0cfa=_0x5a648f();while(!![]){try{var _0x317bf5=parseInt(_0x1c23aa(0xb1))/0x1+-parseInt(_0x1c23aa(0xb5))/0x2*(parseInt(_0x1c23aa(0xb0))/0x3)+parseInt(_0x1c23aa(0xae))/0x4+parseInt(_0x1c23aa(0xad))/0x5+-parseInt(_0x1c23aa(0xb3))/0x6+-parseInt(_0x1c23aa(0xaf))/0x7*(parseInt(_0x1c23aa(0xb6))/0x8)+-parseInt(_0x1c23aa(0xb2))/0x9*(-parseInt(_0x1c23aa(0xb4))/0xa);if(_0x317bf5===_0x47c92d)break;else _0x5b0cfa['push'](_0x5b0cfa['shift']());}catch(_0x1eda56){_0x5b0cfa['push'](_0x5b0cfa['shift']());}}}(a262_0x56ad,0x6c11e));import{setActiveCookie,clearActiveCookie}from'../core/api-client.js';function a262_0x1d8f(_0x519b73,_0x56587d){_0x519b73=_0x519b73-0xad;var _0x56adb6=a262_0x56ad();var _0x1d8fca=_0x56adb6[_0x519b73];return _0x1d8fca;}export async function withActiveCookie(_0xddfe67,_0x5095b5){setActiveCookie(_0xddfe67);try{return await _0x5095b5();}finally{clearActiveCookie();}}function a262_0x56ad(){var _0x343630=['4414926UNEGFv','10gfrDfn','2BBHzAC','64CohScG','2264540xrTJAr','2350116jEYjkC','104398pUciJw','2034609GYZrbk','218975VeHpAs','6449202gYRAVd'];a262_0x56ad=function(){return _0x343630;};return a262_0x56ad();}
1
+ (function(_0x27e915,_0xda3efc){var _0x3d5493=a262_0x2b80,_0x4f4b37=_0x27e915();while(!![]){try{var _0x4a14c7=-parseInt(_0x3d5493(0x7d))/0x1*(-parseInt(_0x3d5493(0x7e))/0x2)+parseInt(_0x3d5493(0x81))/0x3+parseInt(_0x3d5493(0x87))/0x4*(-parseInt(_0x3d5493(0x7c))/0x5)+-parseInt(_0x3d5493(0x7f))/0x6*(parseInt(_0x3d5493(0x82))/0x7)+parseInt(_0x3d5493(0x85))/0x8*(-parseInt(_0x3d5493(0x80))/0x9)+-parseInt(_0x3d5493(0x83))/0xa+parseInt(_0x3d5493(0x86))/0xb*(parseInt(_0x3d5493(0x84))/0xc);if(_0x4a14c7===_0xda3efc)break;else _0x4f4b37['push'](_0x4f4b37['shift']());}catch(_0x475f74){_0x4f4b37['push'](_0x4f4b37['shift']());}}}(a262_0x5bb8,0x9dc66));import{setActiveCookie,clearActiveCookie}from'../core/api-client.js';function a262_0x2b80(_0x56675a,_0x37af87){_0x56675a=_0x56675a-0x7c;var _0x5bb807=a262_0x5bb8();var _0x2b80d2=_0x5bb807[_0x56675a];return _0x2b80d2;}export async function withActiveCookie(_0x48502f,_0x3a9708){setActiveCookie(_0x48502f);try{return await _0x3a9708();}finally{clearActiveCookie();}}function a262_0x5bb8(){var _0x3ec85c=['2lRfkhV','90mpnpDE','9MQliDj','3475878CHjZNB','399903tVtoPZ','10569320lKlvLw','15455316DRGWNu','2479528tLFiLT','11JtkTOe','525656LfDvQh','5ftGfwa','554899JLmQXg'];a262_0x5bb8=function(){return _0x3ec85c;};return a262_0x5bb8();}
@@ -1 +1 @@
1
- (function(_0x1aaed7,_0x601a87){var _0x2ab870=a263_0x3f3a,_0x11a0da=_0x1aaed7();while(!![]){try{var _0x1321b4=parseInt(_0x2ab870(0x118))/0x1*(parseInt(_0x2ab870(0x121))/0x2)+parseInt(_0x2ab870(0x123))/0x3*(parseInt(_0x2ab870(0x120))/0x4)+parseInt(_0x2ab870(0x11b))/0x5+-parseInt(_0x2ab870(0x124))/0x6*(parseInt(_0x2ab870(0x11a))/0x7)+parseInt(_0x2ab870(0x122))/0x8+-parseInt(_0x2ab870(0x11f))/0x9+parseInt(_0x2ab870(0x11e))/0xa*(-parseInt(_0x2ab870(0x11d))/0xb);if(_0x1321b4===_0x601a87)break;else _0x11a0da['push'](_0x11a0da['shift']());}catch(_0x5663e7){_0x11a0da['push'](_0x11a0da['shift']());}}}(a263_0x3f64,0x3c0b9));export function writeCliSideChannelLine(_0x165bed){var _0x44a7a1=a263_0x3f3a;process[_0x44a7a1(0x11c)][_0x44a7a1(0x119)](_0x165bed+'\x0a');}function a263_0x3f3a(_0x28a1cd,_0x10bb0a){_0x28a1cd=_0x28a1cd-0x118;var _0x3f64ac=a263_0x3f64();var _0x3f3ad3=_0x3f64ac[_0x28a1cd];return _0x3f3ad3;}function a263_0x3f64(){var _0x2d5dab=['83223tzqqrE','1101745xlqpnu','stderr','1868031ijGxOb','50pPcFwg','1742958wDMYsS','118492PZdCxR','448436XrgAet','1973736WcLadY','39zPyLWQ','6TNRgck','2gwRmiM','write'];a263_0x3f64=function(){return _0x2d5dab;};return a263_0x3f64();}
1
+ function a263_0x44a7(_0x2657cb,_0x18b947){_0x2657cb=_0x2657cb-0x18f;var _0x532bd0=a263_0x532b();var _0x44a78a=_0x532bd0[_0x2657cb];return _0x44a78a;}(function(_0x238ec6,_0x4b97d8){var _0x51b015=a263_0x44a7,_0x56c1eb=_0x238ec6();while(!![]){try{var _0x2250c1=-parseInt(_0x51b015(0x193))/0x1+-parseInt(_0x51b015(0x199))/0x2*(-parseInt(_0x51b015(0x191))/0x3)+-parseInt(_0x51b015(0x194))/0x4+parseInt(_0x51b015(0x18f))/0x5+-parseInt(_0x51b015(0x190))/0x6*(-parseInt(_0x51b015(0x19a))/0x7)+parseInt(_0x51b015(0x195))/0x8+parseInt(_0x51b015(0x197))/0x9*(-parseInt(_0x51b015(0x192))/0xa);if(_0x2250c1===_0x4b97d8)break;else _0x56c1eb['push'](_0x56c1eb['shift']());}catch(_0x1aa135){_0x56c1eb['push'](_0x56c1eb['shift']());}}}(a263_0x532b,0x6ce5f));export function writeCliSideChannelLine(_0x2ee582){var _0x133531=a263_0x44a7;process[_0x133531(0x198)][_0x133531(0x196)](_0x2ee582+'\x0a');}function a263_0x532b(){var _0x23f9e8=['5157754bNHiSG','68795IdsbOy','6rsCkzc','1406430NMtLih','589970yScFVr','367287SsaXbV','785848SEIrBm','2571024YxCSAr','write','81AGcYeM','stderr','2Dkbhvk'];a263_0x532b=function(){return _0x23f9e8;};return a263_0x532b();}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lovrabet/rabetbase-cli",
3
- "version": "2.3.12",
3
+ "version": "2.3.13-beta.2",
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": [