@lovrabet/rabetbase-cli 2.3.9-beta.2 → 2.3.9-beta.3

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 (258) 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 -0
  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 -0
  103. package/lib/commands/menu/group-create.js +1 -0
  104. package/lib/commands/menu/group-update.js +1 -0
  105. package/lib/commands/menu/index.js +1 -1
  106. package/lib/commands/menu/list.js +1 -1
  107. package/lib/commands/menu/regroup-start.js +1 -0
  108. package/lib/commands/menu/shared/compare-table.js +1 -1
  109. package/lib/commands/menu/shared/delete-plan.js +1 -0
  110. package/lib/commands/menu/shared/facts.js +1 -0
  111. package/lib/commands/menu/shared/index.js +1 -1
  112. package/lib/commands/menu/shared/inquirer.js +1 -1
  113. package/lib/commands/menu/shared/local-pages.js +1 -1
  114. package/lib/commands/menu/shared/logic.js +1 -1
  115. package/lib/commands/menu/shared/mutations.js +1 -0
  116. package/lib/commands/menu/shared/service.js +1 -1
  117. package/lib/commands/menu/shared/sync-core.js +1 -1
  118. package/lib/commands/menu/shared/update-core.js +1 -1
  119. package/lib/commands/menu/shared/valid-url.js +1 -1
  120. package/lib/commands/menu/sync.js +1 -1
  121. package/lib/commands/menu/update.js +1 -1
  122. package/lib/commands/notification/config-list.js +1 -1
  123. package/lib/commands/notification/index.js +1 -1
  124. package/lib/commands/page/generate-start.js +1 -1
  125. package/lib/commands/page/generate-status.js +1 -1
  126. package/lib/commands/page/index.js +1 -1
  127. package/lib/commands/page/pull.js +1 -1
  128. package/lib/commands/page/push.js +1 -1
  129. package/lib/commands/page/relation-audit.js +1 -1
  130. package/lib/commands/page/shared.js +1 -1
  131. package/lib/commands/page/standard-page-status.js +1 -1
  132. package/lib/commands/page/sync.js +1 -1
  133. package/lib/commands/permit/index.js +1 -1
  134. package/lib/commands/permit/page-get.js +1 -1
  135. package/lib/commands/permit/page-set.js +1 -1
  136. package/lib/commands/permit/role-apis-set.js +1 -1
  137. package/lib/commands/permit/role-menus-set.js +1 -1
  138. package/lib/commands/permit/role-menus.js +1 -1
  139. package/lib/commands/permit/shared.js +1 -1
  140. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  141. package/lib/commands/project/create/format-elapsed.js +1 -1
  142. package/lib/commands/project/create/main.js +1 -1
  143. package/lib/commands/project/create/non-interactive.js +1 -1
  144. package/lib/commands/project/create/project-template-path.js +1 -1
  145. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  146. package/lib/commands/project/create/use-format-code.js +1 -1
  147. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  148. package/lib/commands/project/index.js +1 -1
  149. package/lib/commands/project/init.js +1 -1
  150. package/lib/commands/project/upgrade.js +1 -1
  151. package/lib/commands/registry.js +1 -1
  152. package/lib/commands/role/create.js +1 -1
  153. package/lib/commands/role/delete.js +1 -1
  154. package/lib/commands/role/detail.js +1 -1
  155. package/lib/commands/role/index.js +1 -1
  156. package/lib/commands/role/list.js +1 -1
  157. package/lib/commands/role/shared.js +1 -1
  158. package/lib/commands/role/update.js +1 -1
  159. package/lib/commands/role/user-add.js +1 -1
  160. package/lib/commands/role/user-remove.js +1 -1
  161. package/lib/commands/role/user-resolve.js +1 -1
  162. package/lib/commands/run/index.js +1 -1
  163. package/lib/commands/schema.js +1 -1
  164. package/lib/commands/sql/create.js +1 -1
  165. package/lib/commands/sql/delete.js +1 -1
  166. package/lib/commands/sql/detail.js +1 -1
  167. package/lib/commands/sql/exec.js +1 -1
  168. package/lib/commands/sql/index.js +1 -1
  169. package/lib/commands/sql/list.js +1 -1
  170. package/lib/commands/sql/pull.js +1 -1
  171. package/lib/commands/sql/push.js +1 -1
  172. package/lib/commands/sql/save.js +1 -1
  173. package/lib/commands/sql/shared.js +1 -1
  174. package/lib/commands/sql/status.js +1 -1
  175. package/lib/commands/sql/validate.js +1 -1
  176. package/lib/commands/task/index.js +1 -0
  177. package/lib/commands/task/status.js +1 -0
  178. package/lib/commands/workspace/add.js +1 -1
  179. package/lib/commands/workspace/index.js +1 -1
  180. package/lib/commands/workspace/remove.js +1 -1
  181. package/lib/config/schema.js +1 -1
  182. package/lib/constant/cdn.js +1 -1
  183. package/lib/constant/cli.js +1 -1
  184. package/lib/constant/defaults.js +1 -1
  185. package/lib/constant/domain.js +1 -1
  186. package/lib/constant/env.js +1 -1
  187. package/lib/constant/output.js +1 -1
  188. package/lib/constant/paths.js +1 -1
  189. package/lib/constant/risk.js +1 -1
  190. package/lib/context/app-resolver.js +1 -1
  191. package/lib/context/auth-resolver.js +1 -1
  192. package/lib/context/config-loader.js +1 -1
  193. package/lib/context.js +1 -1
  194. package/lib/core/alias-resolver.js +1 -1
  195. package/lib/core/api-client.js +1 -1
  196. package/lib/core/bff/config.js +1 -1
  197. package/lib/core/bff/file-system.js +1 -1
  198. package/lib/core/bff/hash.js +1 -1
  199. package/lib/core/bff/lock.js +1 -1
  200. package/lib/core/bff/utils.js +1 -1
  201. package/lib/core/db-resolver.js +1 -1
  202. package/lib/core/page/file-system.js +1 -1
  203. package/lib/core/page/hash.js +1 -1
  204. package/lib/core/page/lock.js +1 -1
  205. package/lib/core/sql-index-auditor.js +1 -0
  206. package/lib/core/sql-sync/config.js +1 -1
  207. package/lib/core/sql-sync/file-system.js +1 -1
  208. package/lib/core/sql-sync/hash.js +1 -1
  209. package/lib/core/sql-sync/lock.js +1 -1
  210. package/lib/core/sql-sync/utils.js +1 -1
  211. package/lib/core/sql-validator.js +1 -1
  212. package/lib/errors.js +1 -1
  213. package/lib/framework/build-all-flags.js +1 -1
  214. package/lib/framework/error-output.js +1 -0
  215. package/lib/framework/explicit-yes.js +1 -0
  216. package/lib/framework/flags.js +1 -1
  217. package/lib/framework/help.js +1 -1
  218. package/lib/framework/index.js +1 -1
  219. package/lib/framework/output.js +1 -1
  220. package/lib/framework/response.js +1 -1
  221. package/lib/framework/runner-alias.js +1 -1
  222. package/lib/framework/runner.js +1 -1
  223. package/lib/framework/schema-export.js +1 -1
  224. package/lib/framework/types.js +1 -1
  225. package/lib/generated/build-info.js +1 -1
  226. package/lib/help.js +1 -1
  227. package/lib/skills/main.js +1 -1
  228. package/lib/skills/npx-skills-add.js +1 -1
  229. package/lib/telemetry/cli-command-trace.js +1 -1
  230. package/lib/telemetry/cli-help-trace.js +1 -1
  231. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  232. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  233. package/lib/telemetry/send-cli-trace-log.js +1 -1
  234. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  235. package/lib/utils/ai_config.js +1 -1
  236. package/lib/utils/apply-jq-filter.js +1 -1
  237. package/lib/utils/cdn-config.js +1 -1
  238. package/lib/utils/check-sdk-version.js +1 -1
  239. package/lib/utils/cli-version-check.js +1 -1
  240. package/lib/utils/cli-version-policy.js +1 -1
  241. package/lib/utils/config.js +1 -1
  242. package/lib/utils/copy-directory.js +1 -1
  243. package/lib/utils/entity-with-id.js +1 -1
  244. package/lib/utils/file-utils.js +1 -1
  245. package/lib/utils/guides-cdn.js +1 -1
  246. package/lib/utils/http-client.js +1 -1
  247. package/lib/utils/is-non-interactive.js +1 -1
  248. package/lib/utils/logger.js +1 -1
  249. package/lib/utils/params.js +1 -1
  250. package/lib/utils/platform.js +1 -1
  251. package/lib/utils/rules-cdn.js +1 -1
  252. package/lib/utils/sleep.js +1 -1
  253. package/lib/utils/template-replacer.js +1 -1
  254. package/lib/utils/update-notice.js +1 -1
  255. package/lib/utils/version.js +1 -1
  256. package/lib/utils/with-active-cookie.js +1 -1
  257. package/lib/utils/write-cli-side-channel.js +1 -1
  258. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(_0x57fd36,_0x3d43be){const _0x2cc9a0=a217_0x22dc,_0x52b62a=_0x57fd36();while(!![]){try{const _0x11b21b=parseInt(_0x2cc9a0(0x85))/0x1+-parseInt(_0x2cc9a0(0x9c))/0x2*(-parseInt(_0x2cc9a0(0x96))/0x3)+parseInt(_0x2cc9a0(0xa3))/0x4*(parseInt(_0x2cc9a0(0x93))/0x5)+parseInt(_0x2cc9a0(0x8c))/0x6*(parseInt(_0x2cc9a0(0x88))/0x7)+-parseInt(_0x2cc9a0(0x8d))/0x8+-parseInt(_0x2cc9a0(0xa2))/0x9+parseInt(_0x2cc9a0(0xa5))/0xa*(-parseInt(_0x2cc9a0(0x99))/0xb);if(_0x11b21b===_0x3d43be)break;else _0x52b62a['push'](_0x52b62a['shift']());}catch(_0x5a9a13){_0x52b62a['push'](_0x52b62a['shift']());}}}(a217_0x5e8f,0xb87d5));import{logger}from'../utils/logger.js';import{CLI_BIN_NAME}from'../constant/cli.js';import{NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE}from'../skills/npx-skills-add.js';function a217_0x22dc(_0x32c260,_0x2e6dbb){_0x32c260=_0x32c260-0x84;const _0x5e8f16=a217_0x5e8f();let _0x22dccc=_0x5e8f16[_0x32c260];return _0x22dccc;}export function camelCaseFlagsToKebab(_0x45fc80){const _0x234522=a217_0x22dc,_0x3ff4ed=[];for(const [_0x27de32,_0x5ad036]of Object[_0x234522(0x89)](_0x45fc80)){if(_0x5ad036===!![]){const _0x2d05f7=_0x27de32[_0x234522(0x8f)](/([A-Z])/g,_0x234522(0x87))[_0x234522(0x9d)]();_0x3ff4ed['push'](_0x2d05f7);}}return _0x3ff4ed;}export function parseDynamicFlags(){const _0x4afeba=a217_0x22dc,_0x2694c7=[];for(let _0x4ab1a5=0x3;_0x4ab1a5<process['argv'][_0x4afeba(0x8a)];_0x4ab1a5++){const _0x471593=process[_0x4afeba(0xa0)][_0x4ab1a5];if(_0x471593&&_0x471593[_0x4afeba(0x92)]('--')){const _0x4583de=_0x471593[_0x4afeba(0x94)](0x2);_0x4583de&&!_0x4583de[_0x4afeba(0x84)]('=')&&_0x2694c7[_0x4afeba(0xa4)](_0x4583de);}}return _0x2694c7;}export function getAllProvidedFlags(_0x2c8f76){const _0x5d383b=a217_0x22dc,_0x350052=camelCaseFlagsToKebab(_0x2c8f76),_0x35b185=parseDynamicFlags(),_0x36e589=new Set([..._0x350052,..._0x35b185]);return Array[_0x5d383b(0x95)](_0x36e589);}export function normalizeLegacyBffSaveFlags(_0x5ac45a){const _0x1d7c30=a217_0x22dc,_0x5688e9=new Set(_0x5ac45a);return _0x5688e9[_0x1d7c30(0xa1)]('dangerously-bff-save')&&_0x5688e9[_0x1d7c30(0x9e)]('enable-bff-save'),Array[_0x1d7c30(0x95)](_0x5688e9);}const SKILLS_INSTALL_COMMAND_LINE=NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE;export async function skillsCommand(_0x2229b1,_0x1cb105,_0x4528b5){const _0x5d7c01=a217_0x22dc;logger[_0x5d7c01(0x97)](process[_0x5d7c01(0xa6)]());if(_0x4528b5?.['help']||_0x2229b1===_0x5d7c01(0x9b)){showHelp();return;}console[_0x5d7c01(0x91)](_0x5d7c01(0x8e)+(_0x2229b1||_0x5d7c01(0x8b))),console[_0x5d7c01(0x98)]('\x0aAvailable\x20commands:'),console[_0x5d7c01(0x98)]('\x20\x20'+CLI_BIN_NAME+'\x20cli-skill\x20install\x20\x20\x20\x20\x20\x20\x20#\x20Install\x20CLI\x20Built-in\x20Skill'),console['log'](''),console[_0x5d7c01(0x98)](_0x5d7c01(0x9a)+SKILLS_INSTALL_COMMAND_LINE),logger['error']('skill','不支持的命令:\x20'+_0x2229b1),process[_0x5d7c01(0x90)](0x1);}function showHelp(){const _0x2dd5c0=a217_0x22dc;console[_0x2dd5c0(0x98)](_0x2dd5c0(0x86)+CLI_BIN_NAME+'\x20cli-skill\x20install\x0a\x0aEquivalent\x20command:\x20'+SKILLS_INSTALL_COMMAND_LINE+_0x2dd5c0(0x9f));}function a217_0x5e8f(){const _0x54baf3=['add','\x0a\x0aNote:\x20npx\x20skills\x20selects\x20the\x20agent\x20and\x20writes\x20files;\x20guides\x20live\x20under\x20skills/rabetbase/guides/.\x0a','argv','has','294777WWExYr','16OJYuSn','push','21339070IFmhBE','cwd','includes','682745xijLNk','\x0aRabetbase\x20CLI\x20Skill\x20-\x20Developer\x20Workflow\x20Installation\x20Tool\x0a\x0aUsage:\x0a\x20\x20','-$1','82285EqHtPD','entries','length','(empty)','588BgxdAk','7548152rPQwPj','Error:\x20Unsupported\x20command:\x20','replace','exit','error','startsWith','1597075dLoCgU','slice','from','2260359jOFKHQ','setLogPath','log','11MsHYrc','Equivalent\x20command:\x20','--help','2VtktxR','toLowerCase'];a217_0x5e8f=function(){return _0x54baf3;};return a217_0x5e8f();}
1
+ (function(_0x37e4df,_0x497600){const _0x1175cd=a230_0x4ace,_0x5053c6=_0x37e4df();while(!![]){try{const _0x5258c2=-parseInt(_0x1175cd(0x11b))/0x1+parseInt(_0x1175cd(0x121))/0x2+parseInt(_0x1175cd(0x128))/0x3*(parseInt(_0x1175cd(0x125))/0x4)+parseInt(_0x1175cd(0x129))/0x5*(parseInt(_0x1175cd(0x127))/0x6)+parseInt(_0x1175cd(0x11c))/0x7+-parseInt(_0x1175cd(0x12a))/0x8+parseInt(_0x1175cd(0x122))/0x9*(parseInt(_0x1175cd(0x130))/0xa);if(_0x5258c2===_0x497600)break;else _0x5053c6['push'](_0x5053c6['shift']());}catch(_0x24e893){_0x5053c6['push'](_0x5053c6['shift']());}}}(a230_0x3efc,0x1ae2c));import{logger}from'../utils/logger.js';import{CLI_BIN_NAME}from'../constant/cli.js';import{NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE}from'../skills/npx-skills-add.js';function a230_0x3efc(){const _0x3bb9ae=['push','197254CVAQgP','974743IzBKTx','includes','replace','Error:\x20Unsupported\x20command:\x20','argv','341362VyhUUd','9AvoVkQ','--help','has','52KCAaUd','from','270dSRYJr','13971llfplx','4015WUrQOo','1116920UUpytr','log','\x0aRabetbase\x20CLI\x20Skill\x20-\x20Developer\x20Workflow\x20Installation\x20Tool\x0a\x0aUsage:\x0a\x20\x20','-$1','(empty)','error','403870nnDIjI','Equivalent\x20command:\x20','不支持的命令:\x20','startsWith','skill','enable-bff-save','\x20cli-skill\x20install\x20\x20\x20\x20\x20\x20\x20#\x20Install\x20CLI\x20Built-in\x20Skill'];a230_0x3efc=function(){return _0x3bb9ae;};return a230_0x3efc();}export function camelCaseFlagsToKebab(_0x27bec6){const _0x2ed17d=a230_0x4ace,_0x4736d0=[];for(const [_0x2a8a61,_0x5a88d2]of Object['entries'](_0x27bec6)){if(_0x5a88d2===!![]){const _0x119f21=_0x2a8a61[_0x2ed17d(0x11e)](/([A-Z])/g,_0x2ed17d(0x12d))['toLowerCase']();_0x4736d0[_0x2ed17d(0x11a)](_0x119f21);}}return _0x4736d0;}function a230_0x4ace(_0x44cf71,_0x477936){_0x44cf71=_0x44cf71-0x114;const _0x3efcfa=a230_0x3efc();let _0x4ace0a=_0x3efcfa[_0x44cf71];return _0x4ace0a;}export function parseDynamicFlags(){const _0x45d4b3=a230_0x4ace,_0x24af5d=[];for(let _0x2dc032=0x3;_0x2dc032<process['argv']['length'];_0x2dc032++){const _0x13f4b6=process[_0x45d4b3(0x120)][_0x2dc032];if(_0x13f4b6&&_0x13f4b6[_0x45d4b3(0x116)]('--')){const _0x3d2a92=_0x13f4b6['slice'](0x2);_0x3d2a92&&!_0x3d2a92[_0x45d4b3(0x11d)]('=')&&_0x24af5d['push'](_0x3d2a92);}}return _0x24af5d;}export function getAllProvidedFlags(_0x498820){const _0x3dce2c=a230_0x4ace,_0x4cc8c9=camelCaseFlagsToKebab(_0x498820),_0x257102=parseDynamicFlags(),_0x4bec26=new Set([..._0x4cc8c9,..._0x257102]);return Array[_0x3dce2c(0x126)](_0x4bec26);}export function normalizeLegacyBffSaveFlags(_0x12aef6){const _0x4d4860=a230_0x4ace,_0x20539d=new Set(_0x12aef6);return _0x20539d[_0x4d4860(0x124)]('dangerously-bff-save')&&_0x20539d['add'](_0x4d4860(0x118)),Array[_0x4d4860(0x126)](_0x20539d);}const SKILLS_INSTALL_COMMAND_LINE=NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE;export async function skillsCommand(_0x14f420,_0x277fe5,_0x4bbe11){const _0x278ae7=a230_0x4ace;logger['setLogPath'](process['cwd']());if(_0x4bbe11?.['help']||_0x14f420===_0x278ae7(0x123)){showHelp();return;}console[_0x278ae7(0x12f)](_0x278ae7(0x11f)+(_0x14f420||_0x278ae7(0x12e))),console['log']('\x0aAvailable\x20commands:'),console[_0x278ae7(0x12b)]('\x20\x20'+CLI_BIN_NAME+_0x278ae7(0x119)),console[_0x278ae7(0x12b)](''),console[_0x278ae7(0x12b)](_0x278ae7(0x114)+SKILLS_INSTALL_COMMAND_LINE),logger[_0x278ae7(0x12f)](_0x278ae7(0x117),_0x278ae7(0x115)+_0x14f420),process['exit'](0x1);}function showHelp(){const _0x340ffa=a230_0x4ace;console[_0x340ffa(0x12b)](_0x340ffa(0x12c)+CLI_BIN_NAME+'\x20cli-skill\x20install\x0a\x0aEquivalent\x20command:\x20'+SKILLS_INSTALL_COMMAND_LINE+'\x0a\x0aNote:\x20npx\x20skills\x20selects\x20the\x20agent\x20and\x20writes\x20files;\x20guides\x20live\x20under\x20skills/rabetbase/guides/.\x0a');}
@@ -1 +1 @@
1
- const a218_0x450cb5=a218_0x3dbc;(function(_0x3be8cb,_0x33f039){const _0x5e24e4=a218_0x3dbc,_0x1e9857=_0x3be8cb();while(!![]){try{const _0x8f4b7e=parseInt(_0x5e24e4(0x167))/0x1*(-parseInt(_0x5e24e4(0x15b))/0x2)+parseInt(_0x5e24e4(0x170))/0x3*(-parseInt(_0x5e24e4(0x16a))/0x4)+-parseInt(_0x5e24e4(0x179))/0x5+-parseInt(_0x5e24e4(0x15f))/0x6*(-parseInt(_0x5e24e4(0x16b))/0x7)+-parseInt(_0x5e24e4(0x164))/0x8*(-parseInt(_0x5e24e4(0x15c))/0x9)+parseInt(_0x5e24e4(0x173))/0xa*(-parseInt(_0x5e24e4(0x163))/0xb)+parseInt(_0x5e24e4(0x176))/0xc*(parseInt(_0x5e24e4(0x16e))/0xd);if(_0x8f4b7e===_0x33f039)break;else _0x1e9857['push'](_0x1e9857['shift']());}catch(_0x18357d){_0x1e9857['push'](_0x1e9857['shift']());}}}(a218_0x2293,0x4b2ac));import{spawnSync}from'node:child_process';function a218_0x2293(){const _0x21d243=['685405JcOBDq','skills','toString','815722TpDfEA','209394QOzvnZ','add','lovrabet/lovrabet-skill','6VSInct','yes','pipe','unknown','57167wFjWCe','32kJOHRv','npx','status','1vnJIAZ','inherit','join','2043544LwLgas','105392ZKuOrG','stdio','lovrabet/rabetbase','13aXiEzj','exit\x20','3nCDkAD','stdout','stderr','920AjqaTE','push','log','20804592NWyNAg','skill','trim'];a218_0x2293=function(){return _0x21d243;};return a218_0x2293();}import{resolveNpmBin}from'../utils/platform.js';export const NPX_FLAG_YES='-y';export const SKILLS_FLAG_GLOBAL='-g';export const SKILLS_FLAG_YES='-y';export const NPX_SKILLS_CLI=a218_0x450cb5(0x17a);export const NPX_SKILLS_SUBCOMMAND_ADD=a218_0x450cb5(0x15d);export const NPX_SKILLS_FLAG_SKILL='--skill';export const RABETBASE_SKILL_SOURCE=a218_0x450cb5(0x16d);function a218_0x3dbc(_0x1bf6ac,_0x2f9c19){_0x1bf6ac=_0x1bf6ac-0x15b;const _0x229387=a218_0x2293();let _0x3dbcd4=_0x229387[_0x1bf6ac];return _0x3dbcd4;}export const LEGACY_RABETBASE_SKILL_SOURCE=a218_0x450cb5(0x15e);export const DEFAULT_RABETBASE_SKILL_NAME='Lovrabet';export function buildNpxSkillsAddArgv(_0x253ed){const _0x4a4156=a218_0x450cb5,_0x4b2803=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE];return _0x253ed&&_0x4b2803[_0x4a4156(0x174)](NPX_SKILLS_FLAG_SKILL,_0x253ed),_0x4b2803;}export const NPX_SKILLS_ADD_COMMAND_LINE=[a218_0x450cb5(0x165),...buildNpxSkillsAddArgv()][a218_0x450cb5(0x169)]('\x20');export const NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE=[a218_0x450cb5(0x165),NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES][a218_0x450cb5(0x169)]('\x20');export function shouldSkipNpxSkillsAdd(){return process.env.RABETBASE_SKIP_NPX_SKILLS==='1';}export function runNpxSkillsAdd(_0x18b2e1,_0x5ce435){const _0x973d9d=a218_0x450cb5;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x5aed66=_0x5ce435?.['stdio']??_0x973d9d(0x168),_0x1a0164=resolveNpmBin(_0x973d9d(0x165)),_0x5781fd=buildNpxSkillsAddArgv(_0x5ce435?.[_0x973d9d(0x177)]),_0xf39110=[_0x973d9d(0x165),..._0x5781fd][_0x973d9d(0x169)]('\x20');console[_0x973d9d(0x175)]('*\x20'+_0xf39110);const _0x3aca18=spawnSync(_0x1a0164,_0x5781fd,{'cwd':_0x18b2e1,'stdio':_0x5aed66,'env':process.env,'shell':![]}),_0x22a6b0=_0x3aca18[_0x973d9d(0x166)];if(_0x22a6b0===0x0)return{'ok':!![],'status':0x0};let _0x71db5e=_0x973d9d(0x16f)+(_0x22a6b0??_0x973d9d(0x162));if(_0x5aed66===_0x973d9d(0x161)){const _0xe39cb2=_0x3aca18[_0x973d9d(0x172)]?_0x3aca18[_0x973d9d(0x172)][_0x973d9d(0x17b)]()[_0x973d9d(0x178)]():'',_0x36f3bc=_0x3aca18[_0x973d9d(0x171)]?_0x3aca18['stdout'][_0x973d9d(0x17b)]()['trim']():'';if(_0xe39cb2)_0x71db5e=_0xe39cb2;else{if(_0x36f3bc)_0x71db5e=_0x36f3bc;}}return{'ok':![],'status':_0x22a6b0??null,'error':_0x71db5e};}export function runNpxSkillsRemove(_0x14d81e,_0x4cead1,_0x2eab8b=LEGACY_RABETBASE_SKILL_SOURCE){const _0x24fad9=a218_0x450cb5;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x58dc04=_0x4cead1?.[_0x24fad9(0x16c)]??_0x24fad9(0x168),_0x354937=resolveNpmBin('npx'),_0x385e68=[NPX_FLAG_YES,NPX_SKILLS_CLI,'remove',_0x2eab8b,NPX_SKILLS_FLAG_SKILL,_0x4cead1?.[_0x24fad9(0x177)]??DEFAULT_RABETBASE_SKILL_NAME,..._0x4cead1?.[_0x24fad9(0x160)]?['-y']:[]],_0x4c0dfa=[_0x354937,..._0x385e68][_0x24fad9(0x169)]('\x20');console['log']('*\x20'+_0x4c0dfa);const _0x4bfe8f=spawnSync(_0x354937,_0x385e68,{'cwd':_0x14d81e,'stdio':_0x58dc04,'env':process.env,'shell':![]}),_0xfdec6=_0x4bfe8f[_0x24fad9(0x166)];if(_0xfdec6===0x0)return{'ok':!![],'status':0x0};let _0x3438c4=_0x24fad9(0x16f)+(_0xfdec6??_0x24fad9(0x162));if(_0x58dc04==='pipe'){const _0x4b3e93=_0x4bfe8f[_0x24fad9(0x172)]?_0x4bfe8f[_0x24fad9(0x172)][_0x24fad9(0x17b)]()[_0x24fad9(0x178)]():'',_0x4fd451=_0x4bfe8f['stdout']?_0x4bfe8f['stdout'][_0x24fad9(0x17b)]()['trim']():'';if(_0x4b3e93)_0x3438c4=_0x4b3e93;else{if(_0x4fd451)_0x3438c4=_0x4fd451;}}return{'ok':![],'status':_0xfdec6??null,'error':_0x3438c4};}export function runNpxSkillsAddGlobal(_0x56087d,_0x359271,_0x5759fb){const _0x1695a7=a218_0x450cb5;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x3a4fc5=_0x5759fb?.['stdio']??_0x1695a7(0x168),_0x23cd23=resolveNpmBin(_0x1695a7(0x165)),_0x307405=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x359271,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES],_0x15ac6f=['npx',NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x359271,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES][_0x1695a7(0x169)]('\x20');console[_0x1695a7(0x175)]('*\x20'+_0x15ac6f);const _0x1a74fc=spawnSync(_0x23cd23,_0x307405,{'cwd':_0x56087d,'stdio':_0x3a4fc5,'env':process.env,'shell':![]}),_0x583a89=_0x1a74fc[_0x1695a7(0x166)];if(_0x583a89===0x0)return{'ok':!![],'status':0x0};let _0x80f881=_0x1695a7(0x16f)+(_0x583a89??_0x1695a7(0x162));if(_0x3a4fc5===_0x1695a7(0x161)){const _0x1061c1=_0x1a74fc[_0x1695a7(0x172)]?_0x1a74fc[_0x1695a7(0x172)]['toString']()[_0x1695a7(0x178)]():'',_0x1585d7=_0x1a74fc['stdout']?_0x1a74fc[_0x1695a7(0x171)][_0x1695a7(0x17b)]()[_0x1695a7(0x178)]():'';if(_0x1061c1)_0x80f881=_0x1061c1;else{if(_0x1585d7)_0x80f881=_0x1585d7;}}return{'ok':![],'status':_0x583a89??null,'error':_0x80f881};}
1
+ const a231_0x4774bf=a231_0x3b90;(function(_0x420e70,_0x1f6697){const _0x3490b1=a231_0x3b90,_0x578ae0=_0x420e70();while(!![]){try{const _0x2c846a=-parseInt(_0x3490b1(0x97))/0x1+parseInt(_0x3490b1(0xa5))/0x2+-parseInt(_0x3490b1(0x95))/0x3*(parseInt(_0x3490b1(0xaa))/0x4)+parseInt(_0x3490b1(0x91))/0x5+-parseInt(_0x3490b1(0x9c))/0x6+-parseInt(_0x3490b1(0xa2))/0x7*(parseInt(_0x3490b1(0x9b))/0x8)+-parseInt(_0x3490b1(0x92))/0x9*(-parseInt(_0x3490b1(0x94))/0xa);if(_0x2c846a===_0x1f6697)break;else _0x578ae0['push'](_0x578ae0['shift']());}catch(_0x386b74){_0x578ae0['push'](_0x578ae0['shift']());}}}(a231_0x25a0,0x40399));function a231_0x25a0(){const _0x6f8e88=['status','79540jPGccU','lovrabet/lovrabet-skill','pipe','npx','join','508225nOUGOA','2890917SUzCtp','push','40iFMBMe','39hhDqNe','skill','257107IYgeLa','skills','stderr','exit\x20','2434712ZJjUsX','2822736FFnUiZ','log','--skill','inherit','trim','stdio','7ossSQH','remove','add','333950BnMOVH','toString','unknown','stdout'];a231_0x25a0=function(){return _0x6f8e88;};return a231_0x25a0();}import{spawnSync}from'node:child_process';import{resolveNpmBin}from'../utils/platform.js';export const NPX_FLAG_YES='-y';export const SKILLS_FLAG_GLOBAL='-g';export const SKILLS_FLAG_YES='-y';function a231_0x3b90(_0x357d06,_0x2fdbc3){_0x357d06=_0x357d06-0x8f;const _0x25a049=a231_0x25a0();let _0x3b9012=_0x25a049[_0x357d06];return _0x3b9012;}export const NPX_SKILLS_CLI=a231_0x4774bf(0x98);export const NPX_SKILLS_SUBCOMMAND_ADD=a231_0x4774bf(0xa4);export const NPX_SKILLS_FLAG_SKILL=a231_0x4774bf(0x9e);export const RABETBASE_SKILL_SOURCE='lovrabet/rabetbase';export const LEGACY_RABETBASE_SKILL_SOURCE=a231_0x4774bf(0xab);export const DEFAULT_RABETBASE_SKILL_NAME='Lovrabet';export function buildNpxSkillsAddArgv(_0x46d745){const _0x58dab7=a231_0x4774bf,_0xdbd1c=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE];return _0x46d745&&_0xdbd1c[_0x58dab7(0x93)](NPX_SKILLS_FLAG_SKILL,_0x46d745),_0xdbd1c;}export const NPX_SKILLS_ADD_COMMAND_LINE=['npx',...buildNpxSkillsAddArgv()][a231_0x4774bf(0x90)]('\x20');export const NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE=[a231_0x4774bf(0x8f),NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES][a231_0x4774bf(0x90)]('\x20');export function shouldSkipNpxSkillsAdd(){return process.env.RABETBASE_SKIP_NPX_SKILLS==='1';}export function runNpxSkillsAdd(_0x3e8a66,_0x48ab62){const _0x5c1a07=a231_0x4774bf;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x44e97e=_0x48ab62?.[_0x5c1a07(0xa1)]??'inherit',_0x17d89c=resolveNpmBin(_0x5c1a07(0x8f)),_0x827ada=buildNpxSkillsAddArgv(_0x48ab62?.[_0x5c1a07(0x96)]),_0x2d5f7e=[_0x5c1a07(0x8f),..._0x827ada][_0x5c1a07(0x90)]('\x20');console[_0x5c1a07(0x9d)]('*\x20'+_0x2d5f7e);const _0x40426f=spawnSync(_0x17d89c,_0x827ada,{'cwd':_0x3e8a66,'stdio':_0x44e97e,'env':process.env,'shell':![]}),_0x48d66a=_0x40426f[_0x5c1a07(0xa9)];if(_0x48d66a===0x0)return{'ok':!![],'status':0x0};let _0x259ed8=_0x5c1a07(0x9a)+(_0x48d66a??_0x5c1a07(0xa7));if(_0x44e97e===_0x5c1a07(0xac)){const _0x424f45=_0x40426f[_0x5c1a07(0x99)]?_0x40426f['stderr'][_0x5c1a07(0xa6)]()[_0x5c1a07(0xa0)]():'',_0x2ebe63=_0x40426f['stdout']?_0x40426f[_0x5c1a07(0xa8)][_0x5c1a07(0xa6)]()['trim']():'';if(_0x424f45)_0x259ed8=_0x424f45;else{if(_0x2ebe63)_0x259ed8=_0x2ebe63;}}return{'ok':![],'status':_0x48d66a??null,'error':_0x259ed8};}export function runNpxSkillsRemove(_0x241c7e,_0xbd7665,_0x42aa7a=LEGACY_RABETBASE_SKILL_SOURCE){const _0x37ef7e=a231_0x4774bf;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x305b07=_0xbd7665?.[_0x37ef7e(0xa1)]??_0x37ef7e(0x9f),_0x1367b8=resolveNpmBin(_0x37ef7e(0x8f)),_0x1993f3=[NPX_FLAG_YES,NPX_SKILLS_CLI,_0x37ef7e(0xa3),_0x42aa7a,NPX_SKILLS_FLAG_SKILL,_0xbd7665?.[_0x37ef7e(0x96)]??DEFAULT_RABETBASE_SKILL_NAME,..._0xbd7665?.['yes']?['-y']:[]],_0x460976=[_0x1367b8,..._0x1993f3][_0x37ef7e(0x90)]('\x20');console[_0x37ef7e(0x9d)]('*\x20'+_0x460976);const _0x11d9ae=spawnSync(_0x1367b8,_0x1993f3,{'cwd':_0x241c7e,'stdio':_0x305b07,'env':process.env,'shell':![]}),_0x27f4fa=_0x11d9ae['status'];if(_0x27f4fa===0x0)return{'ok':!![],'status':0x0};let _0x2b5278=_0x37ef7e(0x9a)+(_0x27f4fa??_0x37ef7e(0xa7));if(_0x305b07===_0x37ef7e(0xac)){const _0x38fd81=_0x11d9ae[_0x37ef7e(0x99)]?_0x11d9ae[_0x37ef7e(0x99)][_0x37ef7e(0xa6)]()[_0x37ef7e(0xa0)]():'',_0x569bb3=_0x11d9ae[_0x37ef7e(0xa8)]?_0x11d9ae[_0x37ef7e(0xa8)]['toString']()[_0x37ef7e(0xa0)]():'';if(_0x38fd81)_0x2b5278=_0x38fd81;else{if(_0x569bb3)_0x2b5278=_0x569bb3;}}return{'ok':![],'status':_0x27f4fa??null,'error':_0x2b5278};}export function runNpxSkillsAddGlobal(_0x1bc429,_0x35aaea,_0x336c3e){const _0x506cff=a231_0x4774bf;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x5ab9d3=_0x336c3e?.[_0x506cff(0xa1)]??_0x506cff(0x9f),_0x2cbe1b=resolveNpmBin(_0x506cff(0x8f)),_0x5409d8=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x35aaea,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES],_0x379b4b=[_0x506cff(0x8f),NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x35aaea,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES][_0x506cff(0x90)]('\x20');console[_0x506cff(0x9d)]('*\x20'+_0x379b4b);const _0x527e9c=spawnSync(_0x2cbe1b,_0x5409d8,{'cwd':_0x1bc429,'stdio':_0x5ab9d3,'env':process.env,'shell':![]}),_0x3e3e27=_0x527e9c[_0x506cff(0xa9)];if(_0x3e3e27===0x0)return{'ok':!![],'status':0x0};let _0x189b5e='exit\x20'+(_0x3e3e27??_0x506cff(0xa7));if(_0x5ab9d3===_0x506cff(0xac)){const _0x3425b6=_0x527e9c[_0x506cff(0x99)]?_0x527e9c[_0x506cff(0x99)][_0x506cff(0xa6)]()[_0x506cff(0xa0)]():'',_0xe8e7b8=_0x527e9c['stdout']?_0x527e9c[_0x506cff(0xa8)][_0x506cff(0xa6)]()[_0x506cff(0xa0)]():'';if(_0x3425b6)_0x189b5e=_0x3425b6;else{if(_0xe8e7b8)_0x189b5e=_0xe8e7b8;}}return{'ok':![],'status':_0x3e3e27??null,'error':_0x189b5e};}
@@ -1 +1 @@
1
- (function(_0x1fe731,_0x48d59f){const _0x2dd657=a219_0x1a54,_0x3bd47b=_0x1fe731();while(!![]){try{const _0x49b647=-parseInt(_0x2dd657(0x159))/0x1+-parseInt(_0x2dd657(0x149))/0x2*(-parseInt(_0x2dd657(0x15a))/0x3)+parseInt(_0x2dd657(0x154))/0x4+-parseInt(_0x2dd657(0x14b))/0x5+parseInt(_0x2dd657(0x14c))/0x6*(parseInt(_0x2dd657(0x14d))/0x7)+parseInt(_0x2dd657(0x158))/0x8+parseInt(_0x2dd657(0x14a))/0x9;if(_0x49b647===_0x48d59f)break;else _0x3bd47b['push'](_0x3bd47b['shift']());}catch(_0x244f1a){_0x3bd47b['push'](_0x3bd47b['shift']());}}}(a219_0x2d7a,0x96314));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';import{getCliVersion}from'../utils/version.js';function a219_0x2d7a(){const _0x1c543a=['[REDACTED]','160618MIvcxC','1238679XaCZVA','3982895JFVJCd','937002jHlvIu','7cDGpBt','message','flags','error','command','service','entries','3270752OREZPx','rabetbase.command','some','stringify','3304000PoSOtR','193028lMJWcu','3CfDfDE','durationMs'];a219_0x2d7a=function(){return _0x1c543a;};return a219_0x2d7a();}const SENSITIVE_PATTERNS=[/cookie/i,/token/i,/password/i,/passwd/i,/secret/i,/auth/i,/session/i,/credential/i,/^value$/i];function isSensitiveKey(_0x23918b){const _0x4db4c3=a219_0x1a54;return SENSITIVE_PATTERNS[_0x4db4c3(0x156)](_0x29d6e0=>_0x29d6e0['test'](_0x23918b));}function a219_0x1a54(_0x46bb38,_0x32849d){_0x46bb38=_0x46bb38-0x148;const _0x2d7aa9=a219_0x2d7a();let _0x1a545f=_0x2d7aa9[_0x46bb38];return _0x1a545f;}function sanitizeFlags(_0x1624a9){const _0x34f89d=a219_0x1a54,_0x25f2c9={};for(const [_0x158d77,_0x45839a]of Object[_0x34f89d(0x153)](_0x1624a9)){isSensitiveKey(_0x158d77)?_0x25f2c9[_0x158d77]=_0x45839a!=null&&_0x45839a!==''?_0x34f89d(0x148):_0x45839a:_0x25f2c9[_0x158d77]=_0x45839a;}return _0x25f2c9;}export async function reportCommandTrace(_0x912ae4){const _0x877c7d=a219_0x1a54;try{const _0x1d2812=sanitizeFlags(_0x912ae4[_0x877c7d(0x14f)]);await sendCliTraceLog({'spanName':_0x877c7d(0x155),'logData':{'command.cli_version':getCliVersion(),'command.service':_0x912ae4[_0x877c7d(0x152)],'command.name':_0x912ae4[_0x877c7d(0x151)],'command.flags':JSON[_0x877c7d(0x157)](_0x1d2812),..._0x912ae4['durationMs']!=null?{'command.duration_ms':_0x912ae4[_0x877c7d(0x15b)]}:{},..._0x912ae4[_0x877c7d(0x150)]?{'command.error':_0x912ae4[_0x877c7d(0x150)]instanceof Error?_0x912ae4[_0x877c7d(0x150)][_0x877c7d(0x14e)]:String(_0x912ae4[_0x877c7d(0x150)])}:{}}});}catch{}}
1
+ (function(_0x1f57a3,_0x3aedfe){const _0x256d54=a232_0x6b6d,_0x42c601=_0x1f57a3();while(!![]){try{const _0x155c6e=-parseInt(_0x256d54(0x164))/0x1*(parseInt(_0x256d54(0x163))/0x2)+-parseInt(_0x256d54(0x166))/0x3+-parseInt(_0x256d54(0x168))/0x4+-parseInt(_0x256d54(0x175))/0x5*(parseInt(_0x256d54(0x16e))/0x6)+parseInt(_0x256d54(0x16f))/0x7*(parseInt(_0x256d54(0x169))/0x8)+parseInt(_0x256d54(0x162))/0x9+parseInt(_0x256d54(0x165))/0xa;if(_0x155c6e===_0x3aedfe)break;else _0x42c601['push'](_0x42c601['shift']());}catch(_0x464cc8){_0x42c601['push'](_0x42c601['shift']());}}}(a232_0x40f0,0x871fc));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';import{getCliVersion}from'../utils/version.js';const SENSITIVE_PATTERNS=[/cookie/i,/token/i,/password/i,/passwd/i,/secret/i,/auth/i,/session/i,/credential/i,/^value$/i];function isSensitiveKey(_0x36edc2){const _0x130da8=a232_0x6b6d;return SENSITIVE_PATTERNS[_0x130da8(0x172)](_0x286b4e=>_0x286b4e[_0x130da8(0x173)](_0x36edc2));}function a232_0x40f0(){const _0x1a6de0=['stringify','[REDACTED]','message','durationMs','34458gBwpJE','21413uvmOMS','error','flags','some','test','command','465RxpVhe','3408615SLWAZq','50786CXVfIg','25gPaVmV','18061340dKPJeD','1692609OSAWvo','entries','3777808RQxbuz','2736KwnxRs'];a232_0x40f0=function(){return _0x1a6de0;};return a232_0x40f0();}function sanitizeFlags(_0x4142e4){const _0x33ed2e=a232_0x6b6d,_0x3f39e4={};for(const [_0x556204,_0x1a493e]of Object[_0x33ed2e(0x167)](_0x4142e4)){isSensitiveKey(_0x556204)?_0x3f39e4[_0x556204]=_0x1a493e!=null&&_0x1a493e!==''?_0x33ed2e(0x16b):_0x1a493e:_0x3f39e4[_0x556204]=_0x1a493e;}return _0x3f39e4;}function a232_0x6b6d(_0x323c6a,_0x4fe6f5){_0x323c6a=_0x323c6a-0x162;const _0x40f0d1=a232_0x40f0();let _0x6b6de6=_0x40f0d1[_0x323c6a];return _0x6b6de6;}export async function reportCommandTrace(_0xc2c78){const _0x568ffe=a232_0x6b6d;try{const _0x598d86=sanitizeFlags(_0xc2c78[_0x568ffe(0x171)]);await sendCliTraceLog({'spanName':'rabetbase.command','logData':{'command.cli_version':getCliVersion(),'command.service':_0xc2c78['service'],'command.name':_0xc2c78[_0x568ffe(0x174)],'command.flags':JSON[_0x568ffe(0x16a)](_0x598d86),..._0xc2c78['durationMs']!=null?{'command.duration_ms':_0xc2c78[_0x568ffe(0x16d)]}:{},..._0xc2c78[_0x568ffe(0x170)]?{'command.error':_0xc2c78[_0x568ffe(0x170)]instanceof Error?_0xc2c78[_0x568ffe(0x170)][_0x568ffe(0x16c)]:String(_0xc2c78[_0x568ffe(0x170)])}:{}}});}catch{}}
@@ -1 +1 @@
1
- (function(_0x5a7147,_0x4499f7){var _0x42bea5=a220_0x6808,_0x18e1fd=_0x5a7147();while(!![]){try{var _0x2d5494=-parseInt(_0x42bea5(0x10b))/0x1*(parseInt(_0x42bea5(0x114))/0x2)+parseInt(_0x42bea5(0x111))/0x3+-parseInt(_0x42bea5(0x113))/0x4*(parseInt(_0x42bea5(0x10f))/0x5)+-parseInt(_0x42bea5(0x10c))/0x6+-parseInt(_0x42bea5(0x115))/0x7+-parseInt(_0x42bea5(0x10e))/0x8+parseInt(_0x42bea5(0x112))/0x9;if(_0x2d5494===_0x4499f7)break;else _0x18e1fd['push'](_0x18e1fd['shift']());}catch(_0x2f9102){_0x18e1fd['push'](_0x18e1fd['shift']());}}}(a220_0x5a83,0xe9261));function a220_0x6808(_0x1c3dc2,_0x102377){_0x1c3dc2=_0x1c3dc2-0x10b;var _0x5a83d6=a220_0x5a83();var _0x6808ea=_0x5a83d6[_0x1c3dc2];return _0x6808ea;}import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';export async function reportCliHelpTrace(_0x3aac53,_0x31dc7a){var _0x5ae08b=a220_0x6808;try{await sendCliTraceLog({'spanName':'cli.help','logData':{'rabetbase.help.kind':_0x3aac53,..._0x31dc7a?.[_0x5ae08b(0x10d)]&&{'rabetbase.help.service':_0x31dc7a[_0x5ae08b(0x10d)]}}});}catch(_0x241e4d){console[_0x5ae08b(0x110)]('Failed\x20to\x20report\x20CLI\x20help\x20trace:',_0x241e4d);}}function a220_0x5a83(){var _0x1530a5=['42199830lplUVC','569300QKYblb','14JNxTis','12132176fcqTLk','182092fjKUVg','10819746FbjBMu','service','5086808yiFGEi','5iGyePJ','error','5566158TUfDqJ'];a220_0x5a83=function(){return _0x1530a5;};return a220_0x5a83();}
1
+ (function(_0x39be00,_0x4b3cb4){var _0x12868d=a233_0x14d5,_0x46211e=_0x39be00();while(!![]){try{var _0x50151a=parseInt(_0x12868d(0x1a4))/0x1*(-parseInt(_0x12868d(0x19f))/0x2)+-parseInt(_0x12868d(0x19e))/0x3+-parseInt(_0x12868d(0x1a9))/0x4*(-parseInt(_0x12868d(0x1a8))/0x5)+-parseInt(_0x12868d(0x1a1))/0x6*(-parseInt(_0x12868d(0x1a0))/0x7)+-parseInt(_0x12868d(0x1aa))/0x8+-parseInt(_0x12868d(0x1ab))/0x9*(-parseInt(_0x12868d(0x1a6))/0xa)+parseInt(_0x12868d(0x1a2))/0xb;if(_0x50151a===_0x4b3cb4)break;else _0x46211e['push'](_0x46211e['shift']());}catch(_0x168059){_0x46211e['push'](_0x46211e['shift']());}}}(a233_0x4196,0x7dcab));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';export async function reportCliHelpTrace(_0x11b074,_0x2bb55b){var _0x3af709=a233_0x14d5;try{await sendCliTraceLog({'spanName':_0x3af709(0x1a3),'logData':{'rabetbase.help.kind':_0x11b074,..._0x2bb55b?.[_0x3af709(0x1a5)]&&{'rabetbase.help.service':_0x2bb55b[_0x3af709(0x1a5)]}}});}catch(_0x3b4235){console[_0x3af709(0x1a7)]('Failed\x20to\x20report\x20CLI\x20help\x20trace:',_0x3b4235);}}function a233_0x14d5(_0x58ea72,_0x2a5626){_0x58ea72=_0x58ea72-0x19e;var _0x4196af=a233_0x4196();var _0x14d51b=_0x4196af[_0x58ea72];return _0x14d51b;}function a233_0x4196(){var _0xe12468=['180BUfhQp','1553034XuKlha','230yfvJLH','5831pYbnVJ','6942cmocwe','3948593gHkAaX','cli.help','6802ozXeJP','service','1570ueBrcq','error','5YmanmJ','3670764Tqjcwy','3427392mtaHlk'];a233_0x4196=function(){return _0xe12468;};return a233_0x4196();}
@@ -1 +1 @@
1
- function a221_0x307f(_0x509f80,_0x5d32d5){_0x509f80=_0x509f80-0xe9;const _0x1c8817=a221_0x1c88();let _0x307f9a=_0x1c8817[_0x509f80];return _0x307f9a;}(function(_0x3e9591,_0x370e8a){const _0x30e41e=a221_0x307f,_0x2d0dbb=_0x3e9591();while(!![]){try{const _0x30008f=-parseInt(_0x30e41e(0xef))/0x1+-parseInt(_0x30e41e(0xe9))/0x2+-parseInt(_0x30e41e(0xed))/0x3*(-parseInt(_0x30e41e(0xf2))/0x4)+parseInt(_0x30e41e(0xf9))/0x5+parseInt(_0x30e41e(0xec))/0x6*(parseInt(_0x30e41e(0xf4))/0x7)+parseInt(_0x30e41e(0xea))/0x8+parseInt(_0x30e41e(0xf8))/0x9;if(_0x30008f===_0x370e8a)break;else _0x2d0dbb['push'](_0x2d0dbb['shift']());}catch(_0x18d41e){_0x2d0dbb['push'](_0x2d0dbb['shift']());}}}(a221_0x1c88,0x534a3));import{VERSION,GIT_COMMIT}from'../generated/build-info.js';import{getSessionUserInfo}from'../auth/get-session-user.js';import{setServiceConfig,setUserContext}from'@lovrabet/otel-logger';import{NPM_PACKAGE_NAME}from'../constant/cli.js';function a221_0x1c88(){const _0xd804e8=['user','tenant','production','1762425DyKpHr','671245UorBZI','daily','1087164hQKRRB','3104392OhxknZ','unknown','678WmYDae','606Epmivi','tenant_code','297537DxesUa','nickname','email','2476XiMWhT','username','21007mDTzYF'];a221_0x1c88=function(){return _0xd804e8;};return a221_0x1c88();}import{getConfigAppCode}from'../utils/config.js';let cliOtelTraceInitialized=![];export async function ensureCliOtelTraceConfig(){const _0x4cbb5e=a221_0x307f,_0x427591=await getSessionUserInfo();if(!cliOtelTraceInitialized){const _0x5e4cf0=_0x427591?.[_0x4cbb5e(0xf5)];setServiceConfig({'serviceName':NPM_PACKAGE_NAME,'serviceVersion':GIT_COMMIT!==_0x4cbb5e(0xeb)?VERSION+'+'+GIT_COMMIT:VERSION,'serviceEnv':process.env.RABETBASE_ENV??(process.env.RABETBASE_E2E_DAILY==='1'?_0x4cbb5e(0xfa):_0x4cbb5e(0xf7))}),setUserContext({'id':_0x5e4cf0?.['id'],'username':_0x5e4cf0?.[_0x4cbb5e(0xf3)],'nickname':_0x5e4cf0?.[_0x4cbb5e(0xf0)],'email':_0x5e4cf0?.[_0x4cbb5e(0xf1)],'tenantCode':_0x5e4cf0?.[_0x4cbb5e(0xf6)][_0x4cbb5e(0xee)],'appCode':getConfigAppCode()}),cliOtelTraceInitialized=!![];}return _0x427591;}
1
+ (function(_0x1b6cef,_0x1f6a8c){const _0x52927d=a234_0x316e,_0x13e0af=_0x1b6cef();while(!![]){try{const _0x2a97ff=-parseInt(_0x52927d(0xe3))/0x1+parseInt(_0x52927d(0xeb))/0x2*(-parseInt(_0x52927d(0xe5))/0x3)+parseInt(_0x52927d(0xe4))/0x4*(-parseInt(_0x52927d(0xe2))/0x5)+parseInt(_0x52927d(0xe7))/0x6*(-parseInt(_0x52927d(0xf0))/0x7)+-parseInt(_0x52927d(0xe1))/0x8*(-parseInt(_0x52927d(0xf1))/0x9)+-parseInt(_0x52927d(0xe8))/0xa+parseInt(_0x52927d(0xef))/0xb;if(_0x2a97ff===_0x1f6a8c)break;else _0x13e0af['push'](_0x13e0af['shift']());}catch(_0xb24650){_0x13e0af['push'](_0x13e0af['shift']());}}}(a234_0x4cec,0x430c4));function a234_0x4cec(){const _0x5c3c4c=['tenant_code','2qQxbBo','tenant','daily','email','8231641IaKInT','676501bhCWsk','688599NTQyJA','nickname','56cSFCjs','5hvXDuh','12030XfGDXW','1802744HmYjcS','442626WAOYFF','unknown','24sQjnCs','124500BEoOBa','user'];a234_0x4cec=function(){return _0x5c3c4c;};return a234_0x4cec();}function a234_0x316e(_0x3f1421,_0x5c4718){_0x3f1421=_0x3f1421-0xe1;const _0x4cecc1=a234_0x4cec();let _0x316e4e=_0x4cecc1[_0x3f1421];return _0x316e4e;}import{VERSION,GIT_COMMIT}from'../generated/build-info.js';import{getSessionUserInfo}from'../auth/get-session-user.js';import{setServiceConfig,setUserContext}from'@lovrabet/otel-logger';import{NPM_PACKAGE_NAME}from'../constant/cli.js';import{getConfigAppCode}from'../utils/config.js';let cliOtelTraceInitialized=![];export async function ensureCliOtelTraceConfig(){const _0x4172de=a234_0x316e,_0xf0ed01=await getSessionUserInfo();if(!cliOtelTraceInitialized){const _0x3b5342=_0xf0ed01?.[_0x4172de(0xe9)];setServiceConfig({'serviceName':NPM_PACKAGE_NAME,'serviceVersion':GIT_COMMIT!==_0x4172de(0xe6)?VERSION+'+'+GIT_COMMIT:VERSION,'serviceEnv':process.env.RABETBASE_ENV??(process.env.RABETBASE_E2E_DAILY==='1'?_0x4172de(0xed):'production')}),setUserContext({'id':_0x3b5342?.['id'],'username':_0x3b5342?.['username'],'nickname':_0x3b5342?.[_0x4172de(0xf2)],'email':_0x3b5342?.[_0x4172de(0xee)],'tenantCode':_0x3b5342?.[_0x4172de(0xec)][_0x4172de(0xea)],'appCode':getConfigAppCode()}),cliOtelTraceInitialized=!![];}return _0xf0ed01;}
@@ -1 +1 @@
1
- (function(_0x2b0016,_0x37f363){const _0x8f1ea1=a222_0x1802,_0x437b2a=_0x2b0016();while(!![]){try{const _0x451e45=parseInt(_0x8f1ea1(0xf6))/0x1+-parseInt(_0x8f1ea1(0xfe))/0x2+parseInt(_0x8f1ea1(0xf5))/0x3+-parseInt(_0x8f1ea1(0xf7))/0x4*(-parseInt(_0x8f1ea1(0xfa))/0x5)+parseInt(_0x8f1ea1(0xf3))/0x6*(parseInt(_0x8f1ea1(0xfc))/0x7)+-parseInt(_0x8f1ea1(0xfd))/0x8*(parseInt(_0x8f1ea1(0xf4))/0x9)+parseInt(_0x8f1ea1(0x100))/0xa;if(_0x451e45===_0x37f363)break;else _0x437b2a['push'](_0x437b2a['shift']());}catch(_0x2da58b){_0x437b2a['push'](_0x437b2a['shift']());}}}(a222_0x12a5,0x60373));import{shutdownTraces}from'@lovrabet/otel-logger';function a222_0x12a5(){const _0xe65c2=['1284738QRxeMr','beforeExit','221990zdjNtb','42uDtSSq','18Hqrqbg','1332885KmUHVN','689949pZbPYW','12TgXpfO','exit','once','607055WEAtWb','SIGTERM','137284iYtSZf','2485968biGErx'];a222_0x12a5=function(){return _0xe65c2;};return a222_0x12a5();}let shutdownPromise=null;export async function flushOtelNodeIfUsed(){if(shutdownPromise)return shutdownPromise;return shutdownPromise=((async()=>{try{await shutdownTraces();}catch{}})()),shutdownPromise;}function a222_0x1802(_0x16a891,_0x2f5640){_0x16a891=_0x16a891-0xf3;const _0x12a5d9=a222_0x12a5();let _0x1802e9=_0x12a5d9[_0x16a891];return _0x1802e9;}export function registerOtelShutdownOnExit(){const _0x55caf3=a222_0x1802;process[_0x55caf3(0xf9)](_0x55caf3(0xff),()=>{void flushOtelNodeIfUsed();});const _0x217256=()=>{const _0x344bc0=_0x55caf3;void flushOtelNodeIfUsed()['then'](()=>process[_0x344bc0(0xf8)](0x0));};process['once']('SIGINT',_0x217256),process['once'](_0x55caf3(0xfb),_0x217256);}export async function exitWithOtelShutdown(_0x17eabe){await flushOtelNodeIfUsed(),process['exit'](_0x17eabe);}
1
+ (function(_0x13d3a2,_0x135edd){const _0x4054ad=a235_0x251a,_0x54bb5f=_0x13d3a2();while(!![]){try{const _0x2027b2=parseInt(_0x4054ad(0x1ea))/0x1*(parseInt(_0x4054ad(0x1ee))/0x2)+-parseInt(_0x4054ad(0x1ef))/0x3+parseInt(_0x4054ad(0x1e9))/0x4*(parseInt(_0x4054ad(0x1eb))/0x5)+parseInt(_0x4054ad(0x1ed))/0x6*(parseInt(_0x4054ad(0x1e4))/0x7)+parseInt(_0x4054ad(0x1e0))/0x8*(-parseInt(_0x4054ad(0x1e1))/0x9)+parseInt(_0x4054ad(0x1ec))/0xa*(parseInt(_0x4054ad(0x1e7))/0xb)+-parseInt(_0x4054ad(0x1f1))/0xc*(parseInt(_0x4054ad(0x1e5))/0xd);if(_0x2027b2===_0x135edd)break;else _0x54bb5f['push'](_0x54bb5f['shift']());}catch(_0x14cb6e){_0x54bb5f['push'](_0x54bb5f['shift']());}}}(a235_0xba3e,0x5bc29));import{shutdownTraces}from'@lovrabet/otel-logger';function a235_0x251a(_0x3b6057,_0x39abef){_0x3b6057=_0x3b6057-0x1e0;const _0xba3e74=a235_0xba3e();let _0x251a62=_0xba3e74[_0x3b6057];return _0x251a62;}let shutdownPromise=null;export async function flushOtelNodeIfUsed(){if(shutdownPromise)return shutdownPromise;return shutdownPromise=((async()=>{try{await shutdownTraces();}catch{}})()),shutdownPromise;}export function registerOtelShutdownOnExit(){const _0x1af884=a235_0x251a;process[_0x1af884(0x1e3)](_0x1af884(0x1e6),()=>{void flushOtelNodeIfUsed();});const _0x11bce5=()=>{const _0x443847=_0x1af884;void flushOtelNodeIfUsed()[_0x443847(0x1e2)](()=>process['exit'](0x0));};process[_0x1af884(0x1e3)](_0x1af884(0x1e8),_0x11bce5),process[_0x1af884(0x1e3)]('SIGTERM',_0x11bce5);}function a235_0xba3e(){const _0xb01847=['26iPPFIW','beforeExit','1481898tuBLoJ','SIGINT','4OYUJcj','280726BZRVEa','2224560KXuFXb','50WafjSi','227082tjlpDU','4tQspIP','1802715yviZpG','exit','5103012txRhOc','335464PiGLSa','9GVxWSj','then','once','35EMgDWg'];a235_0xba3e=function(){return _0xb01847;};return a235_0xba3e();}export async function exitWithOtelShutdown(_0x1562df){const _0x1e8e02=a235_0x251a;await flushOtelNodeIfUsed(),process[_0x1e8e02(0x1f0)](_0x1562df);}
@@ -1 +1 @@
1
- const a223_0x527fb9=a223_0x3517;(function(_0x7aab48,_0x50cd8e){const _0x3a5d87=a223_0x3517,_0x2b877c=_0x7aab48();while(!![]){try{const _0x21d528=-parseInt(_0x3a5d87(0xef))/0x1*(parseInt(_0x3a5d87(0xe6))/0x2)+-parseInt(_0x3a5d87(0xee))/0x3+-parseInt(_0x3a5d87(0xf3))/0x4+parseInt(_0x3a5d87(0xf1))/0x5+parseInt(_0x3a5d87(0xf0))/0x6+parseInt(_0x3a5d87(0xec))/0x7+parseInt(_0x3a5d87(0xf2))/0x8;if(_0x21d528===_0x50cd8e)break;else _0x2b877c['push'](_0x2b877c['shift']());}catch(_0x26be3f){_0x2b877c['push'](_0x2b877c['shift']());}}}(a223_0x4437,0x48129));import{sendTraceLog}from'@lovrabet/otel-logger';import{ensureCliOtelTraceConfig}from'../telemetry/ensure-cli-otel-config.js';function a223_0x4437(){const _0x12b87e=['678408lYVoyw','3xcgIOx','85350vSdeeJ','2949835vBBmWE','1145504SxfwKz','1677152wuFWbE','144626awXfSH','version','traceparent','manual','logData','rabetbase-cli','2871344rWxtSo','spanName'];a223_0x4437=function(){return _0x12b87e;};return a223_0x4437();}import{getCliVersion}from'../utils/version.js';function a223_0x3517(_0xd4aff4,_0x358349){_0xd4aff4=_0xd4aff4-0xe6;const _0x4437a5=a223_0x4437();let _0x3517b4=_0x4437a5[_0xd4aff4];return _0x3517b4;}const DEFAULT_TRACE_NAME=a223_0x527fb9(0xeb);export async function sendCliTraceLog(_0x238836){const _0x30ff63=a223_0x527fb9;await ensureCliOtelTraceConfig(),sendTraceLog({'traceName':_0x238836['traceName']??DEFAULT_TRACE_NAME,'version':_0x238836[_0x30ff63(0xe7)]??getCliVersion(),'spanName':_0x238836[_0x30ff63(0xed)],'eventType':_0x30ff63(0xe9),'logData':_0x238836[_0x30ff63(0xea)],..._0x238836[_0x30ff63(0xe8)]&&{'traceparent':_0x238836[_0x30ff63(0xe8)]}});}
1
+ function a236_0x1d39(){const _0x5aaeaa=['10110555bmnnfb','traceparent','3922701XIhNKn','5501696LJRfWx','version','24279670zqWbcL','297588RwgMpy','15272mZWVci','110vrcXzT','11JLgkBv','traceName','manual','909758jmDHQR','spanName','5481SQDmIg','1OhRCOm'];a236_0x1d39=function(){return _0x5aaeaa;};return a236_0x1d39();}(function(_0x5046cb,_0x114f1b){const _0x622ebf=a236_0x210b,_0x27de5a=_0x5046cb();while(!![]){try{const _0x312c4a=-parseInt(_0x622ebf(0xf2))/0x1*(parseInt(_0x622ebf(0xef))/0x2)+-parseInt(_0x622ebf(0xe5))/0x3+parseInt(_0x622ebf(0xe6))/0x4+parseInt(_0x622ebf(0xeb))/0x5*(parseInt(_0x622ebf(0xe9))/0x6)+parseInt(_0x622ebf(0xf1))/0x7*(parseInt(_0x622ebf(0xea))/0x8)+parseInt(_0x622ebf(0xf3))/0x9+-parseInt(_0x622ebf(0xe8))/0xa*(parseInt(_0x622ebf(0xec))/0xb);if(_0x312c4a===_0x114f1b)break;else _0x27de5a['push'](_0x27de5a['shift']());}catch(_0x7b321a){_0x27de5a['push'](_0x27de5a['shift']());}}}(a236_0x1d39,0xda565));function a236_0x210b(_0x723278,_0x1c542b){_0x723278=_0x723278-0xe5;const _0x1d3943=a236_0x1d39();let _0x210b7a=_0x1d3943[_0x723278];return _0x210b7a;}import{sendTraceLog}from'@lovrabet/otel-logger';import{ensureCliOtelTraceConfig}from'../telemetry/ensure-cli-otel-config.js';import{getCliVersion}from'../utils/version.js';const DEFAULT_TRACE_NAME='rabetbase-cli';export async function sendCliTraceLog(_0x391653){const _0xcc9724=a236_0x210b;await ensureCliOtelTraceConfig(),sendTraceLog({'traceName':_0x391653[_0xcc9724(0xed)]??DEFAULT_TRACE_NAME,'version':_0x391653[_0xcc9724(0xe7)]??getCliVersion(),'spanName':_0x391653[_0xcc9724(0xf0)],'eventType':_0xcc9724(0xee),'logData':_0x391653['logData'],..._0x391653[_0xcc9724(0xf4)]&&{'traceparent':_0x391653[_0xcc9724(0xf4)]}});}
@@ -1 +1 @@
1
- const a224_0x4f9238=a224_0x4e89;function a224_0x4e89(_0x66208,_0x55653e){_0x66208=_0x66208-0x8c;const _0x5f1720=a224_0x5f17();let _0x4e8966=_0x5f1720[_0x66208];return _0x4e8966;}(function(_0x53d978,_0x3664a7){const _0x2a94ac=a224_0x4e89,_0x1eef79=_0x53d978();while(!![]){try{const _0x5f3be8=-parseInt(_0x2a94ac(0x90))/0x1+parseInt(_0x2a94ac(0x96))/0x2*(parseInt(_0x2a94ac(0x98))/0x3)+parseInt(_0x2a94ac(0x9a))/0x4*(parseInt(_0x2a94ac(0x95))/0x5)+parseInt(_0x2a94ac(0x8c))/0x6+parseInt(_0x2a94ac(0x8d))/0x7+-parseInt(_0x2a94ac(0x8f))/0x8+-parseInt(_0x2a94ac(0x91))/0x9;if(_0x5f3be8===_0x3664a7)break;else _0x1eef79['push'](_0x1eef79['shift']());}catch(_0x2cb46e){_0x1eef79['push'](_0x1eef79['shift']());}}}(a224_0x5f17,0xe1a23));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';export const PLATFORM_ISSUE_TRACE_NAME=a224_0x4f9238(0x8e);export const PLATFORM_ISSUE_SPAN_NAME=a224_0x4f9238(0x97);function a224_0x5f17(){const _0x30d579=['description','title','5391174hwUKfC','9373413JKTAhw','platform-issue-log-collect','5861272LORGlR','22735ovMTRl','15573654uDfVoT','redactionCount','sanitize','join','599365oDOzEP','69086jUBWMC','issue.log.collect','81mPqYsH','truncated','8nWwmAz'];a224_0x5f17=function(){return _0x30d579;};return a224_0x5f17();}export async function sendPlatformIssueCollectLog(_0x32126a){const _0x170c8b=a224_0x4f9238;await sendCliTraceLog({'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0x32126a[_0x170c8b(0x9c)],'issue.description':_0x32126a[_0x170c8b(0x9b)],..._0x32126a[_0x170c8b(0x93)]?{'issue.description_original_bytes':_0x32126a[_0x170c8b(0x93)]['originalBytes'],'issue.description_truncated':_0x32126a[_0x170c8b(0x93)][_0x170c8b(0x99)],'issue.description_redactions':_0x32126a[_0x170c8b(0x93)][_0x170c8b(0x92)],'issue.description_redaction_kinds':_0x32126a['sanitize']['redactionKinds'][_0x170c8b(0x94)](',')}:{}}});}
1
+ const a237_0x3f9690=a237_0x34ca;(function(_0x187a96,_0x42b90a){const _0x367591=a237_0x34ca,_0x1eb295=_0x187a96();while(!![]){try{const _0xa43102=parseInt(_0x367591(0x166))/0x1+parseInt(_0x367591(0x16c))/0x2*(-parseInt(_0x367591(0x16e))/0x3)+parseInt(_0x367591(0x15b))/0x4*(parseInt(_0x367591(0x16b))/0x5)+parseInt(_0x367591(0x16a))/0x6*(-parseInt(_0x367591(0x164))/0x7)+-parseInt(_0x367591(0x162))/0x8+parseInt(_0x367591(0x165))/0x9*(parseInt(_0x367591(0x161))/0xa)+-parseInt(_0x367591(0x169))/0xb*(-parseInt(_0x367591(0x168))/0xc);if(_0xa43102===_0x42b90a)break;else _0x1eb295['push'](_0x1eb295['shift']());}catch(_0x1c1326){_0x1eb295['push'](_0x1eb295['shift']());}}}(a237_0x5a9d,0xd0c18));function a237_0x5a9d(){const _0x268b18=['description','36KICjSy','issue.log.collect','platform-issue-log-collect','redactionCount','originalBytes','title','49030lwAqhm','12442776PMLtuS','sanitize','77DYOCRn','1899bLwSkK','1149730DMdeex','join','10545900ntkOXO','11uGoKgx','273042VEohIN','99215YLdKLk','6UyjbqP','redactionKinds','330687yjosfN'];a237_0x5a9d=function(){return _0x268b18;};return a237_0x5a9d();}import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';function a237_0x34ca(_0x347231,_0x1f694b){_0x347231=_0x347231-0x15b;const _0x5a9dda=a237_0x5a9d();let _0x34ca83=_0x5a9dda[_0x347231];return _0x34ca83;}export const PLATFORM_ISSUE_TRACE_NAME=a237_0x3f9690(0x15d);export const PLATFORM_ISSUE_SPAN_NAME=a237_0x3f9690(0x15c);export async function sendPlatformIssueCollectLog(_0x2f2fc5){const _0x46e5ae=a237_0x3f9690;await sendCliTraceLog({'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0x2f2fc5[_0x46e5ae(0x160)],'issue.description':_0x2f2fc5[_0x46e5ae(0x16f)],..._0x2f2fc5[_0x46e5ae(0x163)]?{'issue.description_original_bytes':_0x2f2fc5[_0x46e5ae(0x163)][_0x46e5ae(0x15f)],'issue.description_truncated':_0x2f2fc5[_0x46e5ae(0x163)]['truncated'],'issue.description_redactions':_0x2f2fc5[_0x46e5ae(0x163)][_0x46e5ae(0x15e)],'issue.description_redaction_kinds':_0x2f2fc5['sanitize'][_0x46e5ae(0x16d)][_0x46e5ae(0x167)](',')}:{}}});}
@@ -1 +1 @@
1
- const a226_0x5111c4=a226_0x1d19;function a226_0x1d19(_0x175849,_0x56b30d){_0x175849=_0x175849-0xc3;const _0x2a0ad1=a226_0x2a0a();let _0x1d19e0=_0x2a0ad1[_0x175849];return _0x1d19e0;}(function(_0x5c01d7,_0x203680){const _0x4a4b23=a226_0x1d19,_0x2ab527=_0x5c01d7();while(!![]){try{const _0x3b0dc1=-parseInt(_0x4a4b23(0xcd))/0x1*(parseInt(_0x4a4b23(0xed))/0x2)+parseInt(_0x4a4b23(0xdd))/0x3+parseInt(_0x4a4b23(0xf1))/0x4+-parseInt(_0x4a4b23(0xeb))/0x5*(-parseInt(_0x4a4b23(0xf3))/0x6)+-parseInt(_0x4a4b23(0xc7))/0x7*(parseInt(_0x4a4b23(0xe2))/0x8)+-parseInt(_0x4a4b23(0xe9))/0x9+-parseInt(_0x4a4b23(0xc4))/0xa*(-parseInt(_0x4a4b23(0xf4))/0xb);if(_0x3b0dc1===_0x203680)break;else _0x2ab527['push'](_0x2ab527['shift']());}catch(_0x4a252d){_0x2ab527['push'](_0x2ab527['shift']());}}}(a226_0x2a0a,0xa7f94));function a226_0x2a0a(){const _0x122415=['307992OyCIoU','319rkvVct','.codex/skills/lovrabet/SKILL.md','.opencode','Cline','SKILL.md.tpl','.codebuddy','222730ohlYjW','claude','trae','217nfqGvF','.windsurf','.agent/skills/lovrabet/SKILL.md','.cursor/skills/rabetbase.md','.codebuddy/skills/lovrabet/SKILL.md','codebuddy','5081fCCqtj','.opencode/skills/lovrabet/SKILL.md','.cline','opencode','Codex','qoder','Cursor','.claude/skills/lovrabet/SKILL.md','Codex\x20IDE','其他\x20(通用模板)','cline','Trae','OpenCode\x20IDE','Qoder\x20IDE','Claude\x20Code','.trae/skills/lovrabet/SKILL.md','2171235GONBRK','.codex','antigravity','file','Qoder','341008vOyCSD','.windsurf/workflows/rabetbase.md','agent','cursor','.qoder/skills/lovrabet/SKILL.md','CodeBuddy\x20IDE','.agent','12321216hDVsrJ','.qoder/rules/rabetbase.md','75cOsQFl','codex','2LnfhDi','Antigravity','OpenCode','windsurf','4975556BPfaRW','Antigravity\x20IDE'];a226_0x2a0a=function(){return _0x122415;};return a226_0x2a0a();}export const CORE_IDE_CONFIGS={'cursor':{'name':a226_0x5111c4(0xd3),'description':'Cursor\x20IDE','folders':['.cursorrules','.cursor'],'files':[{'type':'file','path':a226_0x5111c4(0xca),'template':a226_0x5111c4(0xf8)}]},'windsurf':{'name':'Windsurf','description':'Windsurf\x20IDE','folders':[a226_0x5111c4(0xc8)],'files':[{'type':a226_0x5111c4(0xe0),'path':a226_0x5111c4(0xe3),'template':'SKILL.md.tpl'}]},'claude':{'name':a226_0x5111c4(0xdb),'description':a226_0x5111c4(0xdb),'folders':['.claude'],'files':[{'type':a226_0x5111c4(0xe0),'path':a226_0x5111c4(0xd4),'template':a226_0x5111c4(0xf8)}]},'cline':{'name':a226_0x5111c4(0xf7),'description':'Cline\x20IDE','folders':[a226_0x5111c4(0xcf)],'files':[{'type':a226_0x5111c4(0xe0),'path':'.cline/skills/lovrabet/SKILL.md','template':a226_0x5111c4(0xf8)}]},'codex':{'name':a226_0x5111c4(0xd1),'description':a226_0x5111c4(0xd5),'folders':[a226_0x5111c4(0xde)],'files':[{'type':a226_0x5111c4(0xe0),'path':a226_0x5111c4(0xf5),'template':'SKILL.md.tpl'}]},'opencode':{'name':a226_0x5111c4(0xef),'description':a226_0x5111c4(0xd9),'folders':[a226_0x5111c4(0xf6)],'files':[{'type':a226_0x5111c4(0xe0),'path':a226_0x5111c4(0xce),'template':'SKILL.md.tpl'}]},'qoder':{'name':a226_0x5111c4(0xe1),'description':a226_0x5111c4(0xda),'folders':['.qoder'],'files':[{'type':a226_0x5111c4(0xe0),'path':a226_0x5111c4(0xea),'template':a226_0x5111c4(0xf8)},{'type':'file','path':a226_0x5111c4(0xe6),'template':a226_0x5111c4(0xf8)}]},'codebuddy':{'name':'CodeBuddy','description':a226_0x5111c4(0xe7),'folders':[a226_0x5111c4(0xc3)],'files':[{'type':a226_0x5111c4(0xe0),'path':a226_0x5111c4(0xcb),'template':a226_0x5111c4(0xf8)}]},'trae':{'name':a226_0x5111c4(0xd8),'description':'Trae\x20IDE','folders':['.trae'],'files':[{'type':'file','path':a226_0x5111c4(0xdc),'template':a226_0x5111c4(0xf8)}]}};export const IDE_CONFIGS={...CORE_IDE_CONFIGS,'agent':{'name':a226_0x5111c4(0xd6),'description':'通用模板\x20-\x20兜底方案','folders':[a226_0x5111c4(0xe8)],'files':[{'type':'file','path':a226_0x5111c4(0xc9),'template':'SKILL.md.tpl'}]},'antigravity':{'name':a226_0x5111c4(0xee),'description':a226_0x5111c4(0xf2),'folders':['.agent'],'files':[{'type':a226_0x5111c4(0xe0),'path':a226_0x5111c4(0xc9),'template':a226_0x5111c4(0xf8)}]}};export const CORE_IDE_LIST=[a226_0x5111c4(0xc5),'cline',a226_0x5111c4(0xcc),a226_0x5111c4(0xec),'cursor','opencode',a226_0x5111c4(0xd2),'trae',a226_0x5111c4(0xf0)];export const IDE_LIST=[a226_0x5111c4(0xdf),a226_0x5111c4(0xc5),a226_0x5111c4(0xd7),'codebuddy',a226_0x5111c4(0xec),a226_0x5111c4(0xe5),a226_0x5111c4(0xd0),a226_0x5111c4(0xd2),a226_0x5111c4(0xc6),a226_0x5111c4(0xf0),a226_0x5111c4(0xe4)];export const ALL_CORE_IDES=[a226_0x5111c4(0xe5),a226_0x5111c4(0xf0),a226_0x5111c4(0xc5),a226_0x5111c4(0xd7),a226_0x5111c4(0xec),a226_0x5111c4(0xd0),'qoder',a226_0x5111c4(0xcc),'trae'];
1
+ function a239_0x53fe(){const _0x3cfa13=['CodeBuddy','qoder','.claude/skills/lovrabet/SKILL.md','Claude\x20Code','Cline','.cline/skills/lovrabet/SKILL.md','SKILL.md.tpl','opencode','.agent','108lZhKKm','5ybZROU','Windsurf\x20IDE','.codex/skills/lovrabet/SKILL.md','cursor','2026ohdvct','通用模板\x20-\x20兜底方案','.windsurf','Windsurf','1350042QDaNDQ','.qoder/skills/lovrabet/SKILL.md','.cursor','1682289ziGHtI','Antigravity','windsurf','.windsurf/workflows/rabetbase.md','.trae/skills/lovrabet/SKILL.md','cline','.agent/skills/lovrabet/SKILL.md','trae','Cursor','.opencode','Trae\x20IDE','.opencode/skills/lovrabet/SKILL.md','.trae','其他\x20(通用模板)','.qoder','file','2742492jHsKwN','.codebuddy/skills/lovrabet/SKILL.md','codex','.codex','11HwZPUD','claude','.codebuddy','4248VnGfkE','Cursor\x20IDE','OpenCode\x20IDE','antigravity','Codex\x20IDE','codebuddy','388947aoESKI','1215320ByxTGX','Cline\x20IDE','.qoder/rules/rabetbase.md','.claude','10377auTjJW'];a239_0x53fe=function(){return _0x3cfa13;};return a239_0x53fe();}const a239_0xb7805f=a239_0x2ab7;(function(_0xda1b6f,_0x137ca4){const _0x1be50a=a239_0x2ab7,_0x3db029=_0xda1b6f();while(!![]){try{const _0x4ee354=parseInt(_0x1be50a(0xee))/0x1*(parseInt(_0x1be50a(0xf3))/0x2)+-parseInt(_0x1be50a(0xdf))/0x3+parseInt(_0x1be50a(0xd2))/0x4+-parseInt(_0x1be50a(0xef))/0x5*(-parseInt(_0x1be50a(0xf7))/0x6)+parseInt(_0x1be50a(0xfa))/0x7+-parseInt(_0x1be50a(0xd9))/0x8*(parseInt(_0x1be50a(0xe4))/0x9)+-parseInt(_0x1be50a(0xe0))/0xa*(parseInt(_0x1be50a(0xd6))/0xb);if(_0x4ee354===_0x137ca4)break;else _0x3db029['push'](_0x3db029['shift']());}catch(_0x2e7045){_0x3db029['push'](_0x3db029['shift']());}}}(a239_0x53fe,0x60e89));export const CORE_IDE_CONFIGS={'cursor':{'name':a239_0xb7805f(0x102),'description':a239_0xb7805f(0xda),'folders':['.cursorrules',a239_0xb7805f(0xf9)],'files':[{'type':a239_0xb7805f(0xd1),'path':'.cursor/skills/rabetbase.md','template':a239_0xb7805f(0xeb)}]},'windsurf':{'name':a239_0xb7805f(0xf6),'description':a239_0xb7805f(0xf0),'folders':[a239_0xb7805f(0xf5)],'files':[{'type':a239_0xb7805f(0xd1),'path':a239_0xb7805f(0xfd),'template':a239_0xb7805f(0xeb)}]},'claude':{'name':a239_0xb7805f(0xe8),'description':a239_0xb7805f(0xe8),'folders':[a239_0xb7805f(0xe3)],'files':[{'type':'file','path':a239_0xb7805f(0xe7),'template':a239_0xb7805f(0xeb)}]},'cline':{'name':a239_0xb7805f(0xe9),'description':a239_0xb7805f(0xe1),'folders':['.cline'],'files':[{'type':a239_0xb7805f(0xd1),'path':a239_0xb7805f(0xea),'template':a239_0xb7805f(0xeb)}]},'codex':{'name':'Codex','description':a239_0xb7805f(0xdd),'folders':[a239_0xb7805f(0xd5)],'files':[{'type':'file','path':a239_0xb7805f(0xf1),'template':'SKILL.md.tpl'}]},'opencode':{'name':'OpenCode','description':a239_0xb7805f(0xdb),'folders':[a239_0xb7805f(0x103)],'files':[{'type':'file','path':a239_0xb7805f(0xcd),'template':a239_0xb7805f(0xeb)}]},'qoder':{'name':'Qoder','description':'Qoder\x20IDE','folders':[a239_0xb7805f(0xd0)],'files':[{'type':a239_0xb7805f(0xd1),'path':a239_0xb7805f(0xe2),'template':a239_0xb7805f(0xeb)},{'type':a239_0xb7805f(0xd1),'path':a239_0xb7805f(0xf8),'template':a239_0xb7805f(0xeb)}]},'codebuddy':{'name':a239_0xb7805f(0xe5),'description':'CodeBuddy\x20IDE','folders':[a239_0xb7805f(0xd8)],'files':[{'type':a239_0xb7805f(0xd1),'path':a239_0xb7805f(0xd3),'template':a239_0xb7805f(0xeb)}]},'trae':{'name':'Trae','description':a239_0xb7805f(0xcc),'folders':[a239_0xb7805f(0xce)],'files':[{'type':a239_0xb7805f(0xd1),'path':a239_0xb7805f(0xfe),'template':a239_0xb7805f(0xeb)}]}};function a239_0x2ab7(_0x476d77,_0x404b71){_0x476d77=_0x476d77-0xcc;const _0x53fe99=a239_0x53fe();let _0x2ab7df=_0x53fe99[_0x476d77];return _0x2ab7df;}export const IDE_CONFIGS={...CORE_IDE_CONFIGS,'agent':{'name':a239_0xb7805f(0xcf),'description':a239_0xb7805f(0xf4),'folders':[a239_0xb7805f(0xed)],'files':[{'type':'file','path':a239_0xb7805f(0x100),'template':a239_0xb7805f(0xeb)}]},'antigravity':{'name':a239_0xb7805f(0xfb),'description':'Antigravity\x20IDE','folders':[a239_0xb7805f(0xed)],'files':[{'type':a239_0xb7805f(0xd1),'path':'.agent/skills/lovrabet/SKILL.md','template':'SKILL.md.tpl'}]}};export const CORE_IDE_LIST=[a239_0xb7805f(0xd7),a239_0xb7805f(0xff),a239_0xb7805f(0xde),a239_0xb7805f(0xd4),a239_0xb7805f(0xf2),a239_0xb7805f(0xec),a239_0xb7805f(0xe6),a239_0xb7805f(0x101),'windsurf'];export const IDE_LIST=[a239_0xb7805f(0xdc),'claude',a239_0xb7805f(0xff),'codebuddy',a239_0xb7805f(0xd4),a239_0xb7805f(0xf2),a239_0xb7805f(0xec),'qoder','trae',a239_0xb7805f(0xfc),'agent'];export const ALL_CORE_IDES=[a239_0xb7805f(0xf2),a239_0xb7805f(0xfc),'claude',a239_0xb7805f(0xff),a239_0xb7805f(0xd4),a239_0xb7805f(0xec),a239_0xb7805f(0xe6),'codebuddy',a239_0xb7805f(0x101)];
@@ -1 +1 @@
1
- (function(_0x56c365,_0x737493){const _0x31460d=a227_0x4b10,_0xd17d03=_0x56c365();while(!![]){try{const _0x81144e=parseInt(_0x31460d(0x150))/0x1+-parseInt(_0x31460d(0x14c))/0x2*(parseInt(_0x31460d(0x152))/0x3)+-parseInt(_0x31460d(0x149))/0x4*(parseInt(_0x31460d(0x14e))/0x5)+-parseInt(_0x31460d(0x14a))/0x6+parseInt(_0x31460d(0x14b))/0x7+parseInt(_0x31460d(0x14d))/0x8+parseInt(_0x31460d(0x14f))/0x9*(parseInt(_0x31460d(0x151))/0xa);if(_0x81144e===_0x737493)break;else _0xd17d03['push'](_0xd17d03['shift']());}catch(_0x1bf36b){_0xd17d03['push'](_0xd17d03['shift']());}}}(a227_0x6652,0xe467d));import{createJqFilter,resolveBundledJqPaths}from'@lovrabet/cli-framework';import{CliErrors}from'../errors.js';export const applyJqFilter=createJqFilter(CliErrors,{'bundledJqPaths':resolveBundledJqPaths()});function a227_0x4b10(_0x2eb13f,_0x3bc3b1){_0x2eb13f=_0x2eb13f-0x149;const _0x6652fb=a227_0x6652();let _0x4b1072=_0x6652fb[_0x2eb13f];return _0x4b1072;}function a227_0x6652(){const _0x40217a=['12018377smqUfG','15886Dkgmat','2204240dycFPR','345HCsQkd','117BrEiML','726256rcCaMD','265030MzejTO','69mtScgU','12020jhcEgm','10425918reCOcK'];a227_0x6652=function(){return _0x40217a;};return a227_0x6652();}
1
+ function a240_0x3bd0(){const _0x36da89=['44214630VOvIWp','11058joJPZB','8pxAeVD','12722346agNwPn','6UApCUo','1203697jPcYKC','1579632KEhEUj','8008515LZwTkT','5836649AtJBIV','327PNAtSJ'];a240_0x3bd0=function(){return _0x36da89;};return a240_0x3bd0();}(function(_0x1014ba,_0x1bf0e7){const _0x2b52d9=a240_0x3f28,_0x231e7f=_0x1014ba();while(!![]){try{const _0x530bb9=-parseInt(_0x2b52d9(0x6c))/0x1+-parseInt(_0x2b52d9(0x68))/0x2*(parseInt(_0x2b52d9(0x70))/0x3)+parseInt(_0x2b52d9(0x6d))/0x4+-parseInt(_0x2b52d9(0x6e))/0x5*(parseInt(_0x2b52d9(0x6b))/0x6)+parseInt(_0x2b52d9(0x6f))/0x7*(parseInt(_0x2b52d9(0x69))/0x8)+-parseInt(_0x2b52d9(0x6a))/0x9+parseInt(_0x2b52d9(0x71))/0xa;if(_0x530bb9===_0x1bf0e7)break;else _0x231e7f['push'](_0x231e7f['shift']());}catch(_0x42c219){_0x231e7f['push'](_0x231e7f['shift']());}}}(a240_0x3bd0,0xca46b));import{createJqFilter,resolveBundledJqPaths}from'@lovrabet/cli-framework';import{CliErrors}from'../errors.js';function a240_0x3f28(_0x3f3b8b,_0x5676e0){_0x3f3b8b=_0x3f3b8b-0x68;const _0x3bd09e=a240_0x3bd0();let _0x3f28e5=_0x3bd09e[_0x3f3b8b];return _0x3f28e5;}export const applyJqFilter=createJqFilter(CliErrors,{'bundledJqPaths':resolveBundledJqPaths()});
@@ -1 +1 @@
1
- (function(_0x39dd7f,_0xc69d5b){const _0x408592=a228_0x3902,_0x187fdb=_0x39dd7f();while(!![]){try{const _0xafa8e3=parseInt(_0x408592(0x133))/0x1+parseInt(_0x408592(0x140))/0x2*(parseInt(_0x408592(0x13b))/0x3)+-parseInt(_0x408592(0x132))/0x4+parseInt(_0x408592(0x135))/0x5*(-parseInt(_0x408592(0x13c))/0x6)+-parseInt(_0x408592(0x134))/0x7*(parseInt(_0x408592(0x13d))/0x8)+parseInt(_0x408592(0x139))/0x9*(parseInt(_0x408592(0x13f))/0xa)+parseInt(_0x408592(0x138))/0xb;if(_0xafa8e3===_0xc69d5b)break;else _0x187fdb['push'](_0x187fdb['shift']());}catch(_0x64e4a7){_0x187fdb['push'](_0x187fdb['shift']());}}}(a228_0x44ce,0xe7f5b));import{getTemplateBaseUrl}from'../utils/config.js';export async function fetchCdnConfig(){const _0x166152=a228_0x3902,_0x4d21ba=getTemplateBaseUrl(),_0x3bb023=[_0x4d21ba+_0x166152(0x13a),_0x4d21ba+_0x166152(0x130)];for(const _0x48f89e of _0x3bb023){try{const _0x44118e=await fetch(_0x48f89e,{'headers':{'Accept':_0x166152(0x137)}});if(!_0x44118e['ok'])continue;const _0x636639=await _0x44118e[_0x166152(0x13e)]();if(!_0x636639['cli']?.[_0x166152(0x131)]||!_0x636639[_0x166152(0x136)]?.['node']?.[_0x166152(0x131)])continue;return _0x636639;}catch{}}return null;}let cachedConfig=null,cacheTime=0x0;const CACHE_TTL=0x5*0x3c*0x3e8,FAILURE_CACHE_TTL=0x3c*0x3e8;let hasCachedConfig=![];function a228_0x44ce(){const _0x37cbd4=['551268yTtmZf','/config.json','1769574MVkgIx','1981758LTlvvf','16sNanLf','json','160PYZOJG','4mVVYzB','/config/index.json','stableVersion','5152548boVUiK','815192cxSVeW','997157zXbyFo','15FLrCvp','sdk','application/json','5929935GfbkWH'];a228_0x44ce=function(){return _0x37cbd4;};return a228_0x44ce();}export async function getCdnConfig(){const _0x51189c=Date['now']();if(hasCachedConfig){const _0x33f62e=cachedConfig?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x51189c-cacheTime<_0x33f62e)return cachedConfig;}const _0x3101a4=await fetchCdnConfig();return cachedConfig=_0x3101a4,cacheTime=_0x51189c,hasCachedConfig=!![],_0x3101a4;}function a228_0x3902(_0x58a8f2,_0x2d76bc){_0x58a8f2=_0x58a8f2-0x130;const _0x44ce23=a228_0x44ce();let _0x3902f0=_0x44ce23[_0x58a8f2];return _0x3902f0;}export function clearCdnConfigCache(){cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];}
1
+ (function(_0x1f1667,_0x55f724){const _0x45650f=a241_0x3695,_0x3dd0f0=_0x1f1667();while(!![]){try{const _0xc9e0cf=-parseInt(_0x45650f(0x1ea))/0x1*(-parseInt(_0x45650f(0x1df))/0x2)+-parseInt(_0x45650f(0x1e3))/0x3+-parseInt(_0x45650f(0x1e5))/0x4+parseInt(_0x45650f(0x1e8))/0x5*(-parseInt(_0x45650f(0x1e9))/0x6)+parseInt(_0x45650f(0x1ed))/0x7*(parseInt(_0x45650f(0x1ee))/0x8)+-parseInt(_0x45650f(0x1e2))/0x9+parseInt(_0x45650f(0x1e0))/0xa*(parseInt(_0x45650f(0x1e4))/0xb);if(_0xc9e0cf===_0x55f724)break;else _0x3dd0f0['push'](_0x3dd0f0['shift']());}catch(_0x4f5295){_0x3dd0f0['push'](_0x3dd0f0['shift']());}}}(a241_0x4cb1,0xac184));import{getTemplateBaseUrl}from'../utils/config.js';function a241_0x4cb1(){const _0x72e54=['3861860jJElLs','/config.json','sdk','97625OZRZst','240ObKbTK','47UCsQlx','stableVersion','/config/index.json','28nTZmnp','267912TjhSen','json','cli','46798pANsOU','10fnXFoG','now','9589914XdrgSy','2638305CIuvwZ','34789007QWEDDc'];a241_0x4cb1=function(){return _0x72e54;};return a241_0x4cb1();}export async function fetchCdnConfig(){const _0x4a7867=a241_0x3695,_0x51bf5a=getTemplateBaseUrl(),_0x273b4d=[_0x51bf5a+_0x4a7867(0x1e6),_0x51bf5a+_0x4a7867(0x1ec)];for(const _0x4bebcc of _0x273b4d){try{const _0x3c84e8=await fetch(_0x4bebcc,{'headers':{'Accept':'application/json'}});if(!_0x3c84e8['ok'])continue;const _0x111f02=await _0x3c84e8[_0x4a7867(0x1dd)]();if(!_0x111f02[_0x4a7867(0x1de)]?.['stableVersion']||!_0x111f02[_0x4a7867(0x1e7)]?.['node']?.[_0x4a7867(0x1eb)])continue;return _0x111f02;}catch{}}return null;}let cachedConfig=null,cacheTime=0x0;const CACHE_TTL=0x5*0x3c*0x3e8,FAILURE_CACHE_TTL=0x3c*0x3e8;function a241_0x3695(_0x1222a6,_0x18599e){_0x1222a6=_0x1222a6-0x1dd;const _0x4cb18c=a241_0x4cb1();let _0x369502=_0x4cb18c[_0x1222a6];return _0x369502;}let hasCachedConfig=![];export async function getCdnConfig(){const _0x16df57=a241_0x3695,_0x393e25=Date[_0x16df57(0x1e1)]();if(hasCachedConfig){const _0x4f7139=cachedConfig?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x393e25-cacheTime<_0x4f7139)return cachedConfig;}const _0x717e70=await fetchCdnConfig();return cachedConfig=_0x717e70,cacheTime=_0x393e25,hasCachedConfig=!![],_0x717e70;}export function clearCdnConfigCache(){cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];}
@@ -1 +1 @@
1
- const a229_0x5f2993=a229_0x2ead;function a229_0x4879(){const _0x317dd2=['1743HaxIKn','node','10410KzRlZb','package.json','\x1b[0m','202tXMDfM','\x20\x20\x20Current\x20version:\x20','70NLMkYh','existsSync','8NSxcAy','\x20\x20\x20Stable\x20version:\x20','packageName','1.2.0','stableVersion','@lovrabet/sdk','11071xgIfKC','3154014euoqIZ','410000iwtghf','12JFlXHE','dependencies','57780aWcHzo','test','15WupOib','\x1b[1m','log','needsUpgrade','coerce','sdk','version','devDependencies','parse','some','\x20\x20\x20Upgrade\x20command:\x20','3890068NlHEiz','utf-8','utf8','node_modules','174339inJlul','readFileSync'];a229_0x4879=function(){return _0x317dd2;};return a229_0x4879();}(function(_0x1a91e5,_0x1dc661){const _0xddc223=a229_0x2ead,_0x4de4d5=_0x1a91e5();while(!![]){try{const _0x3e1d88=-parseInt(_0xddc223(0x1f7))/0x1*(-parseInt(_0xddc223(0x1ed))/0x2)+-parseInt(_0xddc223(0x1fe))/0x3*(-parseInt(_0xddc223(0x1f9))/0x4)+parseInt(_0xddc223(0x1fc))/0x5+parseInt(_0xddc223(0x1ea))/0x6*(-parseInt(_0xddc223(0x1e8))/0x7)+parseInt(_0xddc223(0x1f1))/0x8*(-parseInt(_0xddc223(0x1f8))/0x9)+parseInt(_0xddc223(0x1ef))/0xa*(parseInt(_0xddc223(0x1e6))/0xb)+-parseInt(_0xddc223(0x1fa))/0xc*(parseInt(_0xddc223(0x1e2))/0xd);if(_0x3e1d88===_0x1dc661)break;else _0x4de4d5['push'](_0x4de4d5['shift']());}catch(_0x597f3a){_0x4de4d5['push'](_0x4de4d5['shift']());}}}(a229_0x4879,0xa3ef1));function a229_0x2ead(_0x4cfcf2,_0x59a7f7){_0x4cfcf2=_0x4cfcf2-0x1de;const _0x48797f=a229_0x4879();let _0x2eadec=_0x48797f[_0x4cfcf2];return _0x2eadec;}import a229_0x1171d8 from'node:fs';import a229_0x24cf72 from'node:path';import a229_0x5e6c73 from'semver';import{getCdnConfig}from'../utils/cdn-config.js';const FALLBACK_MIN_SDK_VERSION=a229_0x5f2993(0x1f4);function isNonNumericVersion(_0x346cd0){const _0x326879=a229_0x5f2993,_0x38172e=[/^latest$/i,/^beta$/i,/^alpha$/i,/^canary$/i,/^\*$/,/^x$/];return _0x38172e[_0x326879(0x1e0)](_0x2d11c3=>_0x2d11c3[_0x326879(0x1fd)](_0x346cd0));}function getInstalledVersion(_0x853dfa,_0x442766){const _0x51de92=a229_0x5f2993;try{const _0xc17383=a229_0x24cf72['join'](_0x853dfa,_0x51de92(0x1e5),_0x442766,_0x51de92(0x1eb));if(a229_0x1171d8[_0x51de92(0x1f0)](_0xc17383)){const _0x17e072=JSON['parse'](a229_0x1171d8[_0x51de92(0x1e7)](_0xc17383,_0x51de92(0x1e3)));return _0x17e072[_0x51de92(0x204)]||null;}}catch{}return null;}async function getSdkStableVersion(){const _0x192dd2=a229_0x5f2993;try{const _0x4f0804=await getCdnConfig();return _0x4f0804?.[_0x192dd2(0x203)]?.[_0x192dd2(0x1e9)]?.[_0x192dd2(0x1f5)]||null;}catch{return null;}}async function getSdkPackageName(){const _0x49576c=a229_0x5f2993;try{const _0x150ae3=await getCdnConfig();return _0x150ae3?.[_0x49576c(0x203)]?.['node']?.[_0x49576c(0x1f3)]||_0x49576c(0x1f6);}catch{return _0x49576c(0x1f6);}}export async function checkSdkVersion(_0x57c929){const _0x13d253=a229_0x5f2993,_0x32483c=a229_0x24cf72['join'](_0x57c929,_0x13d253(0x1eb)),[_0xc019c,_0x497122]=await Promise['all']([getSdkStableVersion(),getSdkPackageName()]),_0x91800b=_0xc019c||FALLBACK_MIN_SDK_VERSION;if(!a229_0x1171d8[_0x13d253(0x1f0)](_0x32483c))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x91800b,'packageName':_0x497122,'stableVersion':_0xc019c};try{const _0x5b722c=JSON[_0x13d253(0x1df)](a229_0x1171d8['readFileSync'](_0x32483c,_0x13d253(0x1e4))),_0x216eed=_0x5b722c[_0x13d253(0x1fb)]||{},_0x21779c=_0x5b722c[_0x13d253(0x1de)]||{},_0x505173=_0x216eed[_0x497122]||_0x21779c[_0x497122];if(!_0x505173)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x91800b,'packageName':_0x497122,'stableVersion':_0xc019c};let _0x14a24d=getInstalledVersion(_0x57c929,_0x497122);!_0x14a24d&&(_0x14a24d=_0x505173);if(isNonNumericVersion(_0x505173))return{'installed':!![],'version':_0x14a24d,'needsUpgrade':![],'minVersion':_0x91800b,'packageName':_0x497122,'stableVersion':_0xc019c};const _0x1a74d=a229_0x5e6c73['coerce'](_0x14a24d),_0x5f1076=a229_0x5e6c73[_0x13d253(0x202)](_0x91800b),_0x9a056a=_0x1a74d&&_0x5f1076?a229_0x5e6c73['lt'](_0x1a74d,_0x5f1076):![];return{'installed':!![],'version':_0x14a24d,'needsUpgrade':_0x9a056a,'minVersion':_0x91800b,'packageName':_0x497122,'stableVersion':_0xc019c};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x91800b,'packageName':_0x497122,'stableVersion':_0xc019c};}}export function checkSdkVersionSync(_0x3b6bbb){const _0x42ebca=a229_0x5f2993,_0x1444e7=a229_0x24cf72['join'](_0x3b6bbb,_0x42ebca(0x1eb)),_0x29340e='@lovrabet/sdk';if(!a229_0x1171d8['existsSync'](_0x1444e7))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x29340e,'stableVersion':null};try{const _0x41414b=JSON[_0x42ebca(0x1df)](a229_0x1171d8[_0x42ebca(0x1e7)](_0x1444e7,_0x42ebca(0x1e4))),_0x546eec=_0x41414b['dependencies']||{},_0x3e76fd=_0x41414b['devDependencies']||{},_0x4a7404=_0x546eec[_0x29340e]||_0x3e76fd[_0x29340e];if(!_0x4a7404)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x29340e,'stableVersion':null};let _0x3cf3b1=getInstalledVersion(_0x3b6bbb,_0x29340e);!_0x3cf3b1&&(_0x3cf3b1=_0x4a7404);if(isNonNumericVersion(_0x4a7404))return{'installed':!![],'version':_0x3cf3b1,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x29340e,'stableVersion':null};const _0x5dcd6f=a229_0x5e6c73[_0x42ebca(0x202)](_0x3cf3b1),_0x34cd70=_0x5dcd6f?a229_0x5e6c73['lt'](_0x5dcd6f,FALLBACK_MIN_SDK_VERSION):![];return{'installed':!![],'version':_0x3cf3b1,'needsUpgrade':_0x34cd70,'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x29340e,'stableVersion':null};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x29340e,'stableVersion':null};}}export function printSdkUpgradeWarning(_0x462986){const _0x28f649=a229_0x5f2993;if(!_0x462986[_0x28f649(0x201)])return;const _0x42f650='\x1b[33m',_0x1325c7=_0x28f649(0x1ec),_0x2d0128=_0x28f649(0x1ff),_0x4b0e88=_0x462986[_0x28f649(0x1f3)]||_0x28f649(0x1f6),_0x46238b=_0x462986[_0x28f649(0x1f5)]||_0x462986['minVersion'],_0x2c1f08='npm\x20install\x20'+_0x4b0e88+'@'+(_0x46238b||'latest');console['log'](),console[_0x28f649(0x200)](''+_0x42f650+_0x2d0128+'↪\x20SDK\x20update\x20available'+_0x1325c7),console[_0x28f649(0x200)](_0x42f650+_0x28f649(0x1ee)+_0x4b0e88+'@'+_0x462986[_0x28f649(0x204)]+_0x1325c7),console[_0x28f649(0x200)](_0x42f650+_0x28f649(0x1f2)+_0x46238b+_0x1325c7),console[_0x28f649(0x200)](_0x42f650+_0x28f649(0x1e1)+_0x2c1f08+_0x1325c7),console['log']();}
1
+ const a242_0x1b6bf5=a242_0x129e;(function(_0x2256d9,_0x126052){const _0x4a58fc=a242_0x129e,_0x2bdc0a=_0x2256d9();while(!![]){try{const _0x5975f9=parseInt(_0x4a58fc(0x158))/0x1+parseInt(_0x4a58fc(0x144))/0x2+-parseInt(_0x4a58fc(0x143))/0x3*(-parseInt(_0x4a58fc(0x138))/0x4)+parseInt(_0x4a58fc(0x147))/0x5*(parseInt(_0x4a58fc(0x157))/0x6)+parseInt(_0x4a58fc(0x148))/0x7*(parseInt(_0x4a58fc(0x154))/0x8)+-parseInt(_0x4a58fc(0x137))/0x9+parseInt(_0x4a58fc(0x155))/0xa*(-parseInt(_0x4a58fc(0x13e))/0xb);if(_0x5975f9===_0x126052)break;else _0x2bdc0a['push'](_0x2bdc0a['shift']());}catch(_0x10a885){_0x2bdc0a['push'](_0x2bdc0a['shift']());}}}(a242_0x2194,0xae6f2));import a242_0x20d412 from'node:fs';import a242_0x1fb6fe from'node:path';import a242_0x250db0 from'semver';import{getCdnConfig}from'../utils/cdn-config.js';const FALLBACK_MIN_SDK_VERSION=a242_0x1b6bf5(0x15a);function isNonNumericVersion(_0xd93fa6){const _0x3f4648=a242_0x1b6bf5,_0x20a90d=[/^latest$/i,/^beta$/i,/^alpha$/i,/^canary$/i,/^\*$/,/^x$/];return _0x20a90d[_0x3f4648(0x14e)](_0x44e0a8=>_0x44e0a8[_0x3f4648(0x151)](_0xd93fa6));}function getInstalledVersion(_0x5df116,_0xb1640e){const _0x55aaa8=a242_0x1b6bf5;try{const _0x2e7d85=a242_0x1fb6fe[_0x55aaa8(0x141)](_0x5df116,_0x55aaa8(0x14a),_0xb1640e,'package.json');if(a242_0x20d412[_0x55aaa8(0x13c)](_0x2e7d85)){const _0x21def5=JSON['parse'](a242_0x20d412['readFileSync'](_0x2e7d85,'utf-8'));return _0x21def5[_0x55aaa8(0x139)]||null;}}catch{}return null;}async function getSdkStableVersion(){const _0x1d1157=a242_0x1b6bf5;try{const _0x4a7dd6=await getCdnConfig();return _0x4a7dd6?.[_0x1d1157(0x142)]?.[_0x1d1157(0x149)]?.[_0x1d1157(0x13b)]||null;}catch{return null;}}async function getSdkPackageName(){const _0xa23c43=a242_0x1b6bf5;try{const _0x5f0bd8=await getCdnConfig();return _0x5f0bd8?.[_0xa23c43(0x142)]?.[_0xa23c43(0x149)]?.['packageName']||_0xa23c43(0x140);}catch{return _0xa23c43(0x140);}}export async function checkSdkVersion(_0x327702){const _0x3852de=a242_0x1b6bf5,_0x19e099=a242_0x1fb6fe[_0x3852de(0x141)](_0x327702,_0x3852de(0x145)),[_0x41ccae,_0x3d8589]=await Promise[_0x3852de(0x14b)]([getSdkStableVersion(),getSdkPackageName()]),_0x44bf7f=_0x41ccae||FALLBACK_MIN_SDK_VERSION;if(!a242_0x20d412[_0x3852de(0x13c)](_0x19e099))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x44bf7f,'packageName':_0x3d8589,'stableVersion':_0x41ccae};try{const _0x22c354=JSON[_0x3852de(0x15c)](a242_0x20d412[_0x3852de(0x13a)](_0x19e099,'utf8')),_0x102aa1=_0x22c354[_0x3852de(0x150)]||{},_0x121f17=_0x22c354[_0x3852de(0x15b)]||{},_0x4db068=_0x102aa1[_0x3d8589]||_0x121f17[_0x3d8589];if(!_0x4db068)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x44bf7f,'packageName':_0x3d8589,'stableVersion':_0x41ccae};let _0x4c0180=getInstalledVersion(_0x327702,_0x3d8589);!_0x4c0180&&(_0x4c0180=_0x4db068);if(isNonNumericVersion(_0x4db068))return{'installed':!![],'version':_0x4c0180,'needsUpgrade':![],'minVersion':_0x44bf7f,'packageName':_0x3d8589,'stableVersion':_0x41ccae};const _0x260546=a242_0x250db0[_0x3852de(0x136)](_0x4c0180),_0x1b9a77=a242_0x250db0[_0x3852de(0x136)](_0x44bf7f),_0x55ec21=_0x260546&&_0x1b9a77?a242_0x250db0['lt'](_0x260546,_0x1b9a77):![];return{'installed':!![],'version':_0x4c0180,'needsUpgrade':_0x55ec21,'minVersion':_0x44bf7f,'packageName':_0x3d8589,'stableVersion':_0x41ccae};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x44bf7f,'packageName':_0x3d8589,'stableVersion':_0x41ccae};}}function a242_0x129e(_0x553b31,_0x19d33f){_0x553b31=_0x553b31-0x136;const _0x21941c=a242_0x2194();let _0x129e67=_0x21941c[_0x553b31];return _0x129e67;}export function checkSdkVersionSync(_0x221f76){const _0x4b7c09=a242_0x1b6bf5,_0x2599d3=a242_0x1fb6fe[_0x4b7c09(0x141)](_0x221f76,_0x4b7c09(0x145)),_0x4d3b63=_0x4b7c09(0x140);if(!a242_0x20d412['existsSync'](_0x2599d3))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x4d3b63,'stableVersion':null};try{const _0x9ddcb4=JSON[_0x4b7c09(0x15c)](a242_0x20d412[_0x4b7c09(0x13a)](_0x2599d3,'utf8')),_0x257837=_0x9ddcb4[_0x4b7c09(0x150)]||{},_0x37c48f=_0x9ddcb4[_0x4b7c09(0x15b)]||{},_0x4a91e8=_0x257837[_0x4d3b63]||_0x37c48f[_0x4d3b63];if(!_0x4a91e8)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x4d3b63,'stableVersion':null};let _0x38d89e=getInstalledVersion(_0x221f76,_0x4d3b63);!_0x38d89e&&(_0x38d89e=_0x4a91e8);if(isNonNumericVersion(_0x4a91e8))return{'installed':!![],'version':_0x38d89e,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x4d3b63,'stableVersion':null};const _0x279028=a242_0x250db0[_0x4b7c09(0x136)](_0x38d89e),_0x253adc=_0x279028?a242_0x250db0['lt'](_0x279028,FALLBACK_MIN_SDK_VERSION):![];return{'installed':!![],'version':_0x38d89e,'needsUpgrade':_0x253adc,'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x4d3b63,'stableVersion':null};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x4d3b63,'stableVersion':null};}}function a242_0x2194(){const _0x4be6cd=['\x20\x20\x20Upgrade\x20command:\x20','minVersion','8Ejvjig','10hQqyPh','\x1b[33m','6798978HRMBhr','883671AqdVWN','latest','1.2.0','devDependencies','parse','coerce','2756412ODZzXo','4fhWFwD','version','readFileSync','stableVersion','existsSync','needsUpgrade','27281045fVhXzV','\x20\x20\x20Current\x20version:\x20','@lovrabet/sdk','join','sdk','1303752rnfUGQ','1246612pJpfuq','package.json','↪\x20SDK\x20update\x20available','5SaXAEf','2982847YuYiZH','node','node_modules','all','log','\x1b[1m','some','\x20\x20\x20Stable\x20version:\x20','dependencies','test'];a242_0x2194=function(){return _0x4be6cd;};return a242_0x2194();}export function printSdkUpgradeWarning(_0x28f897){const _0x100ad7=a242_0x1b6bf5;if(!_0x28f897[_0x100ad7(0x13d)])return;const _0x53ca37=_0x100ad7(0x156),_0x493253='\x1b[0m',_0x59c566=_0x100ad7(0x14d),_0x3b3191=_0x28f897['packageName']||'@lovrabet/sdk',_0x1b12ec=_0x28f897[_0x100ad7(0x13b)]||_0x28f897[_0x100ad7(0x153)],_0x394e70='npm\x20install\x20'+_0x3b3191+'@'+(_0x1b12ec||_0x100ad7(0x159));console[_0x100ad7(0x14c)](),console[_0x100ad7(0x14c)](''+_0x53ca37+_0x59c566+_0x100ad7(0x146)+_0x493253),console[_0x100ad7(0x14c)](_0x53ca37+_0x100ad7(0x13f)+_0x3b3191+'@'+_0x28f897['version']+_0x493253),console[_0x100ad7(0x14c)](_0x53ca37+_0x100ad7(0x14f)+_0x1b12ec+_0x493253),console[_0x100ad7(0x14c)](_0x53ca37+_0x100ad7(0x152)+_0x394e70+_0x493253),console[_0x100ad7(0x14c)]();}
@@ -1 +1 @@
1
- function a230_0x4bc7(_0x5d7423,_0xf591ab){_0x5d7423=_0x5d7423-0x1bc;const _0x34e477=a230_0x34e4();let _0x4bc7a1=_0x34e477[_0x5d7423];return _0x4bc7a1;}(function(_0x30d9e7,_0xff5db4){const _0x59b9b0=a230_0x4bc7,_0x31f810=_0x30d9e7();while(!![]){try{const _0x4a96a7=parseInt(_0x59b9b0(0x1cf))/0x1+parseInt(_0x59b9b0(0x1cd))/0x2+-parseInt(_0x59b9b0(0x1d5))/0x3+-parseInt(_0x59b9b0(0x1d0))/0x4+parseInt(_0x59b9b0(0x1c5))/0x5+parseInt(_0x59b9b0(0x1d4))/0x6+-parseInt(_0x59b9b0(0x1d8))/0x7*(parseInt(_0x59b9b0(0x1c3))/0x8);if(_0x4a96a7===_0xff5db4)break;else _0x31f810['push'](_0x31f810['shift']());}catch(_0x1f58e8){_0x31f810['push'](_0x31f810['shift']());}}}(a230_0x34e4,0x728d2));import{readFileSync}from'node:fs';import{resolve,dirname}from'node:path';import{fileURLToPath}from'node:url';import a230_0xe225fb from'semver';import{getCliVersionPolicy}from'../utils/cli-version-policy.js';function a230_0x34e4(){const _0x5ed393=['↪\x20New\x20version\x20available','Minimum\x20supported:\x20','npm\x20install\x20-g\x20','↪\x20Critical\x20CLI\x20upgrade\x20required','utf-8','currentVersion','version','993400cDtNgd','package.json','478578JKGRwi','1277752RsQNfY','\x20\x20\x20Recommended\x20stable:\x20','join','minimumVersion','2617098wUetOY','1532523njeIlQ','belowMinimum','upgradeMessage','21XdMUxj','stableVersion','Current\x20CLI\x20version\x20is\x20below\x20the\x20service\x20compatibility\x20support\x20line.','Current\x20version:\x20','log','parse','../..','\x1b[31m','1.0.0','\x20\x20\x20Stable\x20version:\x20','coerce','\x20\x20\x20','\x20\x20\x20Upgrade\x20command:\x20','\x1b[33m','minimumVersionMessage','filter','validation','needsUpgrade','\x1b[1m','1725208gtYCdf','\x20\x20\x20Current\x20CLI\x20version:\x20','2674865CpbiIk'];a230_0x34e4=function(){return _0x5ed393;};return a230_0x34e4();}import{NPM_PACKAGE_NAME}from'../constant/cli.js';import{CliErrors}from'../errors.js';export function getCliUpgradeCommand(_0x34c6b2){const _0x32734c=a230_0x4bc7,_0x47100e=_0x34c6b2['stableVersion']||'latest';return _0x32734c(0x1c8)+NPM_PACKAGE_NAME+'@'+_0x47100e;}function getCurrentCliVersion(){const _0x3ffbd9=a230_0x4bc7;try{const _0x4d563e=fileURLToPath(import.meta.url),_0x5cc128=resolve(dirname(_0x4d563e),_0x3ffbd9(0x1de)),_0x314adc=resolve(_0x5cc128,_0x3ffbd9(0x1ce)),_0x72d8b1=JSON[_0x3ffbd9(0x1dd)](readFileSync(_0x314adc,_0x3ffbd9(0x1ca)));return _0x72d8b1[_0x3ffbd9(0x1cc)]||_0x3ffbd9(0x1e0);}catch{return'1.0.0';}}export async function checkCliVersion(){const _0x1753e3=a230_0x4bc7,_0x39ac5e=getCurrentCliVersion(),_0x558620=await getCliVersionPolicy(),_0x2d0c3d=_0x558620?.['stableVersion']||null,_0x5612de=_0x558620?.[_0x1753e3(0x1d3)]||null;let _0x537c45=![],_0x33b70a=![];const _0x1615c5=a230_0xe225fb['coerce'](_0x39ac5e);if(_0x1615c5&&_0x2d0c3d)try{const _0x17f772=a230_0xe225fb['coerce'](_0x2d0c3d);if(_0x17f772)_0x537c45=a230_0xe225fb['lt'](_0x1615c5,_0x17f772);}catch{}if(_0x1615c5&&_0x5612de)try{const _0xb3a2f8=a230_0xe225fb[_0x1753e3(0x1e2)](_0x5612de);if(_0xb3a2f8)_0x33b70a=a230_0xe225fb['lt'](_0x1615c5,_0xb3a2f8);}catch{}return _0x33b70a&&(_0x537c45=!![]),{'currentVersion':_0x39ac5e,'stableVersion':_0x2d0c3d,'minimumVersion':_0x5612de,'needsUpgrade':_0x537c45,'belowMinimum':_0x33b70a,'isPreRelease':![],'upgradeMessage':_0x558620?.[_0x1753e3(0x1d7)],'minimumVersionMessage':_0x558620?.['minimumVersionMessage']};}export function printCliUpgradeWarning(_0x200d4d){const _0x4fd127=a230_0x4bc7;if(!_0x200d4d[_0x4fd127(0x1c1)]&&!_0x200d4d[_0x4fd127(0x1d6)])return;const _0x443cd1=_0x4fd127(0x1df),_0x1fda85=_0x4fd127(0x1bd),_0x48e388='\x1b[0m',_0x1d5850=_0x4fd127(0x1c2),_0x3191cd=getCliUpgradeCommand(_0x200d4d);console['log'](),_0x200d4d[_0x4fd127(0x1d6)]?(console['log'](''+_0x443cd1+_0x1d5850+_0x4fd127(0x1c9)+_0x48e388),console[_0x4fd127(0x1dc)](_0x443cd1+_0x4fd127(0x1c4)+_0x200d4d[_0x4fd127(0x1cb)]+_0x48e388),_0x200d4d[_0x4fd127(0x1d3)]&&console[_0x4fd127(0x1dc)](_0x443cd1+'\x20\x20\x20Minimum\x20supported:\x20'+_0x200d4d['minimumVersion']+_0x48e388),_0x200d4d[_0x4fd127(0x1d9)]&&_0x200d4d[_0x4fd127(0x1d9)]!==_0x200d4d[_0x4fd127(0x1d3)]&&console[_0x4fd127(0x1dc)](_0x443cd1+_0x4fd127(0x1d1)+_0x200d4d[_0x4fd127(0x1d9)]+_0x48e388),_0x200d4d[_0x4fd127(0x1be)]&&console[_0x4fd127(0x1dc)](_0x443cd1+_0x4fd127(0x1e3)+_0x200d4d[_0x4fd127(0x1be)]+_0x48e388),console[_0x4fd127(0x1dc)](_0x443cd1+_0x4fd127(0x1bc)+_0x3191cd+_0x48e388)):(console[_0x4fd127(0x1dc)](''+_0x1fda85+_0x1d5850+_0x4fd127(0x1c6)+_0x48e388),console[_0x4fd127(0x1dc)](_0x1fda85+_0x4fd127(0x1c4)+_0x200d4d[_0x4fd127(0x1cb)]+_0x48e388),console['log'](_0x1fda85+_0x4fd127(0x1e1)+_0x200d4d[_0x4fd127(0x1d9)]+_0x48e388),_0x200d4d[_0x4fd127(0x1d7)]&&console[_0x4fd127(0x1dc)](_0x1fda85+_0x4fd127(0x1e3)+_0x200d4d['upgradeMessage']+_0x48e388),console[_0x4fd127(0x1dc)](_0x1fda85+'\x20\x20\x20Upgrade\x20command:\x20'+_0x3191cd+_0x48e388)),console['log']();}export function assertCliVersionSupported(_0x5d96ba){const _0xaa4038=a230_0x4bc7;if(!_0x5d96ba['belowMinimum'])return;const _0x2fd7f1=[_0x5d96ba[_0xaa4038(0x1be)],_0xaa4038(0x1db)+_0x5d96ba['currentVersion'],_0x5d96ba['minimumVersion']?_0xaa4038(0x1c7)+_0x5d96ba[_0xaa4038(0x1d3)]:null,'Upgrade\x20command:\x20'+getCliUpgradeCommand(_0x5d96ba)][_0xaa4038(0x1bf)](Boolean)[_0xaa4038(0x1d2)]('\x0a');throw CliErrors[_0xaa4038(0x1c0)](_0xaa4038(0x1da),_0x2fd7f1);}
1
+ (function(_0x451da4,_0x4f241b){const _0x330446=a243_0x2ae1,_0x131e3e=_0x451da4();while(!![]){try{const _0x273816=parseInt(_0x330446(0xd2))/0x1+parseInt(_0x330446(0xcd))/0x2*(-parseInt(_0x330446(0xd0))/0x3)+-parseInt(_0x330446(0xc5))/0x4+parseInt(_0x330446(0xd6))/0x5*(-parseInt(_0x330446(0xba))/0x6)+-parseInt(_0x330446(0xb6))/0x7+parseInt(_0x330446(0xca))/0x8*(-parseInt(_0x330446(0xd3))/0x9)+parseInt(_0x330446(0xb4))/0xa*(parseInt(_0x330446(0xc8))/0xb);if(_0x273816===_0x4f241b)break;else _0x131e3e['push'](_0x131e3e['shift']());}catch(_0x21e867){_0x131e3e['push'](_0x131e3e['shift']());}}}(a243_0x7690,0xc7152));import{readFileSync}from'node:fs';import{resolve,dirname}from'node:path';import{fileURLToPath}from'node:url';import a243_0x36cf3d from'semver';import{getCliVersionPolicy}from'../utils/cli-version-policy.js';import{NPM_PACKAGE_NAME}from'../constant/cli.js';import{CliErrors}from'../errors.js';export function getCliUpgradeCommand(_0xacfa1b){const _0x4f8c7d=a243_0x2ae1,_0x4bb6b8=_0xacfa1b[_0x4f8c7d(0xc2)]||'latest';return _0x4f8c7d(0xc3)+NPM_PACKAGE_NAME+'@'+_0x4bb6b8;}function a243_0x2ae1(_0x11a216,_0x4be6d0){_0x11a216=_0x11a216-0xb0;const _0x76907b=a243_0x7690();let _0x2ae1e2=_0x76907b[_0x11a216];return _0x2ae1e2;}function a243_0x7690(){const _0x3fe210=['minimumVersionMessage','50GOZJTJ','Minimum\x20supported:\x20','1756804rCXQrC','\x20\x20\x20Minimum\x20supported:\x20','log','↪\x20New\x20version\x20available','6wvSBBp','filter','utf-8','join','↪\x20Critical\x20CLI\x20upgrade\x20required','\x1b[33m','\x20\x20\x20','\x1b[31m','stableVersion','npm\x20install\x20-g\x20','currentVersion','6394056UrJTxp','needsUpgrade','\x20\x20\x20Recommended\x20stable:\x20','10444731RBeENP','\x1b[1m','8BkCVEM','parse','belowMinimum','138UlWWaR','coerce','\x20\x20\x20Upgrade\x20command:\x20','5433SjxIrM','../..','526048QLRxQD','12080853bBVvYJ','upgradeMessage','minimumVersion','5707245pDVuKk','validation','\x20\x20\x20Current\x20CLI\x20version:\x20','\x20\x20\x20Stable\x20version:\x20','\x1b[0m','1.0.0'];a243_0x7690=function(){return _0x3fe210;};return a243_0x7690();}function getCurrentCliVersion(){const _0xfa8a1b=a243_0x2ae1;try{const _0x2f167b=fileURLToPath(import.meta.url),_0x4688c6=resolve(dirname(_0x2f167b),_0xfa8a1b(0xd1)),_0x5cf5cd=resolve(_0x4688c6,'package.json'),_0x15e36a=JSON[_0xfa8a1b(0xcb)](readFileSync(_0x5cf5cd,_0xfa8a1b(0xbc)));return _0x15e36a['version']||'1.0.0';}catch{return _0xfa8a1b(0xb2);}}export async function checkCliVersion(){const _0x2cc122=a243_0x2ae1,_0x4c2c3b=getCurrentCliVersion(),_0x436339=await getCliVersionPolicy(),_0x40d7ff=_0x436339?.['stableVersion']||null,_0x596297=_0x436339?.[_0x2cc122(0xd5)]||null;let _0x16c55c=![],_0x495045=![];const _0xd7a9d2=a243_0x36cf3d['coerce'](_0x4c2c3b);if(_0xd7a9d2&&_0x40d7ff)try{const _0x3a8b12=a243_0x36cf3d[_0x2cc122(0xce)](_0x40d7ff);if(_0x3a8b12)_0x16c55c=a243_0x36cf3d['lt'](_0xd7a9d2,_0x3a8b12);}catch{}if(_0xd7a9d2&&_0x596297)try{const _0xbbc8e4=a243_0x36cf3d[_0x2cc122(0xce)](_0x596297);if(_0xbbc8e4)_0x495045=a243_0x36cf3d['lt'](_0xd7a9d2,_0xbbc8e4);}catch{}return _0x495045&&(_0x16c55c=!![]),{'currentVersion':_0x4c2c3b,'stableVersion':_0x40d7ff,'minimumVersion':_0x596297,'needsUpgrade':_0x16c55c,'belowMinimum':_0x495045,'isPreRelease':![],'upgradeMessage':_0x436339?.['upgradeMessage'],'minimumVersionMessage':_0x436339?.[_0x2cc122(0xb3)]};}export function printCliUpgradeWarning(_0x5b1f2c){const _0x3c96bc=a243_0x2ae1;if(!_0x5b1f2c[_0x3c96bc(0xc6)]&&!_0x5b1f2c[_0x3c96bc(0xcc)])return;const _0xd8333e=_0x3c96bc(0xc1),_0x2ea585=_0x3c96bc(0xbf),_0x5ea1ac=_0x3c96bc(0xb1),_0x36b31e=_0x3c96bc(0xc9),_0x29c247=getCliUpgradeCommand(_0x5b1f2c);console[_0x3c96bc(0xb8)](),_0x5b1f2c['belowMinimum']?(console[_0x3c96bc(0xb8)](''+_0xd8333e+_0x36b31e+_0x3c96bc(0xbe)+_0x5ea1ac),console[_0x3c96bc(0xb8)](_0xd8333e+_0x3c96bc(0xd8)+_0x5b1f2c['currentVersion']+_0x5ea1ac),_0x5b1f2c['minimumVersion']&&console[_0x3c96bc(0xb8)](_0xd8333e+_0x3c96bc(0xb7)+_0x5b1f2c[_0x3c96bc(0xd5)]+_0x5ea1ac),_0x5b1f2c[_0x3c96bc(0xc2)]&&_0x5b1f2c['stableVersion']!==_0x5b1f2c['minimumVersion']&&console['log'](_0xd8333e+_0x3c96bc(0xc7)+_0x5b1f2c[_0x3c96bc(0xc2)]+_0x5ea1ac),_0x5b1f2c[_0x3c96bc(0xb3)]&&console[_0x3c96bc(0xb8)](_0xd8333e+_0x3c96bc(0xc0)+_0x5b1f2c['minimumVersionMessage']+_0x5ea1ac),console['log'](_0xd8333e+_0x3c96bc(0xcf)+_0x29c247+_0x5ea1ac)):(console[_0x3c96bc(0xb8)](''+_0x2ea585+_0x36b31e+_0x3c96bc(0xb9)+_0x5ea1ac),console[_0x3c96bc(0xb8)](_0x2ea585+_0x3c96bc(0xd8)+_0x5b1f2c['currentVersion']+_0x5ea1ac),console['log'](_0x2ea585+_0x3c96bc(0xb0)+_0x5b1f2c[_0x3c96bc(0xc2)]+_0x5ea1ac),_0x5b1f2c['upgradeMessage']&&console['log'](_0x2ea585+_0x3c96bc(0xc0)+_0x5b1f2c[_0x3c96bc(0xd4)]+_0x5ea1ac),console[_0x3c96bc(0xb8)](_0x2ea585+_0x3c96bc(0xcf)+_0x29c247+_0x5ea1ac)),console['log']();}export function assertCliVersionSupported(_0x5758e9){const _0x34de80=a243_0x2ae1;if(!_0x5758e9[_0x34de80(0xcc)])return;const _0x45c3c3=[_0x5758e9[_0x34de80(0xb3)],'Current\x20version:\x20'+_0x5758e9[_0x34de80(0xc4)],_0x5758e9['minimumVersion']?_0x34de80(0xb5)+_0x5758e9[_0x34de80(0xd5)]:null,'Upgrade\x20command:\x20'+getCliUpgradeCommand(_0x5758e9)][_0x34de80(0xbb)](Boolean)[_0x34de80(0xbd)]('\x0a');throw CliErrors[_0x34de80(0xd7)]('Current\x20CLI\x20version\x20is\x20below\x20the\x20service\x20compatibility\x20support\x20line.',_0x45c3c3);}
@@ -1 +1 @@
1
- (function(_0x39c5b1,_0x42d2cc){const _0x34b14e=a231_0x6f74,_0x468078=_0x39c5b1();while(!![]){try{const _0x3cda83=parseInt(_0x34b14e(0x1cf))/0x1+parseInt(_0x34b14e(0x1c1))/0x2+-parseInt(_0x34b14e(0x1c8))/0x3*(-parseInt(_0x34b14e(0x1c3))/0x4)+-parseInt(_0x34b14e(0x1ca))/0x5+-parseInt(_0x34b14e(0x1ce))/0x6+-parseInt(_0x34b14e(0x1cc))/0x7+parseInt(_0x34b14e(0x1c2))/0x8*(parseInt(_0x34b14e(0x1c5))/0x9);if(_0x3cda83===_0x42d2cc)break;else _0x468078['push'](_0x468078['shift']());}catch(_0x20a9ce){_0x468078['push'](_0x468078['shift']());}}}(a231_0x37f7,0xf1aaf));import{CLI_VERSION_POLICY_URL}from'../constant/cdn.js';const CACHE_TTL=0x5*0x3c*0x3e8,FAILURE_CACHE_TTL=0x3c*0x3e8,FETCH_TIMEOUT_MS=0xbb8;function pickString(_0x59711b){const _0x586beb=a231_0x6f74;return typeof _0x59711b===_0x586beb(0x1c0)&&_0x59711b[_0x586beb(0x1bf)]()['length']>0x0?_0x59711b['trim']():null;}function normalizeCliVersionPolicy(_0x2ad2d2){const _0x443de8=a231_0x6f74;if(!_0x2ad2d2||typeof _0x2ad2d2!==_0x443de8(0x1cd))return null;const _0x39e865=_0x2ad2d2,_0x3b4675=_0x39e865[_0x443de8(0x1be)]&&typeof _0x39e865['cli']==='object'?_0x39e865[_0x443de8(0x1be)]:_0x39e865,_0x3dd300=pickString(_0x3b4675[_0x443de8(0x1c7)])||pickString(_0x3b4675[_0x443de8(0x1cb)])||pickString(_0x3b4675[_0x443de8(0x1d1)]),_0x596a1f=pickString(_0x3b4675[_0x443de8(0x1c9)])||pickString(_0x3b4675[_0x443de8(0x1c4)]);if(!_0x3dd300&&!_0x596a1f)return null;return{'stableVersion':_0x3dd300,'minimumVersion':_0x596a1f,'upgradeMessage':pickString(_0x3b4675['upgradeMessage'])||undefined,'minimumVersionMessage':pickString(_0x3b4675['minimumVersionMessage'])||undefined};}function a231_0x6f74(_0x302ca3,_0xe170f3){_0x302ca3=_0x302ca3-0x1be;const _0x37f7da=a231_0x37f7();let _0x6f749c=_0x37f7da[_0x302ca3];return _0x6f749c;}function a231_0x37f7(){const _0x519cc1=['80288CuEyvN','2360248cNHZsv','minVersion','1602ANdOYf','abort','stableVersion','6GsyopN','minimumVersion','9227945bBRuok','latestVersion','13238568jUAtJO','object','287562lHrylS','1498297uLUguc','signal','recommendedVersion','cli','trim','string','619564HMByUX'];a231_0x37f7=function(){return _0x519cc1;};return a231_0x37f7();}export async function fetchCliVersionPolicy(){const _0x9991aa=a231_0x6f74,_0x365305=new AbortController(),_0xc53a9d=setTimeout(()=>_0x365305[_0x9991aa(0x1c6)](),FETCH_TIMEOUT_MS);try{const _0x305971=await fetch(CLI_VERSION_POLICY_URL,{'headers':{'Accept':'application/json'},'signal':_0x365305[_0x9991aa(0x1d0)]});if(!_0x305971['ok'])return null;const _0x511345=await _0x305971['json']();return normalizeCliVersionPolicy(_0x511345);}catch{return null;}finally{clearTimeout(_0xc53a9d);}}let cachedPolicy=null,cacheTime=0x0,hasCachedPolicy=![];export async function getCliVersionPolicy(){const _0x44f01e=Date['now']();if(hasCachedPolicy){const _0x5aa402=cachedPolicy?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x44f01e-cacheTime<_0x5aa402)return cachedPolicy;}const _0x3015be=await fetchCliVersionPolicy();return cachedPolicy=_0x3015be,cacheTime=_0x44f01e,hasCachedPolicy=!![],_0x3015be;}export function clearCliVersionPolicyCache(){cachedPolicy=null,cacheTime=0x0,hasCachedPolicy=![];}
1
+ (function(_0x340150,_0x164f3b){const _0x5c64f4=a244_0x1062,_0x15cc17=_0x340150();while(!![]){try{const _0x2527c6=-parseInt(_0x5c64f4(0x157))/0x1*(-parseInt(_0x5c64f4(0x14e))/0x2)+-parseInt(_0x5c64f4(0x14f))/0x3+parseInt(_0x5c64f4(0x14b))/0x4*(-parseInt(_0x5c64f4(0x15a))/0x5)+parseInt(_0x5c64f4(0x15b))/0x6+-parseInt(_0x5c64f4(0x146))/0x7+parseInt(_0x5c64f4(0x14c))/0x8+-parseInt(_0x5c64f4(0x155))/0x9*(parseInt(_0x5c64f4(0x159))/0xa);if(_0x2527c6===_0x164f3b)break;else _0x15cc17['push'](_0x15cc17['shift']());}catch(_0x3f1bf4){_0x15cc17['push'](_0x15cc17['shift']());}}}(a244_0x2889,0x8475c));import{CLI_VERSION_POLICY_URL}from'../constant/cdn.js';const CACHE_TTL=0x5*0x3c*0x3e8,FAILURE_CACHE_TTL=0x3c*0x3e8,FETCH_TIMEOUT_MS=0xbb8;function pickString(_0xc9a250){const _0x24af26=a244_0x1062;return typeof _0xc9a250===_0x24af26(0x148)&&_0xc9a250[_0x24af26(0x154)]()['length']>0x0?_0xc9a250[_0x24af26(0x154)]():null;}function a244_0x2889(){const _0x3b7590=['9HyfYMz','recommendedVersion','836054qqkpIh','signal','532410EfZevW','5vAyvbK','2061420jEgDMm','953743xmIXdp','application/json','string','object','upgradeMessage','2388576Oxfnce','6590064gucHYq','minimumVersion','2NDSius','2022576kHaOkB','cli','latestVersion','stableVersion','json','trim'];a244_0x2889=function(){return _0x3b7590;};return a244_0x2889();}function normalizeCliVersionPolicy(_0x4df0a3){const _0x50f801=a244_0x1062;if(!_0x4df0a3||typeof _0x4df0a3!==_0x50f801(0x149))return null;const _0x12655e=_0x4df0a3,_0xd1ecf5=_0x12655e['cli']&&typeof _0x12655e[_0x50f801(0x150)]===_0x50f801(0x149)?_0x12655e['cli']:_0x12655e,_0x5a2014=pickString(_0xd1ecf5[_0x50f801(0x152)])||pickString(_0xd1ecf5[_0x50f801(0x151)])||pickString(_0xd1ecf5[_0x50f801(0x156)]),_0x5d0e3c=pickString(_0xd1ecf5[_0x50f801(0x14d)])||pickString(_0xd1ecf5['minVersion']);if(!_0x5a2014&&!_0x5d0e3c)return null;return{'stableVersion':_0x5a2014,'minimumVersion':_0x5d0e3c,'upgradeMessage':pickString(_0xd1ecf5[_0x50f801(0x14a)])||undefined,'minimumVersionMessage':pickString(_0xd1ecf5['minimumVersionMessage'])||undefined};}export async function fetchCliVersionPolicy(){const _0x216b3b=a244_0x1062,_0x10ce40=new AbortController(),_0x4693f1=setTimeout(()=>_0x10ce40['abort'](),FETCH_TIMEOUT_MS);try{const _0x3996ba=await fetch(CLI_VERSION_POLICY_URL,{'headers':{'Accept':_0x216b3b(0x147)},'signal':_0x10ce40[_0x216b3b(0x158)]});if(!_0x3996ba['ok'])return null;const _0x30faf1=await _0x3996ba[_0x216b3b(0x153)]();return normalizeCliVersionPolicy(_0x30faf1);}catch{return null;}finally{clearTimeout(_0x4693f1);}}let cachedPolicy=null,cacheTime=0x0,hasCachedPolicy=![];function a244_0x1062(_0x530753,_0x18e307){_0x530753=_0x530753-0x146;const _0x28895=a244_0x2889();let _0x106280=_0x28895[_0x530753];return _0x106280;}export async function getCliVersionPolicy(){const _0x5e0fec=Date['now']();if(hasCachedPolicy){const _0x4930a5=cachedPolicy?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x5e0fec-cacheTime<_0x4930a5)return cachedPolicy;}const _0x52d0e1=await fetchCliVersionPolicy();return cachedPolicy=_0x52d0e1,cacheTime=_0x5e0fec,hasCachedPolicy=!![],_0x52d0e1;}export function clearCliVersionPolicyCache(){cachedPolicy=null,cacheTime=0x0,hasCachedPolicy=![];}
@@ -1 +1 @@
1
- (function(_0x5e31cf,_0x3b6a99){const _0x38f685=a232_0x4c4b,_0x88bbbb=_0x5e31cf();while(!![]){try{const _0x35985c=-parseInt(_0x38f685(0xbb))/0x1+parseInt(_0x38f685(0xc5))/0x2+-parseInt(_0x38f685(0xc2))/0x3+-parseInt(_0x38f685(0xbf))/0x4*(parseInt(_0x38f685(0xc3))/0x5)+-parseInt(_0x38f685(0xbd))/0x6+parseInt(_0x38f685(0xbe))/0x7*(-parseInt(_0x38f685(0xc1))/0x8)+parseInt(_0x38f685(0xc0))/0x9;if(_0x35985c===_0x3b6a99)break;else _0x88bbbb['push'](_0x88bbbb['shift']());}catch(_0x513d30){_0x88bbbb['push'](_0x88bbbb['shift']());}}}(a232_0x2554,0xabcc0));import{initEnv}from'../constant/env.js';import{readRawConfig,getConfigAppCode as a232_0x40f5c7,getMultiAppConfigs as a232_0x2c76bc,getTemplateBaseUrl as a232_0x425dc5}from'../context.js';export{getProjectConfigPath,getGlobalConfigPath}from'../context.js';function a232_0x4c4b(_0x3cbd15,_0x598187){_0x3cbd15=_0x3cbd15-0xbb;const _0x2554b5=a232_0x2554();let _0x4c4b61=_0x2554b5[_0x3cbd15];return _0x4c4b61;}export{isInProject}from'../context.js';export function readConfig(_0x68884){const _0x5c6917=a232_0x4c4b,_0x4083ae=readRawConfig(_0x68884);return _0x4083ae['env']&&typeof _0x4083ae[_0x5c6917(0xbc)]===_0x5c6917(0xc4)&&initEnv(_0x4083ae[_0x5c6917(0xbc)]),_0x4083ae;}function a232_0x2554(){const _0x16c333=['29268jBHilT','41939982HPbnjD','1825224updijm','3989442smquSS','895DoegBI','string','2033388wovAqO','1228756ggsHIT','env','3890358iBnzra','14rUbgNh'];a232_0x2554=function(){return _0x16c333;};return a232_0x2554();}export function getConfigAppCode(){return a232_0x40f5c7();}export function getMultiAppConfigs(_0x471473='project'){return a232_0x2c76bc(_0x471473);}export function getTemplateBaseUrl(){return a232_0x425dc5();}
1
+ const a245_0x111a65=a245_0x319f;(function(_0x1e1351,_0x2fb374){const _0xf2aeff=a245_0x319f,_0xee4f28=_0x1e1351();while(!![]){try{const _0x4f8ec6=-parseInt(_0xf2aeff(0xd1))/0x1*(parseInt(_0xf2aeff(0xd2))/0x2)+-parseInt(_0xf2aeff(0xd5))/0x3*(parseInt(_0xf2aeff(0xcd))/0x4)+-parseInt(_0xf2aeff(0xd3))/0x5+parseInt(_0xf2aeff(0xcf))/0x6+parseInt(_0xf2aeff(0xd6))/0x7+-parseInt(_0xf2aeff(0xd4))/0x8+parseInt(_0xf2aeff(0xd8))/0x9;if(_0x4f8ec6===_0x2fb374)break;else _0xee4f28['push'](_0xee4f28['shift']());}catch(_0x113c3c){_0xee4f28['push'](_0xee4f28['shift']());}}}(a245_0x6139,0xbd75e));function a245_0x319f(_0x3f2461,_0x3ff4fb){_0x3f2461=_0x3f2461-0xcd;const _0x613936=a245_0x6139();let _0x319f89=_0x613936[_0x3f2461];return _0x319f89;}import{initEnv}from'../constant/env.js';import{readRawConfig,getConfigAppCode as a245_0xb68015,getMultiAppConfigs as a245_0xb983c8,getTemplateBaseUrl as a245_0x572768}from'../context.js';export{getProjectConfigPath,getGlobalConfigPath}from'../context.js';export{isInProject}from'../context.js';export function readConfig(_0x547188){const _0x1d1d27=a245_0x319f,_0x507be7=readRawConfig(_0x547188);return _0x507be7[_0x1d1d27(0xd7)]&&typeof _0x507be7[_0x1d1d27(0xd7)]===_0x1d1d27(0xd0)&&initEnv(_0x507be7[_0x1d1d27(0xd7)]),_0x507be7;}export function getConfigAppCode(){return a245_0xb68015();}export function getMultiAppConfigs(_0x383723=a245_0x111a65(0xce)){return a245_0xb983c8(_0x383723);}export function getTemplateBaseUrl(){return a245_0x572768();}function a245_0x6139(){const _0x29e6b9=['project','7672806JXrwEU','string','1hSMObr','779392CnrhgW','4578500UjTWlo','4456edUxWk','3GRPafl','6722212ayPRuC','env','8077383WSYYHw','4218484RbaiGQ'];a245_0x6139=function(){return _0x29e6b9;};return a245_0x6139();}
@@ -1 +1 @@
1
- (function(_0x4dd38c,_0x4cd9d5){const _0x208d3d=a233_0xcac8,_0x3dcd6a=_0x4dd38c();while(!![]){try{const _0x36b1e4=parseInt(_0x208d3d(0xe1))/0x1*(parseInt(_0x208d3d(0xd6))/0x2)+parseInt(_0x208d3d(0xd4))/0x3*(-parseInt(_0x208d3d(0xde))/0x4)+parseInt(_0x208d3d(0xe2))/0x5+parseInt(_0x208d3d(0xdd))/0x6+-parseInt(_0x208d3d(0xdb))/0x7*(parseInt(_0x208d3d(0xdc))/0x8)+parseInt(_0x208d3d(0xe0))/0x9*(parseInt(_0x208d3d(0xd8))/0xa)+parseInt(_0x208d3d(0xd2))/0xb*(-parseInt(_0x208d3d(0xe3))/0xc);if(_0x36b1e4===_0x4cd9d5)break;else _0x3dcd6a['push'](_0x3dcd6a['shift']());}catch(_0x1a7091){_0x3dcd6a['push'](_0x3dcd6a['shift']());}}}(a233_0x1c67,0x2a05a));function a233_0xcac8(_0x33dfa7,_0x1a1d9e){_0x33dfa7=_0x33dfa7-0xd2;const _0x1c670b=a233_0x1c67();let _0xcac87f=_0x1c670b[_0x33dfa7];return _0xcac87f;}import a233_0x480e7c from'node:path';function a233_0x1c67(){const _0x2aec57=['6ZbxLPE','error','38LCOiQy','copyFileSync','250cTgxve','name','复制目录时出错:','42yOUngE','362888fPbXvn','1064904VJzWpp','137140YetWii','isDirectory','86391DsvEPw','8332vTebvh','1041500aRWnDE','12iBkOMG','readdirSync','2983299ZWZAni','join'];a233_0x1c67=function(){return _0x2aec57;};return a233_0x1c67();}import a233_0x22b696 from'node:fs';export async function copyDirectory(_0x5ed122,_0x3aa70f){const _0x37721b=a233_0xcac8;try{const _0x23e32a=a233_0x22b696[_0x37721b(0xe4)](_0x5ed122,{'withFileTypes':!![]});a233_0x22b696['mkdirSync'](_0x3aa70f,{'recursive':!![]});for(const _0x148cd1 of _0x23e32a){const _0x20e4ec=a233_0x480e7c[_0x37721b(0xd3)](_0x5ed122,_0x148cd1[_0x37721b(0xd9)]),_0x5c9314=a233_0x480e7c['join'](_0x3aa70f,_0x148cd1[_0x37721b(0xd9)]);_0x148cd1[_0x37721b(0xdf)]()?await copyDirectory(_0x20e4ec,_0x5c9314):a233_0x22b696[_0x37721b(0xd7)](_0x20e4ec,_0x5c9314);}}catch(_0x13aace){console[_0x37721b(0xd5)](_0x37721b(0xda),_0x13aace);}}
1
+ (function(_0x358059,_0x130ff5){const _0x3cd121=a246_0x580c,_0x132f6c=_0x358059();while(!![]){try{const _0x3ec7d7=parseInt(_0x3cd121(0x162))/0x1+parseInt(_0x3cd121(0x169))/0x2*(parseInt(_0x3cd121(0x167))/0x3)+parseInt(_0x3cd121(0x164))/0x4*(-parseInt(_0x3cd121(0x16f))/0x5)+parseInt(_0x3cd121(0x168))/0x6*(parseInt(_0x3cd121(0x16b))/0x7)+parseInt(_0x3cd121(0x170))/0x8*(parseInt(_0x3cd121(0x16d))/0x9)+-parseInt(_0x3cd121(0x171))/0xa*(-parseInt(_0x3cd121(0x166))/0xb)+-parseInt(_0x3cd121(0x16a))/0xc*(-parseInt(_0x3cd121(0x161))/0xd);if(_0x3ec7d7===_0x130ff5)break;else _0x132f6c['push'](_0x132f6c['shift']());}catch(_0x342d98){_0x132f6c['push'](_0x132f6c['shift']());}}}(a246_0x3bad,0xab465));import a246_0x33d70b from'node:path';import a246_0x2f0945 from'node:fs';function a246_0x580c(_0x331aa8,_0x2a2e19){_0x331aa8=_0x331aa8-0x15f;const _0x3bad8e=a246_0x3bad();let _0x580c63=_0x3bad8e[_0x331aa8];return _0x580c63;}function a246_0x3bad(){const _0x3c777c=['readdirSync','5493676kJBEbu','isDirectory','1048190VVHvxS','105981ArpXHk','3892410zDArVm','34oXnNDY','2007204lxSOlr','7SYnSDx','error','9387LUGDvk','name','5xDnMgX','56PAKJKQ','50NtQGJv','join','copyFileSync','13RKPXzW','174648oXseFq'];a246_0x3bad=function(){return _0x3c777c;};return a246_0x3bad();}export async function copyDirectory(_0x4c4655,_0x529961){const _0x4f14b3=a246_0x580c;try{const _0x3868f7=a246_0x2f0945[_0x4f14b3(0x163)](_0x4c4655,{'withFileTypes':!![]});a246_0x2f0945['mkdirSync'](_0x529961,{'recursive':!![]});for(const _0x37df58 of _0x3868f7){const _0x23417d=a246_0x33d70b[_0x4f14b3(0x15f)](_0x4c4655,_0x37df58['name']),_0x3cbb05=a246_0x33d70b[_0x4f14b3(0x15f)](_0x529961,_0x37df58[_0x4f14b3(0x16e)]);_0x37df58[_0x4f14b3(0x165)]()?await copyDirectory(_0x23417d,_0x3cbb05):a246_0x2f0945[_0x4f14b3(0x160)](_0x23417d,_0x3cbb05);}}catch(_0x2a9f49){console[_0x4f14b3(0x16c)]('复制目录时出错:',_0x2a9f49);}}
@@ -1 +1 @@
1
- function a234_0x3f44(_0x43108a,_0x15f53b){_0x43108a=_0x43108a-0x116;const _0x5c2288=a234_0x5c22();let _0x3f44d7=_0x5c2288[_0x43108a];return _0x3f44d7;}(function(_0x29179e,_0x587bbc){const _0x2e0da2=a234_0x3f44,_0x15de50=_0x29179e();while(!![]){try{const _0x10ab52=-parseInt(_0x2e0da2(0x11c))/0x1*(parseInt(_0x2e0da2(0x120))/0x2)+-parseInt(_0x2e0da2(0x11a))/0x3*(-parseInt(_0x2e0da2(0x11b))/0x4)+parseInt(_0x2e0da2(0x123))/0x5+-parseInt(_0x2e0da2(0x119))/0x6*(parseInt(_0x2e0da2(0x116))/0x7)+-parseInt(_0x2e0da2(0x122))/0x8+parseInt(_0x2e0da2(0x118))/0x9*(parseInt(_0x2e0da2(0x121))/0xa)+-parseInt(_0x2e0da2(0x11f))/0xb*(parseInt(_0x2e0da2(0x117))/0xc);if(_0x10ab52===_0x587bbc)break;else _0x15de50['push'](_0x15de50['shift']());}catch(_0x338748){_0x15de50['push'](_0x15de50['shift']());}}}(a234_0x5c22,0x9d2bb));function toFiniteNumber(_0x5a7b4a){const _0x193ed1=a234_0x3f44;if(typeof _0x5a7b4a===_0x193ed1(0x11e)&&Number[_0x193ed1(0x11d)](_0x5a7b4a))return _0x5a7b4a;if(typeof _0x5a7b4a==='string'){const _0x15d08e=_0x5a7b4a['trim']();if(!_0x15d08e)return undefined;const _0x3b0821=Number(_0x15d08e);if(Number[_0x193ed1(0x11d)](_0x3b0821))return _0x3b0821;}return undefined;}function a234_0x5c22(){const _0x33159d=['1674LJJrDt','20tUUgXV','7481280PMSaah','3934655LrOqGY','94619UUkNtx','629712CClkKm','4706037VZDOab','96Aztwog','282nnkavf','46564gCPPDa','976ihiORJ','isFinite','number','66KrozHD'];a234_0x5c22=function(){return _0x33159d;};return a234_0x5c22();}export function normalizeEntityWithIdResponse(_0x536ed5){const _0x5a2fe3=toFiniteNumber(_0x536ed5);if(_0x5a2fe3!==undefined)return{'id':_0x5a2fe3,'entity':{'id':_0x5a2fe3}};if(!_0x536ed5||typeof _0x536ed5!=='object')return{'id':undefined,'entity':{}};const _0xfc8923={..._0x536ed5},_0x5009a7=toFiniteNumber(_0xfc8923['id']);return _0x5009a7!==undefined&&(_0xfc8923['id']=_0x5009a7),{'id':_0x5009a7,'entity':_0xfc8923};}
1
+ function a247_0x487e(){const _0x207fe0=['312qWfxhs','4ggOApK','object','9608610bQxDSC','274902DuMWPP','isFinite','1697562Cqyqlo','72LAYXfP','6YJriJf','1948683azEmRK','trim','4692295LZrFGG','string','115136urUNsG','number','1nmijBh','4095309npKgEF'];a247_0x487e=function(){return _0x207fe0;};return a247_0x487e();}(function(_0x7b7df8,_0x5ac601){const _0x4f6d8b=a247_0x3a91,_0x137f07=_0x7b7df8();while(!![]){try{const _0x4e378c=parseInt(_0x4f6d8b(0x1a9))/0x1*(parseInt(_0x4f6d8b(0x1af))/0x2)+parseInt(_0x4f6d8b(0x1aa))/0x3*(-parseInt(_0x4f6d8b(0x1ac))/0x4)+parseInt(_0x4f6d8b(0x1a5))/0x5*(-parseInt(_0x4f6d8b(0x1b3))/0x6)+-parseInt(_0x4f6d8b(0x1a7))/0x7*(-parseInt(_0x4f6d8b(0x1ab))/0x8)+parseInt(_0x4f6d8b(0x1b1))/0x9+parseInt(_0x4f6d8b(0x1ae))/0xa+-parseInt(_0x4f6d8b(0x1b4))/0xb*(-parseInt(_0x4f6d8b(0x1b2))/0xc);if(_0x4e378c===_0x5ac601)break;else _0x137f07['push'](_0x137f07['shift']());}catch(_0x12c577){_0x137f07['push'](_0x137f07['shift']());}}}(a247_0x487e,0xa7e8e));function toFiniteNumber(_0xcdeff6){const _0x16fd3c=a247_0x3a91;if(typeof _0xcdeff6===_0x16fd3c(0x1a8)&&Number[_0x16fd3c(0x1b0)](_0xcdeff6))return _0xcdeff6;if(typeof _0xcdeff6===_0x16fd3c(0x1a6)){const _0x4cf6ef=_0xcdeff6[_0x16fd3c(0x1a4)]();if(!_0x4cf6ef)return undefined;const _0x3d20a3=Number(_0x4cf6ef);if(Number[_0x16fd3c(0x1b0)](_0x3d20a3))return _0x3d20a3;}return undefined;}function a247_0x3a91(_0x5870ed,_0x1d0e2b){_0x5870ed=_0x5870ed-0x1a4;const _0x487e7b=a247_0x487e();let _0x3a9199=_0x487e7b[_0x5870ed];return _0x3a9199;}export function normalizeEntityWithIdResponse(_0x34aaa1){const _0x24fdad=a247_0x3a91,_0x321abf=toFiniteNumber(_0x34aaa1);if(_0x321abf!==undefined)return{'id':_0x321abf,'entity':{'id':_0x321abf}};if(!_0x34aaa1||typeof _0x34aaa1!==_0x24fdad(0x1ad))return{'id':undefined,'entity':{}};const _0xa407aa={..._0x34aaa1},_0x57e150=toFiniteNumber(_0xa407aa['id']);return _0x57e150!==undefined&&(_0xa407aa['id']=_0x57e150),{'id':_0x57e150,'entity':_0xa407aa};}
@@ -1 +1 @@
1
- (function(_0x9e6162,_0x2de2db){const _0x52abb7=a235_0xcef4,_0x1c9ed8=_0x9e6162();while(!![]){try{const _0x2e8c82=-parseInt(_0x52abb7(0xf0))/0x1+-parseInt(_0x52abb7(0xf1))/0x2+parseInt(_0x52abb7(0xf7))/0x3+parseInt(_0x52abb7(0xf3))/0x4+-parseInt(_0x52abb7(0xf6))/0x5*(parseInt(_0x52abb7(0xef))/0x6)+-parseInt(_0x52abb7(0xf2))/0x7*(-parseInt(_0x52abb7(0xf4))/0x8)+parseInt(_0x52abb7(0xf5))/0x9;if(_0x2e8c82===_0x2de2db)break;else _0x1c9ed8['push'](_0x1c9ed8['shift']());}catch(_0x56c293){_0x1c9ed8['push'](_0x1c9ed8['shift']());}}}(a235_0x3e3c,0xd500d));function a235_0x3e3c(){const _0x36895d=['11893rPbUyl','6732792BURRTo','3224ilXBmp','12490470WKXEfr','733870IPYDho','1109220aZTxwU','isDirectory','6hQaqxL','1445215LHEoVA','3322030ZQCbJR'];a235_0x3e3c=function(){return _0x36895d;};return a235_0x3e3c();}import{existsSync,mkdirSync,copyFileSync,readdirSync,statSync}from'node:fs';import{join}from'node:path';export async function copyDir(_0x57cb37,_0x4a0865){const _0x46acd2=a235_0xcef4,_0x8b7928=statSync(_0x57cb37);if(_0x8b7928[_0x46acd2(0xf8)]()){!existsSync(_0x4a0865)&&mkdirSync(_0x4a0865,{'recursive':!![]});const _0x37df04=readdirSync(_0x57cb37);for(const _0x28ce19 of _0x37df04){await copyDir(join(_0x57cb37,_0x28ce19),join(_0x4a0865,_0x28ce19));}}else copyFileSync(_0x57cb37,_0x4a0865);}export function ensureDir(_0x2634be){!existsSync(_0x2634be)&&mkdirSync(_0x2634be,{'recursive':!![]});}function a235_0xcef4(_0x47a494,_0x5d4e37){_0x47a494=_0x47a494-0xef;const _0x3e3c87=a235_0x3e3c();let _0xcef4c1=_0x3e3c87[_0x47a494];return _0xcef4c1;}export function pathExists(_0x26973e){return existsSync(_0x26973e);}
1
+ (function(_0x460e1f,_0x3a9e0b){const _0x5359d0=a248_0x2bb7,_0x61011d=_0x460e1f();while(!![]){try{const _0x39a8b8=parseInt(_0x5359d0(0x18c))/0x1*(-parseInt(_0x5359d0(0x18d))/0x2)+parseInt(_0x5359d0(0x191))/0x3*(parseInt(_0x5359d0(0x18f))/0x4)+-parseInt(_0x5359d0(0x195))/0x5+parseInt(_0x5359d0(0x18e))/0x6+-parseInt(_0x5359d0(0x190))/0x7*(parseInt(_0x5359d0(0x193))/0x8)+-parseInt(_0x5359d0(0x196))/0x9+parseInt(_0x5359d0(0x192))/0xa;if(_0x39a8b8===_0x3a9e0b)break;else _0x61011d['push'](_0x61011d['shift']());}catch(_0x2ae87e){_0x61011d['push'](_0x61011d['shift']());}}}(a248_0x1fcf,0xd8a11));import{existsSync,mkdirSync,copyFileSync,readdirSync,statSync}from'node:fs';function a248_0x1fcf(){const _0x3a2cd3=['isDirectory','8042200IaqwxJ','9792009CcDhbU','2RhcUmu','957230NFfRTa','9815220dAjbmL','472lAyzRg','11557UJeKvc','27054BsxncY','32740580flSLOH','6944nGyrWZ'];a248_0x1fcf=function(){return _0x3a2cd3;};return a248_0x1fcf();}import{join}from'node:path';function a248_0x2bb7(_0x3dc581,_0x36ce74){_0x3dc581=_0x3dc581-0x18c;const _0x1fcf88=a248_0x1fcf();let _0x2bb7d9=_0x1fcf88[_0x3dc581];return _0x2bb7d9;}export async function copyDir(_0x3bd723,_0x537f35){const _0x22a230=a248_0x2bb7,_0x1d0677=statSync(_0x3bd723);if(_0x1d0677[_0x22a230(0x194)]()){!existsSync(_0x537f35)&&mkdirSync(_0x537f35,{'recursive':!![]});const _0x435a4d=readdirSync(_0x3bd723);for(const _0x5b6105 of _0x435a4d){await copyDir(join(_0x3bd723,_0x5b6105),join(_0x537f35,_0x5b6105));}}else copyFileSync(_0x3bd723,_0x537f35);}export function ensureDir(_0x4079f9){!existsSync(_0x4079f9)&&mkdirSync(_0x4079f9,{'recursive':!![]});}export function pathExists(_0x13cbae){return existsSync(_0x13cbae);}
@@ -1 +1 @@
1
- const a236_0x3160ed=a236_0x4d14;(function(_0x5a450d,_0x3cb11a){const _0x42c3e1=a236_0x4d14,_0x53fc35=_0x5a450d();while(!![]){try{const _0x49f91c=-parseInt(_0x42c3e1(0x1de))/0x1+-parseInt(_0x42c3e1(0x1f1))/0x2+-parseInt(_0x42c3e1(0x1e9))/0x3+-parseInt(_0x42c3e1(0x1e0))/0x4*(parseInt(_0x42c3e1(0x1eb))/0x5)+parseInt(_0x42c3e1(0x1ef))/0x6*(-parseInt(_0x42c3e1(0x1db))/0x7)+-parseInt(_0x42c3e1(0x1e5))/0x8+parseInt(_0x42c3e1(0x1dc))/0x9;if(_0x49f91c===_0x3cb11a)break;else _0x53fc35['push'](_0x53fc35['shift']());}catch(_0x4c868a){_0x53fc35['push'](_0x53fc35['shift']());}}}(a236_0x5868,0xc7098));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 _0x189c50=a236_0x4d14,_0x1746db=getTemplateBaseUrl();return _0x1746db+_0x189c50(0x1d7);}const CACHE_DIR=join(homedir(),a236_0x3160ed(0x1e1),a236_0x3160ed(0x1ed));export async function fetchGuidesFromCDN(){const _0x1af41b=a236_0x3160ed,_0x4267fb=getGuidesCdnUrl(),_0x524c87=await fetch(_0x4267fb,{'headers':{'Accept':_0x1af41b(0x1d6)}});if(!_0x524c87['ok'])throw new Error(_0x1af41b(0x1ee)+_0x524c87['status']+'\x20'+_0x524c87['statusText']);const _0x44844d=await _0x524c87[_0x1af41b(0x1ea)]();if(!_0x44844d[_0x1af41b(0x1e7)]||typeof _0x44844d[_0x1af41b(0x1e7)]!=='object')throw new Error('CDN\x20返回数据格式错误');return _0x44844d;}export function writeGuidesToProject(_0x338eb8,_0x310520,_0x48a41d=a236_0x3160ed(0x1d8),_0x18360b){const _0x39e93a=a236_0x3160ed,_0x3f45a6=join(_0x310520,_0x48a41d);mkdirSync(_0x3f45a6,{'recursive':!![]});for(const [_0x5161c3,_0x8e4264]of Object[_0x39e93a(0x1d9)](_0x338eb8[_0x39e93a(0x1e7)])){let _0x58dc55=_0x8e4264[_0x39e93a(0x1dd)];_0x8e4264[_0x39e93a(0x1da)]&&(_0x58dc55=appendUpdateTime(_0x58dc55,_0x8e4264['lastUpdated'])),writeFileSync(join(_0x3f45a6,_0x5161c3+_0x39e93a(0x1ec)),_0x58dc55,'utf-8');}}export function appendUpdateTime(_0x56c6b3,_0x39fa6e){const _0x2e5ac2=a236_0x3160ed;return _0x56c6b3=_0x56c6b3[_0x2e5ac2(0x1e6)](/\n*>更新时间:.*$/m,''),_0x56c6b3['trimEnd']()+('\x0a\x0a>更新时间:'+_0x39fa6e);}function a236_0x4d14(_0x504aee,_0x267c56){_0x504aee=_0x504aee-0x1d6;const _0x586856=a236_0x5868();let _0x4d1433=_0x586856[_0x504aee];return _0x4d1433;}export function getSkillTemplate(_0x5cebea){const _0x42713d=a236_0x3160ed;return _0x5cebea[_0x42713d(0x1e4)]?.[_0x42713d(0x1dd)]||'';}export function appendExtendContents(_0x4a4a0d,_0x373fa5,_0x5cc0db){const _0x155cd3=a236_0x3160ed,_0x249568=[];for(const [,_0x2ea9ef]of Object['entries'](_0x373fa5[_0x155cd3(0x1e7)])){_0x2ea9ef['extendContent']&&_0x249568['push'](_0x2ea9ef[_0x155cd3(0x1e2)]['trimEnd']());}if(_0x249568[_0x155cd3(0x1e8)]===0x0)return _0x4a4a0d;return _0x4a4a0d['trimEnd']()+'\x0a\x0a'+_0x249568[_0x155cd3(0x1df)]('\x0a\x0a')+'\x0a';}export function writeSkillFile(_0x190445,_0x31ed20,_0x516a97){const _0x4632d5=a236_0x3160ed,_0x31bb19=getSkillTemplate(_0x190445);if(!_0x31bb19)throw new Error(_0x4632d5(0x1e3));const _0x3f6fe1=dirname(_0x31ed20);mkdirSync(_0x3f6fe1,{'recursive':!![]});let _0x54bcf5=_0x31bb19[_0x4632d5(0x1e6)](/\{\{IDE_NAME\}\}/g,_0x516a97);_0x54bcf5=appendExtendContents(_0x54bcf5,_0x190445),_0x190445[_0x4632d5(0x1e4)][_0x4632d5(0x1da)]&&(_0x54bcf5=appendUpdateTime(_0x54bcf5,_0x190445[_0x4632d5(0x1e4)][_0x4632d5(0x1da)])),writeFileSync(_0x31ed20,_0x54bcf5,'utf-8');}export async function installGuides(_0x49c13e){const _0x1c3bce=a236_0x3160ed,_0x434518=await fetchGuidesFromCDN();return writeGuidesToProject(_0x434518,_0x49c13e),Object['keys'](_0x434518[_0x1c3bce(0x1e7)])[_0x1c3bce(0x1e8)];}export function getGuidesSummary(_0x25e697){const _0x50737f=a236_0x3160ed;return Object['entries'](_0x25e697['guides'])['map'](([_0x3471d1,_0x1464ef])=>({'key':_0x3471d1,'title':_0x1464ef[_0x50737f(0x1f0)],'path':_0x1464ef['path']}));}function a236_0x5868(){const _0x48960c=['43925HvfooR','.md','cache','CDN\x20请求失败:\x20','14976sabWKW','title','2355990lvRHMs','application/json','/skills/guides.json','.lovrabet/skill/guides','entries','lastUpdated','735zGTtrI','45101295YnIMTT','content','817848IciuHg','join','604oDbsMp','.lovrabet','extendContent','CDN\x20数据中缺少\x20skillTemplate','skillTemplate','2761624LnWXCw','replace','guides','length','799014WFLWPb','json'];a236_0x5868=function(){return _0x48960c;};return a236_0x5868();}
1
+ function a249_0x373e(){const _0xaa6d7e=['guides','extendContent','.lovrabet','title','utf-8','push','cache','CDN\x20数据中缺少\x20skillTemplate','entries','application/json','462VWQJcg','keys','1249140AZdgri','CDN\x20请求失败:\x20','/skills/guides.json','60iWmjhf','30suPIVx','content','57701CnkfWu','\x0a\x0a>更新时间:','889371wByZLJ','lastUpdated','.md','2794gtTJWt','skillTemplate','1496408UZvolF','json','101290LdebIy','join','statusText','replace','490832QfVSjN','9VyWMKR','length','map','path','object','trimEnd'];a249_0x373e=function(){return _0xaa6d7e;};return a249_0x373e();}const a249_0x3c42f7=a249_0x3e86;(function(_0x381553,_0x1b9a89){const _0x575cdf=a249_0x3e86,_0x177c8a=_0x381553();while(!![]){try{const _0x5a2ef1=parseInt(_0x575cdf(0x10b))/0x1*(-parseInt(_0x575cdf(0xed))/0x2)+-parseInt(_0x575cdf(0x110))/0x3+parseInt(_0x575cdf(0xef))/0x4+-parseInt(_0x575cdf(0x108))/0x5+parseInt(_0x575cdf(0x10c))/0x6*(-parseInt(_0x575cdf(0x10e))/0x7)+-parseInt(_0x575cdf(0xf5))/0x8*(-parseInt(_0x575cdf(0xf6))/0x9)+parseInt(_0x575cdf(0xf1))/0xa*(parseInt(_0x575cdf(0x106))/0xb);if(_0x5a2ef1===_0x1b9a89)break;else _0x177c8a['push'](_0x177c8a['shift']());}catch(_0x1e7207){_0x177c8a['push'](_0x177c8a['shift']());}}}(a249_0x373e,0x2e472));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 _0x42d878=a249_0x3e86,_0x20ad46=getTemplateBaseUrl();return _0x20ad46+_0x42d878(0x10a);}const CACHE_DIR=join(homedir(),a249_0x3c42f7(0xfe),a249_0x3c42f7(0x102));function a249_0x3e86(_0x128362,_0x5b2953){_0x128362=_0x128362-0xec;const _0x373e7d=a249_0x373e();let _0x3e862e=_0x373e7d[_0x128362];return _0x3e862e;}export async function fetchGuidesFromCDN(){const _0x33f4bd=a249_0x3c42f7,_0x1d0921=getGuidesCdnUrl(),_0x53f90a=await fetch(_0x1d0921,{'headers':{'Accept':_0x33f4bd(0x105)}});if(!_0x53f90a['ok'])throw new Error(_0x33f4bd(0x109)+_0x53f90a['status']+'\x20'+_0x53f90a[_0x33f4bd(0xf3)]);const _0x2d1d5b=await _0x53f90a[_0x33f4bd(0xf0)]();if(!_0x2d1d5b[_0x33f4bd(0xfc)]||typeof _0x2d1d5b[_0x33f4bd(0xfc)]!==_0x33f4bd(0xfa))throw new Error('CDN\x20返回数据格式错误');return _0x2d1d5b;}export function writeGuidesToProject(_0x33cf2e,_0x5ae1e2,_0x335500='.lovrabet/skill/guides',_0xff1442){const _0x4ad8d7=a249_0x3c42f7,_0x17efc4=join(_0x5ae1e2,_0x335500);mkdirSync(_0x17efc4,{'recursive':!![]});for(const [_0x5c31fd,_0x17b87a]of Object[_0x4ad8d7(0x104)](_0x33cf2e[_0x4ad8d7(0xfc)])){let _0x3007e2=_0x17b87a[_0x4ad8d7(0x10d)];_0x17b87a['lastUpdated']&&(_0x3007e2=appendUpdateTime(_0x3007e2,_0x17b87a['lastUpdated'])),writeFileSync(join(_0x17efc4,_0x5c31fd+_0x4ad8d7(0xec)),_0x3007e2,'utf-8');}}export function appendUpdateTime(_0x3e5ec4,_0x91b15c){const _0x144beb=a249_0x3c42f7;return _0x3e5ec4=_0x3e5ec4[_0x144beb(0xf4)](/\n*>更新时间:.*$/m,''),_0x3e5ec4[_0x144beb(0xfb)]()+(_0x144beb(0x10f)+_0x91b15c);}export function getSkillTemplate(_0x3b0229){const _0x73d136=a249_0x3c42f7;return _0x3b0229[_0x73d136(0xee)]?.[_0x73d136(0x10d)]||'';}export function appendExtendContents(_0x5efc7d,_0x538628,_0x151d87){const _0x2d899b=a249_0x3c42f7,_0x3c12aa=[];for(const [,_0x29e810]of Object[_0x2d899b(0x104)](_0x538628[_0x2d899b(0xfc)])){_0x29e810[_0x2d899b(0xfd)]&&_0x3c12aa[_0x2d899b(0x101)](_0x29e810['extendContent'][_0x2d899b(0xfb)]());}if(_0x3c12aa['length']===0x0)return _0x5efc7d;return _0x5efc7d[_0x2d899b(0xfb)]()+'\x0a\x0a'+_0x3c12aa[_0x2d899b(0xf2)]('\x0a\x0a')+'\x0a';}export function writeSkillFile(_0x243da1,_0x199335,_0x2227cc){const _0x508fc8=a249_0x3c42f7,_0x2f6ae8=getSkillTemplate(_0x243da1);if(!_0x2f6ae8)throw new Error(_0x508fc8(0x103));const _0x254a4a=dirname(_0x199335);mkdirSync(_0x254a4a,{'recursive':!![]});let _0x41c80d=_0x2f6ae8[_0x508fc8(0xf4)](/\{\{IDE_NAME\}\}/g,_0x2227cc);_0x41c80d=appendExtendContents(_0x41c80d,_0x243da1),_0x243da1['skillTemplate'][_0x508fc8(0x111)]&&(_0x41c80d=appendUpdateTime(_0x41c80d,_0x243da1[_0x508fc8(0xee)]['lastUpdated'])),writeFileSync(_0x199335,_0x41c80d,_0x508fc8(0x100));}export async function installGuides(_0xae6ac2){const _0x359f94=a249_0x3c42f7,_0x15d945=await fetchGuidesFromCDN();return writeGuidesToProject(_0x15d945,_0xae6ac2),Object[_0x359f94(0x107)](_0x15d945[_0x359f94(0xfc)])[_0x359f94(0xf7)];}export function getGuidesSummary(_0x5d4f61){const _0x7c7ab4=a249_0x3c42f7;return Object[_0x7c7ab4(0x104)](_0x5d4f61[_0x7c7ab4(0xfc)])[_0x7c7ab4(0xf8)](([_0x52aa5d,_0x31d9f0])=>({'key':_0x52aa5d,'title':_0x31d9f0[_0x7c7ab4(0xff)],'path':_0x31d9f0[_0x7c7ab4(0xf9)]}));}
@@ -1 +1 @@
1
- (function(_0x20d10d,_0x1acf5e){const _0x4e2c78=a237_0x4165,_0x26a027=_0x20d10d();while(!![]){try{const _0x14b5fc=parseInt(_0x4e2c78(0xdb))/0x1+-parseInt(_0x4e2c78(0xd5))/0x2+parseInt(_0x4e2c78(0xe5))/0x3+parseInt(_0x4e2c78(0xca))/0x4*(parseInt(_0x4e2c78(0xd2))/0x5)+-parseInt(_0x4e2c78(0xde))/0x6*(-parseInt(_0x4e2c78(0xce))/0x7)+parseInt(_0x4e2c78(0xda))/0x8*(-parseInt(_0x4e2c78(0xd8))/0x9)+-parseInt(_0x4e2c78(0xe0))/0xa;if(_0x14b5fc===_0x1acf5e)break;else _0x26a027['push'](_0x26a027['shift']());}catch(_0x5b97b5){_0x26a027['push'](_0x26a027['shift']());}}}(a237_0x56c4,0x349ce));export async function httpRequest(_0x308e73,_0x195b12={}){const _0x52f31e=a237_0x4165,{timeout:timeout=0x7530,retries:retries=0x3,retryDelay:retryDelay=0x3e8,headers:headers={}}=_0x195b12;let _0x46ff9e=null;for(let _0x46f417=0x0;_0x46f417<=retries;_0x46f417++){try{const _0x1d446d=new AbortController(),_0x4fae75=setTimeout(()=>_0x1d446d['abort'](),timeout),_0x1cff83=await fetch(_0x308e73,{'headers':headers,'signal':_0x1d446d[_0x52f31e(0xd7)]});clearTimeout(_0x4fae75);let _0x17df8c;const _0x34b403=_0x1cff83[_0x52f31e(0xd1)]['get'](_0x52f31e(0xdc));return _0x34b403?.[_0x52f31e(0xcf)](_0x52f31e(0xe1))?_0x17df8c=await _0x1cff83[_0x52f31e(0xcb)]():_0x17df8c=await _0x1cff83[_0x52f31e(0xcd)](),{'ok':_0x1cff83['ok'],'status':_0x1cff83['status'],'statusText':_0x1cff83[_0x52f31e(0xd0)],'data':_0x17df8c,'headers':_0x1cff83[_0x52f31e(0xd1)],'url':_0x1cff83[_0x52f31e(0xd6)],'text':()=>_0x1cff83['text']()};}catch(_0xdb6a37){_0x46ff9e=_0xdb6a37 instanceof Error?_0xdb6a37:new Error(String(_0xdb6a37));if(_0x46f417===retries)break;if(shouldRetry(_0xdb6a37)){console[_0x52f31e(0xd4)](_0x52f31e(0xe3)+retryDelay+'ms\x20后进行第\x20'+(_0x46f417+0x1)+'\x20次重试...'),await sleep(retryDelay);continue;}else break;}}throw _0x46ff9e||new Error(_0x52f31e(0xcc));}function a237_0x56c4(){const _0x3d7456=['text','6580hDHKDY','includes','statusText','headers','5fADhDL','ENOTFOUND','log','632038RKieFW','url','signal','331956GAFcKQ','message','16PuBEzt','158182bLXzgw','content-type','name','2622BYMKjz','fetch','5668630tlcYiZ','application/json','TypeError','*\x20请求失败,','AbortError','943953knschD','1154156HYGute','json','Request\x20failed'];a237_0x56c4=function(){return _0x3d7456;};return a237_0x56c4();}function shouldRetry(_0x3bc2d2){const _0x12ef36=a237_0x4165;if(_0x3bc2d2 instanceof Error){if(_0x3bc2d2[_0x12ef36(0xdd)]===_0x12ef36(0xe4))return![];if(_0x3bc2d2[_0x12ef36(0xdd)]===_0x12ef36(0xe2)&&_0x3bc2d2[_0x12ef36(0xd9)][_0x12ef36(0xcf)](_0x12ef36(0xdf)))return!![];if(_0x3bc2d2[_0x12ef36(0xd9)][_0x12ef36(0xcf)]('ECONNRESET'))return!![];if(_0x3bc2d2[_0x12ef36(0xd9)][_0x12ef36(0xcf)](_0x12ef36(0xd3)))return![];}return![];}function a237_0x4165(_0x283781,_0x2401f8){_0x283781=_0x283781-0xca;const _0x56c49a=a237_0x56c4();let _0x4165dc=_0x56c49a[_0x283781];return _0x4165dc;}function sleep(_0x3c228f){return new Promise(_0x1bb65=>setTimeout(_0x1bb65,_0x3c228f));}export function validateUrl(_0x2b9935){try{return new URL(_0x2b9935),!![];}catch{return![];}}
1
+ function a250_0x43f4(){const _0x3476b9=['message','1060190gjUxGu','content-type','9107XElDhB','ms\x20后进行第\x20','10308uHMFPs','statusText','json','66QDOEAS','AbortError','signal','name','73308TkAVzv','705NdWKEM','url','abort','Request\x20failed','\x20次重试...','2929088ISWRJN','5913EGjFCg','186mDRnXD','ECONNRESET','*\x20请求失败,','ENOTFOUND','77yXSOHz','status','9eQxKbU','2977tchAHJ','headers','includes','344611jnZFHo','text'];a250_0x43f4=function(){return _0x3476b9;};return a250_0x43f4();}(function(_0x2400c8,_0x24419a){const _0x1c093c=a250_0x566b,_0xbed920=_0x2400c8();while(!![]){try{const _0x24a2ff=-parseInt(_0x1c093c(0x77))/0x1+parseInt(_0x1c093c(0x81))/0x2*(parseInt(_0x1c093c(0x8c))/0x3)+-parseInt(_0x1c093c(0x7e))/0x4*(-parseInt(_0x1c093c(0x86))/0x5)+parseInt(_0x1c093c(0x6d))/0x6*(parseInt(_0x1c093c(0x7c))/0x7)+-parseInt(_0x1c093c(0x8b))/0x8*(parseInt(_0x1c093c(0x73))/0x9)+-parseInt(_0x1c093c(0x7a))/0xa*(parseInt(_0x1c093c(0x71))/0xb)+parseInt(_0x1c093c(0x85))/0xc*(parseInt(_0x1c093c(0x74))/0xd);if(_0x24a2ff===_0x24419a)break;else _0xbed920['push'](_0xbed920['shift']());}catch(_0x43777c){_0xbed920['push'](_0xbed920['shift']());}}}(a250_0x43f4,0x6545c));export async function httpRequest(_0x4324ab,_0x2daa85={}){const _0x22c06b=a250_0x566b,{timeout:timeout=0x7530,retries:retries=0x3,retryDelay:retryDelay=0x3e8,headers:headers={}}=_0x2daa85;let _0x4968f1=null;for(let _0x59f42b=0x0;_0x59f42b<=retries;_0x59f42b++){try{const _0xc87c86=new AbortController(),_0x3cc749=setTimeout(()=>_0xc87c86[_0x22c06b(0x88)](),timeout),_0x3d1b71=await fetch(_0x4324ab,{'headers':headers,'signal':_0xc87c86[_0x22c06b(0x83)]});clearTimeout(_0x3cc749);let _0x1b7511;const _0xf8600c=_0x3d1b71[_0x22c06b(0x75)]['get'](_0x22c06b(0x7b));return _0xf8600c?.['includes']('application/json')?_0x1b7511=await _0x3d1b71[_0x22c06b(0x80)]():_0x1b7511=await _0x3d1b71[_0x22c06b(0x78)](),{'ok':_0x3d1b71['ok'],'status':_0x3d1b71[_0x22c06b(0x72)],'statusText':_0x3d1b71[_0x22c06b(0x7f)],'data':_0x1b7511,'headers':_0x3d1b71[_0x22c06b(0x75)],'url':_0x3d1b71[_0x22c06b(0x87)],'text':()=>_0x3d1b71['text']()};}catch(_0x389d66){_0x4968f1=_0x389d66 instanceof Error?_0x389d66:new Error(String(_0x389d66));if(_0x59f42b===retries)break;if(shouldRetry(_0x389d66)){console['log'](_0x22c06b(0x6f)+retryDelay+_0x22c06b(0x7d)+(_0x59f42b+0x1)+_0x22c06b(0x8a)),await sleep(retryDelay);continue;}else break;}}throw _0x4968f1||new Error(_0x22c06b(0x89));}function shouldRetry(_0x4223b5){const _0x18058d=a250_0x566b;if(_0x4223b5 instanceof Error){if(_0x4223b5[_0x18058d(0x84)]===_0x18058d(0x82))return![];if(_0x4223b5['name']==='TypeError'&&_0x4223b5[_0x18058d(0x79)][_0x18058d(0x76)]('fetch'))return!![];if(_0x4223b5[_0x18058d(0x79)][_0x18058d(0x76)](_0x18058d(0x6e)))return!![];if(_0x4223b5[_0x18058d(0x79)][_0x18058d(0x76)](_0x18058d(0x70)))return![];}return![];}function sleep(_0x1f78c8){return new Promise(_0x3245eb=>setTimeout(_0x3245eb,_0x1f78c8));}function a250_0x566b(_0x2e1794,_0x3876cb){_0x2e1794=_0x2e1794-0x6d;const _0x43f49d=a250_0x43f4();let _0x566b6f=_0x43f49d[_0x2e1794];return _0x566b6f;}export function validateUrl(_0x524be7){try{return new URL(_0x524be7),!![];}catch{return![];}}
@@ -1 +1 @@
1
- function a238_0x4d45(){const _0x299647=['3272899YIwKzU','3XqRbfQ','true','isTTY','11599600ArgFgJ','1538140BqLXwm','3491739WRvoyH','isRaw','4TkCiSN','stdout','stdin','5697zwoMiR','18693675LpVUbW','nonInteractive','6vqHhvd','1003038zkXgbm','5896BdBKwF','setRawMode'];a238_0x4d45=function(){return _0x299647;};return a238_0x4d45();}(function(_0x1d4124,_0x46df09){const _0x423fa0=a238_0x3100,_0x11fcd0=_0x1d4124();while(!![]){try{const _0x56306c=-parseInt(_0x423fa0(0x1d3))/0x1*(parseInt(_0x423fa0(0x1cf))/0x2)+-parseInt(_0x423fa0(0x1d8))/0x3*(parseInt(_0x423fa0(0x1da))/0x4)+-parseInt(_0x423fa0(0x1d7))/0x5+-parseInt(_0x423fa0(0x1ce))/0x6*(-parseInt(_0x423fa0(0x1d2))/0x7)+-parseInt(_0x423fa0(0x1d0))/0x8*(-parseInt(_0x423fa0(0x1cb))/0x9)+parseInt(_0x423fa0(0x1d6))/0xa+parseInt(_0x423fa0(0x1cc))/0xb;if(_0x56306c===_0x46df09)break;else _0x11fcd0['push'](_0x11fcd0['shift']());}catch(_0x4c68ef){_0x11fcd0['push'](_0x11fcd0['shift']());}}}(a238_0x4d45,0xc78d5));function env(_0x5e2050){return process.env[`RABETBASE_${_0x5e2050}`]||process.env[`LOVRABET_${_0x5e2050}`]||undefined;}function a238_0x3100(_0x4920f3,_0x16c76d){_0x4920f3=_0x4920f3-0x1c9;const _0x4d45d0=a238_0x4d45();let _0x310040=_0x4d45d0[_0x4920f3];return _0x310040;}export function isNonInteractive(_0x1a49a6){const _0x859a1f=a238_0x3100;return!!(_0x1a49a6[_0x859a1f(0x1cd)]||_0x1a49a6['ci']||env('CI')===_0x859a1f(0x1d4)||process.env.CI===_0x859a1f(0x1d4)||!process[_0x859a1f(0x1c9)][_0x859a1f(0x1d5)]||!isStdinRawModeSupported());}function isStdinRawModeSupported(){const _0x1812be=a238_0x3100;if(!process[_0x1812be(0x1ca)][_0x1812be(0x1d5)])return![];try{const _0xeae40b=process[_0x1812be(0x1ca)][_0x1812be(0x1d9)];return process['stdin'][_0x1812be(0x1d1)](!![]),process[_0x1812be(0x1ca)]['setRawMode'](_0xeae40b??![]),!![];}catch{return![];}}
1
+ function a251_0x4a36(_0x308052,_0x38f140){_0x308052=_0x308052-0x1d9;const _0x5ee687=a251_0x5ee6();let _0x4a36f2=_0x5ee687[_0x308052];return _0x4a36f2;}(function(_0x4f069f,_0x3aa0d8){const _0x3a31c1=a251_0x4a36,_0x38737b=_0x4f069f();while(!![]){try{const _0x3308a8=-parseInt(_0x3a31c1(0x1e9))/0x1*(-parseInt(_0x3a31c1(0x1df))/0x2)+-parseInt(_0x3a31c1(0x1da))/0x3*(parseInt(_0x3a31c1(0x1e1))/0x4)+parseInt(_0x3a31c1(0x1ea))/0x5+-parseInt(_0x3a31c1(0x1db))/0x6*(parseInt(_0x3a31c1(0x1eb))/0x7)+parseInt(_0x3a31c1(0x1e8))/0x8*(parseInt(_0x3a31c1(0x1dd))/0x9)+parseInt(_0x3a31c1(0x1e0))/0xa*(parseInt(_0x3a31c1(0x1e5))/0xb)+parseInt(_0x3a31c1(0x1e2))/0xc;if(_0x3308a8===_0x3aa0d8)break;else _0x38737b['push'](_0x38737b['shift']());}catch(_0x2ac405){_0x38737b['push'](_0x38737b['shift']());}}}(a251_0x5ee6,0x8155e));function a251_0x5ee6(){const _0x388237=['109506SuGLpS','isRaw','1971wUmOKV','setRawMode','3092JCFpwD','204270UuLQIq','21940rRZZld','6474492GAKmzz','isTTY','true','22mHtpcL','nonInteractive','stdin','29656cmKhAG','251GkEFvH','165120QyqEZa','385FYbhXD','stdout','153QgHmlT'];a251_0x5ee6=function(){return _0x388237;};return a251_0x5ee6();}function env(_0x3c80f2){return process.env[`RABETBASE_${_0x3c80f2}`]||process.env[`LOVRABET_${_0x3c80f2}`]||undefined;}export function isNonInteractive(_0x107db5){const _0x59bca8=a251_0x4a36;return!!(_0x107db5[_0x59bca8(0x1e6)]||_0x107db5['ci']||env('CI')===_0x59bca8(0x1e4)||process.env.CI===_0x59bca8(0x1e4)||!process[_0x59bca8(0x1d9)][_0x59bca8(0x1e3)]||!isStdinRawModeSupported());}function isStdinRawModeSupported(){const _0x47761e=a251_0x4a36;if(!process[_0x47761e(0x1e7)][_0x47761e(0x1e3)])return![];try{const _0x8b99f4=process[_0x47761e(0x1e7)][_0x47761e(0x1dc)];return process[_0x47761e(0x1e7)][_0x47761e(0x1de)](!![]),process[_0x47761e(0x1e7)]['setRawMode'](_0x8b99f4??![]),!![];}catch{return![];}}