@lovrabet/rabetbase-cli 2.3.4 → 2.3.5-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (239) hide show
  1. package/lib/api/api-doc.js +1 -1
  2. package/lib/api/fetch-model-list.js +1 -1
  3. package/lib/api/generate-api-file.js +1 -1
  4. package/lib/auth/auth-server-ui.js +1 -1
  5. package/lib/auth/auth-server.js +1 -1
  6. package/lib/auth/constant.js +1 -1
  7. package/lib/auth/get-cookie.js +1 -1
  8. package/lib/auth/get-session-user.js +1 -1
  9. package/lib/auth/is-session-valid.js +1 -1
  10. package/lib/auth/login-success-html.js +1 -1
  11. package/lib/auth/logout.js +1 -1
  12. package/lib/cli-flags.js +1 -1
  13. package/lib/cli.js +1 -1
  14. package/lib/commands/api/generate.js +1 -1
  15. package/lib/commands/api/index.js +1 -1
  16. package/lib/commands/api/list.js +1 -1
  17. package/lib/commands/api/pull.js +1 -1
  18. package/lib/commands/api/shared.js +1 -1
  19. package/lib/commands/app/add.js +1 -1
  20. package/lib/commands/app/index.js +1 -1
  21. package/lib/commands/app/list.js +1 -1
  22. package/lib/commands/app/remote-directory.js +1 -1
  23. package/lib/commands/app/remove.js +1 -1
  24. package/lib/commands/app/shared.js +1 -1
  25. package/lib/commands/app-config/delete.js +1 -1
  26. package/lib/commands/app-config/get.js +1 -1
  27. package/lib/commands/app-config/index.js +1 -1
  28. package/lib/commands/app-config/list.js +1 -1
  29. package/lib/commands/app-config/set.js +1 -1
  30. package/lib/commands/app-config/shared.js +1 -1
  31. package/lib/commands/auth/index.js +1 -1
  32. package/lib/commands/bff/create.js +1 -1
  33. package/lib/commands/bff/delete.js +1 -1
  34. package/lib/commands/bff/detail.js +1 -1
  35. package/lib/commands/bff/index.js +1 -1
  36. package/lib/commands/bff/list.js +1 -1
  37. package/lib/commands/bff/pull.js +1 -1
  38. package/lib/commands/bff/push.js +1 -1
  39. package/lib/commands/bff/status.js +1 -1
  40. package/lib/commands/cli-skill/index.js +1 -1
  41. package/lib/commands/cli-update.js +1 -1
  42. package/lib/commands/codegen/index.js +1 -1
  43. package/lib/commands/codegen/sdk.js +1 -1
  44. package/lib/commands/codegen/sql.js +1 -1
  45. package/lib/commands/common/app-registry.js +1 -1
  46. package/lib/commands/common/app-selector.js +1 -1
  47. package/lib/commands/common/dry-run.js +1 -1
  48. package/lib/commands/common/flags.js +1 -1
  49. package/lib/commands/common/validate.js +1 -1
  50. package/lib/commands/config/get.js +1 -1
  51. package/lib/commands/config/index.js +1 -1
  52. package/lib/commands/config/list.js +1 -1
  53. package/lib/commands/config/set.js +1 -1
  54. package/lib/commands/config/shared.js +1 -1
  55. package/lib/commands/data/filter.js +1 -1
  56. package/lib/commands/data/getOne.js +1 -1
  57. package/lib/commands/data/index.js +1 -1
  58. package/lib/commands/data/shared.js +1 -1
  59. package/lib/commands/dataset/business-group-update.js +1 -1
  60. package/lib/commands/dataset/capability.js +1 -1
  61. package/lib/commands/dataset/delete.js +1 -1
  62. package/lib/commands/dataset/detail.js +1 -1
  63. package/lib/commands/dataset/extend-update.js +1 -1
  64. package/lib/commands/dataset/field-update.js +1 -1
  65. package/lib/commands/dataset/generate.js +1 -1
  66. package/lib/commands/dataset/index.js +1 -1
  67. package/lib/commands/dataset/list.js +1 -1
  68. package/lib/commands/dataset/operations.js +1 -1
  69. package/lib/commands/dataset/relation-audit.js +1 -1
  70. package/lib/commands/dataset/relation-create.js +1 -1
  71. package/lib/commands/dataset/relation-delete.js +1 -1
  72. package/lib/commands/dataset/relation-shared.js +1 -1
  73. package/lib/commands/dataset/relation-update.js +1 -1
  74. package/lib/commands/dataset/relations.js +1 -1
  75. package/lib/commands/dataset/rename.js +1 -1
  76. package/lib/commands/dataset/restore.js +1 -1
  77. package/lib/commands/db/analyze-cancel.js +1 -1
  78. package/lib/commands/db/analyze-start.js +1 -1
  79. package/lib/commands/db/analyze-status.js +1 -1
  80. package/lib/commands/db/create.js +1 -1
  81. package/lib/commands/db/delete.js +1 -1
  82. package/lib/commands/db/detail.js +1 -1
  83. package/lib/commands/db/diff.js +1 -1
  84. package/lib/commands/db/index.js +1 -1
  85. package/lib/commands/db/list.js +1 -1
  86. package/lib/commands/db/shared.js +1 -1
  87. package/lib/commands/db/tables.js +1 -1
  88. package/lib/commands/db/test.js +1 -1
  89. package/lib/commands/db/update.js +1 -1
  90. package/lib/commands/doctor.js +1 -1
  91. package/lib/commands/init/index.js +1 -1
  92. package/lib/commands/issue/index.js +1 -1
  93. package/lib/commands/issue/nudge.js +1 -1
  94. package/lib/commands/issue/report.js +1 -1
  95. package/lib/commands/issue/shared.js +1 -1
  96. package/lib/commands/logs/index.js +1 -1
  97. package/lib/commands/menu/index.js +1 -1
  98. package/lib/commands/menu/list.js +1 -1
  99. package/lib/commands/menu/shared/compare-table.js +1 -1
  100. package/lib/commands/menu/shared/index.js +1 -1
  101. package/lib/commands/menu/shared/inquirer.js +1 -1
  102. package/lib/commands/menu/shared/local-pages.js +1 -1
  103. package/lib/commands/menu/shared/logic.js +1 -1
  104. package/lib/commands/menu/shared/service.js +1 -1
  105. package/lib/commands/menu/shared/sync-core.js +1 -1
  106. package/lib/commands/menu/shared/update-core.js +1 -1
  107. package/lib/commands/menu/shared/valid-url.js +1 -1
  108. package/lib/commands/menu/sync.js +1 -1
  109. package/lib/commands/menu/update.js +1 -1
  110. package/lib/commands/page/generate-start.js +1 -1
  111. package/lib/commands/page/generate-status.js +1 -1
  112. package/lib/commands/page/index.js +1 -1
  113. package/lib/commands/page/pull.js +1 -1
  114. package/lib/commands/page/push.js +1 -1
  115. package/lib/commands/page/relation-audit.js +1 -1
  116. package/lib/commands/page/shared.js +1 -1
  117. package/lib/commands/page/standard-page-status.js +1 -1
  118. package/lib/commands/page/sync.js +1 -1
  119. package/lib/commands/permit/index.js +1 -1
  120. package/lib/commands/permit/page-get.js +1 -1
  121. package/lib/commands/permit/page-set.js +1 -1
  122. package/lib/commands/permit/role-apis-set.js +1 -1
  123. package/lib/commands/permit/role-menus-set.js +1 -1
  124. package/lib/commands/permit/role-menus.js +1 -1
  125. package/lib/commands/permit/shared.js +1 -1
  126. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  127. package/lib/commands/project/create/format-elapsed.js +1 -1
  128. package/lib/commands/project/create/main.js +1 -1
  129. package/lib/commands/project/create/non-interactive.js +1 -1
  130. package/lib/commands/project/create/project-template-path.js +1 -1
  131. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  132. package/lib/commands/project/create/use-format-code.js +1 -1
  133. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  134. package/lib/commands/project/index.js +1 -1
  135. package/lib/commands/project/init.js +1 -1
  136. package/lib/commands/project/upgrade.js +1 -1
  137. package/lib/commands/registry.js +1 -1
  138. package/lib/commands/role/create.js +1 -1
  139. package/lib/commands/role/delete.js +1 -1
  140. package/lib/commands/role/detail.js +1 -1
  141. package/lib/commands/role/index.js +1 -1
  142. package/lib/commands/role/list.js +1 -1
  143. package/lib/commands/role/shared.js +1 -1
  144. package/lib/commands/role/update.js +1 -1
  145. package/lib/commands/role/user-add.js +1 -1
  146. package/lib/commands/role/user-remove.js +1 -1
  147. package/lib/commands/role/user-resolve.js +1 -1
  148. package/lib/commands/run/index.js +1 -1
  149. package/lib/commands/schema.js +1 -1
  150. package/lib/commands/sql/create.js +1 -1
  151. package/lib/commands/sql/delete.js +1 -1
  152. package/lib/commands/sql/detail.js +1 -1
  153. package/lib/commands/sql/exec.js +1 -1
  154. package/lib/commands/sql/index.js +1 -1
  155. package/lib/commands/sql/list.js +1 -1
  156. package/lib/commands/sql/pull.js +1 -1
  157. package/lib/commands/sql/push.js +1 -1
  158. package/lib/commands/sql/save.js +1 -1
  159. package/lib/commands/sql/shared.js +1 -1
  160. package/lib/commands/sql/status.js +1 -1
  161. package/lib/commands/sql/validate.js +1 -1
  162. package/lib/commands/workspace/add.js +1 -1
  163. package/lib/commands/workspace/index.js +1 -1
  164. package/lib/commands/workspace/remove.js +1 -1
  165. package/lib/config/schema.js +1 -1
  166. package/lib/constant/cdn.js +1 -1
  167. package/lib/constant/cli.js +1 -1
  168. package/lib/constant/defaults.js +1 -1
  169. package/lib/constant/domain.js +1 -1
  170. package/lib/constant/env.js +1 -1
  171. package/lib/constant/output.js +1 -1
  172. package/lib/constant/paths.js +1 -1
  173. package/lib/constant/risk.js +1 -1
  174. package/lib/context/app-resolver.js +1 -1
  175. package/lib/context/auth-resolver.js +1 -1
  176. package/lib/context/config-loader.js +1 -1
  177. package/lib/context.js +1 -1
  178. package/lib/core/alias-resolver.js +1 -1
  179. package/lib/core/api-client.js +1 -1
  180. package/lib/core/bff/config.js +1 -1
  181. package/lib/core/bff/file-system.js +1 -1
  182. package/lib/core/bff/hash.js +1 -1
  183. package/lib/core/bff/lock.js +1 -1
  184. package/lib/core/bff/utils.js +1 -1
  185. package/lib/core/db-resolver.js +1 -1
  186. package/lib/core/page/file-system.js +1 -1
  187. package/lib/core/page/hash.js +1 -1
  188. package/lib/core/page/lock.js +1 -1
  189. package/lib/core/sql-sync/config.js +1 -1
  190. package/lib/core/sql-sync/file-system.js +1 -1
  191. package/lib/core/sql-sync/hash.js +1 -1
  192. package/lib/core/sql-sync/lock.js +1 -1
  193. package/lib/core/sql-sync/utils.js +1 -1
  194. package/lib/core/sql-validator.js +1 -1
  195. package/lib/errors.js +1 -1
  196. package/lib/framework/build-all-flags.js +1 -1
  197. package/lib/framework/flags.js +1 -1
  198. package/lib/framework/help.js +1 -1
  199. package/lib/framework/index.js +1 -1
  200. package/lib/framework/output.js +1 -1
  201. package/lib/framework/response.js +1 -1
  202. package/lib/framework/runner-alias.js +1 -1
  203. package/lib/framework/runner.js +1 -1
  204. package/lib/framework/schema-export.js +1 -1
  205. package/lib/framework/types.js +1 -1
  206. package/lib/generated/build-info.js +1 -1
  207. package/lib/help.js +1 -1
  208. package/lib/skills/main.js +1 -1
  209. package/lib/skills/npx-skills-add.js +1 -1
  210. package/lib/telemetry/cli-command-trace.js +1 -1
  211. package/lib/telemetry/cli-help-trace.js +1 -1
  212. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  213. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  214. package/lib/telemetry/send-cli-trace-log.js +1 -1
  215. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  216. package/lib/utils/ai_config.js +1 -1
  217. package/lib/utils/apply-jq-filter.js +1 -1
  218. package/lib/utils/cdn-config.js +1 -1
  219. package/lib/utils/check-sdk-version.js +1 -1
  220. package/lib/utils/cli-version-check.js +1 -1
  221. package/lib/utils/cli-version-policy.js +1 -1
  222. package/lib/utils/config.js +1 -1
  223. package/lib/utils/copy-directory.js +1 -1
  224. package/lib/utils/entity-with-id.js +1 -1
  225. package/lib/utils/file-utils.js +1 -1
  226. package/lib/utils/guides-cdn.js +1 -1
  227. package/lib/utils/http-client.js +1 -1
  228. package/lib/utils/is-non-interactive.js +1 -1
  229. package/lib/utils/logger.js +1 -1
  230. package/lib/utils/params.js +1 -1
  231. package/lib/utils/platform.js +1 -1
  232. package/lib/utils/rules-cdn.js +1 -1
  233. package/lib/utils/sleep.js +1 -1
  234. package/lib/utils/template-replacer.js +1 -1
  235. package/lib/utils/update-notice.js +1 -1
  236. package/lib/utils/version.js +1 -1
  237. package/lib/utils/with-active-cookie.js +1 -1
  238. package/lib/utils/write-cli-side-channel.js +1 -1
  239. package/package.json +1 -1
@@ -1 +1 @@
1
- function a212_0x37b2(){const _0xc8a23=['stderr','pipe','skill','trim','exit\x20','log','963540NmaNbs','--skill','1941010zdvCKd','3374iZaPGw','status','remove','383820vEmmeW','yes','stdout','inherit','2071434eeOhPS','stdio','toString','1016OJzpLN','unknown','push','67pjBdXu','2471PQzVEj','lovrabet/rabetbase','add','join','npx','1046056UZaxAZ','skills'];a212_0x37b2=function(){return _0xc8a23;};return a212_0x37b2();}const a212_0x355471=a212_0xd9dd;(function(_0x20ad9d,_0x55b1db){const _0x55d456=a212_0xd9dd,_0x5a5ea7=_0x20ad9d();while(!![]){try{const _0x656d8f=-parseInt(_0x55d456(0x1aa))/0x1*(-parseInt(_0x55d456(0x19d))/0x2)+-parseInt(_0x55d456(0x1a0))/0x3+parseInt(_0x55d456(0x1b0))/0x4+parseInt(_0x55d456(0x19c))/0x5+-parseInt(_0x55d456(0x1a4))/0x6+parseInt(_0x55d456(0x1ab))/0x7*(parseInt(_0x55d456(0x1a7))/0x8)+-parseInt(_0x55d456(0x19a))/0x9;if(_0x656d8f===_0x55b1db)break;else _0x5a5ea7['push'](_0x5a5ea7['shift']());}catch(_0x540aca){_0x5a5ea7['push'](_0x5a5ea7['shift']());}}}(a212_0x37b2,0x37809));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';export const NPX_SKILLS_CLI=a212_0x355471(0x1b1);export const NPX_SKILLS_SUBCOMMAND_ADD=a212_0x355471(0x1ad);export const NPX_SKILLS_FLAG_SKILL=a212_0x355471(0x19b);function a212_0xd9dd(_0x1ce9a1,_0x571627){_0x1ce9a1=_0x1ce9a1-0x197;const _0x37b23b=a212_0x37b2();let _0xd9dd4a=_0x37b23b[_0x1ce9a1];return _0xd9dd4a;}export const RABETBASE_SKILL_SOURCE=a212_0x355471(0x1ac);export const LEGACY_RABETBASE_SKILL_SOURCE='lovrabet/lovrabet-skill';export const DEFAULT_RABETBASE_SKILL_NAME='Lovrabet';export function buildNpxSkillsAddArgv(_0x1833f1){const _0x5b3fbd=a212_0x355471,_0x637502=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE];return _0x1833f1&&_0x637502[_0x5b3fbd(0x1a9)](NPX_SKILLS_FLAG_SKILL,_0x1833f1),_0x637502;}export const NPX_SKILLS_ADD_COMMAND_LINE=[a212_0x355471(0x1af),...buildNpxSkillsAddArgv()][a212_0x355471(0x1ae)]('\x20');export const NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE=[a212_0x355471(0x1af),NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES][a212_0x355471(0x1ae)]('\x20');export function shouldSkipNpxSkillsAdd(){return process.env.RABETBASE_SKIP_NPX_SKILLS==='1';}export function runNpxSkillsAdd(_0x58bb71,_0x5e7311){const _0x1ff7c7=a212_0x355471;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x12cea0=_0x5e7311?.[_0x1ff7c7(0x1a5)]??_0x1ff7c7(0x1a3),_0x54a2c3=resolveNpmBin('npx'),_0x6f9053=buildNpxSkillsAddArgv(_0x5e7311?.[_0x1ff7c7(0x1b4)]),_0x505e8=[_0x1ff7c7(0x1af),..._0x6f9053][_0x1ff7c7(0x1ae)]('\x20');console[_0x1ff7c7(0x199)]('*\x20'+_0x505e8);const _0x593a32=spawnSync(_0x54a2c3,_0x6f9053,{'cwd':_0x58bb71,'stdio':_0x12cea0,'env':process.env,'shell':![]}),_0x1d9836=_0x593a32[_0x1ff7c7(0x19e)];if(_0x1d9836===0x0)return{'ok':!![],'status':0x0};let _0x4cd9e9=_0x1ff7c7(0x198)+(_0x1d9836??_0x1ff7c7(0x1a8));if(_0x12cea0===_0x1ff7c7(0x1b3)){const _0x5af8d9=_0x593a32[_0x1ff7c7(0x1b2)]?_0x593a32[_0x1ff7c7(0x1b2)]['toString']()[_0x1ff7c7(0x197)]():'',_0x5d721b=_0x593a32[_0x1ff7c7(0x1a2)]?_0x593a32[_0x1ff7c7(0x1a2)]['toString']()[_0x1ff7c7(0x197)]():'';if(_0x5af8d9)_0x4cd9e9=_0x5af8d9;else{if(_0x5d721b)_0x4cd9e9=_0x5d721b;}}return{'ok':![],'status':_0x1d9836??null,'error':_0x4cd9e9};}export function runNpxSkillsRemove(_0x2d845e,_0x16a8a3,_0x3ad8c5=LEGACY_RABETBASE_SKILL_SOURCE){const _0x46da6f=a212_0x355471;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x231359=_0x16a8a3?.[_0x46da6f(0x1a5)]??'inherit',_0x1106c3=resolveNpmBin('npx'),_0x4e7b10=[NPX_FLAG_YES,NPX_SKILLS_CLI,_0x46da6f(0x19f),_0x3ad8c5,NPX_SKILLS_FLAG_SKILL,_0x16a8a3?.[_0x46da6f(0x1b4)]??DEFAULT_RABETBASE_SKILL_NAME,..._0x16a8a3?.[_0x46da6f(0x1a1)]?['-y']:[]],_0x573c0=[_0x1106c3,..._0x4e7b10]['join']('\x20');console['log']('*\x20'+_0x573c0);const _0x518137=spawnSync(_0x1106c3,_0x4e7b10,{'cwd':_0x2d845e,'stdio':_0x231359,'env':process.env,'shell':![]}),_0xb3978=_0x518137[_0x46da6f(0x19e)];if(_0xb3978===0x0)return{'ok':!![],'status':0x0};let _0x350bf8=_0x46da6f(0x198)+(_0xb3978??'unknown');if(_0x231359===_0x46da6f(0x1b3)){const _0x43a8e3=_0x518137[_0x46da6f(0x1b2)]?_0x518137['stderr'][_0x46da6f(0x1a6)]()[_0x46da6f(0x197)]():'',_0x31cb36=_0x518137['stdout']?_0x518137[_0x46da6f(0x1a2)]['toString']()[_0x46da6f(0x197)]():'';if(_0x43a8e3)_0x350bf8=_0x43a8e3;else{if(_0x31cb36)_0x350bf8=_0x31cb36;}}return{'ok':![],'status':_0xb3978??null,'error':_0x350bf8};}export function runNpxSkillsAddGlobal(_0x208607,_0x5448bc,_0x1b72d2){const _0x303bfe=a212_0x355471;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x496bd0=_0x1b72d2?.['stdio']??_0x303bfe(0x1a3),_0x5cb03=resolveNpmBin(_0x303bfe(0x1af)),_0x537dd3=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x5448bc,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES],_0x18e3bb=[_0x303bfe(0x1af),NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x5448bc,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES][_0x303bfe(0x1ae)]('\x20');console[_0x303bfe(0x199)]('*\x20'+_0x18e3bb);const _0x577baf=spawnSync(_0x5cb03,_0x537dd3,{'cwd':_0x208607,'stdio':_0x496bd0,'env':process.env,'shell':![]}),_0xedd0ba=_0x577baf[_0x303bfe(0x19e)];if(_0xedd0ba===0x0)return{'ok':!![],'status':0x0};let _0x1877c0='exit\x20'+(_0xedd0ba??_0x303bfe(0x1a8));if(_0x496bd0==='pipe'){const _0x409a98=_0x577baf[_0x303bfe(0x1b2)]?_0x577baf[_0x303bfe(0x1b2)]['toString']()[_0x303bfe(0x197)]():'',_0xaa330c=_0x577baf[_0x303bfe(0x1a2)]?_0x577baf[_0x303bfe(0x1a2)][_0x303bfe(0x1a6)]()[_0x303bfe(0x197)]():'';if(_0x409a98)_0x1877c0=_0x409a98;else{if(_0xaa330c)_0x1877c0=_0xaa330c;}}return{'ok':![],'status':_0xedd0ba??null,'error':_0x1877c0};}
1
+ const a212_0x37e5e2=a212_0x35f8;(function(_0x391873,_0x4e082d){const _0x4d2293=a212_0x35f8,_0x3f0ebe=_0x391873();while(!![]){try{const _0x12ddc6=parseInt(_0x4d2293(0xd0))/0x1*(-parseInt(_0x4d2293(0xc9))/0x2)+parseInt(_0x4d2293(0xc6))/0x3+parseInt(_0x4d2293(0xd5))/0x4*(parseInt(_0x4d2293(0xde))/0x5)+parseInt(_0x4d2293(0xcd))/0x6*(parseInt(_0x4d2293(0xca))/0x7)+-parseInt(_0x4d2293(0xc7))/0x8*(parseInt(_0x4d2293(0xe2))/0x9)+parseInt(_0x4d2293(0xcc))/0xa+-parseInt(_0x4d2293(0xdd))/0xb*(parseInt(_0x4d2293(0xdc))/0xc);if(_0x12ddc6===_0x4e082d)break;else _0x3f0ebe['push'](_0x3f0ebe['shift']());}catch(_0x361c16){_0x3f0ebe['push'](_0x3f0ebe['shift']());}}}(a212_0x5b4e,0x1ab48));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';export const NPX_SKILLS_CLI=a212_0x37e5e2(0xcf);export const NPX_SKILLS_SUBCOMMAND_ADD=a212_0x37e5e2(0xdb);function a212_0x35f8(_0x5409b5,_0x21048b){_0x5409b5=_0x5409b5-0xc2;const _0x5b4ec2=a212_0x5b4e();let _0x35f8f7=_0x5b4ec2[_0x5409b5];return _0x35f8f7;}export const NPX_SKILLS_FLAG_SKILL='--skill';export const RABETBASE_SKILL_SOURCE=a212_0x37e5e2(0xc3);function a212_0x5b4e(){const _0x2c4e55=['exit\x20','535569UkclEE','291768tlPTpK','stdio','8xQVOOu','7567QkGmaU','Lovrabet','1897620EatDGy','588dYAHnt','inherit','skills','20048vaHxno','pipe','yes','unknown','skill','853868eLqyjl','log','toString','status','trim','stderr','add','142044lpoZDy','429dHPrcB','5ELogHM','remove','npx','join','9wfvLem','push','lovrabet/rabetbase','stdout'];a212_0x5b4e=function(){return _0x2c4e55;};return a212_0x5b4e();}export const LEGACY_RABETBASE_SKILL_SOURCE='lovrabet/lovrabet-skill';export const DEFAULT_RABETBASE_SKILL_NAME=a212_0x37e5e2(0xcb);export function buildNpxSkillsAddArgv(_0x104949){const _0x386a22=a212_0x37e5e2,_0x882f67=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE];return _0x104949&&_0x882f67[_0x386a22(0xc2)](NPX_SKILLS_FLAG_SKILL,_0x104949),_0x882f67;}export const NPX_SKILLS_ADD_COMMAND_LINE=[a212_0x37e5e2(0xe0),...buildNpxSkillsAddArgv()][a212_0x37e5e2(0xe1)]('\x20');export const NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE=['npx',NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES]['join']('\x20');export function shouldSkipNpxSkillsAdd(){return process.env.RABETBASE_SKIP_NPX_SKILLS==='1';}export function runNpxSkillsAdd(_0xac48b0,_0x433ca8){const _0x5a78dd=a212_0x37e5e2;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x1c8067=_0x433ca8?.['stdio']??_0x5a78dd(0xce),_0x246c40=resolveNpmBin(_0x5a78dd(0xe0)),_0x38fe41=buildNpxSkillsAddArgv(_0x433ca8?.[_0x5a78dd(0xd4)]),_0x2e139d=[_0x5a78dd(0xe0),..._0x38fe41][_0x5a78dd(0xe1)]('\x20');console[_0x5a78dd(0xd6)]('*\x20'+_0x2e139d);const _0x4169d9=spawnSync(_0x246c40,_0x38fe41,{'cwd':_0xac48b0,'stdio':_0x1c8067,'env':process.env,'shell':![]}),_0x8ebcf1=_0x4169d9[_0x5a78dd(0xd8)];if(_0x8ebcf1===0x0)return{'ok':!![],'status':0x0};let _0x1209c2='exit\x20'+(_0x8ebcf1??_0x5a78dd(0xd3));if(_0x1c8067===_0x5a78dd(0xd1)){const _0xbfd47c=_0x4169d9[_0x5a78dd(0xda)]?_0x4169d9[_0x5a78dd(0xda)]['toString']()['trim']():'',_0x3fb1f3=_0x4169d9['stdout']?_0x4169d9[_0x5a78dd(0xc4)]['toString']()[_0x5a78dd(0xd9)]():'';if(_0xbfd47c)_0x1209c2=_0xbfd47c;else{if(_0x3fb1f3)_0x1209c2=_0x3fb1f3;}}return{'ok':![],'status':_0x8ebcf1??null,'error':_0x1209c2};}export function runNpxSkillsRemove(_0x32a3bf,_0x2a5076,_0x5b8307=LEGACY_RABETBASE_SKILL_SOURCE){const _0x744ead=a212_0x37e5e2;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x235348=_0x2a5076?.[_0x744ead(0xc8)]??_0x744ead(0xce),_0x2bd34a=resolveNpmBin(_0x744ead(0xe0)),_0x2c5d9b=[NPX_FLAG_YES,NPX_SKILLS_CLI,_0x744ead(0xdf),_0x5b8307,NPX_SKILLS_FLAG_SKILL,_0x2a5076?.['skill']??DEFAULT_RABETBASE_SKILL_NAME,..._0x2a5076?.[_0x744ead(0xd2)]?['-y']:[]],_0x5c63c1=[_0x2bd34a,..._0x2c5d9b][_0x744ead(0xe1)]('\x20');console['log']('*\x20'+_0x5c63c1);const _0xfcbd39=spawnSync(_0x2bd34a,_0x2c5d9b,{'cwd':_0x32a3bf,'stdio':_0x235348,'env':process.env,'shell':![]}),_0x11d2bb=_0xfcbd39[_0x744ead(0xd8)];if(_0x11d2bb===0x0)return{'ok':!![],'status':0x0};let _0x5ba512=_0x744ead(0xc5)+(_0x11d2bb??_0x744ead(0xd3));if(_0x235348===_0x744ead(0xd1)){const _0x1cd0e5=_0xfcbd39[_0x744ead(0xda)]?_0xfcbd39[_0x744ead(0xda)][_0x744ead(0xd7)]()[_0x744ead(0xd9)]():'',_0x5d2521=_0xfcbd39[_0x744ead(0xc4)]?_0xfcbd39[_0x744ead(0xc4)][_0x744ead(0xd7)]()['trim']():'';if(_0x1cd0e5)_0x5ba512=_0x1cd0e5;else{if(_0x5d2521)_0x5ba512=_0x5d2521;}}return{'ok':![],'status':_0x11d2bb??null,'error':_0x5ba512};}export function runNpxSkillsAddGlobal(_0x4d2422,_0x41a533,_0x5664e0){const _0x1546d7=a212_0x37e5e2;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x5b3d4a=_0x5664e0?.['stdio']??_0x1546d7(0xce),_0x47613f=resolveNpmBin(_0x1546d7(0xe0)),_0x4f094a=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x41a533,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES],_0x3b1f8f=['npx',NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x41a533,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES][_0x1546d7(0xe1)]('\x20');console[_0x1546d7(0xd6)]('*\x20'+_0x3b1f8f);const _0x2be6c5=spawnSync(_0x47613f,_0x4f094a,{'cwd':_0x4d2422,'stdio':_0x5b3d4a,'env':process.env,'shell':![]}),_0x2c1374=_0x2be6c5[_0x1546d7(0xd8)];if(_0x2c1374===0x0)return{'ok':!![],'status':0x0};let _0x693f7f=_0x1546d7(0xc5)+(_0x2c1374??_0x1546d7(0xd3));if(_0x5b3d4a==='pipe'){const _0x4647bb=_0x2be6c5[_0x1546d7(0xda)]?_0x2be6c5[_0x1546d7(0xda)]['toString']()[_0x1546d7(0xd9)]():'',_0x2cd7f0=_0x2be6c5['stdout']?_0x2be6c5[_0x1546d7(0xc4)][_0x1546d7(0xd7)]()[_0x1546d7(0xd9)]():'';if(_0x4647bb)_0x693f7f=_0x4647bb;else{if(_0x2cd7f0)_0x693f7f=_0x2cd7f0;}}return{'ok':![],'status':_0x2c1374??null,'error':_0x693f7f};}
@@ -1 +1 @@
1
- (function(_0xf7f1b0,_0x349a5f){const _0x14055d=a213_0x4a44,_0x123c6f=_0xf7f1b0();while(!![]){try{const _0x11022a=parseInt(_0x14055d(0x99))/0x1*(parseInt(_0x14055d(0xab))/0x2)+-parseInt(_0x14055d(0xae))/0x3*(parseInt(_0x14055d(0xa6))/0x4)+-parseInt(_0x14055d(0xa1))/0x5*(parseInt(_0x14055d(0xa8))/0x6)+parseInt(_0x14055d(0xaa))/0x7+-parseInt(_0x14055d(0xa7))/0x8*(parseInt(_0x14055d(0xaf))/0x9)+-parseInt(_0x14055d(0x9a))/0xa*(-parseInt(_0x14055d(0xa5))/0xb)+parseInt(_0x14055d(0xac))/0xc*(parseInt(_0x14055d(0x9d))/0xd);if(_0x11022a===_0x349a5f)break;else _0x123c6f['push'](_0x123c6f['shift']());}catch(_0xe06f6e){_0x123c6f['push'](_0x123c6f['shift']());}}}(a213_0x1642,0x7f2a9));function a213_0x1642(){const _0x450cca=['command','1819412NfYbHG','36508kowsSo','12PjTqYl','[REDACTED]','960PNMcNZ','4122lUEOsN','56NrLFDD','10TgddQh','flags','error','15137603nUPcPV','durationMs','test','message','620985hPkjDb','entries','some','rabetbase.command','531883VliaWu','11488ydKToC','11920nNEdNY','18tXAsdD'];a213_0x1642=function(){return _0x450cca;};return a213_0x1642();}import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';import{getCliVersion}from'../utils/version.js';function a213_0x4a44(_0x11f812,_0x18d74e){_0x11f812=_0x11f812-0x99;const _0x1642c3=a213_0x1642();let _0x4a44e0=_0x1642c3[_0x11f812];return _0x4a44e0;}const SENSITIVE_PATTERNS=[/cookie/i,/token/i,/password/i,/passwd/i,/secret/i,/auth/i,/session/i,/credential/i,/^value$/i];function isSensitiveKey(_0x18ee1c){const _0x2b318c=a213_0x4a44;return SENSITIVE_PATTERNS[_0x2b318c(0xa3)](_0x277e6f=>_0x277e6f[_0x2b318c(0x9f)](_0x18ee1c));}function sanitizeFlags(_0x4aeb2e){const _0x116430=a213_0x4a44,_0x57bd10={};for(const [_0x3093ec,_0x81cc7c]of Object[_0x116430(0xa2)](_0x4aeb2e)){isSensitiveKey(_0x3093ec)?_0x57bd10[_0x3093ec]=_0x81cc7c!=null&&_0x81cc7c!==''?_0x116430(0xad):_0x81cc7c:_0x57bd10[_0x3093ec]=_0x81cc7c;}return _0x57bd10;}export async function reportCommandTrace(_0x16772c){const _0x4116f1=a213_0x4a44;try{const _0x1a0490=sanitizeFlags(_0x16772c[_0x4116f1(0x9b)]);await sendCliTraceLog({'spanName':_0x4116f1(0xa4),'logData':{'command.cli_version':getCliVersion(),'command.service':_0x16772c['service'],'command.name':_0x16772c[_0x4116f1(0xa9)],'command.flags':JSON['stringify'](_0x1a0490),..._0x16772c[_0x4116f1(0x9e)]!=null?{'command.duration_ms':_0x16772c['durationMs']}:{},..._0x16772c[_0x4116f1(0x9c)]?{'command.error':_0x16772c[_0x4116f1(0x9c)]instanceof Error?_0x16772c['error'][_0x4116f1(0xa0)]:String(_0x16772c[_0x4116f1(0x9c)])}:{}}});}catch{}}
1
+ function a213_0x2a27(){const _0x10048b=['243657CjrQkD','766087FJloNG','error','6qmPzqm','stringify','1416786tDNyhb','1096860ncRkgv','12WSqOvH','136QdFWyj','11957Olxwfc','flags','message','test','[REDACTED]','514205aMevDe','service','2259732ALmwOs','durationMs','156yzajkn','1EZsEEr','command','80xXkovX'];a213_0x2a27=function(){return _0x10048b;};return a213_0x2a27();}(function(_0x202cab,_0x238d95){const _0x43ddf4=a213_0x2f8f,_0x11d1d2=_0x202cab();while(!![]){try{const _0x2d3ec7=-parseInt(_0x43ddf4(0x18b))/0x1*(parseInt(_0x43ddf4(0x17e))/0x2)+-parseInt(_0x43ddf4(0x17d))/0x3+-parseInt(_0x43ddf4(0x17f))/0x4*(parseInt(_0x43ddf4(0x186))/0x5)+parseInt(_0x43ddf4(0x17b))/0x6*(-parseInt(_0x43ddf4(0x179))/0x7)+parseInt(_0x43ddf4(0x180))/0x8*(-parseInt(_0x43ddf4(0x178))/0x9)+parseInt(_0x43ddf4(0x18d))/0xa*(parseInt(_0x43ddf4(0x181))/0xb)+parseInt(_0x43ddf4(0x188))/0xc*(parseInt(_0x43ddf4(0x18a))/0xd);if(_0x2d3ec7===_0x238d95)break;else _0x11d1d2['push'](_0x11d1d2['shift']());}catch(_0x193d23){_0x11d1d2['push'](_0x11d1d2['shift']());}}}(a213_0x2a27,0x5a37b));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(_0x40706d){const _0x176609=a213_0x2f8f;return SENSITIVE_PATTERNS['some'](_0x64686a=>_0x64686a[_0x176609(0x184)](_0x40706d));}function a213_0x2f8f(_0x5cf748,_0x505aca){_0x5cf748=_0x5cf748-0x178;const _0x2a27bf=a213_0x2a27();let _0x2f8f31=_0x2a27bf[_0x5cf748];return _0x2f8f31;}function sanitizeFlags(_0x5b2d48){const _0x240e94=a213_0x2f8f,_0x45ed65={};for(const [_0x88c62e,_0x329d0a]of Object['entries'](_0x5b2d48)){isSensitiveKey(_0x88c62e)?_0x45ed65[_0x88c62e]=_0x329d0a!=null&&_0x329d0a!==''?_0x240e94(0x185):_0x329d0a:_0x45ed65[_0x88c62e]=_0x329d0a;}return _0x45ed65;}export async function reportCommandTrace(_0x468730){const _0x347a70=a213_0x2f8f;try{const _0x714334=sanitizeFlags(_0x468730[_0x347a70(0x182)]);await sendCliTraceLog({'spanName':'rabetbase.command','logData':{'command.cli_version':getCliVersion(),'command.service':_0x468730[_0x347a70(0x187)],'command.name':_0x468730[_0x347a70(0x18c)],'command.flags':JSON[_0x347a70(0x17c)](_0x714334),..._0x468730[_0x347a70(0x189)]!=null?{'command.duration_ms':_0x468730[_0x347a70(0x189)]}:{},..._0x468730[_0x347a70(0x17a)]?{'command.error':_0x468730[_0x347a70(0x17a)]instanceof Error?_0x468730[_0x347a70(0x17a)][_0x347a70(0x183)]:String(_0x468730[_0x347a70(0x17a)])}:{}}});}catch{}}
@@ -1 +1 @@
1
- function a214_0x324f(_0x51240d,_0x4bc01a){_0x51240d=_0x51240d-0x65;var _0x33a111=a214_0x33a1();var _0x324ff3=_0x33a111[_0x51240d];return _0x324ff3;}(function(_0x385010,_0x1f8fe0){var _0x8a0b5c=a214_0x324f,_0xec9e42=_0x385010();while(!![]){try{var _0x16f6a8=parseInt(_0x8a0b5c(0x6d))/0x1*(-parseInt(_0x8a0b5c(0x69))/0x2)+-parseInt(_0x8a0b5c(0x70))/0x3+-parseInt(_0x8a0b5c(0x67))/0x4*(parseInt(_0x8a0b5c(0x6e))/0x5)+parseInt(_0x8a0b5c(0x65))/0x6+-parseInt(_0x8a0b5c(0x66))/0x7+parseInt(_0x8a0b5c(0x6f))/0x8+parseInt(_0x8a0b5c(0x6b))/0x9;if(_0x16f6a8===_0x1f8fe0)break;else _0xec9e42['push'](_0xec9e42['shift']());}catch(_0xf43cef){_0xec9e42['push'](_0xec9e42['shift']());}}}(a214_0x33a1,0x4dd4a));function a214_0x33a1(){var _0x4cfe20=['2934725wWOEEh','238560KVlzXj','1438761HCvuOv','error','2746194fRufNr','850724vvKywv','4YpwYVZ','service','22cHlWlf','cli.help','9309780Btbjlv','Failed\x20to\x20report\x20CLI\x20help\x20trace:','1371Jmugpc'];a214_0x33a1=function(){return _0x4cfe20;};return a214_0x33a1();}import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';export async function reportCliHelpTrace(_0x4be2e,_0x44b274){var _0x1d6e39=a214_0x324f;try{await sendCliTraceLog({'spanName':_0x1d6e39(0x6a),'logData':{'rabetbase.help.kind':_0x4be2e,..._0x44b274?.[_0x1d6e39(0x68)]&&{'rabetbase.help.service':_0x44b274[_0x1d6e39(0x68)]}}});}catch(_0x2bd629){console[_0x1d6e39(0x71)](_0x1d6e39(0x6c),_0x2bd629);}}
1
+ function a214_0x5d6f(){var _0xc2eb91=['2676812JVeRUg','cli.help','327DXnAaO','7924378mOdIhp','7CICaJq','service','5CSqnRl','8KzMrcT','5298vwTEsn','244972dCdJPi','1535406TqpuHu','Failed\x20to\x20report\x20CLI\x20help\x20trace:','3893180WRSGIF','5399991lonXef'];a214_0x5d6f=function(){return _0xc2eb91;};return a214_0x5d6f();}function a214_0x2e19(_0x4e84ca,_0xab7e6b){_0x4e84ca=_0x4e84ca-0xaa;var _0x5d6f90=a214_0x5d6f();var _0x2e19c2=_0x5d6f90[_0x4e84ca];return _0x2e19c2;}(function(_0xf3bfa1,_0x20e9c8){var _0x54f0c3=a214_0x2e19,_0x1d2b73=_0xf3bfa1();while(!![]){try{var _0x3c6036=-parseInt(_0x54f0c3(0xaf))/0x1+parseInt(_0x54f0c3(0xae))/0x2*(-parseInt(_0x54f0c3(0xb6))/0x3)+-parseInt(_0x54f0c3(0xb4))/0x4*(-parseInt(_0x54f0c3(0xac))/0x5)+-parseInt(_0x54f0c3(0xb0))/0x6*(parseInt(_0x54f0c3(0xaa))/0x7)+-parseInt(_0x54f0c3(0xad))/0x8*(parseInt(_0x54f0c3(0xb3))/0x9)+parseInt(_0x54f0c3(0xb2))/0xa+parseInt(_0x54f0c3(0xb7))/0xb;if(_0x3c6036===_0x20e9c8)break;else _0x1d2b73['push'](_0x1d2b73['shift']());}catch(_0x49dd48){_0x1d2b73['push'](_0x1d2b73['shift']());}}}(a214_0x5d6f,0x5f0ba));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';export async function reportCliHelpTrace(_0x5b6ca0,_0x515341){var _0x647c0b=a214_0x2e19;try{await sendCliTraceLog({'spanName':_0x647c0b(0xb5),'logData':{'rabetbase.help.kind':_0x5b6ca0,..._0x515341?.[_0x647c0b(0xab)]&&{'rabetbase.help.service':_0x515341['service']}}});}catch(_0x4e8d60){console['error'](_0x647c0b(0xb1),_0x4e8d60);}}
@@ -1 +1 @@
1
- (function(_0x10e49a,_0x310b36){const _0x312a17=a215_0x2a26,_0x1b9905=_0x10e49a();while(!![]){try{const _0x4d8b7c=-parseInt(_0x312a17(0x199))/0x1*(-parseInt(_0x312a17(0x19b))/0x2)+-parseInt(_0x312a17(0x19f))/0x3*(-parseInt(_0x312a17(0x19a))/0x4)+parseInt(_0x312a17(0x197))/0x5*(parseInt(_0x312a17(0x198))/0x6)+parseInt(_0x312a17(0x19d))/0x7+-parseInt(_0x312a17(0x19c))/0x8*(-parseInt(_0x312a17(0x1a1))/0x9)+-parseInt(_0x312a17(0x194))/0xa+parseInt(_0x312a17(0x195))/0xb*(-parseInt(_0x312a17(0x1a0))/0xc);if(_0x4d8b7c===_0x310b36)break;else _0x1b9905['push'](_0x1b9905['shift']());}catch(_0x27cc8c){_0x1b9905['push'](_0x1b9905['shift']());}}}(a215_0xdb39,0xef9a6));import{VERSION,GIT_COMMIT}from'../generated/build-info.js';function a215_0x2a26(_0x3f3828,_0x27a9a2){_0x3f3828=_0x3f3828-0x190;const _0xdb39b2=a215_0xdb39();let _0x2a2689=_0xdb39b2[_0x3f3828];return _0x2a2689;}import{getSessionUserInfo}from'../auth/get-session-user.js';import{setServiceConfig,setUserContext}from'@lovrabet/otel-logger';function a215_0xdb39(){const _0xd27c0b=['user','1576280DkvJxD','11CAhFee','tenant_code','740AuQiLt','44388JiAvTY','1jwCrbV','540oiNAPZ','2290006BbcQiy','8oyBgkK','10900337gSlkFc','daily','30237FUESqU','64620396qtcPQU','12296808JIPVrs','email','production','username','tenant'];a215_0xdb39=function(){return _0xd27c0b;};return a215_0xdb39();}import{NPM_PACKAGE_NAME}from'../constant/cli.js';import{getConfigAppCode}from'../utils/config.js';let cliOtelTraceInitialized=![];export async function ensureCliOtelTraceConfig(){const _0x1885cb=a215_0x2a26,_0x1c549e=await getSessionUserInfo();if(!cliOtelTraceInitialized){const _0x18347b=_0x1c549e?.[_0x1885cb(0x193)];setServiceConfig({'serviceName':NPM_PACKAGE_NAME,'serviceVersion':GIT_COMMIT!=='unknown'?VERSION+'+'+GIT_COMMIT:VERSION,'serviceEnv':process.env.RABETBASE_ENV??(process.env.RABETBASE_E2E_DAILY==='1'?_0x1885cb(0x19e):_0x1885cb(0x190))}),setUserContext({'id':_0x18347b?.['id'],'username':_0x18347b?.[_0x1885cb(0x191)],'nickname':_0x18347b?.['nickname'],'email':_0x18347b?.[_0x1885cb(0x1a2)],'tenantCode':_0x18347b?.[_0x1885cb(0x192)][_0x1885cb(0x196)],'appCode':getConfigAppCode()}),cliOtelTraceInitialized=!![];}return _0x1c549e;}
1
+ function a215_0x49a3(_0x510689,_0xce26b0){_0x510689=_0x510689-0x1df;const _0x229750=a215_0x2297();let _0x49a37f=_0x229750[_0x510689];return _0x49a37f;}(function(_0x372602,_0x41d234){const _0x34f0a2=a215_0x49a3,_0x1224ad=_0x372602();while(!![]){try{const _0x3dad44=parseInt(_0x34f0a2(0x1e5))/0x1+parseInt(_0x34f0a2(0x1ea))/0x2+-parseInt(_0x34f0a2(0x1ec))/0x3+parseInt(_0x34f0a2(0x1ee))/0x4*(parseInt(_0x34f0a2(0x1e6))/0x5)+parseInt(_0x34f0a2(0x1e2))/0x6*(parseInt(_0x34f0a2(0x1eb))/0x7)+-parseInt(_0x34f0a2(0x1e1))/0x8+-parseInt(_0x34f0a2(0x1e0))/0x9;if(_0x3dad44===_0x41d234)break;else _0x1224ad['push'](_0x1224ad['shift']());}catch(_0x3af8a8){_0x1224ad['push'](_0x1224ad['shift']());}}}(a215_0x2297,0x8b163));import{VERSION,GIT_COMMIT}from'../generated/build-info.js';import{getSessionUserInfo}from'../auth/get-session-user.js';function a215_0x2297(){const _0x5137a9=['username','634626JOMOlV','2554640qihkqF','54TvAnIg','tenant_code','unknown','178743tnyHSl','89035SkPsJj','email','daily','tenant','1500024mhNDlh','164199FRNmrL','3051762aVSzYy','production','188FLtLZM'];a215_0x2297=function(){return _0x5137a9;};return a215_0x2297();}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 _0x113e3c=a215_0x49a3,_0x4c8b9d=await getSessionUserInfo();if(!cliOtelTraceInitialized){const _0xc15cae=_0x4c8b9d?.['user'];setServiceConfig({'serviceName':NPM_PACKAGE_NAME,'serviceVersion':GIT_COMMIT!==_0x113e3c(0x1e4)?VERSION+'+'+GIT_COMMIT:VERSION,'serviceEnv':process.env.RABETBASE_ENV??(process.env.RABETBASE_E2E_DAILY==='1'?_0x113e3c(0x1e8):_0x113e3c(0x1ed))}),setUserContext({'id':_0xc15cae?.['id'],'username':_0xc15cae?.[_0x113e3c(0x1df)],'nickname':_0xc15cae?.['nickname'],'email':_0xc15cae?.[_0x113e3c(0x1e7)],'tenantCode':_0xc15cae?.[_0x113e3c(0x1e9)][_0x113e3c(0x1e3)],'appCode':getConfigAppCode()}),cliOtelTraceInitialized=!![];}return _0x4c8b9d;}
@@ -1 +1 @@
1
- (function(_0x261d0c,_0x401ba2){const _0x1f5773=a216_0x1873,_0x5ddb51=_0x261d0c();while(!![]){try{const _0x8e8e85=-parseInt(_0x1f5773(0x1a8))/0x1*(-parseInt(_0x1f5773(0x1a6))/0x2)+-parseInt(_0x1f5773(0x1a7))/0x3+parseInt(_0x1f5773(0x1aa))/0x4+-parseInt(_0x1f5773(0x1a9))/0x5*(parseInt(_0x1f5773(0x1ab))/0x6)+parseInt(_0x1f5773(0x1a5))/0x7*(-parseInt(_0x1f5773(0x1a0))/0x8)+parseInt(_0x1f5773(0x1ad))/0x9+parseInt(_0x1f5773(0x1a4))/0xa*(parseInt(_0x1f5773(0x19f))/0xb);if(_0x8e8e85===_0x401ba2)break;else _0x5ddb51['push'](_0x5ddb51['shift']());}catch(_0x15c761){_0x5ddb51['push'](_0x5ddb51['shift']());}}}(a216_0x1d0e,0xf069b));function a216_0x1d0e(){const _0x313fd9=['10569464EoybFI','beforeExit','exit','SIGTERM','322130sanikt','7LnVUsj','74itUDZD','621123iJgXzF','13487eEAXbO','20tSVgYh','3214796ROgtrb','469830pFyKUr','once','1824516kjrMEY','451GvDtMk'];a216_0x1d0e=function(){return _0x313fd9;};return a216_0x1d0e();}import{shutdownTraces}from'@lovrabet/otel-logger';let shutdownPromise=null;export async function flushOtelNodeIfUsed(){if(shutdownPromise)return shutdownPromise;return shutdownPromise=((async()=>{try{await shutdownTraces();}catch{}})()),shutdownPromise;}export function registerOtelShutdownOnExit(){const _0x2d7525=a216_0x1873;process[_0x2d7525(0x1ac)](_0x2d7525(0x1a1),()=>{void flushOtelNodeIfUsed();});const _0x2a5c00=()=>{const _0x45003d=_0x2d7525;void flushOtelNodeIfUsed()['then'](()=>process[_0x45003d(0x1a2)](0x0));};process['once']('SIGINT',_0x2a5c00),process[_0x2d7525(0x1ac)](_0x2d7525(0x1a3),_0x2a5c00);}function a216_0x1873(_0x57701c,_0xe37bbb){_0x57701c=_0x57701c-0x19f;const _0x1d0e32=a216_0x1d0e();let _0x187365=_0x1d0e32[_0x57701c];return _0x187365;}export async function exitWithOtelShutdown(_0x4814af){const _0x400855=a216_0x1873;await flushOtelNodeIfUsed(),process[_0x400855(0x1a2)](_0x4814af);}
1
+ (function(_0x484ee5,_0x263c4f){const _0x48da28=a216_0x1be2,_0x557483=_0x484ee5();while(!![]){try{const _0x5e35cf=parseInt(_0x48da28(0x10b))/0x1+parseInt(_0x48da28(0x103))/0x2*(-parseInt(_0x48da28(0x10f))/0x3)+-parseInt(_0x48da28(0x101))/0x4*(-parseInt(_0x48da28(0x10d))/0x5)+-parseInt(_0x48da28(0x106))/0x6*(parseInt(_0x48da28(0x104))/0x7)+-parseInt(_0x48da28(0x10c))/0x8+parseInt(_0x48da28(0x105))/0x9+-parseInt(_0x48da28(0x107))/0xa*(-parseInt(_0x48da28(0x10e))/0xb);if(_0x5e35cf===_0x263c4f)break;else _0x557483['push'](_0x557483['shift']());}catch(_0x3e695d){_0x557483['push'](_0x557483['shift']());}}}(a216_0x3c1b,0x5307e));import{shutdownTraces}from'@lovrabet/otel-logger';function a216_0x3c1b(){const _0x2d585c=['SIGTERM','2YXPQLO','1485057pPvtxN','1283346vuijTz','18FgKmSh','10RzzjOO','once','beforeExit','exit','662320XyvfEe','1766088vqzqQd','49420pNaidV','3797651bXvTTp','540537MptSoJ','SIGINT','92ZcBkgd'];a216_0x3c1b=function(){return _0x2d585c;};return a216_0x3c1b();}let shutdownPromise=null;export async function flushOtelNodeIfUsed(){if(shutdownPromise)return shutdownPromise;return shutdownPromise=((async()=>{try{await shutdownTraces();}catch{}})()),shutdownPromise;}export function registerOtelShutdownOnExit(){const _0x1c9399=a216_0x1be2;process[_0x1c9399(0x108)](_0x1c9399(0x109),()=>{void flushOtelNodeIfUsed();});const _0x1f3676=()=>{const _0x117048=_0x1c9399;void flushOtelNodeIfUsed()['then'](()=>process[_0x117048(0x10a)](0x0));};process[_0x1c9399(0x108)](_0x1c9399(0x110),_0x1f3676),process['once'](_0x1c9399(0x102),_0x1f3676);}function a216_0x1be2(_0x287393,_0x3c2717){_0x287393=_0x287393-0x101;const _0x3c1b9d=a216_0x3c1b();let _0x1be2c7=_0x3c1b9d[_0x287393];return _0x1be2c7;}export async function exitWithOtelShutdown(_0xfb4c11){const _0x1e9eb5=a216_0x1be2;await flushOtelNodeIfUsed(),process[_0x1e9eb5(0x10a)](_0xfb4c11);}
@@ -1 +1 @@
1
- const a217_0xae0f2=a217_0x4239;(function(_0x6d1ee9,_0x219973){const _0x23eecc=a217_0x4239,_0x72e36c=_0x6d1ee9();while(!![]){try{const _0x717f3c=parseInt(_0x23eecc(0xa7))/0x1+parseInt(_0x23eecc(0xa0))/0x2+-parseInt(_0x23eecc(0xa6))/0x3*(parseInt(_0x23eecc(0xa4))/0x4)+parseInt(_0x23eecc(0xa9))/0x5+-parseInt(_0x23eecc(0xa3))/0x6*(-parseInt(_0x23eecc(0xa1))/0x7)+-parseInt(_0x23eecc(0xa5))/0x8*(-parseInt(_0x23eecc(0x9f))/0x9)+-parseInt(_0x23eecc(0x9d))/0xa;if(_0x717f3c===_0x219973)break;else _0x72e36c['push'](_0x72e36c['shift']());}catch(_0x6cb53c){_0x72e36c['push'](_0x72e36c['shift']());}}}(a217_0x5260,0x69571));import{sendTraceLog}from'@lovrabet/otel-logger';import{ensureCliOtelTraceConfig}from'../telemetry/ensure-cli-otel-config.js';function a217_0x4239(_0x1d14de,_0x2d9b15){_0x1d14de=_0x1d14de-0x9d;const _0x52605e=a217_0x5260();let _0x42391d=_0x52605e[_0x1d14de];return _0x42391d;}import{getCliVersion}from'../utils/version.js';function a217_0x5260(){const _0x4102e5=['4AGSTRB','24GOtuHR','1345647AnVAaA','232143Ldoppk','traceName','3199235KLZEBj','traceparent','version','manual','14602620EAsHDx','rabetbase-cli','2211471WCKdfQ','52704mTZfoF','159145jntSDw','spanName','186qhlmCE'];a217_0x5260=function(){return _0x4102e5;};return a217_0x5260();}const DEFAULT_TRACE_NAME=a217_0xae0f2(0x9e);export async function sendCliTraceLog(_0x386cf2){const _0x2e7202=a217_0xae0f2;await ensureCliOtelTraceConfig(),sendTraceLog({'traceName':_0x386cf2[_0x2e7202(0xa8)]??DEFAULT_TRACE_NAME,'version':_0x386cf2[_0x2e7202(0xab)]??getCliVersion(),'spanName':_0x386cf2[_0x2e7202(0xa2)],'eventType':_0x2e7202(0xac),'logData':_0x386cf2['logData'],..._0x386cf2['traceparent']&&{'traceparent':_0x386cf2[_0x2e7202(0xaa)]}});}
1
+ const a217_0x34ccdd=a217_0x43e6;(function(_0x4be0b6,_0x582105){const _0x93796b=a217_0x43e6,_0x3c80b0=_0x4be0b6();while(!![]){try{const _0xa30e2c=-parseInt(_0x93796b(0x13c))/0x1*(-parseInt(_0x93796b(0x140))/0x2)+parseInt(_0x93796b(0x13e))/0x3*(-parseInt(_0x93796b(0x138))/0x4)+parseInt(_0x93796b(0x135))/0x5+parseInt(_0x93796b(0x134))/0x6+parseInt(_0x93796b(0x137))/0x7+parseInt(_0x93796b(0x13f))/0x8*(parseInt(_0x93796b(0x139))/0x9)+-parseInt(_0x93796b(0x13b))/0xa;if(_0xa30e2c===_0x582105)break;else _0x3c80b0['push'](_0x3c80b0['shift']());}catch(_0x4c40f7){_0x3c80b0['push'](_0x3c80b0['shift']());}}}(a217_0x2dec,0xabc89));function a217_0x2dec(){const _0x23957c=['12dCioAL','manual','spanName','6728874JXFGlS','5762160Pwgehh','logData','8658587kWUnRS','88CqfSUt','12237273bxOQQg','traceparent','40488000oIvHHK','129711wqCDav','rabetbase-cli','122235suQDuV','8JoVpCg'];a217_0x2dec=function(){return _0x23957c;};return a217_0x2dec();}import{sendTraceLog}from'@lovrabet/otel-logger';import{ensureCliOtelTraceConfig}from'../telemetry/ensure-cli-otel-config.js';import{getCliVersion}from'../utils/version.js';function a217_0x43e6(_0x8a0588,_0x587eaa){_0x8a0588=_0x8a0588-0x132;const _0x2dec55=a217_0x2dec();let _0x43e659=_0x2dec55[_0x8a0588];return _0x43e659;}const DEFAULT_TRACE_NAME=a217_0x34ccdd(0x13d);export async function sendCliTraceLog(_0x5b80ac){const _0x4f7802=a217_0x34ccdd;await ensureCliOtelTraceConfig(),sendTraceLog({'traceName':_0x5b80ac['traceName']??DEFAULT_TRACE_NAME,'version':_0x5b80ac['version']??getCliVersion(),'spanName':_0x5b80ac[_0x4f7802(0x133)],'eventType':_0x4f7802(0x132),'logData':_0x5b80ac[_0x4f7802(0x136)],..._0x5b80ac[_0x4f7802(0x13a)]&&{'traceparent':_0x5b80ac[_0x4f7802(0x13a)]}});}
@@ -1 +1 @@
1
- const a218_0x36968d=a218_0x1b9e;(function(_0x35cbe6,_0x5384f3){const _0x4f8cf2=a218_0x1b9e,_0x5c9a7b=_0x35cbe6();while(!![]){try{const _0x99e72=parseInt(_0x4f8cf2(0x1b7))/0x1*(-parseInt(_0x4f8cf2(0x1ab))/0x2)+-parseInt(_0x4f8cf2(0x1ad))/0x3+parseInt(_0x4f8cf2(0x1aa))/0x4+-parseInt(_0x4f8cf2(0x1af))/0x5+-parseInt(_0x4f8cf2(0x1b2))/0x6*(parseInt(_0x4f8cf2(0x1ac))/0x7)+parseInt(_0x4f8cf2(0x1b3))/0x8*(parseInt(_0x4f8cf2(0x1b4))/0x9)+-parseInt(_0x4f8cf2(0x1ae))/0xa*(-parseInt(_0x4f8cf2(0x1b1))/0xb);if(_0x99e72===_0x5384f3)break;else _0x5c9a7b['push'](_0x5c9a7b['shift']());}catch(_0x59e6da){_0x5c9a7b['push'](_0x5c9a7b['shift']());}}}(a218_0x8f97,0x6d558));function a218_0x8f97(){const _0x568cdc=['description','179212mtMCuc','489178NMixSN','619647JegckM','1544706PjnBPQ','8490UyjhqH','1302220fTVcSv','redactionKinds','23518RzhiUI','42kAwjnk','184936yFwVah','279kgVlKK','sanitize','platform-issue-log-collect','3PeYnYS'];a218_0x8f97=function(){return _0x568cdc;};return a218_0x8f97();}import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';export const PLATFORM_ISSUE_TRACE_NAME=a218_0x36968d(0x1b6);function a218_0x1b9e(_0x35a1bc,_0x5644e9){_0x35a1bc=_0x35a1bc-0x1aa;const _0x8f97e6=a218_0x8f97();let _0x1b9e81=_0x8f97e6[_0x35a1bc];return _0x1b9e81;}export const PLATFORM_ISSUE_SPAN_NAME='issue.log.collect';export async function sendPlatformIssueCollectLog(_0x1f6f64){const _0x2537a7=a218_0x36968d;await sendCliTraceLog({'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0x1f6f64['title'],'issue.description':_0x1f6f64[_0x2537a7(0x1b8)],..._0x1f6f64['sanitize']?{'issue.description_original_bytes':_0x1f6f64[_0x2537a7(0x1b5)]['originalBytes'],'issue.description_truncated':_0x1f6f64['sanitize']['truncated'],'issue.description_redactions':_0x1f6f64[_0x2537a7(0x1b5)]['redactionCount'],'issue.description_redaction_kinds':_0x1f6f64[_0x2537a7(0x1b5)][_0x2537a7(0x1b0)]['join'](',')}:{}}});}
1
+ const a218_0x5d17db=a218_0x406c;(function(_0x536aa7,_0x1ca7af){const _0x3f9569=a218_0x406c,_0x130699=_0x536aa7();while(!![]){try{const _0x2c7aaa=-parseInt(_0x3f9569(0x1af))/0x1*(parseInt(_0x3f9569(0x1b9))/0x2)+parseInt(_0x3f9569(0x1bb))/0x3+parseInt(_0x3f9569(0x1c1))/0x4+-parseInt(_0x3f9569(0x1b3))/0x5*(-parseInt(_0x3f9569(0x1b6))/0x6)+parseInt(_0x3f9569(0x1b2))/0x7*(-parseInt(_0x3f9569(0x1b1))/0x8)+parseInt(_0x3f9569(0x1c0))/0x9+parseInt(_0x3f9569(0x1be))/0xa*(-parseInt(_0x3f9569(0x1b5))/0xb);if(_0x2c7aaa===_0x1ca7af)break;else _0x130699['push'](_0x130699['shift']());}catch(_0x4bbee3){_0x130699['push'](_0x130699['shift']());}}}(a218_0x8813,0x3cda3));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';function a218_0x406c(_0x34dcd6,_0x4a4e24){_0x34dcd6=_0x34dcd6-0x1af;const _0x8813f6=a218_0x8813();let _0x406c72=_0x8813f6[_0x34dcd6];return _0x406c72;}function a218_0x8813(){const _0x365902=['408543DSgkuB','issue.log.collect','redactionCount','2273470MujUFw','originalBytes','3334365SjspZD','1805908KjmFeP','truncated','1wByKFy','sanitize','160504neRFCN','140ZWARSZ','5RfrRnx','join','22muDNqI','1946382zARmno','platform-issue-log-collect','description','354670QMIDRs','title'];a218_0x8813=function(){return _0x365902;};return a218_0x8813();}export const PLATFORM_ISSUE_TRACE_NAME=a218_0x5d17db(0x1b7);export const PLATFORM_ISSUE_SPAN_NAME=a218_0x5d17db(0x1bc);export async function sendPlatformIssueCollectLog(_0x24fb59){const _0x49cff5=a218_0x5d17db;await sendCliTraceLog({'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0x24fb59[_0x49cff5(0x1ba)],'issue.description':_0x24fb59[_0x49cff5(0x1b8)],..._0x24fb59[_0x49cff5(0x1b0)]?{'issue.description_original_bytes':_0x24fb59[_0x49cff5(0x1b0)][_0x49cff5(0x1bf)],'issue.description_truncated':_0x24fb59[_0x49cff5(0x1b0)][_0x49cff5(0x1c2)],'issue.description_redactions':_0x24fb59[_0x49cff5(0x1b0)][_0x49cff5(0x1bd)],'issue.description_redaction_kinds':_0x24fb59[_0x49cff5(0x1b0)]['redactionKinds'][_0x49cff5(0x1b4)](',')}:{}}});}
@@ -1 +1 @@
1
- const a220_0x4c32ca=a220_0x22a2;(function(_0x3a886d,_0xa6219e){const _0x1add1e=a220_0x22a2,_0x2e77e2=_0x3a886d();while(!![]){try{const _0x1dc935=parseInt(_0x1add1e(0x16c))/0x1*(parseInt(_0x1add1e(0x16a))/0x2)+-parseInt(_0x1add1e(0x15a))/0x3*(parseInt(_0x1add1e(0x17a))/0x4)+parseInt(_0x1add1e(0x156))/0x5*(parseInt(_0x1add1e(0x16e))/0x6)+parseInt(_0x1add1e(0x16f))/0x7+parseInt(_0x1add1e(0x17d))/0x8+parseInt(_0x1add1e(0x16d))/0x9*(parseInt(_0x1add1e(0x171))/0xa)+-parseInt(_0x1add1e(0x167))/0xb;if(_0x1dc935===_0xa6219e)break;else _0x2e77e2['push'](_0x2e77e2['shift']());}catch(_0x32fc6e){_0x2e77e2['push'](_0x2e77e2['shift']());}}}(a220_0x1e24,0xf0be7));export const CORE_IDE_CONFIGS={'cursor':{'name':a220_0x4c32ca(0x15d),'description':a220_0x4c32ca(0x170),'folders':[a220_0x4c32ca(0x154),'.cursor'],'files':[{'type':a220_0x4c32ca(0x15b),'path':a220_0x4c32ca(0x168),'template':a220_0x4c32ca(0x14c)}]},'windsurf':{'name':a220_0x4c32ca(0x175),'description':'Windsurf\x20IDE','folders':[a220_0x4c32ca(0x17b)],'files':[{'type':a220_0x4c32ca(0x15b),'path':'.windsurf/workflows/rabetbase.md','template':a220_0x4c32ca(0x14c)}]},'claude':{'name':a220_0x4c32ca(0x16b),'description':'Claude\x20Code','folders':[a220_0x4c32ca(0x165)],'files':[{'type':a220_0x4c32ca(0x15b),'path':a220_0x4c32ca(0x153),'template':a220_0x4c32ca(0x14c)}]},'cline':{'name':a220_0x4c32ca(0x178),'description':'Cline\x20IDE','folders':[a220_0x4c32ca(0x174)],'files':[{'type':a220_0x4c32ca(0x15b),'path':a220_0x4c32ca(0x149),'template':a220_0x4c32ca(0x14c)}]},'codex':{'name':a220_0x4c32ca(0x151),'description':a220_0x4c32ca(0x179),'folders':[a220_0x4c32ca(0x150)],'files':[{'type':a220_0x4c32ca(0x15b),'path':'.codex/skills/lovrabet/SKILL.md','template':a220_0x4c32ca(0x14c)}]},'opencode':{'name':a220_0x4c32ca(0x161),'description':'OpenCode\x20IDE','folders':[a220_0x4c32ca(0x160)],'files':[{'type':a220_0x4c32ca(0x15b),'path':a220_0x4c32ca(0x166),'template':a220_0x4c32ca(0x14c)}]},'qoder':{'name':a220_0x4c32ca(0x163),'description':a220_0x4c32ca(0x176),'folders':[a220_0x4c32ca(0x17e)],'files':[{'type':a220_0x4c32ca(0x15b),'path':a220_0x4c32ca(0x17c),'template':a220_0x4c32ca(0x14c)},{'type':a220_0x4c32ca(0x15b),'path':a220_0x4c32ca(0x162),'template':a220_0x4c32ca(0x14c)}]},'codebuddy':{'name':a220_0x4c32ca(0x15e),'description':'CodeBuddy\x20IDE','folders':[a220_0x4c32ca(0x15f)],'files':[{'type':a220_0x4c32ca(0x15b),'path':'.codebuddy/skills/lovrabet/SKILL.md','template':'SKILL.md.tpl'}]},'trae':{'name':a220_0x4c32ca(0x148),'description':'Trae\x20IDE','folders':['.trae'],'files':[{'type':'file','path':a220_0x4c32ca(0x15c),'template':a220_0x4c32ca(0x14c)}]}};export const IDE_CONFIGS={...CORE_IDE_CONFIGS,'agent':{'name':a220_0x4c32ca(0x177),'description':a220_0x4c32ca(0x157),'folders':[a220_0x4c32ca(0x158)],'files':[{'type':'file','path':a220_0x4c32ca(0x14f),'template':'SKILL.md.tpl'}]},'antigravity':{'name':a220_0x4c32ca(0x172),'description':a220_0x4c32ca(0x159),'folders':['.agent'],'files':[{'type':a220_0x4c32ca(0x15b),'path':a220_0x4c32ca(0x14f),'template':'SKILL.md.tpl'}]}};export const CORE_IDE_LIST=[a220_0x4c32ca(0x164),a220_0x4c32ca(0x14a),a220_0x4c32ca(0x14b),a220_0x4c32ca(0x14d),a220_0x4c32ca(0x169),a220_0x4c32ca(0x14e),a220_0x4c32ca(0x173),a220_0x4c32ca(0x155),a220_0x4c32ca(0x152)];function a220_0x1e24(){const _0x1b957e=['.codex','Codex','windsurf','.claude/skills/lovrabet/SKILL.md','.cursorrules','trae','5qiLwLM','通用模板\x20-\x20兜底方案','.agent','Antigravity\x20IDE','15ZNDIHY','file','.trae/skills/lovrabet/SKILL.md','Cursor','CodeBuddy','.codebuddy','.opencode','OpenCode','.qoder/skills/lovrabet/SKILL.md','Qoder','claude','.claude','.opencode/skills/lovrabet/SKILL.md','76960235cruJHK','.cursor/skills/rabetbase.md','cursor','3225428csqoMG','Claude\x20Code','1DOjIkJ','26127PXNAWX','9859326DiNHFf','12021296PdSiSk','Cursor\x20IDE','5520ACdLGc','Antigravity','qoder','.cline','Windsurf','Qoder\x20IDE','其他\x20(通用模板)','Cline','Codex\x20IDE','390596NhzwPF','.windsurf','.qoder/rules/rabetbase.md','15159984upFrKs','.qoder','Trae','.cline/skills/lovrabet/SKILL.md','cline','codebuddy','SKILL.md.tpl','codex','opencode','.agent/skills/lovrabet/SKILL.md'];a220_0x1e24=function(){return _0x1b957e;};return a220_0x1e24();}function a220_0x22a2(_0x18e529,_0x304c1c){_0x18e529=_0x18e529-0x148;const _0x1e248d=a220_0x1e24();let _0x22a205=_0x1e248d[_0x18e529];return _0x22a205;}export const IDE_LIST=['antigravity',a220_0x4c32ca(0x164),'cline',a220_0x4c32ca(0x14b),'codex',a220_0x4c32ca(0x169),a220_0x4c32ca(0x14e),'qoder',a220_0x4c32ca(0x155),a220_0x4c32ca(0x152),'agent'];export const ALL_CORE_IDES=[a220_0x4c32ca(0x169),a220_0x4c32ca(0x152),'claude',a220_0x4c32ca(0x14a),a220_0x4c32ca(0x14d),a220_0x4c32ca(0x14e),a220_0x4c32ca(0x173),a220_0x4c32ca(0x14b),a220_0x4c32ca(0x155)];
1
+ function a220_0x5a27(){const _0x578d04=['SKILL.md.tpl','Windsurf','trae','codebuddy','.claude/skills/lovrabet/SKILL.md','1741302klFzMY','.cursor','Antigravity','.opencode/skills/lovrabet/SKILL.md','Windsurf\x20IDE','Cline','file','619940YrIeNf','Qoder\x20IDE','.cline/skills/lovrabet/SKILL.md','1518408AqCcZl','qoder','5201vsekQl','.codebuddy','.windsurf/workflows/rabetbase.md','opencode','5684049WspLbJ','Trae\x20IDE','.agent/skills/lovrabet/SKILL.md','Codex\x20IDE','.cursor/skills/rabetbase.md','Qoder','5orLLvp','Trae','windsurf','.codex','.agent','.cursorrules','codex','CodeBuddy\x20IDE','Antigravity\x20IDE','.codex/skills/lovrabet/SKILL.md','Claude\x20Code','Cursor','cline','Cursor\x20IDE','1768277rpyDVl','cursor','Cline\x20IDE','50616tWgcJE','claude','.opencode','4DFReDA','.windsurf','.qoder','通用模板\x20-\x20兜底方案','CodeBuddy'];a220_0x5a27=function(){return _0x578d04;};return a220_0x5a27();}const a220_0xf3d8d7=a220_0xb690;(function(_0x2bf727,_0x5260f8){const _0x27eeb0=a220_0xb690,_0x2e8ab1=_0x2bf727();while(!![]){try{const _0x223c5f=parseInt(_0x27eeb0(0x15d))/0x1*(-parseInt(_0x27eeb0(0x17b))/0x2)+parseInt(_0x27eeb0(0x15b))/0x3+parseInt(_0x27eeb0(0x18c))/0x4*(-parseInt(_0x27eeb0(0x167))/0x5)+parseInt(_0x27eeb0(0x185))/0x6+parseInt(_0x27eeb0(0x175))/0x7+parseInt(_0x27eeb0(0x178))/0x8+-parseInt(_0x27eeb0(0x161))/0x9;if(_0x223c5f===_0x5260f8)break;else _0x2e8ab1['push'](_0x2e8ab1['shift']());}catch(_0x5d5992){_0x2e8ab1['push'](_0x2e8ab1['shift']());}}}(a220_0x5a27,0x3f127));export const CORE_IDE_CONFIGS={'cursor':{'name':a220_0xf3d8d7(0x172),'description':a220_0xf3d8d7(0x174),'folders':[a220_0xf3d8d7(0x16c),a220_0xf3d8d7(0x186)],'files':[{'type':a220_0xf3d8d7(0x18b),'path':a220_0xf3d8d7(0x165),'template':'SKILL.md.tpl'}]},'windsurf':{'name':a220_0xf3d8d7(0x181),'description':a220_0xf3d8d7(0x189),'folders':[a220_0xf3d8d7(0x17c)],'files':[{'type':a220_0xf3d8d7(0x18b),'path':a220_0xf3d8d7(0x15f),'template':'SKILL.md.tpl'}]},'claude':{'name':a220_0xf3d8d7(0x171),'description':a220_0xf3d8d7(0x171),'folders':['.claude'],'files':[{'type':'file','path':a220_0xf3d8d7(0x184),'template':'SKILL.md.tpl'}]},'cline':{'name':a220_0xf3d8d7(0x18a),'description':a220_0xf3d8d7(0x177),'folders':['.cline'],'files':[{'type':a220_0xf3d8d7(0x18b),'path':a220_0xf3d8d7(0x15a),'template':a220_0xf3d8d7(0x180)}]},'codex':{'name':'Codex','description':a220_0xf3d8d7(0x164),'folders':[a220_0xf3d8d7(0x16a)],'files':[{'type':a220_0xf3d8d7(0x18b),'path':a220_0xf3d8d7(0x170),'template':a220_0xf3d8d7(0x180)}]},'opencode':{'name':'OpenCode','description':'OpenCode\x20IDE','folders':[a220_0xf3d8d7(0x17a)],'files':[{'type':a220_0xf3d8d7(0x18b),'path':a220_0xf3d8d7(0x188),'template':'SKILL.md.tpl'}]},'qoder':{'name':a220_0xf3d8d7(0x166),'description':a220_0xf3d8d7(0x18d),'folders':[a220_0xf3d8d7(0x17d)],'files':[{'type':'file','path':'.qoder/rules/rabetbase.md','template':a220_0xf3d8d7(0x180)},{'type':a220_0xf3d8d7(0x18b),'path':'.qoder/skills/lovrabet/SKILL.md','template':a220_0xf3d8d7(0x180)}]},'codebuddy':{'name':a220_0xf3d8d7(0x17f),'description':a220_0xf3d8d7(0x16e),'folders':[a220_0xf3d8d7(0x15e)],'files':[{'type':a220_0xf3d8d7(0x18b),'path':'.codebuddy/skills/lovrabet/SKILL.md','template':a220_0xf3d8d7(0x180)}]},'trae':{'name':a220_0xf3d8d7(0x168),'description':a220_0xf3d8d7(0x162),'folders':['.trae'],'files':[{'type':a220_0xf3d8d7(0x18b),'path':'.trae/skills/lovrabet/SKILL.md','template':a220_0xf3d8d7(0x180)}]}};function a220_0xb690(_0x134ef6,_0x5f234d){_0x134ef6=_0x134ef6-0x15a;const _0x5a275c=a220_0x5a27();let _0xb690d7=_0x5a275c[_0x134ef6];return _0xb690d7;}export const IDE_CONFIGS={...CORE_IDE_CONFIGS,'agent':{'name':'其他\x20(通用模板)','description':a220_0xf3d8d7(0x17e),'folders':['.agent'],'files':[{'type':a220_0xf3d8d7(0x18b),'path':a220_0xf3d8d7(0x163),'template':a220_0xf3d8d7(0x180)}]},'antigravity':{'name':a220_0xf3d8d7(0x187),'description':a220_0xf3d8d7(0x16f),'folders':[a220_0xf3d8d7(0x16b)],'files':[{'type':a220_0xf3d8d7(0x18b),'path':a220_0xf3d8d7(0x163),'template':a220_0xf3d8d7(0x180)}]}};export const CORE_IDE_LIST=['claude','cline','codebuddy',a220_0xf3d8d7(0x16d),'cursor',a220_0xf3d8d7(0x160),'qoder',a220_0xf3d8d7(0x182),a220_0xf3d8d7(0x169)];export const IDE_LIST=['antigravity','claude','cline',a220_0xf3d8d7(0x183),a220_0xf3d8d7(0x16d),a220_0xf3d8d7(0x176),a220_0xf3d8d7(0x160),'qoder',a220_0xf3d8d7(0x182),a220_0xf3d8d7(0x169),'agent'];export const ALL_CORE_IDES=['cursor',a220_0xf3d8d7(0x169),a220_0xf3d8d7(0x179),a220_0xf3d8d7(0x173),a220_0xf3d8d7(0x16d),a220_0xf3d8d7(0x160),a220_0xf3d8d7(0x15c),'codebuddy',a220_0xf3d8d7(0x182)];
@@ -1 +1 @@
1
- (function(_0x15f046,_0x44ba1e){const _0x53a249=a221_0x58dc,_0x523efa=_0x15f046();while(!![]){try{const _0x33e06b=parseInt(_0x53a249(0x1cd))/0x1+parseInt(_0x53a249(0x1d5))/0x2+parseInt(_0x53a249(0x1d4))/0x3*(-parseInt(_0x53a249(0x1ce))/0x4)+-parseInt(_0x53a249(0x1d1))/0x5*(-parseInt(_0x53a249(0x1d6))/0x6)+-parseInt(_0x53a249(0x1d0))/0x7*(-parseInt(_0x53a249(0x1d2))/0x8)+parseInt(_0x53a249(0x1cf))/0x9+-parseInt(_0x53a249(0x1d3))/0xa;if(_0x33e06b===_0x44ba1e)break;else _0x523efa['push'](_0x523efa['shift']());}catch(_0x2f883c){_0x523efa['push'](_0x523efa['shift']());}}}(a221_0x9dd4,0x93431));function a221_0x9dd4(){const _0x370c96=['1268802apbglV','705035BymtWh','4bBxsao','745857PGTaQM','2653jKElLb','10iPnOss','13864RQvWWM','20940280ZGNjwE','1006431nHUoBP','2330082yhcbgZ'];a221_0x9dd4=function(){return _0x370c96;};return a221_0x9dd4();}function a221_0x58dc(_0x398ca2,_0x303bd6){_0x398ca2=_0x398ca2-0x1cd;const _0x9dd45d=a221_0x9dd4();let _0x58dc58=_0x9dd45d[_0x398ca2];return _0x58dc58;}import{createJqFilter,resolveBundledJqPaths}from'@lovrabet/cli-framework';import{CliErrors}from'../errors.js';export const applyJqFilter=createJqFilter(CliErrors,{'bundledJqPaths':resolveBundledJqPaths()});
1
+ (function(_0x4f79e7,_0x988967){const _0x47eab3=a221_0x2442,_0x3cfccd=_0x4f79e7();while(!![]){try{const _0x31fab7=parseInt(_0x47eab3(0x15a))/0x1+-parseInt(_0x47eab3(0x15e))/0x2+parseInt(_0x47eab3(0x161))/0x3*(-parseInt(_0x47eab3(0x15f))/0x4)+parseInt(_0x47eab3(0x162))/0x5*(parseInt(_0x47eab3(0x15d))/0x6)+-parseInt(_0x47eab3(0x15c))/0x7+-parseInt(_0x47eab3(0x160))/0x8+parseInt(_0x47eab3(0x15b))/0x9*(parseInt(_0x47eab3(0x159))/0xa);if(_0x31fab7===_0x988967)break;else _0x3cfccd['push'](_0x3cfccd['shift']());}catch(_0x3b6b23){_0x3cfccd['push'](_0x3cfccd['shift']());}}}(a221_0x5203,0x54f53));import{createJqFilter,resolveBundledJqPaths}from'@lovrabet/cli-framework';function a221_0x2442(_0xb1406f,_0x535ba3){_0xb1406f=_0xb1406f-0x159;const _0x5203b4=a221_0x5203();let _0x2442b3=_0x5203b4[_0xb1406f];return _0x2442b3;}function a221_0x5203(){const _0x9cc1df=['156290QaWbWP','61480gJKUrQ','201841TeVOea','1089kSuDFL','1448755FThLJM','102rmKRhC','7206rvDGfO','72YwAPTc','4731728WunQAw','54519gKJewi'];a221_0x5203=function(){return _0x9cc1df;};return a221_0x5203();}import{CliErrors}from'../errors.js';export const applyJqFilter=createJqFilter(CliErrors,{'bundledJqPaths':resolveBundledJqPaths()});
@@ -1 +1 @@
1
- (function(_0x5d8dc0,_0x56a49f){const _0x56004d=a222_0x2414,_0xb933d3=_0x5d8dc0();while(!![]){try{const _0x4e4395=parseInt(_0x56004d(0x1cb))/0x1+parseInt(_0x56004d(0x1cd))/0x2+parseInt(_0x56004d(0x1c6))/0x3+-parseInt(_0x56004d(0x1ca))/0x4+-parseInt(_0x56004d(0x1c4))/0x5+parseInt(_0x56004d(0x1c9))/0x6*(-parseInt(_0x56004d(0x1c7))/0x7)+parseInt(_0x56004d(0x1cc))/0x8*(parseInt(_0x56004d(0x1d3))/0x9);if(_0x4e4395===_0x56a49f)break;else _0xb933d3['push'](_0xb933d3['shift']());}catch(_0x3b6693){_0xb933d3['push'](_0xb933d3['shift']());}}}(a222_0x19ed,0xe8c44));import{getTemplateBaseUrl}from'../utils/config.js';export async function fetchCdnConfig(){const _0x51bde6=a222_0x2414,_0x2741d4=getTemplateBaseUrl(),_0x4c7370=[_0x2741d4+_0x51bde6(0x1d0),_0x2741d4+_0x51bde6(0x1d2)];for(const _0x4551dd of _0x4c7370){try{const _0x295366=await fetch(_0x4551dd,{'headers':{'Accept':_0x51bde6(0x1ce)}});if(!_0x295366['ok'])continue;const _0x159d6f=await _0x295366['json']();if(!_0x159d6f[_0x51bde6(0x1c5)]?.[_0x51bde6(0x1cf)]||!_0x159d6f['sdk']?.[_0x51bde6(0x1c8)]?.[_0x51bde6(0x1cf)])continue;return _0x159d6f;}catch{}}return null;}function a222_0x19ed(){const _0x480fcb=['/config/index.json','27YNgDfV','8578890SeDQHl','cli','3973689gZqWol','119ChAVaC','node','322536fuvfzE','676436JvrFrK','1380167bgqDsv','981608bHnyfi','1358636usPKzr','application/json','stableVersion','/config.json','now'];a222_0x19ed=function(){return _0x480fcb;};return a222_0x19ed();}let cachedConfig=null,cacheTime=0x0;const CACHE_TTL=0x5*0x3c*0x3e8,FAILURE_CACHE_TTL=0x3c*0x3e8;function a222_0x2414(_0x4666ce,_0x4b3c0c){_0x4666ce=_0x4666ce-0x1c4;const _0x19ed91=a222_0x19ed();let _0x24143f=_0x19ed91[_0x4666ce];return _0x24143f;}let hasCachedConfig=![];export async function getCdnConfig(){const _0xd2bc59=a222_0x2414,_0x572cac=Date[_0xd2bc59(0x1d1)]();if(hasCachedConfig){const _0x41777c=cachedConfig?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x572cac-cacheTime<_0x41777c)return cachedConfig;}const _0x27bcbc=await fetchCdnConfig();return cachedConfig=_0x27bcbc,cacheTime=_0x572cac,hasCachedConfig=!![],_0x27bcbc;}export function clearCdnConfigCache(){cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];}
1
+ (function(_0x3b7927,_0x287acb){const _0x55f9d1=a222_0x6896,_0x11546c=_0x3b7927();while(!![]){try{const _0x2d6b77=parseInt(_0x55f9d1(0xe6))/0x1+-parseInt(_0x55f9d1(0xeb))/0x2+-parseInt(_0x55f9d1(0xec))/0x3+parseInt(_0x55f9d1(0xef))/0x4+-parseInt(_0x55f9d1(0xe4))/0x5+-parseInt(_0x55f9d1(0xea))/0x6+parseInt(_0x55f9d1(0xe5))/0x7;if(_0x2d6b77===_0x287acb)break;else _0x11546c['push'](_0x11546c['shift']());}catch(_0x2f3701){_0x11546c['push'](_0x11546c['shift']());}}}(a222_0x303a,0x78109));import{getTemplateBaseUrl}from'../utils/config.js';export async function fetchCdnConfig(){const _0x3deac4=a222_0x6896,_0x2e4380=getTemplateBaseUrl(),_0x32cee2=[_0x2e4380+_0x3deac4(0xee),_0x2e4380+_0x3deac4(0xed)];for(const _0x1cc52e of _0x32cee2){try{const _0x1a5f65=await fetch(_0x1cc52e,{'headers':{'Accept':'application/json'}});if(!_0x1a5f65['ok'])continue;const _0x3ef548=await _0x1a5f65[_0x3deac4(0xe9)]();if(!_0x3ef548['cli']?.[_0x3deac4(0xe7)]||!_0x3ef548['sdk']?.[_0x3deac4(0xe8)]?.[_0x3deac4(0xe7)])continue;return _0x3ef548;}catch{}}return null;}function a222_0x6896(_0x482e9d,_0xedba02){_0x482e9d=_0x482e9d-0xe4;const _0x303aad=a222_0x303a();let _0x68968c=_0x303aad[_0x482e9d];return _0x68968c;}let cachedConfig=null,cacheTime=0x0;const CACHE_TTL=0x5*0x3c*0x3e8,FAILURE_CACHE_TTL=0x3c*0x3e8;let hasCachedConfig=![];export async function getCdnConfig(){const _0xcb4643=Date['now']();if(hasCachedConfig){const _0x52b282=cachedConfig?CACHE_TTL:FAILURE_CACHE_TTL;if(_0xcb4643-cacheTime<_0x52b282)return cachedConfig;}const _0xdb22df=await fetchCdnConfig();return cachedConfig=_0xdb22df,cacheTime=_0xcb4643,hasCachedConfig=!![],_0xdb22df;}export function clearCdnConfigCache(){cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];}function a222_0x303a(){const _0x187ed0=['/config/index.json','/config.json','1494752lWRvpV','1791270GTGChm','8289232vGoYuS','800944EvUwvO','stableVersion','node','json','2663652tfEwFT','533518QyGLTu','2394204rATwFr'];a222_0x303a=function(){return _0x187ed0;};return a222_0x303a();}
@@ -1 +1 @@
1
- const a223_0x286f19=a223_0x8d82;(function(_0x4d8316,_0x578475){const _0x557474=a223_0x8d82,_0x9a0ebe=_0x4d8316();while(!![]){try{const _0x2af096=-parseInt(_0x557474(0x15b))/0x1*(parseInt(_0x557474(0x16e))/0x2)+parseInt(_0x557474(0x151))/0x3*(-parseInt(_0x557474(0x153))/0x4)+-parseInt(_0x557474(0x150))/0x5*(-parseInt(_0x557474(0x161))/0x6)+-parseInt(_0x557474(0x15f))/0x7+-parseInt(_0x557474(0x157))/0x8*(parseInt(_0x557474(0x15d))/0x9)+-parseInt(_0x557474(0x173))/0xa*(parseInt(_0x557474(0x169))/0xb)+-parseInt(_0x557474(0x156))/0xc*(-parseInt(_0x557474(0x174))/0xd);if(_0x2af096===_0x578475)break;else _0x9a0ebe['push'](_0x9a0ebe['shift']());}catch(_0x8c5883){_0x9a0ebe['push'](_0x9a0ebe['shift']());}}}(a223_0x5b0b,0xec741));function a223_0x8d82(_0x1ecd13,_0x460087){_0x1ecd13=_0x1ecd13-0x14b;const _0x5b0bd8=a223_0x5b0b();let _0x8d824e=_0x5b0bd8[_0x1ecd13];return _0x8d824e;}import a223_0x2c883a from'node:fs';import a223_0x4b0348 from'node:path';function a223_0x5b0b(){const _0x3261a9=['14041379Dihggq','stableVersion','devDependencies','\x20\x20\x20Current\x20version:\x20','join','8CDTeWU','\x1b[33m','\x20\x20\x20Stable\x20version:\x20','node','sdk','10SWUivL','26SSDntw','packageName','minVersion','\x20\x20\x20Upgrade\x20command:\x20','1.2.0','package.json','2479510xIwLOm','113961WyTUVb','latest','88OhajGT','coerce','dependencies','23431116qncNeE','2706760HhXPPq','log','readFileSync','test','229027cxRBzy','needsUpgrade','9eIKBXv','@lovrabet/sdk','461433sCgHQX','version','6xpuPYf','npm\x20install\x20','↪\x20SDK\x20update\x20available','parse','utf8','existsSync','all','node_modules'];a223_0x5b0b=function(){return _0x3261a9;};return a223_0x5b0b();}import a223_0x16716c from'semver';import{getCdnConfig}from'../utils/cdn-config.js';const FALLBACK_MIN_SDK_VERSION=a223_0x286f19(0x14e);function isNonNumericVersion(_0xb3e4b9){const _0x398967=a223_0x286f19,_0x30210b=[/^latest$/i,/^beta$/i,/^alpha$/i,/^canary$/i,/^\*$/,/^x$/];return _0x30210b['some'](_0x131549=>_0x131549[_0x398967(0x15a)](_0xb3e4b9));}function getInstalledVersion(_0x1c6740,_0x1a9cb0){const _0x3f124f=a223_0x286f19;try{const _0x429c3d=a223_0x4b0348['join'](_0x1c6740,_0x3f124f(0x168),_0x1a9cb0,_0x3f124f(0x14f));if(a223_0x2c883a['existsSync'](_0x429c3d)){const _0x132cfb=JSON[_0x3f124f(0x164)](a223_0x2c883a['readFileSync'](_0x429c3d,'utf-8'));return _0x132cfb[_0x3f124f(0x160)]||null;}}catch{}return null;}async function getSdkStableVersion(){const _0x4e5774=a223_0x286f19;try{const _0x5090b2=await getCdnConfig();return _0x5090b2?.[_0x4e5774(0x172)]?.[_0x4e5774(0x171)]?.[_0x4e5774(0x16a)]||null;}catch{return null;}}async function getSdkPackageName(){const _0x164eb7=a223_0x286f19;try{const _0x1e9e7a=await getCdnConfig();return _0x1e9e7a?.[_0x164eb7(0x172)]?.[_0x164eb7(0x171)]?.[_0x164eb7(0x14b)]||_0x164eb7(0x15e);}catch{return _0x164eb7(0x15e);}}export async function checkSdkVersion(_0x284740){const _0x44a357=a223_0x286f19,_0x93d421=a223_0x4b0348[_0x44a357(0x16d)](_0x284740,'package.json'),[_0x14f753,_0x4e4738]=await Promise[_0x44a357(0x167)]([getSdkStableVersion(),getSdkPackageName()]),_0xbfec06=_0x14f753||FALLBACK_MIN_SDK_VERSION;if(!a223_0x2c883a['existsSync'](_0x93d421))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0xbfec06,'packageName':_0x4e4738,'stableVersion':_0x14f753};try{const _0x9225b3=JSON[_0x44a357(0x164)](a223_0x2c883a[_0x44a357(0x159)](_0x93d421,_0x44a357(0x165))),_0x2d5c4d=_0x9225b3[_0x44a357(0x155)]||{},_0x3a7de1=_0x9225b3[_0x44a357(0x16b)]||{},_0x3233d0=_0x2d5c4d[_0x4e4738]||_0x3a7de1[_0x4e4738];if(!_0x3233d0)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0xbfec06,'packageName':_0x4e4738,'stableVersion':_0x14f753};let _0x342e50=getInstalledVersion(_0x284740,_0x4e4738);!_0x342e50&&(_0x342e50=_0x3233d0);if(isNonNumericVersion(_0x3233d0))return{'installed':!![],'version':_0x342e50,'needsUpgrade':![],'minVersion':_0xbfec06,'packageName':_0x4e4738,'stableVersion':_0x14f753};const _0x4264d2=a223_0x16716c[_0x44a357(0x154)](_0x342e50),_0x1f3b64=a223_0x16716c[_0x44a357(0x154)](_0xbfec06),_0x53ebb8=_0x4264d2&&_0x1f3b64?a223_0x16716c['lt'](_0x4264d2,_0x1f3b64):![];return{'installed':!![],'version':_0x342e50,'needsUpgrade':_0x53ebb8,'minVersion':_0xbfec06,'packageName':_0x4e4738,'stableVersion':_0x14f753};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0xbfec06,'packageName':_0x4e4738,'stableVersion':_0x14f753};}}export function checkSdkVersionSync(_0x5f5106){const _0x12cd0b=a223_0x286f19,_0x39f8e8=a223_0x4b0348['join'](_0x5f5106,'package.json'),_0x5ece5b=_0x12cd0b(0x15e);if(!a223_0x2c883a[_0x12cd0b(0x166)](_0x39f8e8))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x5ece5b,'stableVersion':null};try{const _0xf2eeb4=JSON[_0x12cd0b(0x164)](a223_0x2c883a['readFileSync'](_0x39f8e8,_0x12cd0b(0x165))),_0x49bdb1=_0xf2eeb4[_0x12cd0b(0x155)]||{},_0x24ee45=_0xf2eeb4[_0x12cd0b(0x16b)]||{},_0x1eb219=_0x49bdb1[_0x5ece5b]||_0x24ee45[_0x5ece5b];if(!_0x1eb219)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x5ece5b,'stableVersion':null};let _0x29b0b1=getInstalledVersion(_0x5f5106,_0x5ece5b);!_0x29b0b1&&(_0x29b0b1=_0x1eb219);if(isNonNumericVersion(_0x1eb219))return{'installed':!![],'version':_0x29b0b1,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x5ece5b,'stableVersion':null};const _0x494377=a223_0x16716c[_0x12cd0b(0x154)](_0x29b0b1),_0x5d1cd5=_0x494377?a223_0x16716c['lt'](_0x494377,FALLBACK_MIN_SDK_VERSION):![];return{'installed':!![],'version':_0x29b0b1,'needsUpgrade':_0x5d1cd5,'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x5ece5b,'stableVersion':null};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x5ece5b,'stableVersion':null};}}export function printSdkUpgradeWarning(_0x3c0c94){const _0x4cb29a=a223_0x286f19;if(!_0x3c0c94[_0x4cb29a(0x15c)])return;const _0x3e34d9=_0x4cb29a(0x16f),_0x4becba='\x1b[0m',_0x36275f='\x1b[1m',_0x5c69f7=_0x3c0c94['packageName']||_0x4cb29a(0x15e),_0x1d8b5e=_0x3c0c94['stableVersion']||_0x3c0c94[_0x4cb29a(0x14c)],_0x4ea08f=_0x4cb29a(0x162)+_0x5c69f7+'@'+(_0x1d8b5e||_0x4cb29a(0x152));console['log'](),console['log'](''+_0x3e34d9+_0x36275f+_0x4cb29a(0x163)+_0x4becba),console[_0x4cb29a(0x158)](_0x3e34d9+_0x4cb29a(0x16c)+_0x5c69f7+'@'+_0x3c0c94['version']+_0x4becba),console[_0x4cb29a(0x158)](_0x3e34d9+_0x4cb29a(0x170)+_0x1d8b5e+_0x4becba),console['log'](_0x3e34d9+_0x4cb29a(0x14d)+_0x4ea08f+_0x4becba),console[_0x4cb29a(0x158)]();}
1
+ const a223_0x5eeddd=a223_0x2e16;(function(_0x14c0c6,_0x43c7d1){const _0x279f5e=a223_0x2e16,_0x2301e3=_0x14c0c6();while(!![]){try{const _0x15b983=parseInt(_0x279f5e(0x1a4))/0x1+parseInt(_0x279f5e(0x1a8))/0x2+parseInt(_0x279f5e(0x1c6))/0x3+parseInt(_0x279f5e(0x1ba))/0x4*(parseInt(_0x279f5e(0x1c1))/0x5)+parseInt(_0x279f5e(0x1c7))/0x6+-parseInt(_0x279f5e(0x1c2))/0x7*(-parseInt(_0x279f5e(0x1b3))/0x8)+-parseInt(_0x279f5e(0x1a9))/0x9;if(_0x15b983===_0x43c7d1)break;else _0x2301e3['push'](_0x2301e3['shift']());}catch(_0x58ebde){_0x2301e3['push'](_0x2301e3['shift']());}}}(a223_0x5740,0x80f28));import a223_0x25315a from'node:fs';import a223_0x5922e1 from'node:path';import a223_0x4f0743 from'semver';import{getCdnConfig}from'../utils/cdn-config.js';function a223_0x5740(){const _0x1cb3e7=['stableVersion','node','coerce','892fBmFaY','dependencies','↪\x20SDK\x20update\x20available','\x20\x20\x20Current\x20version:\x20','join','parse','existsSync','23235NvNRPj','7npSQhV','1.2.0','utf8','\x1b[1m','2092155vGQgcY','3389646CyIZku','packageName','npm\x20install\x20','\x20\x20\x20Upgrade\x20command:\x20','some','71138PDsnLS','log','@lovrabet/sdk','utf-8','213364wRqOrC','23428683MrcrjH','sdk','devDependencies','node_modules','\x20\x20\x20Stable\x20version:\x20','all','latest','package.json','\x1b[0m','minVersion','5239424MWqDFR','needsUpgrade','version','readFileSync'];a223_0x5740=function(){return _0x1cb3e7;};return a223_0x5740();}const FALLBACK_MIN_SDK_VERSION=a223_0x5eeddd(0x1c3);function isNonNumericVersion(_0x4ecb06){const _0x3e5518=a223_0x5eeddd,_0x3164b6=[/^latest$/i,/^beta$/i,/^alpha$/i,/^canary$/i,/^\*$/,/^x$/];return _0x3164b6[_0x3e5518(0x1a3)](_0x5678a2=>_0x5678a2['test'](_0x4ecb06));}function getInstalledVersion(_0xd9a530,_0x2bdd65){const _0x4ca408=a223_0x5eeddd;try{const _0x1e22b9=a223_0x5922e1['join'](_0xd9a530,_0x4ca408(0x1ac),_0x2bdd65,_0x4ca408(0x1b0));if(a223_0x25315a[_0x4ca408(0x1c0)](_0x1e22b9)){const _0x2ce951=JSON[_0x4ca408(0x1bf)](a223_0x25315a['readFileSync'](_0x1e22b9,_0x4ca408(0x1a7)));return _0x2ce951[_0x4ca408(0x1b5)]||null;}}catch{}return null;}function a223_0x2e16(_0x4375a1,_0x6b13e7){_0x4375a1=_0x4375a1-0x1a3;const _0x5740da=a223_0x5740();let _0x2e162d=_0x5740da[_0x4375a1];return _0x2e162d;}async function getSdkStableVersion(){const _0x36f89e=a223_0x5eeddd;try{const _0x5004a2=await getCdnConfig();return _0x5004a2?.['sdk']?.[_0x36f89e(0x1b8)]?.[_0x36f89e(0x1b7)]||null;}catch{return null;}}async function getSdkPackageName(){const _0x29a701=a223_0x5eeddd;try{const _0x1d77c3=await getCdnConfig();return _0x1d77c3?.[_0x29a701(0x1aa)]?.[_0x29a701(0x1b8)]?.[_0x29a701(0x1c8)]||_0x29a701(0x1a6);}catch{return'@lovrabet/sdk';}}export async function checkSdkVersion(_0x8f7bcb){const _0x5d927d=a223_0x5eeddd,_0xef60bf=a223_0x5922e1[_0x5d927d(0x1be)](_0x8f7bcb,_0x5d927d(0x1b0)),[_0x37fffa,_0x1970b8]=await Promise[_0x5d927d(0x1ae)]([getSdkStableVersion(),getSdkPackageName()]),_0x43159c=_0x37fffa||FALLBACK_MIN_SDK_VERSION;if(!a223_0x25315a[_0x5d927d(0x1c0)](_0xef60bf))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x43159c,'packageName':_0x1970b8,'stableVersion':_0x37fffa};try{const _0x2f360a=JSON['parse'](a223_0x25315a[_0x5d927d(0x1b6)](_0xef60bf,_0x5d927d(0x1c4))),_0x4bd1a1=_0x2f360a[_0x5d927d(0x1bb)]||{},_0x1f1781=_0x2f360a[_0x5d927d(0x1ab)]||{},_0x1e5b63=_0x4bd1a1[_0x1970b8]||_0x1f1781[_0x1970b8];if(!_0x1e5b63)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x43159c,'packageName':_0x1970b8,'stableVersion':_0x37fffa};let _0x4d14ec=getInstalledVersion(_0x8f7bcb,_0x1970b8);!_0x4d14ec&&(_0x4d14ec=_0x1e5b63);if(isNonNumericVersion(_0x1e5b63))return{'installed':!![],'version':_0x4d14ec,'needsUpgrade':![],'minVersion':_0x43159c,'packageName':_0x1970b8,'stableVersion':_0x37fffa};const _0x3c9109=a223_0x4f0743[_0x5d927d(0x1b9)](_0x4d14ec),_0x3b3094=a223_0x4f0743[_0x5d927d(0x1b9)](_0x43159c),_0x3adfb0=_0x3c9109&&_0x3b3094?a223_0x4f0743['lt'](_0x3c9109,_0x3b3094):![];return{'installed':!![],'version':_0x4d14ec,'needsUpgrade':_0x3adfb0,'minVersion':_0x43159c,'packageName':_0x1970b8,'stableVersion':_0x37fffa};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x43159c,'packageName':_0x1970b8,'stableVersion':_0x37fffa};}}export function checkSdkVersionSync(_0x4533f5){const _0x2299c6=a223_0x5eeddd,_0x26637a=a223_0x5922e1[_0x2299c6(0x1be)](_0x4533f5,'package.json'),_0x1167dc=_0x2299c6(0x1a6);if(!a223_0x25315a[_0x2299c6(0x1c0)](_0x26637a))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x1167dc,'stableVersion':null};try{const _0xd5f47c=JSON['parse'](a223_0x25315a[_0x2299c6(0x1b6)](_0x26637a,_0x2299c6(0x1c4))),_0x3499c5=_0xd5f47c[_0x2299c6(0x1bb)]||{},_0x49c212=_0xd5f47c[_0x2299c6(0x1ab)]||{},_0x2c6c7b=_0x3499c5[_0x1167dc]||_0x49c212[_0x1167dc];if(!_0x2c6c7b)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x1167dc,'stableVersion':null};let _0x3f551f=getInstalledVersion(_0x4533f5,_0x1167dc);!_0x3f551f&&(_0x3f551f=_0x2c6c7b);if(isNonNumericVersion(_0x2c6c7b))return{'installed':!![],'version':_0x3f551f,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x1167dc,'stableVersion':null};const _0x5dd8f9=a223_0x4f0743[_0x2299c6(0x1b9)](_0x3f551f),_0x4f295e=_0x5dd8f9?a223_0x4f0743['lt'](_0x5dd8f9,FALLBACK_MIN_SDK_VERSION):![];return{'installed':!![],'version':_0x3f551f,'needsUpgrade':_0x4f295e,'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x1167dc,'stableVersion':null};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x1167dc,'stableVersion':null};}}export function printSdkUpgradeWarning(_0x810a85){const _0x455f3c=a223_0x5eeddd;if(!_0x810a85[_0x455f3c(0x1b4)])return;const _0x43a17d='\x1b[33m',_0x14f268=_0x455f3c(0x1b1),_0x512159=_0x455f3c(0x1c5),_0x29545d=_0x810a85[_0x455f3c(0x1c8)]||_0x455f3c(0x1a6),_0xf0fdb7=_0x810a85[_0x455f3c(0x1b7)]||_0x810a85[_0x455f3c(0x1b2)],_0xe6fe87=_0x455f3c(0x1c9)+_0x29545d+'@'+(_0xf0fdb7||_0x455f3c(0x1af));console[_0x455f3c(0x1a5)](),console['log'](''+_0x43a17d+_0x512159+_0x455f3c(0x1bc)+_0x14f268),console[_0x455f3c(0x1a5)](_0x43a17d+_0x455f3c(0x1bd)+_0x29545d+'@'+_0x810a85[_0x455f3c(0x1b5)]+_0x14f268),console['log'](_0x43a17d+_0x455f3c(0x1ad)+_0xf0fdb7+_0x14f268),console[_0x455f3c(0x1a5)](_0x43a17d+_0x455f3c(0x1ca)+_0xe6fe87+_0x14f268),console['log']();}
@@ -1 +1 @@
1
- (function(_0x13263b,_0x20b623){const _0x13ef69=a224_0x5990,_0x2fa4c1=_0x13263b();while(!![]){try{const _0x31be5f=-parseInt(_0x13ef69(0x1af))/0x1*(parseInt(_0x13ef69(0x1b6))/0x2)+parseInt(_0x13ef69(0x196))/0x3*(parseInt(_0x13ef69(0x1a4))/0x4)+parseInt(_0x13ef69(0x1b4))/0x5*(-parseInt(_0x13ef69(0x19a))/0x6)+-parseInt(_0x13ef69(0x19e))/0x7*(parseInt(_0x13ef69(0x195))/0x8)+parseInt(_0x13ef69(0x1a5))/0x9+-parseInt(_0x13ef69(0x1a2))/0xa*(-parseInt(_0x13ef69(0x199))/0xb)+-parseInt(_0x13ef69(0x1a1))/0xc*(-parseInt(_0x13ef69(0x1b2))/0xd);if(_0x31be5f===_0x20b623)break;else _0x2fa4c1['push'](_0x2fa4c1['shift']());}catch(_0x17e597){_0x2fa4c1['push'](_0x2fa4c1['shift']());}}}(a224_0x4f60,0xeebc4));import{readFileSync}from'node:fs';function a224_0x4f60(){const _0x1ec316=['\x20\x20\x20Minimum\x20supported:\x20','coerce','8XiziGn','877077JVEsRG','Upgrade\x20command:\x20','↪\x20Critical\x20CLI\x20upgrade\x20required','11anPIaf','1032uOyViH','package.json','Minimum\x20supported:\x20','\x20\x20\x20','9370459HPzILH','stableVersion','belowMinimum','2503824OpsrFJ','2449140iyUUlY','\x20\x20\x20Current\x20CLI\x20version:\x20','12TtExpu','7869672GCABrY','\x1b[1m','npm\x20install\x20-g\x20','minimumVersionMessage','latest','version','upgradeMessage','Current\x20CLI\x20version\x20is\x20below\x20the\x20service\x20compatibility\x20support\x20line.','currentVersion','utf-8','1jqJGKw','Current\x20version:\x20','\x20\x20\x20Stable\x20version:\x20','208wccuUD','filter','33775jFUdJa','minimumVersion','3712948QELbsv','\x20\x20\x20Recommended\x20stable:\x20','validation','\x1b[0m','\x20\x20\x20Upgrade\x20command:\x20','1.0.0','log','↪\x20New\x20version\x20available','../..'];a224_0x4f60=function(){return _0x1ec316;};return a224_0x4f60();}import{resolve,dirname}from'node:path';import{fileURLToPath}from'node:url';import a224_0x2836bc from'semver';import{getCliVersionPolicy}from'../utils/cli-version-policy.js';import{NPM_PACKAGE_NAME}from'../constant/cli.js';function a224_0x5990(_0x320b42,_0x1c6b3e){_0x320b42=_0x320b42-0x190;const _0x4f609f=a224_0x4f60();let _0x599097=_0x4f609f[_0x320b42];return _0x599097;}import{CliErrors}from'../errors.js';export function getCliUpgradeCommand(_0x86c42e){const _0x4767bf=a224_0x5990,_0x35ee99=_0x86c42e[_0x4767bf(0x19f)]||_0x4767bf(0x1a9);return _0x4767bf(0x1a7)+NPM_PACKAGE_NAME+'@'+_0x35ee99;}function getCurrentCliVersion(){const _0xc6d963=a224_0x5990;try{const _0x2d37f9=fileURLToPath(import.meta.url),_0x56f8c0=resolve(dirname(_0x2d37f9),_0xc6d963(0x192)),_0x3b2ee1=resolve(_0x56f8c0,_0xc6d963(0x19b)),_0x6edcb=JSON['parse'](readFileSync(_0x3b2ee1,_0xc6d963(0x1ae)));return _0x6edcb[_0xc6d963(0x1aa)]||_0xc6d963(0x1bb);}catch{return _0xc6d963(0x1bb);}}export async function checkCliVersion(){const _0x1831be=a224_0x5990,_0x3b8051=getCurrentCliVersion(),_0x442442=await getCliVersionPolicy(),_0x3a3a10=_0x442442?.[_0x1831be(0x19f)]||null,_0x5222b8=_0x442442?.['minimumVersion']||null;let _0x220bc4=![],_0x11bac1=![];const _0x173f96=a224_0x2836bc[_0x1831be(0x194)](_0x3b8051);if(_0x173f96&&_0x3a3a10)try{const _0x47c156=a224_0x2836bc['coerce'](_0x3a3a10);if(_0x47c156)_0x220bc4=a224_0x2836bc['lt'](_0x173f96,_0x47c156);}catch{}if(_0x173f96&&_0x5222b8)try{const _0x28d14b=a224_0x2836bc['coerce'](_0x5222b8);if(_0x28d14b)_0x11bac1=a224_0x2836bc['lt'](_0x173f96,_0x28d14b);}catch{}return _0x11bac1&&(_0x220bc4=!![]),{'currentVersion':_0x3b8051,'stableVersion':_0x3a3a10,'minimumVersion':_0x5222b8,'needsUpgrade':_0x220bc4,'belowMinimum':_0x11bac1,'isPreRelease':![],'upgradeMessage':_0x442442?.[_0x1831be(0x1ab)],'minimumVersionMessage':_0x442442?.[_0x1831be(0x1a8)]};}export function printCliUpgradeWarning(_0x386864){const _0x402911=a224_0x5990;if(!_0x386864['needsUpgrade']&&!_0x386864[_0x402911(0x1a0)])return;const _0x568182='\x1b[31m',_0x207803='\x1b[33m',_0x47072e=_0x402911(0x1b9),_0x2d7df3=_0x402911(0x1a6),_0x327ddc=getCliUpgradeCommand(_0x386864);console['log'](),_0x386864[_0x402911(0x1a0)]?(console[_0x402911(0x190)](''+_0x568182+_0x2d7df3+_0x402911(0x198)+_0x47072e),console['log'](_0x568182+_0x402911(0x1a3)+_0x386864[_0x402911(0x1ad)]+_0x47072e),_0x386864['minimumVersion']&&console[_0x402911(0x190)](_0x568182+_0x402911(0x193)+_0x386864[_0x402911(0x1b5)]+_0x47072e),_0x386864[_0x402911(0x19f)]&&_0x386864[_0x402911(0x19f)]!==_0x386864[_0x402911(0x1b5)]&&console['log'](_0x568182+_0x402911(0x1b7)+_0x386864[_0x402911(0x19f)]+_0x47072e),_0x386864[_0x402911(0x1a8)]&&console[_0x402911(0x190)](_0x568182+_0x402911(0x19d)+_0x386864['minimumVersionMessage']+_0x47072e),console[_0x402911(0x190)](_0x568182+_0x402911(0x1ba)+_0x327ddc+_0x47072e)):(console['log'](''+_0x207803+_0x2d7df3+_0x402911(0x191)+_0x47072e),console['log'](_0x207803+_0x402911(0x1a3)+_0x386864[_0x402911(0x1ad)]+_0x47072e),console[_0x402911(0x190)](_0x207803+_0x402911(0x1b1)+_0x386864[_0x402911(0x19f)]+_0x47072e),_0x386864[_0x402911(0x1ab)]&&console[_0x402911(0x190)](_0x207803+_0x402911(0x19d)+_0x386864[_0x402911(0x1ab)]+_0x47072e),console[_0x402911(0x190)](_0x207803+_0x402911(0x1ba)+_0x327ddc+_0x47072e)),console[_0x402911(0x190)]();}export function assertCliVersionSupported(_0x1b03d9){const _0x465fab=a224_0x5990;if(!_0x1b03d9[_0x465fab(0x1a0)])return;const _0x486e6e=[_0x1b03d9['minimumVersionMessage'],_0x465fab(0x1b0)+_0x1b03d9[_0x465fab(0x1ad)],_0x1b03d9['minimumVersion']?_0x465fab(0x19c)+_0x1b03d9[_0x465fab(0x1b5)]:null,_0x465fab(0x197)+getCliUpgradeCommand(_0x1b03d9)][_0x465fab(0x1b3)](Boolean)['join']('\x0a');throw CliErrors[_0x465fab(0x1b8)](_0x465fab(0x1ac),_0x486e6e);}
1
+ (function(_0x20d427,_0x88096a){const _0x32e68b=a224_0x4e5d,_0x36420b=_0x20d427();while(!![]){try{const _0x81647d=-parseInt(_0x32e68b(0xd4))/0x1+-parseInt(_0x32e68b(0xda))/0x2*(parseInt(_0x32e68b(0xe3))/0x3)+parseInt(_0x32e68b(0xd0))/0x4*(-parseInt(_0x32e68b(0xbd))/0x5)+parseInt(_0x32e68b(0xe2))/0x6*(parseInt(_0x32e68b(0xc4))/0x7)+parseInt(_0x32e68b(0xc7))/0x8+parseInt(_0x32e68b(0xc2))/0x9+-parseInt(_0x32e68b(0xd8))/0xa;if(_0x81647d===_0x88096a)break;else _0x36420b['push'](_0x36420b['shift']());}catch(_0x1159fa){_0x36420b['push'](_0x36420b['shift']());}}}(a224_0x5ec5,0x5e6e2));function a224_0x4e5d(_0x12ff40,_0x54a147){_0x12ff40=_0x12ff40-0xbd;const _0x5ec590=a224_0x5ec5();let _0x4e5df2=_0x5ec590[_0x12ff40];return _0x4e5df2;}import{readFileSync}from'node:fs';import{resolve,dirname}from'node:path';import{fileURLToPath}from'node:url';import a224_0xc08a71 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(_0x1e5045){const _0x24ac16=a224_0x4e5d,_0x7b6a22=_0x1e5045[_0x24ac16(0xc3)]||_0x24ac16(0xe1);return'npm\x20install\x20-g\x20'+NPM_PACKAGE_NAME+'@'+_0x7b6a22;}function getCurrentCliVersion(){const _0x4b38f1=a224_0x4e5d;try{const _0x213543=fileURLToPath(import.meta.url),_0x4994cc=resolve(dirname(_0x213543),_0x4b38f1(0xc0)),_0x33ebd2=resolve(_0x4994cc,_0x4b38f1(0xe0)),_0x565a1b=JSON['parse'](readFileSync(_0x33ebd2,'utf-8'));return _0x565a1b[_0x4b38f1(0xc9)]||'1.0.0';}catch{return _0x4b38f1(0xbe);}}export async function checkCliVersion(){const _0x4e435c=a224_0x4e5d,_0x35acbb=getCurrentCliVersion(),_0x5e0a05=await getCliVersionPolicy(),_0x40ecff=_0x5e0a05?.[_0x4e435c(0xc3)]||null,_0x1564f0=_0x5e0a05?.[_0x4e435c(0xdd)]||null;let _0x3f2cd0=![],_0xd5c6fe=![];const _0x11e57a=a224_0xc08a71[_0x4e435c(0xc8)](_0x35acbb);if(_0x11e57a&&_0x40ecff)try{const _0x5a273b=a224_0xc08a71[_0x4e435c(0xc8)](_0x40ecff);if(_0x5a273b)_0x3f2cd0=a224_0xc08a71['lt'](_0x11e57a,_0x5a273b);}catch{}if(_0x11e57a&&_0x1564f0)try{const _0x577b72=a224_0xc08a71[_0x4e435c(0xc8)](_0x1564f0);if(_0x577b72)_0xd5c6fe=a224_0xc08a71['lt'](_0x11e57a,_0x577b72);}catch{}return _0xd5c6fe&&(_0x3f2cd0=!![]),{'currentVersion':_0x35acbb,'stableVersion':_0x40ecff,'minimumVersion':_0x1564f0,'needsUpgrade':_0x3f2cd0,'belowMinimum':_0xd5c6fe,'isPreRelease':![],'upgradeMessage':_0x5e0a05?.[_0x4e435c(0xca)],'minimumVersionMessage':_0x5e0a05?.[_0x4e435c(0xcf)]};}export function printCliUpgradeWarning(_0x2d3605){const _0x849742=a224_0x4e5d;if(!_0x2d3605[_0x849742(0xcd)]&&!_0x2d3605[_0x849742(0xd6)])return;const _0x472a7d=_0x849742(0xd1),_0xc07fd0=_0x849742(0xd3),_0x3e36a5='\x1b[0m',_0x37f9f5=_0x849742(0xd7),_0x17636b=getCliUpgradeCommand(_0x2d3605);console[_0x849742(0xde)](),_0x2d3605[_0x849742(0xd6)]?(console[_0x849742(0xde)](''+_0x472a7d+_0x37f9f5+_0x849742(0xdb)+_0x3e36a5),console[_0x849742(0xde)](_0x472a7d+_0x849742(0xce)+_0x2d3605[_0x849742(0xc1)]+_0x3e36a5),_0x2d3605[_0x849742(0xdd)]&&console[_0x849742(0xde)](_0x472a7d+_0x849742(0xc6)+_0x2d3605[_0x849742(0xdd)]+_0x3e36a5),_0x2d3605['stableVersion']&&_0x2d3605[_0x849742(0xc3)]!==_0x2d3605[_0x849742(0xdd)]&&console[_0x849742(0xde)](_0x472a7d+_0x849742(0xd9)+_0x2d3605[_0x849742(0xc3)]+_0x3e36a5),_0x2d3605['minimumVersionMessage']&&console[_0x849742(0xde)](_0x472a7d+_0x849742(0xd2)+_0x2d3605['minimumVersionMessage']+_0x3e36a5),console['log'](_0x472a7d+_0x849742(0xdc)+_0x17636b+_0x3e36a5)):(console[_0x849742(0xde)](''+_0xc07fd0+_0x37f9f5+_0x849742(0xe4)+_0x3e36a5),console[_0x849742(0xde)](_0xc07fd0+_0x849742(0xce)+_0x2d3605[_0x849742(0xc1)]+_0x3e36a5),console[_0x849742(0xde)](_0xc07fd0+_0x849742(0xcb)+_0x2d3605[_0x849742(0xc3)]+_0x3e36a5),_0x2d3605[_0x849742(0xca)]&&console[_0x849742(0xde)](_0xc07fd0+'\x20\x20\x20'+_0x2d3605[_0x849742(0xca)]+_0x3e36a5),console[_0x849742(0xde)](_0xc07fd0+_0x849742(0xdc)+_0x17636b+_0x3e36a5)),console['log']();}function a224_0x5ec5(){const _0x2eafe0=['↪\x20Critical\x20CLI\x20upgrade\x20required','\x20\x20\x20Upgrade\x20command:\x20','minimumVersion','log','join','package.json','latest','330yKIUUv','82257uGJBaC','↪\x20New\x20version\x20available','40ZlCrnH','1.0.0','Minimum\x20supported:\x20','../..','currentVersion','2503575wVdbpc','stableVersion','45584PwnXPW','Upgrade\x20command:\x20','\x20\x20\x20Minimum\x20supported:\x20','4325304goffBJ','coerce','version','upgradeMessage','\x20\x20\x20Stable\x20version:\x20','validation','needsUpgrade','\x20\x20\x20Current\x20CLI\x20version:\x20','minimumVersionMessage','188640NXPlQk','\x1b[31m','\x20\x20\x20','\x1b[33m','119986ObKwmF','Current\x20version:\x20','belowMinimum','\x1b[1m','1010130SwTUUy','\x20\x20\x20Recommended\x20stable:\x20','14PEodPG'];a224_0x5ec5=function(){return _0x2eafe0;};return a224_0x5ec5();}export function assertCliVersionSupported(_0x5a5985){const _0x2bb1e2=a224_0x4e5d;if(!_0x5a5985['belowMinimum'])return;const _0x4910f7=[_0x5a5985[_0x2bb1e2(0xcf)],_0x2bb1e2(0xd5)+_0x5a5985[_0x2bb1e2(0xc1)],_0x5a5985['minimumVersion']?_0x2bb1e2(0xbf)+_0x5a5985[_0x2bb1e2(0xdd)]:null,_0x2bb1e2(0xc5)+getCliUpgradeCommand(_0x5a5985)]['filter'](Boolean)[_0x2bb1e2(0xdf)]('\x0a');throw CliErrors[_0x2bb1e2(0xcc)]('Current\x20CLI\x20version\x20is\x20below\x20the\x20service\x20compatibility\x20support\x20line.',_0x4910f7);}
@@ -1 +1 @@
1
- (function(_0x5d08bd,_0x1853d5){const _0x1ff491=a225_0x2449,_0x2013f7=_0x5d08bd();while(!![]){try{const _0x60c4e2=-parseInt(_0x1ff491(0x12c))/0x1*(parseInt(_0x1ff491(0x126))/0x2)+-parseInt(_0x1ff491(0x12e))/0x3*(parseInt(_0x1ff491(0x131))/0x4)+parseInt(_0x1ff491(0x129))/0x5*(-parseInt(_0x1ff491(0x12b))/0x6)+-parseInt(_0x1ff491(0x130))/0x7*(-parseInt(_0x1ff491(0x12d))/0x8)+parseInt(_0x1ff491(0x12a))/0x9+-parseInt(_0x1ff491(0x122))/0xa*(-parseInt(_0x1ff491(0x121))/0xb)+-parseInt(_0x1ff491(0x128))/0xc;if(_0x60c4e2===_0x1853d5)break;else _0x2013f7['push'](_0x2013f7['shift']());}catch(_0x509159){_0x2013f7['push'](_0x2013f7['shift']());}}}(a225_0x1e5e,0x8532c));function a225_0x2449(_0x1b9ee9,_0x46af79){_0x1b9ee9=_0x1b9ee9-0x11e;const _0x1e5e01=a225_0x1e5e();let _0x244905=_0x1e5e01[_0x1b9ee9];return _0x244905;}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(_0x1e1875){const _0x5ed048=a225_0x2449;return typeof _0x1e1875===_0x5ed048(0x12f)&&_0x1e1875['trim']()[_0x5ed048(0x132)]>0x0?_0x1e1875[_0x5ed048(0x124)]():null;}function normalizeCliVersionPolicy(_0x1caaef){const _0x1b0495=a225_0x2449;if(!_0x1caaef||typeof _0x1caaef!=='object')return null;const _0x48f4e4=_0x1caaef,_0x13cb0b=_0x48f4e4['cli']&&typeof _0x48f4e4[_0x1b0495(0x133)]===_0x1b0495(0x127)?_0x48f4e4['cli']:_0x48f4e4,_0xee52af=pickString(_0x13cb0b['stableVersion'])||pickString(_0x13cb0b[_0x1b0495(0x125)])||pickString(_0x13cb0b[_0x1b0495(0x120)]),_0xc0f5ec=pickString(_0x13cb0b[_0x1b0495(0x11e)])||pickString(_0x13cb0b[_0x1b0495(0x123)]);if(!_0xee52af&&!_0xc0f5ec)return null;return{'stableVersion':_0xee52af,'minimumVersion':_0xc0f5ec,'upgradeMessage':pickString(_0x13cb0b[_0x1b0495(0x11f)])||undefined,'minimumVersionMessage':pickString(_0x13cb0b['minimumVersionMessage'])||undefined};}export async function fetchCliVersionPolicy(){const _0x59ba59=new AbortController(),_0x481082=setTimeout(()=>_0x59ba59['abort'](),FETCH_TIMEOUT_MS);try{const _0x16dbae=await fetch(CLI_VERSION_POLICY_URL,{'headers':{'Accept':'application/json'},'signal':_0x59ba59['signal']});if(!_0x16dbae['ok'])return null;const _0x6c7b3a=await _0x16dbae['json']();return normalizeCliVersionPolicy(_0x6c7b3a);}catch{return null;}finally{clearTimeout(_0x481082);}}function a225_0x1e5e(){const _0x1b2e86=['length','cli','minimumVersion','upgradeMessage','recommendedVersion','7981622yCFZUx','10AvBSBG','minVersion','trim','latestVersion','66CMPypn','object','1739736HEogQY','273250iEGKFh','1549683mmrVKi','30OcDdme','5324vkDPQp','32FDIuTC','9eEtEVk','string','1620052LLHvOo','912044heNPzG'];a225_0x1e5e=function(){return _0x1b2e86;};return a225_0x1e5e();}let cachedPolicy=null,cacheTime=0x0,hasCachedPolicy=![];export async function getCliVersionPolicy(){const _0x2f9010=Date['now']();if(hasCachedPolicy){const _0x4efe4e=cachedPolicy?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x2f9010-cacheTime<_0x4efe4e)return cachedPolicy;}const _0x121011=await fetchCliVersionPolicy();return cachedPolicy=_0x121011,cacheTime=_0x2f9010,hasCachedPolicy=!![],_0x121011;}export function clearCliVersionPolicyCache(){cachedPolicy=null,cacheTime=0x0,hasCachedPolicy=![];}
1
+ (function(_0x1dbdea,_0x35afbe){const _0x4f6467=a225_0x3020,_0x271eda=_0x1dbdea();while(!![]){try{const _0x4afcdb=-parseInt(_0x4f6467(0x1ba))/0x1+parseInt(_0x4f6467(0x1b9))/0x2*(-parseInt(_0x4f6467(0x1b2))/0x3)+-parseInt(_0x4f6467(0x1b3))/0x4*(-parseInt(_0x4f6467(0x1b4))/0x5)+-parseInt(_0x4f6467(0x1c5))/0x6+parseInt(_0x4f6467(0x1c6))/0x7+-parseInt(_0x4f6467(0x1b8))/0x8+parseInt(_0x4f6467(0x1b6))/0x9*(parseInt(_0x4f6467(0x1bc))/0xa);if(_0x4afcdb===_0x35afbe)break;else _0x271eda['push'](_0x271eda['shift']());}catch(_0x4a3d51){_0x271eda['push'](_0x271eda['shift']());}}}(a225_0x4f20,0x346aa));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(_0x48a66f){const _0x478988=a225_0x3020;return typeof _0x48a66f===_0x478988(0x1be)&&_0x48a66f[_0x478988(0x1c2)]()['length']>0x0?_0x48a66f[_0x478988(0x1c2)]():null;}function a225_0x3020(_0x28b4a9,_0x2ce3bd){_0x28b4a9=_0x28b4a9-0x1b2;const _0x4f20dc=a225_0x4f20();let _0x302005=_0x4f20dc[_0x28b4a9];return _0x302005;}function normalizeCliVersionPolicy(_0x4a91ff){const _0x305625=a225_0x3020;if(!_0x4a91ff||typeof _0x4a91ff!==_0x305625(0x1c0))return null;const _0x379de2=_0x4a91ff,_0x25c95b=_0x379de2['cli']&&typeof _0x379de2[_0x305625(0x1bb)]==='object'?_0x379de2['cli']:_0x379de2,_0x34c48a=pickString(_0x25c95b[_0x305625(0x1c1)])||pickString(_0x25c95b[_0x305625(0x1c3)])||pickString(_0x25c95b['recommendedVersion']),_0xd6de44=pickString(_0x25c95b[_0x305625(0x1b5)])||pickString(_0x25c95b['minVersion']);if(!_0x34c48a&&!_0xd6de44)return null;return{'stableVersion':_0x34c48a,'minimumVersion':_0xd6de44,'upgradeMessage':pickString(_0x25c95b['upgradeMessage'])||undefined,'minimumVersionMessage':pickString(_0x25c95b[_0x305625(0x1b7)])||undefined};}export async function fetchCliVersionPolicy(){const _0x4f15b7=a225_0x3020,_0x30da0a=new AbortController(),_0x2c5b7f=setTimeout(()=>_0x30da0a[_0x4f15b7(0x1bf)](),FETCH_TIMEOUT_MS);try{const _0x152a15=await fetch(CLI_VERSION_POLICY_URL,{'headers':{'Accept':_0x4f15b7(0x1c7)},'signal':_0x30da0a['signal']});if(!_0x152a15['ok'])return null;const _0x39e301=await _0x152a15[_0x4f15b7(0x1c4)]();return normalizeCliVersionPolicy(_0x39e301);}catch{return null;}finally{clearTimeout(_0x2c5b7f);}}let cachedPolicy=null,cacheTime=0x0,hasCachedPolicy=![];export async function getCliVersionPolicy(){const _0x547605=a225_0x3020,_0x5ae202=Date[_0x547605(0x1bd)]();if(hasCachedPolicy){const _0xca5b2f=cachedPolicy?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x5ae202-cacheTime<_0xca5b2f)return cachedPolicy;}const _0x760c3a=await fetchCliVersionPolicy();return cachedPolicy=_0x760c3a,cacheTime=_0x5ae202,hasCachedPolicy=!![],_0x760c3a;}export function clearCliVersionPolicyCache(){cachedPolicy=null,cacheTime=0x0,hasCachedPolicy=![];}function a225_0x4f20(){const _0x129745=['10zywEJP','minimumVersion','90gIETIp','minimumVersionMessage','3112672sWRBTa','212FssfeO','266173HjISRr','cli','844020nOnccx','now','string','abort','object','stableVersion','trim','latestVersion','json','2064210UczDSd','2690758pcRDiN','application/json','9573setWtM','647644GITyoC'];a225_0x4f20=function(){return _0x129745;};return a225_0x4f20();}
@@ -1 +1 @@
1
- const a226_0xecb58d=a226_0x4c8f;function a226_0x68bd(){const _0x5a0903=['875817eUsKNH','4952364rBtgZj','12KJbonk','string','7wKDdkZ','654702vsVnDM','project','8EEQwqX','env','4320460notbgs','145134mkUKjy','1548608GcyeSy','1616765nNxiKJ'];a226_0x68bd=function(){return _0x5a0903;};return a226_0x68bd();}(function(_0x4063d6,_0x4ebdd6){const _0x585d13=a226_0x4c8f,_0x217e92=_0x4063d6();while(!![]){try{const _0x24091e=parseInt(_0x585d13(0xae))/0x1+parseInt(_0x585d13(0xaf))/0x2+-parseInt(_0x585d13(0xa9))/0x3+parseInt(_0x585d13(0xa6))/0x4*(parseInt(_0x585d13(0xb0))/0x5)+-parseInt(_0x585d13(0xb2))/0x6*(parseInt(_0x585d13(0xa8))/0x7)+parseInt(_0x585d13(0xab))/0x8*(parseInt(_0x585d13(0xb1))/0x9)+-parseInt(_0x585d13(0xad))/0xa;if(_0x24091e===_0x4ebdd6)break;else _0x217e92['push'](_0x217e92['shift']());}catch(_0x188be2){_0x217e92['push'](_0x217e92['shift']());}}}(a226_0x68bd,0x7cca0));import{initEnv}from'../constant/env.js';import{readRawConfig,getConfigAppCode as a226_0x90892f,getMultiAppConfigs as a226_0x4d6d78,getTemplateBaseUrl as a226_0x5c1ae5}from'../context.js';export{getProjectConfigPath,getGlobalConfigPath}from'../context.js';function a226_0x4c8f(_0x107dc9,_0x3cd225){_0x107dc9=_0x107dc9-0xa6;const _0x68bdbe=a226_0x68bd();let _0x4c8fbf=_0x68bdbe[_0x107dc9];return _0x4c8fbf;}export{isInProject}from'../context.js';export function readConfig(_0x3f6e54){const _0x2bc277=a226_0x4c8f,_0x45e3ee=readRawConfig(_0x3f6e54);return _0x45e3ee[_0x2bc277(0xac)]&&typeof _0x45e3ee[_0x2bc277(0xac)]===_0x2bc277(0xa7)&&initEnv(_0x45e3ee[_0x2bc277(0xac)]),_0x45e3ee;}export function getConfigAppCode(){return a226_0x90892f();}export function getMultiAppConfigs(_0x5936f0=a226_0xecb58d(0xaa)){return a226_0x4d6d78(_0x5936f0);}export function getTemplateBaseUrl(){return a226_0x5c1ae5();}
1
+ const a226_0x312764=a226_0x53c1;(function(_0xee30ee,_0x56c687){const _0xe045c5=a226_0x53c1,_0x550a88=_0xee30ee();while(!![]){try{const _0x58ae98=-parseInt(_0xe045c5(0x90))/0x1*(parseInt(_0xe045c5(0x97))/0x2)+parseInt(_0xe045c5(0x92))/0x3*(parseInt(_0xe045c5(0x9e))/0x4)+parseInt(_0xe045c5(0x9d))/0x5*(-parseInt(_0xe045c5(0x93))/0x6)+parseInt(_0xe045c5(0x95))/0x7*(-parseInt(_0xe045c5(0x9c))/0x8)+parseInt(_0xe045c5(0x9b))/0x9*(-parseInt(_0xe045c5(0x94))/0xa)+parseInt(_0xe045c5(0x99))/0xb*(parseInt(_0xe045c5(0x96))/0xc)+parseInt(_0xe045c5(0x98))/0xd;if(_0x58ae98===_0x56c687)break;else _0x550a88['push'](_0x550a88['shift']());}catch(_0x8aee7e){_0x550a88['push'](_0x550a88['shift']());}}}(a226_0xff54,0xe6101));import{initEnv}from'../constant/env.js';import{readRawConfig,getConfigAppCode as a226_0x3a5373,getMultiAppConfigs as a226_0x5d2924,getTemplateBaseUrl as a226_0x223945}from'../context.js';export{getProjectConfigPath,getGlobalConfigPath}from'../context.js';export{isInProject}from'../context.js';export function readConfig(_0x15d5a2){const _0x33afdd=a226_0x53c1,_0x3f1a0f=readRawConfig(_0x15d5a2);return _0x3f1a0f['env']&&typeof _0x3f1a0f[_0x33afdd(0x91)]==='string'&&initEnv(_0x3f1a0f['env']),_0x3f1a0f;}function a226_0x53c1(_0x4c4255,_0x4970ca){_0x4c4255=_0x4c4255-0x90;const _0xff545a=a226_0xff54();let _0x53c114=_0xff545a[_0x4c4255];return _0x53c114;}export function getConfigAppCode(){return a226_0x3a5373();}export function getMultiAppConfigs(_0x334e18=a226_0x312764(0x9a)){return a226_0x5d2924(_0x334e18);}export function getTemplateBaseUrl(){return a226_0x223945();}function a226_0xff54(){const _0x1991f9=['15foOtPN','125178uvMbJs','3730Psaqkj','284788BukbfG','137628HHmDKy','339734rockdX','27589991PUcDBQ','165cHNgHL','project','5562KGkkTJ','56GOcapb','135ZvOOrf','1276108bgvmcU','11HmIdBC','env'];a226_0xff54=function(){return _0x1991f9;};return a226_0xff54();}
@@ -1 +1 @@
1
- (function(_0x49550d,_0x3f5a53){const _0x2cb44a=a227_0x4cf1,_0x5d29a=_0x49550d();while(!![]){try{const _0x501d55=-parseInt(_0x2cb44a(0x1c1))/0x1+-parseInt(_0x2cb44a(0x1c2))/0x2+-parseInt(_0x2cb44a(0x1c0))/0x3+parseInt(_0x2cb44a(0x1c3))/0x4*(parseInt(_0x2cb44a(0x1bd))/0x5)+-parseInt(_0x2cb44a(0x1c4))/0x6+parseInt(_0x2cb44a(0x1c6))/0x7+parseInt(_0x2cb44a(0x1bf))/0x8*(parseInt(_0x2cb44a(0x1c7))/0x9);if(_0x501d55===_0x3f5a53)break;else _0x5d29a['push'](_0x5d29a['shift']());}catch(_0xbab991){_0x5d29a['push'](_0x5d29a['shift']());}}}(a227_0x1338,0xa07d4));function a227_0x1338(){const _0x33be45=['5ogQBSQ','copyFileSync','4459328VEeUJR','192087kLxNsg','81174OtCheE','1547896DMJweE','2315876foWdEi','3110322vqsuvu','name','2807707MWtrXY','18rnstAJ','isDirectory'];a227_0x1338=function(){return _0x33be45;};return a227_0x1338();}import a227_0x35f203 from'node:path';import a227_0x31a466 from'node:fs';function a227_0x4cf1(_0x13a387,_0x32ca1d){_0x13a387=_0x13a387-0x1bc;const _0x133866=a227_0x1338();let _0x4cf18b=_0x133866[_0x13a387];return _0x4cf18b;}export async function copyDirectory(_0x2aba16,_0xc6d649){const _0x5afa2b=a227_0x4cf1;try{const _0x5496c0=a227_0x31a466['readdirSync'](_0x2aba16,{'withFileTypes':!![]});a227_0x31a466['mkdirSync'](_0xc6d649,{'recursive':!![]});for(const _0xfa407d of _0x5496c0){const _0x8ece82=a227_0x35f203['join'](_0x2aba16,_0xfa407d[_0x5afa2b(0x1c5)]),_0x24f98c=a227_0x35f203['join'](_0xc6d649,_0xfa407d[_0x5afa2b(0x1c5)]);_0xfa407d[_0x5afa2b(0x1bc)]()?await copyDirectory(_0x8ece82,_0x24f98c):a227_0x31a466[_0x5afa2b(0x1be)](_0x8ece82,_0x24f98c);}}catch(_0x37fdc4){console['error']('复制目录时出错:',_0x37fdc4);}}
1
+ (function(_0x219c8a,_0x55dccd){const _0x19fdba=a227_0x219e,_0x2339b8=_0x219c8a();while(!![]){try{const _0x1432cb=parseInt(_0x19fdba(0x118))/0x1*(parseInt(_0x19fdba(0x114))/0x2)+-parseInt(_0x19fdba(0x11b))/0x3+parseInt(_0x19fdba(0x11d))/0x4*(parseInt(_0x19fdba(0x116))/0x5)+-parseInt(_0x19fdba(0x120))/0x6+parseInt(_0x19fdba(0x11a))/0x7+parseInt(_0x19fdba(0x11e))/0x8*(-parseInt(_0x19fdba(0x113))/0x9)+-parseInt(_0x19fdba(0x11c))/0xa*(parseInt(_0x19fdba(0x117))/0xb);if(_0x1432cb===_0x55dccd)break;else _0x2339b8['push'](_0x2339b8['shift']());}catch(_0x1c07d7){_0x2339b8['push'](_0x2339b8['shift']());}}}(a227_0x3a3a,0xc5acc));import a227_0x18bbb8 from'node:path';function a227_0x219e(_0x4731b4,_0x11e675){_0x4731b4=_0x4731b4-0x112;const _0x3a3ad8=a227_0x3a3a();let _0x219ecc=_0x3a3ad8[_0x4731b4];return _0x219ecc;}function a227_0x3a3a(){const _0x2f40aa=['readdirSync','3018232szYSGs','1593531YkAHEN','37330gxfcnZ','2835820FXEITM','6169664ANGTZV','join','1175874uwYMOb','复制目录时出错:','name','18mVicjh','3035206qBaQCb','isDirectory','10BAQWUo','847YbiwNN','1lNJXOb'];a227_0x3a3a=function(){return _0x2f40aa;};return a227_0x3a3a();}import a227_0x180512 from'node:fs';export async function copyDirectory(_0x43349c,_0x59279d){const _0x283bc8=a227_0x219e;try{const _0x554a88=a227_0x180512[_0x283bc8(0x119)](_0x43349c,{'withFileTypes':!![]});a227_0x180512['mkdirSync'](_0x59279d,{'recursive':!![]});for(const _0x2ba017 of _0x554a88){const _0x3efb4c=a227_0x18bbb8[_0x283bc8(0x11f)](_0x43349c,_0x2ba017[_0x283bc8(0x112)]),_0x417d68=a227_0x18bbb8[_0x283bc8(0x11f)](_0x59279d,_0x2ba017[_0x283bc8(0x112)]);_0x2ba017[_0x283bc8(0x115)]()?await copyDirectory(_0x3efb4c,_0x417d68):a227_0x180512['copyFileSync'](_0x3efb4c,_0x417d68);}}catch(_0x1204c1){console['error'](_0x283bc8(0x121),_0x1204c1);}}
@@ -1 +1 @@
1
- function a228_0x5236(_0x2f4a97,_0x23ccb1){_0x2f4a97=_0x2f4a97-0x105;const _0x14c9d1=a228_0x14c9();let _0x52361d=_0x14c9d1[_0x2f4a97];return _0x52361d;}(function(_0x2eacfe,_0x3d4433){const _0xcb075a=a228_0x5236,_0x198ab0=_0x2eacfe();while(!![]){try{const _0x1dd6f6=parseInt(_0xcb075a(0x109))/0x1+parseInt(_0xcb075a(0x10b))/0x2*(parseInt(_0xcb075a(0x111))/0x3)+-parseInt(_0xcb075a(0x10a))/0x4*(-parseInt(_0xcb075a(0x110))/0x5)+parseInt(_0xcb075a(0x10d))/0x6*(-parseInt(_0xcb075a(0x10f))/0x7)+parseInt(_0xcb075a(0x106))/0x8+parseInt(_0xcb075a(0x112))/0x9+-parseInt(_0xcb075a(0x108))/0xa*(parseInt(_0xcb075a(0x113))/0xb);if(_0x1dd6f6===_0x3d4433)break;else _0x198ab0['push'](_0x198ab0['shift']());}catch(_0x440e3c){_0x198ab0['push'](_0x198ab0['shift']());}}}(a228_0x14c9,0xb889f));function a228_0x14c9(){const _0x494282=['726mIXPPe','string','76426xTGodK','50JHhMcU','1735359wIhhiT','2282013AJIYjq','710303WeLuDL','isFinite','12000168xsKFhT','trim','240BFcQJl','631200qCUgFT','265388FNOCdQ','2RWlXIl','number'];a228_0x14c9=function(){return _0x494282;};return a228_0x14c9();}function toFiniteNumber(_0x2d48e5){const _0x8226b=a228_0x5236;if(typeof _0x2d48e5===_0x8226b(0x10c)&&Number[_0x8226b(0x105)](_0x2d48e5))return _0x2d48e5;if(typeof _0x2d48e5===_0x8226b(0x10e)){const _0x303b1d=_0x2d48e5[_0x8226b(0x107)]();if(!_0x303b1d)return undefined;const _0xcd70f6=Number(_0x303b1d);if(Number[_0x8226b(0x105)](_0xcd70f6))return _0xcd70f6;}return undefined;}export function normalizeEntityWithIdResponse(_0x2c6f3c){const _0x2e6d6e=toFiniteNumber(_0x2c6f3c);if(_0x2e6d6e!==undefined)return{'id':_0x2e6d6e,'entity':{'id':_0x2e6d6e}};if(!_0x2c6f3c||typeof _0x2c6f3c!=='object')return{'id':undefined,'entity':{}};const _0x275b3f={..._0x2c6f3c},_0x4a3444=toFiniteNumber(_0x275b3f['id']);return _0x4a3444!==undefined&&(_0x275b3f['id']=_0x4a3444),{'id':_0x4a3444,'entity':_0x275b3f};}
1
+ function a228_0x1410(){const _0x57ca4a=['6819830EBgGfG','132ApCrrB','object','12KqByuE','string','47025LsHnLv','trim','152aBdOaG','isFinite','4635638BEsFqQ','18QIrdIL','2603248HoUeXS','2693930jWeJEF','number','5849pVqqTc','17172650HObiRw'];a228_0x1410=function(){return _0x57ca4a;};return a228_0x1410();}(function(_0x36c4f8,_0x425414){const _0x2b5d75=a228_0x52d3,_0x364bba=_0x36c4f8();while(!![]){try{const _0x3c69b4=parseInt(_0x2b5d75(0x1ad))/0x1*(-parseInt(_0x2b5d75(0x1a6))/0x2)+-parseInt(_0x2b5d75(0x1a4))/0x3*(parseInt(_0x2b5d75(0x1a0))/0x4)+parseInt(_0x2b5d75(0x19f))/0x5+parseInt(_0x2b5d75(0x1a2))/0x6*(-parseInt(_0x2b5d75(0x1a8))/0x7)+-parseInt(_0x2b5d75(0x1aa))/0x8+-parseInt(_0x2b5d75(0x1a9))/0x9*(-parseInt(_0x2b5d75(0x1ab))/0xa)+parseInt(_0x2b5d75(0x1ae))/0xb;if(_0x3c69b4===_0x425414)break;else _0x364bba['push'](_0x364bba['shift']());}catch(_0x421a08){_0x364bba['push'](_0x364bba['shift']());}}}(a228_0x1410,0xd0105));function a228_0x52d3(_0x3bcbeb,_0x4a61e2){_0x3bcbeb=_0x3bcbeb-0x19f;const _0x141058=a228_0x1410();let _0x52d3f5=_0x141058[_0x3bcbeb];return _0x52d3f5;}function toFiniteNumber(_0x5ca902){const _0x1d9e42=a228_0x52d3;if(typeof _0x5ca902===_0x1d9e42(0x1ac)&&Number[_0x1d9e42(0x1a7)](_0x5ca902))return _0x5ca902;if(typeof _0x5ca902===_0x1d9e42(0x1a3)){const _0x20d787=_0x5ca902[_0x1d9e42(0x1a5)]();if(!_0x20d787)return undefined;const _0x35b178=Number(_0x20d787);if(Number[_0x1d9e42(0x1a7)](_0x35b178))return _0x35b178;}return undefined;}export function normalizeEntityWithIdResponse(_0x392f94){const _0x4e8baa=a228_0x52d3,_0x58a636=toFiniteNumber(_0x392f94);if(_0x58a636!==undefined)return{'id':_0x58a636,'entity':{'id':_0x58a636}};if(!_0x392f94||typeof _0x392f94!==_0x4e8baa(0x1a1))return{'id':undefined,'entity':{}};const _0x224f53={..._0x392f94},_0x4cc5df=toFiniteNumber(_0x224f53['id']);return _0x4cc5df!==undefined&&(_0x224f53['id']=_0x4cc5df),{'id':_0x4cc5df,'entity':_0x224f53};}
@@ -1 +1 @@
1
- function a229_0x42f7(_0x558ff6,_0x163705){_0x558ff6=_0x558ff6-0x114;const _0xa2b975=a229_0xa2b9();let _0x42f7ec=_0xa2b975[_0x558ff6];return _0x42f7ec;}function a229_0xa2b9(){const _0x45fdb9=['2344446rYdYOS','1555430cMwvBO','44901yeDBiG','4634544KvCxbo','13gQOIKR','218494dKLVqm','1febmRP','1267305NwtLkv','11UPvNfd','4lQqFuE','21175kTofmR','480noyfzb','isDirectory','6adciQZ'];a229_0xa2b9=function(){return _0x45fdb9;};return a229_0xa2b9();}(function(_0x3f6257,_0x353f86){const _0x3d4ca7=a229_0x42f7,_0x59966d=_0x3f6257();while(!![]){try{const _0xbe0b1b=-parseInt(_0x3d4ca7(0x117))/0x1*(-parseInt(_0x3d4ca7(0x116))/0x2)+-parseInt(_0x3d4ca7(0x121))/0x3*(parseInt(_0x3d4ca7(0x11a))/0x4)+-parseInt(_0x3d4ca7(0x118))/0x5*(parseInt(_0x3d4ca7(0x11e))/0x6)+parseInt(_0x3d4ca7(0x11b))/0x7*(-parseInt(_0x3d4ca7(0x11c))/0x8)+parseInt(_0x3d4ca7(0x11f))/0x9+-parseInt(_0x3d4ca7(0x120))/0xa*(parseInt(_0x3d4ca7(0x119))/0xb)+-parseInt(_0x3d4ca7(0x114))/0xc*(-parseInt(_0x3d4ca7(0x115))/0xd);if(_0xbe0b1b===_0x353f86)break;else _0x59966d['push'](_0x59966d['shift']());}catch(_0x386259){_0x59966d['push'](_0x59966d['shift']());}}}(a229_0xa2b9,0x24bd2));import{existsSync,mkdirSync,copyFileSync,readdirSync,statSync}from'node:fs';import{join}from'node:path';export async function copyDir(_0x5ce382,_0x43ed7c){const _0x1995c1=a229_0x42f7,_0x5b886c=statSync(_0x5ce382);if(_0x5b886c[_0x1995c1(0x11d)]()){!existsSync(_0x43ed7c)&&mkdirSync(_0x43ed7c,{'recursive':!![]});const _0x383d6a=readdirSync(_0x5ce382);for(const _0x260212 of _0x383d6a){await copyDir(join(_0x5ce382,_0x260212),join(_0x43ed7c,_0x260212));}}else copyFileSync(_0x5ce382,_0x43ed7c);}export function ensureDir(_0x9e6bbe){!existsSync(_0x9e6bbe)&&mkdirSync(_0x9e6bbe,{'recursive':!![]});}export function pathExists(_0xdae5ed){return existsSync(_0xdae5ed);}
1
+ (function(_0x4dd4ea,_0x107a68){const _0x243aa4=a229_0x31f7,_0x4f96d3=_0x4dd4ea();while(!![]){try{const _0x46c9d6=parseInt(_0x243aa4(0xa6))/0x1+parseInt(_0x243aa4(0xa2))/0x2*(-parseInt(_0x243aa4(0xa8))/0x3)+-parseInt(_0x243aa4(0xa1))/0x4+-parseInt(_0x243aa4(0xa4))/0x5+parseInt(_0x243aa4(0xa9))/0x6+-parseInt(_0x243aa4(0xa7))/0x7*(parseInt(_0x243aa4(0xa3))/0x8)+parseInt(_0x243aa4(0xa5))/0x9;if(_0x46c9d6===_0x107a68)break;else _0x4f96d3['push'](_0x4f96d3['shift']());}catch(_0x4aa2a8){_0x4f96d3['push'](_0x4f96d3['shift']());}}}(a229_0x5dc2,0xe0c19));function a229_0x31f7(_0x59a8a4,_0x479dd8){_0x59a8a4=_0x59a8a4-0xa1;const _0x5dc218=a229_0x5dc2();let _0x31f7a8=_0x5dc218[_0x59a8a4];return _0x31f7a8;}import{existsSync,mkdirSync,copyFileSync,readdirSync,statSync}from'node:fs';import{join}from'node:path';export async function copyDir(_0x16117f,_0x5672ea){const _0x5b687d=a229_0x31f7,_0x479d32=statSync(_0x16117f);if(_0x479d32[_0x5b687d(0xaa)]()){!existsSync(_0x5672ea)&&mkdirSync(_0x5672ea,{'recursive':!![]});const _0x162718=readdirSync(_0x16117f);for(const _0x3a5fe3 of _0x162718){await copyDir(join(_0x16117f,_0x3a5fe3),join(_0x5672ea,_0x3a5fe3));}}else copyFileSync(_0x16117f,_0x5672ea);}function a229_0x5dc2(){const _0x1d20cc=['2fXGapM','8JWWWXS','8369020BdIBFe','27030411qoPLAV','524009sPzCXu','3100958xCggFe','1273092mbosuN','234714ICBHjK','isDirectory','418976DZlffV'];a229_0x5dc2=function(){return _0x1d20cc;};return a229_0x5dc2();}export function ensureDir(_0x4db26d){!existsSync(_0x4db26d)&&mkdirSync(_0x4db26d,{'recursive':!![]});}export function pathExists(_0x5aecef){return existsSync(_0x5aecef);}
@@ -1 +1 @@
1
- const a230_0x3cad95=a230_0x964c;(function(_0xdfd63,_0x175f06){const _0x3ba217=a230_0x964c,_0x1a5d4c=_0xdfd63();while(!![]){try{const _0x408b14=parseInt(_0x3ba217(0x20f))/0x1*(parseInt(_0x3ba217(0x1ef))/0x2)+parseInt(_0x3ba217(0x20e))/0x3+-parseInt(_0x3ba217(0x1fb))/0x4*(-parseInt(_0x3ba217(0x20c))/0x5)+-parseInt(_0x3ba217(0x201))/0x6*(-parseInt(_0x3ba217(0x1ee))/0x7)+parseInt(_0x3ba217(0x205))/0x8*(-parseInt(_0x3ba217(0x20a))/0x9)+-parseInt(_0x3ba217(0x207))/0xa*(-parseInt(_0x3ba217(0x202))/0xb)+-parseInt(_0x3ba217(0x1ec))/0xc;if(_0x408b14===_0x175f06)break;else _0x1a5d4c['push'](_0x1a5d4c['shift']());}catch(_0x45e759){_0x1a5d4c['push'](_0x1a5d4c['shift']());}}}(a230_0x20a1,0xab287));import{mkdirSync,writeFileSync}from'node:fs';import{dirname,join}from'node:path';import{homedir}from'node:os';import{getTemplateBaseUrl}from'../utils/config.js';function a230_0x964c(_0x4011a9,_0x34e2c3){_0x4011a9=_0x4011a9-0x1eb;const _0x20a1b2=a230_0x20a1();let _0x964c6c=_0x20a1b2[_0x4011a9];return _0x964c6c;}function getGuidesCdnUrl(){const _0x1f15fd=a230_0x964c,_0x56e683=getTemplateBaseUrl();return _0x56e683+_0x1f15fd(0x1fa);}const CACHE_DIR=join(homedir(),a230_0x3cad95(0x206),'cache');function a230_0x20a1(){const _0x513907=['object','statusText','length','/skills/guides.json','4878064anYyTx','push','skillTemplate','CDN\x20请求失败:\x20','extendContent','title','2298nIpfnK','523237XhVjCp','content','CDN\x20数据中缺少\x20skillTemplate','5216zegqpp','.lovrabet','130IUUqsD','guides','\x0a\x0a>更新时间:','27qnGJpE','lastUpdated','5LlrTVo','path','1643919ewkfIv','3pgdBHI','.lovrabet/skill/guides','trimEnd','31368960pFZMIH','entries','14721cGzsoZ','83860uLgnEx','join','replace','CDN\x20返回数据格式错误','json','status','application/json','utf-8'];a230_0x20a1=function(){return _0x513907;};return a230_0x20a1();}export async function fetchGuidesFromCDN(){const _0x454d4f=a230_0x3cad95,_0x364cdd=getGuidesCdnUrl(),_0x401bef=await fetch(_0x364cdd,{'headers':{'Accept':_0x454d4f(0x1f5)}});if(!_0x401bef['ok'])throw new Error(_0x454d4f(0x1fe)+_0x401bef[_0x454d4f(0x1f4)]+'\x20'+_0x401bef[_0x454d4f(0x1f8)]);const _0xefe1dd=await _0x401bef[_0x454d4f(0x1f3)]();if(!_0xefe1dd[_0x454d4f(0x208)]||typeof _0xefe1dd['guides']!==_0x454d4f(0x1f7))throw new Error(_0x454d4f(0x1f2));return _0xefe1dd;}export function writeGuidesToProject(_0x500ddd,_0x27f7cf,_0x21db6e=a230_0x3cad95(0x210),_0x35fe5f){const _0x51ef44=a230_0x3cad95,_0x38b56e=join(_0x27f7cf,_0x21db6e);mkdirSync(_0x38b56e,{'recursive':!![]});for(const [_0x4c12f4,_0x279843]of Object[_0x51ef44(0x1ed)](_0x500ddd['guides'])){let _0x142530=_0x279843[_0x51ef44(0x203)];_0x279843['lastUpdated']&&(_0x142530=appendUpdateTime(_0x142530,_0x279843[_0x51ef44(0x20b)])),writeFileSync(join(_0x38b56e,_0x4c12f4+'.md'),_0x142530,_0x51ef44(0x1f6));}}export function appendUpdateTime(_0x98dae,_0x1c226c){const _0x557c53=a230_0x3cad95;return _0x98dae=_0x98dae[_0x557c53(0x1f1)](/\n*>更新时间:.*$/m,''),_0x98dae[_0x557c53(0x1eb)]()+(_0x557c53(0x209)+_0x1c226c);}export function getSkillTemplate(_0x4b460b){const _0xa434ac=a230_0x3cad95;return _0x4b460b[_0xa434ac(0x1fd)]?.[_0xa434ac(0x203)]||'';}export function appendExtendContents(_0x11300c,_0x2e2623,_0x378494){const _0x4a504a=a230_0x3cad95,_0x23d242=[];for(const [,_0x232b9f]of Object[_0x4a504a(0x1ed)](_0x2e2623[_0x4a504a(0x208)])){_0x232b9f[_0x4a504a(0x1ff)]&&_0x23d242[_0x4a504a(0x1fc)](_0x232b9f[_0x4a504a(0x1ff)]['trimEnd']());}if(_0x23d242[_0x4a504a(0x1f9)]===0x0)return _0x11300c;return _0x11300c[_0x4a504a(0x1eb)]()+'\x0a\x0a'+_0x23d242[_0x4a504a(0x1f0)]('\x0a\x0a')+'\x0a';}export function writeSkillFile(_0x62ff22,_0x31273c,_0x56cc08){const _0x3c2d99=a230_0x3cad95,_0x338b9b=getSkillTemplate(_0x62ff22);if(!_0x338b9b)throw new Error(_0x3c2d99(0x204));const _0x201aa3=dirname(_0x31273c);mkdirSync(_0x201aa3,{'recursive':!![]});let _0x1c4024=_0x338b9b[_0x3c2d99(0x1f1)](/\{\{IDE_NAME\}\}/g,_0x56cc08);_0x1c4024=appendExtendContents(_0x1c4024,_0x62ff22),_0x62ff22['skillTemplate'][_0x3c2d99(0x20b)]&&(_0x1c4024=appendUpdateTime(_0x1c4024,_0x62ff22[_0x3c2d99(0x1fd)][_0x3c2d99(0x20b)])),writeFileSync(_0x31273c,_0x1c4024,'utf-8');}export async function installGuides(_0x4631b4){const _0x4c493b=a230_0x3cad95,_0x3a1fac=await fetchGuidesFromCDN();return writeGuidesToProject(_0x3a1fac,_0x4631b4),Object['keys'](_0x3a1fac[_0x4c493b(0x208)])[_0x4c493b(0x1f9)];}export function getGuidesSummary(_0x212698){const _0x22319b=a230_0x3cad95;return Object['entries'](_0x212698[_0x22319b(0x208)])['map'](([_0x1de434,_0x5764b7])=>({'key':_0x1de434,'title':_0x5764b7[_0x22319b(0x200)],'path':_0x5764b7[_0x22319b(0x20d)]}));}
1
+ const a230_0x595a25=a230_0x36f6;(function(_0x2e7598,_0x452905){const _0xc7fb72=a230_0x36f6,_0x5a852d=_0x2e7598();while(!![]){try{const _0x190766=-parseInt(_0xc7fb72(0x181))/0x1+-parseInt(_0xc7fb72(0x191))/0x2*(parseInt(_0xc7fb72(0x189))/0x3)+parseInt(_0xc7fb72(0x18c))/0x4*(parseInt(_0xc7fb72(0x17d))/0x5)+parseInt(_0xc7fb72(0x18e))/0x6*(-parseInt(_0xc7fb72(0x175))/0x7)+-parseInt(_0xc7fb72(0x17b))/0x8*(-parseInt(_0xc7fb72(0x180))/0x9)+parseInt(_0xc7fb72(0x177))/0xa+parseInt(_0xc7fb72(0x178))/0xb;if(_0x190766===_0x452905)break;else _0x5a852d['push'](_0x5a852d['shift']());}catch(_0x14df5d){_0x5a852d['push'](_0x5a852d['shift']());}}}(a230_0x4767,0xce3ae));import{mkdirSync,writeFileSync}from'node:fs';import{dirname,join}from'node:path';import{homedir}from'node:os';function a230_0x36f6(_0x128dfc,_0x43b93e){_0x128dfc=_0x128dfc-0x174;const _0x4767a0=a230_0x4767();let _0x36f62d=_0x4767a0[_0x128dfc];return _0x36f62d;}import{getTemplateBaseUrl}from'../utils/config.js';function a230_0x4767(){const _0x92fd94=['cache','.md','/skills/guides.json','.lovrabet','join','extendContent','\x0a\x0a>更新时间:','974583PGlFxL','title','replace','524oeeJGN','push','4314WdCMzH','keys','skillTemplate','4EmapvT','content','map','length','utf-8','.lovrabet/skill/guides','entries','object','path','12369nGXXWI','application/json','12200970CShpEl','11041173DTLIlJ','CDN\x20数据中缺少\x20skillTemplate','trimEnd','280OfvvWB','CDN\x20返回数据格式错误','1545ADDhec','guides','lastUpdated','230247IXOztp','394811XmWXNe'];a230_0x4767=function(){return _0x92fd94;};return a230_0x4767();}function getGuidesCdnUrl(){const _0x373ebb=a230_0x36f6,_0x4040db=getTemplateBaseUrl();return _0x4040db+_0x373ebb(0x184);}const CACHE_DIR=join(homedir(),a230_0x595a25(0x185),a230_0x595a25(0x182));export async function fetchGuidesFromCDN(){const _0x494c5a=a230_0x595a25,_0x4b8396=getGuidesCdnUrl(),_0x473655=await fetch(_0x4b8396,{'headers':{'Accept':_0x494c5a(0x176)}});if(!_0x473655['ok'])throw new Error('CDN\x20请求失败:\x20'+_0x473655['status']+'\x20'+_0x473655['statusText']);const _0x559653=await _0x473655['json']();if(!_0x559653[_0x494c5a(0x17e)]||typeof _0x559653[_0x494c5a(0x17e)]!==_0x494c5a(0x198))throw new Error(_0x494c5a(0x17c));return _0x559653;}export function writeGuidesToProject(_0x3ac909,_0x4ffcbe,_0x52423f=a230_0x595a25(0x196),_0x4c6378){const _0x3e9d38=a230_0x595a25,_0x1df8a2=join(_0x4ffcbe,_0x52423f);mkdirSync(_0x1df8a2,{'recursive':!![]});for(const [_0x4e1a86,_0xcc4663]of Object[_0x3e9d38(0x197)](_0x3ac909[_0x3e9d38(0x17e)])){let _0x25430f=_0xcc4663[_0x3e9d38(0x192)];_0xcc4663[_0x3e9d38(0x17f)]&&(_0x25430f=appendUpdateTime(_0x25430f,_0xcc4663[_0x3e9d38(0x17f)])),writeFileSync(join(_0x1df8a2,_0x4e1a86+_0x3e9d38(0x183)),_0x25430f,'utf-8');}}export function appendUpdateTime(_0x407f7a,_0xb71d4a){const _0x14eadc=a230_0x595a25;return _0x407f7a=_0x407f7a['replace'](/\n*>更新时间:.*$/m,''),_0x407f7a[_0x14eadc(0x17a)]()+(_0x14eadc(0x188)+_0xb71d4a);}export function getSkillTemplate(_0x30c8dd){const _0x2766d7=a230_0x595a25;return _0x30c8dd[_0x2766d7(0x190)]?.[_0x2766d7(0x192)]||'';}export function appendExtendContents(_0x336981,_0x71ef1a,_0x17a626){const _0x1cc105=a230_0x595a25,_0x1c2e33=[];for(const [,_0xd38537]of Object[_0x1cc105(0x197)](_0x71ef1a[_0x1cc105(0x17e)])){_0xd38537['extendContent']&&_0x1c2e33[_0x1cc105(0x18d)](_0xd38537[_0x1cc105(0x187)][_0x1cc105(0x17a)]());}if(_0x1c2e33['length']===0x0)return _0x336981;return _0x336981[_0x1cc105(0x17a)]()+'\x0a\x0a'+_0x1c2e33[_0x1cc105(0x186)]('\x0a\x0a')+'\x0a';}export function writeSkillFile(_0x3c090a,_0x2d86ca,_0xb6c050){const _0x121fe9=a230_0x595a25,_0x32a660=getSkillTemplate(_0x3c090a);if(!_0x32a660)throw new Error(_0x121fe9(0x179));const _0x3b485b=dirname(_0x2d86ca);mkdirSync(_0x3b485b,{'recursive':!![]});let _0x337276=_0x32a660[_0x121fe9(0x18b)](/\{\{IDE_NAME\}\}/g,_0xb6c050);_0x337276=appendExtendContents(_0x337276,_0x3c090a),_0x3c090a[_0x121fe9(0x190)]['lastUpdated']&&(_0x337276=appendUpdateTime(_0x337276,_0x3c090a['skillTemplate'][_0x121fe9(0x17f)])),writeFileSync(_0x2d86ca,_0x337276,_0x121fe9(0x195));}export async function installGuides(_0x59273e){const _0x2b6b30=a230_0x595a25,_0x48d802=await fetchGuidesFromCDN();return writeGuidesToProject(_0x48d802,_0x59273e),Object[_0x2b6b30(0x18f)](_0x48d802[_0x2b6b30(0x17e)])[_0x2b6b30(0x194)];}export function getGuidesSummary(_0x582b39){const _0x548b46=a230_0x595a25;return Object[_0x548b46(0x197)](_0x582b39[_0x548b46(0x17e)])[_0x548b46(0x193)](([_0x4f7afc,_0x428a8b])=>({'key':_0x4f7afc,'title':_0x428a8b[_0x548b46(0x18a)],'path':_0x428a8b[_0x548b46(0x174)]}));}
@@ -1 +1 @@
1
- function a231_0x5cf2(_0x430c56,_0x1e36a8){_0x430c56=_0x430c56-0x1e7;const _0xaa5da8=a231_0xaa5d();let _0x5cf20e=_0xaa5da8[_0x430c56];return _0x5cf20e;}(function(_0x30feeb,_0x353ca3){const _0x531214=a231_0x5cf2,_0x46b8d4=_0x30feeb();while(!![]){try{const _0x3d1d30=-parseInt(_0x531214(0x1f8))/0x1*(-parseInt(_0x531214(0x1ef))/0x2)+parseInt(_0x531214(0x1f0))/0x3*(-parseInt(_0x531214(0x203))/0x4)+parseInt(_0x531214(0x1eb))/0x5+parseInt(_0x531214(0x1fd))/0x6+parseInt(_0x531214(0x1f1))/0x7+parseInt(_0x531214(0x1fb))/0x8+parseInt(_0x531214(0x1f4))/0x9*(-parseInt(_0x531214(0x1f2))/0xa);if(_0x3d1d30===_0x353ca3)break;else _0x46b8d4['push'](_0x46b8d4['shift']());}catch(_0x260b8e){_0x46b8d4['push'](_0x46b8d4['shift']());}}}(a231_0xaa5d,0xbf3ed));function a231_0xaa5d(){const _0x5dd804=['headers','*\x20请求失败,','58QLzcdl','3aEdyBe','2515905TueGDg','50CmTMxG','includes','813537dCLRyx','get','\x20次重试...','AbortError','11759imkPzg','ENOTFOUND','Request\x20failed','5189192EMdbnt','name','1314174UBAFAy','message','signal','text','json','url','1915768AZVJJW','log','application/json','content-type','status','abort','730720HDmUlk','fetch'];a231_0xaa5d=function(){return _0x5dd804;};return a231_0xaa5d();}export async function httpRequest(_0x15a724,_0x160456={}){const _0x137be0=a231_0x5cf2,{timeout:timeout=0x7530,retries:retries=0x3,retryDelay:retryDelay=0x3e8,headers:headers={}}=_0x160456;let _0x2599fd=null;for(let _0x5052a3=0x0;_0x5052a3<=retries;_0x5052a3++){try{const _0x506888=new AbortController(),_0x5559c1=setTimeout(()=>_0x506888[_0x137be0(0x1ea)](),timeout),_0x11d814=await fetch(_0x15a724,{'headers':headers,'signal':_0x506888[_0x137be0(0x1ff)]});clearTimeout(_0x5559c1);let _0xf1b2bb;const _0x1c3b16=_0x11d814['headers'][_0x137be0(0x1f5)](_0x137be0(0x1e8));return _0x1c3b16?.[_0x137be0(0x1f3)](_0x137be0(0x1e7))?_0xf1b2bb=await _0x11d814[_0x137be0(0x201)]():_0xf1b2bb=await _0x11d814['text'](),{'ok':_0x11d814['ok'],'status':_0x11d814[_0x137be0(0x1e9)],'statusText':_0x11d814['statusText'],'data':_0xf1b2bb,'headers':_0x11d814[_0x137be0(0x1ed)],'url':_0x11d814[_0x137be0(0x202)],'text':()=>_0x11d814[_0x137be0(0x200)]()};}catch(_0x1392db){_0x2599fd=_0x1392db instanceof Error?_0x1392db:new Error(String(_0x1392db));if(_0x5052a3===retries)break;if(shouldRetry(_0x1392db)){console[_0x137be0(0x204)](_0x137be0(0x1ee)+retryDelay+'ms\x20后进行第\x20'+(_0x5052a3+0x1)+_0x137be0(0x1f6)),await sleep(retryDelay);continue;}else break;}}throw _0x2599fd||new Error(_0x137be0(0x1fa));}function shouldRetry(_0xa40297){const _0x34e837=a231_0x5cf2;if(_0xa40297 instanceof Error){if(_0xa40297[_0x34e837(0x1fc)]===_0x34e837(0x1f7))return![];if(_0xa40297[_0x34e837(0x1fc)]==='TypeError'&&_0xa40297[_0x34e837(0x1fe)][_0x34e837(0x1f3)](_0x34e837(0x1ec)))return!![];if(_0xa40297[_0x34e837(0x1fe)]['includes']('ECONNRESET'))return!![];if(_0xa40297[_0x34e837(0x1fe)][_0x34e837(0x1f3)](_0x34e837(0x1f9)))return![];}return![];}function sleep(_0x50af12){return new Promise(_0x5cdd60=>setTimeout(_0x5cdd60,_0x50af12));}export function validateUrl(_0x60dbc0){try{return new URL(_0x60dbc0),!![];}catch{return![];}}
1
+ (function(_0x9ca57f,_0x2c669b){const _0x227333=a231_0x2bc5,_0x58d038=_0x9ca57f();while(!![]){try{const _0x4eca57=-parseInt(_0x227333(0x181))/0x1+parseInt(_0x227333(0x185))/0x2*(-parseInt(_0x227333(0x18e))/0x3)+-parseInt(_0x227333(0x17d))/0x4+parseInt(_0x227333(0x183))/0x5*(parseInt(_0x227333(0x194))/0x6)+parseInt(_0x227333(0x182))/0x7+-parseInt(_0x227333(0x17e))/0x8+parseInt(_0x227333(0x176))/0x9*(parseInt(_0x227333(0x177))/0xa);if(_0x4eca57===_0x2c669b)break;else _0x58d038['push'](_0x58d038['shift']());}catch(_0x4ca39a){_0x58d038['push'](_0x58d038['shift']());}}}(a231_0x53f0,0x258d4));function a231_0x2bc5(_0x37f15a,_0x483b19){_0x37f15a=_0x37f15a-0x176;const _0x53f022=a231_0x53f0();let _0x2bc5cb=_0x53f022[_0x37f15a];return _0x2bc5cb;}export async function httpRequest(_0x99e849,_0x351d08={}){const _0x1a0042=a231_0x2bc5,{timeout:timeout=0x7530,retries:retries=0x3,retryDelay:retryDelay=0x3e8,headers:headers={}}=_0x351d08;let _0x5ce2bc=null;for(let _0x140eea=0x0;_0x140eea<=retries;_0x140eea++){try{const _0x2221b3=new AbortController(),_0x362456=setTimeout(()=>_0x2221b3[_0x1a0042(0x184)](),timeout),_0x35d231=await fetch(_0x99e849,{'headers':headers,'signal':_0x2221b3[_0x1a0042(0x17c)]});clearTimeout(_0x362456);let _0x2a4e51;const _0x196675=_0x35d231[_0x1a0042(0x188)][_0x1a0042(0x18f)](_0x1a0042(0x18b));return _0x196675?.[_0x1a0042(0x18c)](_0x1a0042(0x190))?_0x2a4e51=await _0x35d231['json']():_0x2a4e51=await _0x35d231[_0x1a0042(0x180)](),{'ok':_0x35d231['ok'],'status':_0x35d231['status'],'statusText':_0x35d231[_0x1a0042(0x187)],'data':_0x2a4e51,'headers':_0x35d231[_0x1a0042(0x188)],'url':_0x35d231[_0x1a0042(0x179)],'text':()=>_0x35d231[_0x1a0042(0x180)]()};}catch(_0x2d527b){_0x5ce2bc=_0x2d527b instanceof Error?_0x2d527b:new Error(String(_0x2d527b));if(_0x140eea===retries)break;if(shouldRetry(_0x2d527b)){console[_0x1a0042(0x18d)](_0x1a0042(0x193)+retryDelay+_0x1a0042(0x17f)+(_0x140eea+0x1)+_0x1a0042(0x189)),await sleep(retryDelay);continue;}else break;}}throw _0x5ce2bc||new Error(_0x1a0042(0x186));}function shouldRetry(_0x59bfb3){const _0x2f3bef=a231_0x2bc5;if(_0x59bfb3 instanceof Error){if(_0x59bfb3[_0x2f3bef(0x191)]==='AbortError')return![];if(_0x59bfb3[_0x2f3bef(0x191)]===_0x2f3bef(0x17a)&&_0x59bfb3[_0x2f3bef(0x178)][_0x2f3bef(0x18c)](_0x2f3bef(0x192)))return!![];if(_0x59bfb3[_0x2f3bef(0x178)][_0x2f3bef(0x18c)](_0x2f3bef(0x17b)))return!![];if(_0x59bfb3[_0x2f3bef(0x178)][_0x2f3bef(0x18c)](_0x2f3bef(0x18a)))return![];}return![];}function a231_0x53f0(){const _0x999e19=['*\x20请求失败,','6tAzwoi','2038923WpRsJR','20BwBkpc','message','url','TypeError','ECONNRESET','signal','837576uqJJpo','656264QiOVqV','ms\x20后进行第\x20','text','155620tKQMQV','1612954QwcFKn','767670dqEMWG','abort','1882GfaSmf','Request\x20failed','statusText','headers','\x20次重试...','ENOTFOUND','content-type','includes','log','753AjCzvj','get','application/json','name','fetch'];a231_0x53f0=function(){return _0x999e19;};return a231_0x53f0();}function sleep(_0x1537c4){return new Promise(_0x4314ef=>setTimeout(_0x4314ef,_0x1537c4));}export function validateUrl(_0x5b38dc){try{return new URL(_0x5b38dc),!![];}catch{return![];}}
@@ -1 +1 @@
1
- function a232_0x138c(){const _0x4dc448=['1215252zmoWMY','138kJfFCN','45jLoGtu','6215480uHbfiQ','stdout','2190115IHwIas','91763RlWfXf','nonInteractive','479523GKmxHp','20313927qeegIk','stdin','isTTY','10eeNgSF','setRawMode','164632lGFXUB','true'];a232_0x138c=function(){return _0x4dc448;};return a232_0x138c();}function a232_0x4f97(_0x339dae,_0x5528ec){_0x339dae=_0x339dae-0xe8;const _0x138cbd=a232_0x138c();let _0x4f97b0=_0x138cbd[_0x339dae];return _0x4f97b0;}(function(_0x3c7197,_0x2cadb8){const _0x5234f7=a232_0x4f97,_0x2b5b10=_0x3c7197();while(!![]){try{const _0x42bdc2=-parseInt(_0x5234f7(0xf6))/0x1+-parseInt(_0x5234f7(0xee))/0x2+-parseInt(_0x5234f7(0xf0))/0x3*(parseInt(_0x5234f7(0xec))/0x4)+parseInt(_0x5234f7(0xf3))/0x5+parseInt(_0x5234f7(0xef))/0x6*(parseInt(_0x5234f7(0xf4))/0x7)+-parseInt(_0x5234f7(0xf1))/0x8+-parseInt(_0x5234f7(0xf7))/0x9*(-parseInt(_0x5234f7(0xea))/0xa);if(_0x42bdc2===_0x2cadb8)break;else _0x2b5b10['push'](_0x2b5b10['shift']());}catch(_0x1a6e9a){_0x2b5b10['push'](_0x2b5b10['shift']());}}}(a232_0x138c,0x7dc6b));function env(_0x33df0d){return process.env[`RABETBASE_${_0x33df0d}`]||process.env[`LOVRABET_${_0x33df0d}`]||undefined;}export function isNonInteractive(_0x5d3d9e){const _0xb984d8=a232_0x4f97;return!!(_0x5d3d9e[_0xb984d8(0xf5)]||_0x5d3d9e['ci']||env('CI')==='true'||process.env.CI===_0xb984d8(0xed)||!process[_0xb984d8(0xf2)][_0xb984d8(0xe9)]||!isStdinRawModeSupported());}function isStdinRawModeSupported(){const _0x5e1569=a232_0x4f97;if(!process[_0x5e1569(0xe8)][_0x5e1569(0xe9)])return![];try{const _0x13c067=process['stdin']['isRaw'];return process[_0x5e1569(0xe8)]['setRawMode'](!![]),process[_0x5e1569(0xe8)][_0x5e1569(0xeb)](_0x13c067??![]),!![];}catch{return![];}}
1
+ (function(_0x45d541,_0x2badad){const _0x317902=a232_0x33d8,_0x9f9c2b=_0x45d541();while(!![]){try{const _0x47d16b=parseInt(_0x317902(0x1c5))/0x1+parseInt(_0x317902(0x1be))/0x2*(-parseInt(_0x317902(0x1c8))/0x3)+parseInt(_0x317902(0x1c1))/0x4*(parseInt(_0x317902(0x1bd))/0x5)+parseInt(_0x317902(0x1b8))/0x6+parseInt(_0x317902(0x1bb))/0x7*(-parseInt(_0x317902(0x1bf))/0x8)+parseInt(_0x317902(0x1c4))/0x9+parseInt(_0x317902(0x1bc))/0xa*(-parseInt(_0x317902(0x1c6))/0xb);if(_0x47d16b===_0x2badad)break;else _0x9f9c2b['push'](_0x9f9c2b['shift']());}catch(_0x30d627){_0x9f9c2b['push'](_0x9f9c2b['shift']());}}}(a232_0x7698,0xcc3d9));function a232_0x33d8(_0x29d67a,_0x142c49){_0x29d67a=_0x29d67a-0x1b8;const _0x769857=a232_0x7698();let _0x33d8cf=_0x769857[_0x29d67a];return _0x33d8cf;}function env(_0x5cd892){return process.env[`RABETBASE_${_0x5cd892}`]||process.env[`LOVRABET_${_0x5cd892}`]||undefined;}export function isNonInteractive(_0x649e62){const _0x21c259=a232_0x33d8;return!!(_0x649e62[_0x21c259(0x1b9)]||_0x649e62['ci']||env('CI')===_0x21c259(0x1c0)||process.env.CI===_0x21c259(0x1c0)||!process[_0x21c259(0x1ba)][_0x21c259(0x1c7)]||!isStdinRawModeSupported());}function a232_0x7698(){const _0x50404f=['5759345ybJXMb','2fbhOVh','8882104DVIXPu','true','4IhsEIV','stdin','setRawMode','12829266aFuLaf','1656750HhZaJT','924oGOLcA','isTTY','4538871ezdBlY','3401040fKXUMM','nonInteractive','stdout','7ofljNg','159660BtpCiO'];a232_0x7698=function(){return _0x50404f;};return a232_0x7698();}function isStdinRawModeSupported(){const _0x11031c=a232_0x33d8;if(!process[_0x11031c(0x1c2)]['isTTY'])return![];try{const _0x578660=process[_0x11031c(0x1c2)]['isRaw'];return process[_0x11031c(0x1c2)][_0x11031c(0x1c3)](!![]),process[_0x11031c(0x1c2)][_0x11031c(0x1c3)](_0x578660??![]),!![];}catch{return![];}}