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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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
- 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
+ const a212_0x4137e4=a212_0x5570;(function(_0x4ac088,_0x40c36a){const _0x586a4f=a212_0x5570,_0x582ffb=_0x4ac088();while(!![]){try{const _0x2be5d1=parseInt(_0x586a4f(0x1e5))/0x1*(-parseInt(_0x586a4f(0x1eb))/0x2)+-parseInt(_0x586a4f(0x1d9))/0x3*(parseInt(_0x586a4f(0x1ee))/0x4)+-parseInt(_0x586a4f(0x1dd))/0x5*(parseInt(_0x586a4f(0x1f0))/0x6)+-parseInt(_0x586a4f(0x1d8))/0x7*(parseInt(_0x586a4f(0x1ef))/0x8)+-parseInt(_0x586a4f(0x1d7))/0x9+-parseInt(_0x586a4f(0x1d6))/0xa+-parseInt(_0x586a4f(0x1e8))/0xb*(-parseInt(_0x586a4f(0x1de))/0xc);if(_0x2be5d1===_0x40c36a)break;else _0x582ffb['push'](_0x582ffb['shift']());}catch(_0x37cc4b){_0x582ffb['push'](_0x582ffb['shift']());}}}(a212_0x2ef9,0xc236f));import{spawnSync}from'node:child_process';import{resolveNpmBin}from'../utils/platform.js';export const NPX_FLAG_YES='-y';export const SKILLS_FLAG_GLOBAL='-g';export const SKILLS_FLAG_YES='-y';function a212_0x5570(_0x367225,_0x44b4e1){_0x367225=_0x367225-0x1d4;const _0x2ef9f8=a212_0x2ef9();let _0x557085=_0x2ef9f8[_0x367225];return _0x557085;}export const NPX_SKILLS_CLI='skills';export const NPX_SKILLS_SUBCOMMAND_ADD=a212_0x4137e4(0x1e2);export const NPX_SKILLS_FLAG_SKILL=a212_0x4137e4(0x1ec);function a212_0x2ef9(){const _0x10d60a=['4246300cFMOtP','886545vdSecA','4886iUiXQJ','11226ZcKWlx','lovrabet/rabetbase','skill','push','2630330BQRjzP','62945940fDIFZg','pipe','status','stdout','add','toString','unknown','3FmIjoN','inherit','Lovrabet','11hDDANJ','log','trim','913174qEjtWQ','--skill','npx','1028Irejzj','12256rwQjhp','6MiJUhZ','stdio','join','stderr'];a212_0x2ef9=function(){return _0x10d60a;};return a212_0x2ef9();}export const RABETBASE_SKILL_SOURCE=a212_0x4137e4(0x1da);export const LEGACY_RABETBASE_SKILL_SOURCE='lovrabet/lovrabet-skill';export const DEFAULT_RABETBASE_SKILL_NAME=a212_0x4137e4(0x1e7);export function buildNpxSkillsAddArgv(_0x528ad9){const _0x1d8113=a212_0x4137e4,_0x33bac2=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE];return _0x528ad9&&_0x33bac2[_0x1d8113(0x1dc)](NPX_SKILLS_FLAG_SKILL,_0x528ad9),_0x33bac2;}export const NPX_SKILLS_ADD_COMMAND_LINE=['npx',...buildNpxSkillsAddArgv()]['join']('\x20');export const NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE=[a212_0x4137e4(0x1ed),NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES][a212_0x4137e4(0x1d4)]('\x20');export function shouldSkipNpxSkillsAdd(){return process.env.RABETBASE_SKIP_NPX_SKILLS==='1';}export function runNpxSkillsAdd(_0x2ee52d,_0x4fe404){const _0x17b5aa=a212_0x4137e4;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0xba9ec7=_0x4fe404?.[_0x17b5aa(0x1f1)]??_0x17b5aa(0x1e6),_0x4f7269=resolveNpmBin('npx'),_0x47ec9b=buildNpxSkillsAddArgv(_0x4fe404?.[_0x17b5aa(0x1db)]),_0x32c1ad=[_0x17b5aa(0x1ed),..._0x47ec9b][_0x17b5aa(0x1d4)]('\x20');console[_0x17b5aa(0x1e9)]('*\x20'+_0x32c1ad);const _0x68a3dc=spawnSync(_0x4f7269,_0x47ec9b,{'cwd':_0x2ee52d,'stdio':_0xba9ec7,'env':process.env,'shell':![]}),_0xfd24ca=_0x68a3dc[_0x17b5aa(0x1e0)];if(_0xfd24ca===0x0)return{'ok':!![],'status':0x0};let _0x20d801='exit\x20'+(_0xfd24ca??'unknown');if(_0xba9ec7===_0x17b5aa(0x1df)){const _0x3410cb=_0x68a3dc['stderr']?_0x68a3dc[_0x17b5aa(0x1d5)][_0x17b5aa(0x1e3)]()[_0x17b5aa(0x1ea)]():'',_0x55c22e=_0x68a3dc[_0x17b5aa(0x1e1)]?_0x68a3dc['stdout'][_0x17b5aa(0x1e3)]()[_0x17b5aa(0x1ea)]():'';if(_0x3410cb)_0x20d801=_0x3410cb;else{if(_0x55c22e)_0x20d801=_0x55c22e;}}return{'ok':![],'status':_0xfd24ca??null,'error':_0x20d801};}export function runNpxSkillsRemove(_0x310ec3,_0x9eeb08,_0x35976f=LEGACY_RABETBASE_SKILL_SOURCE){const _0x438064=a212_0x4137e4;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x4a2699=_0x9eeb08?.['stdio']??_0x438064(0x1e6),_0x4c7e19=resolveNpmBin(_0x438064(0x1ed)),_0x4f5c87=[NPX_FLAG_YES,NPX_SKILLS_CLI,'remove',_0x35976f,NPX_SKILLS_FLAG_SKILL,_0x9eeb08?.[_0x438064(0x1db)]??DEFAULT_RABETBASE_SKILL_NAME,..._0x9eeb08?.['yes']?['-y']:[]],_0x3f2c38=[_0x4c7e19,..._0x4f5c87][_0x438064(0x1d4)]('\x20');console['log']('*\x20'+_0x3f2c38);const _0x429ae3=spawnSync(_0x4c7e19,_0x4f5c87,{'cwd':_0x310ec3,'stdio':_0x4a2699,'env':process.env,'shell':![]}),_0x20dd09=_0x429ae3['status'];if(_0x20dd09===0x0)return{'ok':!![],'status':0x0};let _0x4b4afb='exit\x20'+(_0x20dd09??'unknown');if(_0x4a2699==='pipe'){const _0x3692de=_0x429ae3['stderr']?_0x429ae3['stderr']['toString']()[_0x438064(0x1ea)]():'',_0x55f405=_0x429ae3[_0x438064(0x1e1)]?_0x429ae3[_0x438064(0x1e1)]['toString']()[_0x438064(0x1ea)]():'';if(_0x3692de)_0x4b4afb=_0x3692de;else{if(_0x55f405)_0x4b4afb=_0x55f405;}}return{'ok':![],'status':_0x20dd09??null,'error':_0x4b4afb};}export function runNpxSkillsAddGlobal(_0x4ac744,_0xe4656e,_0x8cc8d6){const _0x518c56=a212_0x4137e4;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x4b34b1=_0x8cc8d6?.[_0x518c56(0x1f1)]??_0x518c56(0x1e6),_0x5bcc3b=resolveNpmBin(_0x518c56(0x1ed)),_0x59edb1=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0xe4656e,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES],_0x4a8bc1=[_0x518c56(0x1ed),NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0xe4656e,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES][_0x518c56(0x1d4)]('\x20');console[_0x518c56(0x1e9)]('*\x20'+_0x4a8bc1);const _0x2f37a0=spawnSync(_0x5bcc3b,_0x59edb1,{'cwd':_0x4ac744,'stdio':_0x4b34b1,'env':process.env,'shell':![]}),_0x1091cf=_0x2f37a0['status'];if(_0x1091cf===0x0)return{'ok':!![],'status':0x0};let _0x53c597='exit\x20'+(_0x1091cf??_0x518c56(0x1e4));if(_0x4b34b1===_0x518c56(0x1df)){const _0x33d34a=_0x2f37a0[_0x518c56(0x1d5)]?_0x2f37a0[_0x518c56(0x1d5)][_0x518c56(0x1e3)]()[_0x518c56(0x1ea)]():'',_0x5e0689=_0x2f37a0[_0x518c56(0x1e1)]?_0x2f37a0[_0x518c56(0x1e1)][_0x518c56(0x1e3)]()['trim']():'';if(_0x33d34a)_0x53c597=_0x33d34a;else{if(_0x5e0689)_0x53c597=_0x5e0689;}}return{'ok':![],'status':_0x1091cf??null,'error':_0x53c597};}
@@ -1 +1 @@
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
+ (function(_0x5c722c,_0x7424d6){const _0x369224=a213_0x42fc,_0x3c151a=_0x5c722c();while(!![]){try{const _0x1d270c=parseInt(_0x369224(0x99))/0x1*(parseInt(_0x369224(0x94))/0x2)+parseInt(_0x369224(0xa0))/0x3+-parseInt(_0x369224(0x98))/0x4*(-parseInt(_0x369224(0x93))/0x5)+-parseInt(_0x369224(0x96))/0x6*(-parseInt(_0x369224(0xa1))/0x7)+-parseInt(_0x369224(0x95))/0x8+-parseInt(_0x369224(0x9e))/0x9+parseInt(_0x369224(0x97))/0xa*(-parseInt(_0x369224(0xa3))/0xb);if(_0x1d270c===_0x7424d6)break;else _0x3c151a['push'](_0x3c151a['shift']());}catch(_0x3e5527){_0x3c151a['push'](_0x3c151a['shift']());}}}(a213_0x2ebb,0x7dc96));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';import{getCliVersion}from'../utils/version.js';function a213_0x42fc(_0x4d8bff,_0x22ee4a){_0x4d8bff=_0x4d8bff-0x91;const _0x2ebbc3=a213_0x2ebb();let _0x42fc69=_0x2ebbc3[_0x4d8bff];return _0x42fc69;}function a213_0x2ebb(){const _0x5c8c83=['error','rabetbase.command','some','8877636vlyEzA','stringify','2543754oQTuka','223755juHMmK','service','12760FAiXnp','entries','durationMs','364535UonGKh','492wlQVJm','7908424TfMGiP','132cKpzNW','6480UPmrgw','52UcUrFU','3020jTmZRZ','test'];a213_0x2ebb=function(){return _0x5c8c83;};return a213_0x2ebb();}const SENSITIVE_PATTERNS=[/cookie/i,/token/i,/password/i,/passwd/i,/secret/i,/auth/i,/session/i,/credential/i,/^value$/i];function isSensitiveKey(_0x29a2e9){const _0x49914c=a213_0x42fc;return SENSITIVE_PATTERNS[_0x49914c(0x9d)](_0x3759cf=>_0x3759cf[_0x49914c(0x9a)](_0x29a2e9));}function sanitizeFlags(_0x6a587e){const _0x4615fb=a213_0x42fc,_0x367059={};for(const [_0x282547,_0xb5764e]of Object[_0x4615fb(0x91)](_0x6a587e)){isSensitiveKey(_0x282547)?_0x367059[_0x282547]=_0xb5764e!=null&&_0xb5764e!==''?'[REDACTED]':_0xb5764e:_0x367059[_0x282547]=_0xb5764e;}return _0x367059;}export async function reportCommandTrace(_0x5375a1){const _0xd70f16=a213_0x42fc;try{const _0x170af5=sanitizeFlags(_0x5375a1['flags']);await sendCliTraceLog({'spanName':_0xd70f16(0x9c),'logData':{'command.cli_version':getCliVersion(),'command.service':_0x5375a1[_0xd70f16(0xa2)],'command.name':_0x5375a1['command'],'command.flags':JSON[_0xd70f16(0x9f)](_0x170af5),..._0x5375a1[_0xd70f16(0x92)]!=null?{'command.duration_ms':_0x5375a1[_0xd70f16(0x92)]}:{},..._0x5375a1[_0xd70f16(0x9b)]?{'command.error':_0x5375a1[_0xd70f16(0x9b)]instanceof Error?_0x5375a1['error']['message']:String(_0x5375a1[_0xd70f16(0x9b)])}:{}}});}catch{}}
@@ -1 +1 @@
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
+ function a214_0x36c5(_0x379c21,_0x2784bb){_0x379c21=_0x379c21-0x1f1;var _0x4f12cc=a214_0x4f12();var _0x36c5b3=_0x4f12cc[_0x379c21];return _0x36c5b3;}function a214_0x4f12(){var _0x1597b1=['9958828JrbxMa','Failed\x20to\x20report\x20CLI\x20help\x20trace:','792799mrQGIs','2MXCuDw','211599Kmijdk','18CUROkU','644060RyYgac','error','1138080GVKuEl','2439635sssmCc','388253lbBNyB','6CvHRKx','4saVgra','service'];a214_0x4f12=function(){return _0x1597b1;};return a214_0x4f12();}(function(_0x59ce51,_0x49ab8f){var _0x2f3608=a214_0x36c5,_0x316d60=_0x59ce51();while(!![]){try{var _0x1d390b=-parseInt(_0x2f3608(0x1f4))/0x1*(-parseInt(_0x2f3608(0x1fb))/0x2)+-parseInt(_0x2f3608(0x1fc))/0x3*(-parseInt(_0x2f3608(0x1f6))/0x4)+-parseInt(_0x2f3608(0x1f3))/0x5*(-parseInt(_0x2f3608(0x1f5))/0x6)+-parseInt(_0x2f3608(0x1fa))/0x7+-parseInt(_0x2f3608(0x1f2))/0x8*(-parseInt(_0x2f3608(0x1fd))/0x9)+parseInt(_0x2f3608(0x1fe))/0xa+-parseInt(_0x2f3608(0x1f8))/0xb;if(_0x1d390b===_0x49ab8f)break;else _0x316d60['push'](_0x316d60['shift']());}catch(_0x39e521){_0x316d60['push'](_0x316d60['shift']());}}}(a214_0x4f12,0x43a2a));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';export async function reportCliHelpTrace(_0x44b384,_0x3b1270){var _0x384191=a214_0x36c5;try{await sendCliTraceLog({'spanName':'cli.help','logData':{'rabetbase.help.kind':_0x44b384,..._0x3b1270?.[_0x384191(0x1f7)]&&{'rabetbase.help.service':_0x3b1270['service']}}});}catch(_0x188947){console[_0x384191(0x1f1)](_0x384191(0x1f9),_0x188947);}}
@@ -1 +1 @@
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
+ (function(_0x5b4b86,_0x3f4155){const _0x2a31df=a215_0x1a6f,_0x1b2ae9=_0x5b4b86();while(!![]){try{const _0x2fe0b0=parseInt(_0x2a31df(0x130))/0x1+parseInt(_0x2a31df(0x122))/0x2*(parseInt(_0x2a31df(0x128))/0x3)+parseInt(_0x2a31df(0x131))/0x4*(-parseInt(_0x2a31df(0x12b))/0x5)+-parseInt(_0x2a31df(0x12f))/0x6*(parseInt(_0x2a31df(0x127))/0x7)+-parseInt(_0x2a31df(0x12e))/0x8+parseInt(_0x2a31df(0x126))/0x9*(parseInt(_0x2a31df(0x12d))/0xa)+parseInt(_0x2a31df(0x12a))/0xb;if(_0x2fe0b0===_0x3f4155)break;else _0x1b2ae9['push'](_0x1b2ae9['shift']());}catch(_0x3459d7){_0x1b2ae9['push'](_0x1b2ae9['shift']());}}}(a215_0x5165,0x23ba5));import{VERSION,GIT_COMMIT}from'../generated/build-info.js';function a215_0x1a6f(_0x4cc112,_0x5aa9d3){_0x4cc112=_0x4cc112-0x11f;const _0x51652c=a215_0x5165();let _0x1a6f8f=_0x51652c[_0x4cc112];return _0x1a6f8f;}import{getSessionUserInfo}from'../auth/get-session-user.js';import{setServiceConfig,setUserContext}from'@lovrabet/otel-logger';import{NPM_PACKAGE_NAME}from'../constant/cli.js';import{getConfigAppCode}from'../utils/config.js';let cliOtelTraceInitialized=![];function a215_0x5165(){const _0x2f82fd=['420lCKQvm','1972144PwcCKA','458226xCsEgI','103886GEPVJU','284184RRVDcY','unknown','production','daily','email','2mtbQev','tenant','nickname','user','22104HaFOAP','21yDUyiW','399561ADFYyJ','username','6225241uurObv','20guqhXG','tenant_code'];a215_0x5165=function(){return _0x2f82fd;};return a215_0x5165();}export async function ensureCliOtelTraceConfig(){const _0x10c036=a215_0x1a6f,_0x51bcb4=await getSessionUserInfo();if(!cliOtelTraceInitialized){const _0x51585e=_0x51bcb4?.[_0x10c036(0x125)];setServiceConfig({'serviceName':NPM_PACKAGE_NAME,'serviceVersion':GIT_COMMIT!==_0x10c036(0x132)?VERSION+'+'+GIT_COMMIT:VERSION,'serviceEnv':process.env.RABETBASE_ENV??(process.env.RABETBASE_E2E_DAILY==='1'?_0x10c036(0x120):_0x10c036(0x11f))}),setUserContext({'id':_0x51585e?.['id'],'username':_0x51585e?.[_0x10c036(0x129)],'nickname':_0x51585e?.[_0x10c036(0x124)],'email':_0x51585e?.[_0x10c036(0x121)],'tenantCode':_0x51585e?.[_0x10c036(0x123)][_0x10c036(0x12c)],'appCode':getConfigAppCode()}),cliOtelTraceInitialized=!![];}return _0x51bcb4;}
@@ -1 +1 @@
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
+ (function(_0x4c4794,_0x2a109d){const _0x3eaa10=a216_0x344a,_0x262cd3=_0x4c4794();while(!![]){try{const _0x36ddbb=-parseInt(_0x3eaa10(0x1e5))/0x1*(parseInt(_0x3eaa10(0x1e6))/0x2)+-parseInt(_0x3eaa10(0x1ec))/0x3+parseInt(_0x3eaa10(0x1ea))/0x4*(-parseInt(_0x3eaa10(0x1e9))/0x5)+-parseInt(_0x3eaa10(0x1e2))/0x6*(parseInt(_0x3eaa10(0x1ee))/0x7)+-parseInt(_0x3eaa10(0x1e0))/0x8+-parseInt(_0x3eaa10(0x1ed))/0x9*(parseInt(_0x3eaa10(0x1e3))/0xa)+-parseInt(_0x3eaa10(0x1ef))/0xb*(-parseInt(_0x3eaa10(0x1e7))/0xc);if(_0x36ddbb===_0x2a109d)break;else _0x262cd3['push'](_0x262cd3['shift']());}catch(_0x4f40b5){_0x262cd3['push'](_0x262cd3['shift']());}}}(a216_0x34d5,0x3631b));import{shutdownTraces}from'@lovrabet/otel-logger';function a216_0x344a(_0x24e0ab,_0x316c89){_0x24e0ab=_0x24e0ab-0x1e0;const _0x34d570=a216_0x34d5();let _0x344afc=_0x34d570[_0x24e0ab];return _0x344afc;}let shutdownPromise=null;export async function flushOtelNodeIfUsed(){if(shutdownPromise)return shutdownPromise;return shutdownPromise=((async()=>{try{await shutdownTraces();}catch{}})()),shutdownPromise;}export function registerOtelShutdownOnExit(){const _0x58f1b0=a216_0x344a;process['once']('beforeExit',()=>{void flushOtelNodeIfUsed();});const _0x12846b=()=>{const _0x2a6c0d=a216_0x344a;void flushOtelNodeIfUsed()[_0x2a6c0d(0x1e4)](()=>process['exit'](0x0));};process[_0x58f1b0(0x1e1)]('SIGINT',_0x12846b),process[_0x58f1b0(0x1e1)](_0x58f1b0(0x1e8),_0x12846b);}export async function exitWithOtelShutdown(_0x507731){const _0x3cd69b=a216_0x344a;await flushOtelNodeIfUsed(),process[_0x3cd69b(0x1eb)](_0x507731);}function a216_0x34d5(){const _0x4a7202=['10wOMEjE','831848sSahov','exit','1051518LGxVHt','9xoIPcy','40047RKOjsl','23455135nScUsn','2632616bqKhHP','once','102DVmQGV','4365170wrNRcN','then','1249BtZCgT','450XgMpIB','12mOyKkZ','SIGTERM'];a216_0x34d5=function(){return _0x4a7202;};return a216_0x34d5();}
@@ -1 +1 @@
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
+ const a217_0x3e2ce7=a217_0x1202;(function(_0x1e74fc,_0x17638b){const _0x12bd5f=a217_0x1202,_0x1ada19=_0x1e74fc();while(!![]){try{const _0x52cee8=-parseInt(_0x12bd5f(0x102))/0x1*(parseInt(_0x12bd5f(0xf4))/0x2)+parseInt(_0x12bd5f(0xff))/0x3+-parseInt(_0x12bd5f(0xf8))/0x4*(-parseInt(_0x12bd5f(0x101))/0x5)+parseInt(_0x12bd5f(0xf6))/0x6*(parseInt(_0x12bd5f(0xf3))/0x7)+parseInt(_0x12bd5f(0xf5))/0x8+parseInt(_0x12bd5f(0xf1))/0x9+-parseInt(_0x12bd5f(0xf7))/0xa*(parseInt(_0x12bd5f(0x100))/0xb);if(_0x52cee8===_0x17638b)break;else _0x1ada19['push'](_0x1ada19['shift']());}catch(_0x183884){_0x1ada19['push'](_0x1ada19['shift']());}}}(a217_0x5684,0xee4a8));import{sendTraceLog}from'@lovrabet/otel-logger';import{ensureCliOtelTraceConfig}from'../telemetry/ensure-cli-otel-config.js';function a217_0x1202(_0xc04718,_0x1e96f6){_0xc04718=_0xc04718-0xf1;const _0x568405=a217_0x5684();let _0x120292=_0x568405[_0xc04718];return _0x120292;}import{getCliVersion}from'../utils/version.js';function a217_0x5684(){const _0x3e086e=['5rHMIoE','243527nzEewH','6360372JVPvox','spanName','1085eXWYEy','10tWUeXT','11367944WVbdiR','5574fMSMvt','12770wediTq','7001592ETvZFa','rabetbase-cli','traceName','logData','traceparent','version','manual','1958376VncLmL','21373sZFHBv'];a217_0x5684=function(){return _0x3e086e;};return a217_0x5684();}const DEFAULT_TRACE_NAME=a217_0x3e2ce7(0xf9);export async function sendCliTraceLog(_0x3bf47d){const _0x49b352=a217_0x3e2ce7;await ensureCliOtelTraceConfig(),sendTraceLog({'traceName':_0x3bf47d[_0x49b352(0xfa)]??DEFAULT_TRACE_NAME,'version':_0x3bf47d[_0x49b352(0xfd)]??getCliVersion(),'spanName':_0x3bf47d[_0x49b352(0xf2)],'eventType':_0x49b352(0xfe),'logData':_0x3bf47d[_0x49b352(0xfb)],..._0x3bf47d[_0x49b352(0xfc)]&&{'traceparent':_0x3bf47d['traceparent']}});}
@@ -1 +1 @@
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
+ function a218_0x2bd3(_0x1446e1,_0x155ac4){_0x1446e1=_0x1446e1-0x164;const _0x493766=a218_0x4937();let _0x2bd382=_0x493766[_0x1446e1];return _0x2bd382;}const a218_0x5ccdbb=a218_0x2bd3;(function(_0x5d213e,_0x52863d){const _0x560b9b=a218_0x2bd3,_0x6f05af=_0x5d213e();while(!![]){try{const _0x5bcf71=parseInt(_0x560b9b(0x174))/0x1*(-parseInt(_0x560b9b(0x16c))/0x2)+-parseInt(_0x560b9b(0x16d))/0x3+-parseInt(_0x560b9b(0x16f))/0x4*(parseInt(_0x560b9b(0x16e))/0x5)+parseInt(_0x560b9b(0x166))/0x6+parseInt(_0x560b9b(0x16b))/0x7+-parseInt(_0x560b9b(0x172))/0x8*(-parseInt(_0x560b9b(0x175))/0x9)+parseInt(_0x560b9b(0x173))/0xa;if(_0x5bcf71===_0x52863d)break;else _0x6f05af['push'](_0x6f05af['shift']());}catch(_0x1faaa3){_0x6f05af['push'](_0x6f05af['shift']());}}}(a218_0x4937,0x613da));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';export const PLATFORM_ISSUE_TRACE_NAME=a218_0x5ccdbb(0x170);export const PLATFORM_ISSUE_SPAN_NAME=a218_0x5ccdbb(0x167);export async function sendPlatformIssueCollectLog(_0x143bc9){const _0xaa24c=a218_0x5ccdbb;await sendCliTraceLog({'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0x143bc9[_0xaa24c(0x171)],'issue.description':_0x143bc9[_0xaa24c(0x164)],..._0x143bc9[_0xaa24c(0x176)]?{'issue.description_original_bytes':_0x143bc9[_0xaa24c(0x176)][_0xaa24c(0x165)],'issue.description_truncated':_0x143bc9[_0xaa24c(0x176)][_0xaa24c(0x169)],'issue.description_redactions':_0x143bc9[_0xaa24c(0x176)][_0xaa24c(0x168)],'issue.description_redaction_kinds':_0x143bc9['sanitize']['redactionKinds'][_0xaa24c(0x16a)](',')}:{}}});}function a218_0x4937(){const _0x181fb6=['63UGReIy','sanitize','description','originalBytes','430686YfHLaC','issue.log.collect','redactionCount','truncated','join','4286282lHfscJ','1786NjeLIs','603633FZOaBK','876695FLJzFQ','12qfzWkQ','platform-issue-log-collect','title','316952XDVLUT','5811170KjTBMW','467sACPVS'];a218_0x4937=function(){return _0x181fb6;};return a218_0x4937();}
@@ -1 +1 @@
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
+ const a220_0x208e27=a220_0xbb48;(function(_0x77f425,_0x3a86ea){const _0x492d8e=a220_0xbb48,_0x54aa37=_0x77f425();while(!![]){try{const _0x249f3e=parseInt(_0x492d8e(0x1ae))/0x1*(-parseInt(_0x492d8e(0x1a1))/0x2)+-parseInt(_0x492d8e(0x1c1))/0x3+parseInt(_0x492d8e(0x19e))/0x4+parseInt(_0x492d8e(0x1b3))/0x5*(-parseInt(_0x492d8e(0x195))/0x6)+parseInt(_0x492d8e(0x1b5))/0x7*(-parseInt(_0x492d8e(0x19f))/0x8)+parseInt(_0x492d8e(0x1a7))/0x9*(-parseInt(_0x492d8e(0x1a8))/0xa)+parseInt(_0x492d8e(0x192))/0xb;if(_0x249f3e===_0x3a86ea)break;else _0x54aa37['push'](_0x54aa37['shift']());}catch(_0x46f797){_0x54aa37['push'](_0x54aa37['shift']());}}}(a220_0x188f,0xa09cf));export const CORE_IDE_CONFIGS={'cursor':{'name':'Cursor','description':'Cursor\x20IDE','folders':[a220_0x208e27(0x1ab),a220_0x208e27(0x190)],'files':[{'type':a220_0x208e27(0x1b1),'path':'.cursor/skills/rabetbase.md','template':a220_0x208e27(0x1ad)}]},'windsurf':{'name':'Windsurf','description':a220_0x208e27(0x1ac),'folders':['.windsurf'],'files':[{'type':a220_0x208e27(0x1b1),'path':a220_0x208e27(0x1ba),'template':'SKILL.md.tpl'}]},'claude':{'name':a220_0x208e27(0x194),'description':a220_0x208e27(0x194),'folders':[a220_0x208e27(0x1b2)],'files':[{'type':'file','path':'.claude/skills/lovrabet/SKILL.md','template':a220_0x208e27(0x1ad)}]},'cline':{'name':a220_0x208e27(0x1a2),'description':'Cline\x20IDE','folders':['.cline'],'files':[{'type':a220_0x208e27(0x1b1),'path':a220_0x208e27(0x1af),'template':a220_0x208e27(0x1ad)}]},'codex':{'name':a220_0x208e27(0x197),'description':a220_0x208e27(0x1b7),'folders':[a220_0x208e27(0x1bf)],'files':[{'type':a220_0x208e27(0x1b1),'path':a220_0x208e27(0x1bd),'template':a220_0x208e27(0x1ad)}]},'opencode':{'name':'OpenCode','description':a220_0x208e27(0x19d),'folders':[a220_0x208e27(0x1a4)],'files':[{'type':a220_0x208e27(0x1b1),'path':a220_0x208e27(0x1bc),'template':a220_0x208e27(0x1ad)}]},'qoder':{'name':'Qoder','description':a220_0x208e27(0x199),'folders':[a220_0x208e27(0x1b6)],'files':[{'type':'file','path':'.qoder/rules/rabetbase.md','template':a220_0x208e27(0x1ad)},{'type':a220_0x208e27(0x1b1),'path':a220_0x208e27(0x1b4),'template':a220_0x208e27(0x1ad)}]},'codebuddy':{'name':'CodeBuddy','description':a220_0x208e27(0x1a9),'folders':[a220_0x208e27(0x1a3)],'files':[{'type':'file','path':'.codebuddy/skills/lovrabet/SKILL.md','template':a220_0x208e27(0x1ad)}]},'trae':{'name':a220_0x208e27(0x1bb),'description':'Trae\x20IDE','folders':[a220_0x208e27(0x1b8)],'files':[{'type':a220_0x208e27(0x1b1),'path':a220_0x208e27(0x1a5),'template':a220_0x208e27(0x1ad)}]}};export const IDE_CONFIGS={...CORE_IDE_CONFIGS,'agent':{'name':'其他\x20(通用模板)','description':a220_0x208e27(0x198),'folders':[a220_0x208e27(0x1b0)],'files':[{'type':a220_0x208e27(0x1b1),'path':a220_0x208e27(0x1b9),'template':a220_0x208e27(0x1ad)}]},'antigravity':{'name':'Antigravity','description':a220_0x208e27(0x1a6),'folders':[a220_0x208e27(0x1b0)],'files':[{'type':a220_0x208e27(0x1b1),'path':a220_0x208e27(0x1b9),'template':a220_0x208e27(0x1ad)}]}};export const CORE_IDE_LIST=[a220_0x208e27(0x1be),a220_0x208e27(0x19b),'codebuddy',a220_0x208e27(0x196),'cursor',a220_0x208e27(0x1c0),a220_0x208e27(0x191),a220_0x208e27(0x19c),'windsurf'];export const IDE_LIST=[a220_0x208e27(0x1aa),a220_0x208e27(0x1be),'cline',a220_0x208e27(0x193),a220_0x208e27(0x196),a220_0x208e27(0x19a),a220_0x208e27(0x1c0),'qoder',a220_0x208e27(0x19c),'windsurf',a220_0x208e27(0x1a0)];function a220_0xbb48(_0x15c304,_0x4a7d13){_0x15c304=_0x15c304-0x190;const _0x188f40=a220_0x188f();let _0xbb4804=_0x188f40[_0x15c304];return _0xbb4804;}function a220_0x188f(){const _0x34cd4b=['Antigravity\x20IDE','126opcAjL','886610QTXEuI','CodeBuddy\x20IDE','antigravity','.cursorrules','Windsurf\x20IDE','SKILL.md.tpl','81922szVrRj','.cline/skills/lovrabet/SKILL.md','.agent','file','.claude','5615635SwSVsP','.qoder/skills/lovrabet/SKILL.md','17045YKghzo','.qoder','Codex\x20IDE','.trae','.agent/skills/lovrabet/SKILL.md','.windsurf/workflows/rabetbase.md','Trae','.opencode/skills/lovrabet/SKILL.md','.codex/skills/lovrabet/SKILL.md','claude','.codex','opencode','2476320lxEDDV','.cursor','qoder','36504061dtvIxu','codebuddy','Claude\x20Code','6HAarjC','codex','Codex','通用模板\x20-\x20兜底方案','Qoder\x20IDE','cursor','cline','trae','OpenCode\x20IDE','4806924XXVtiH','864wNBQQm','agent','10xBEPBr','Cline','.codebuddy','.opencode','.trae/skills/lovrabet/SKILL.md'];a220_0x188f=function(){return _0x34cd4b;};return a220_0x188f();}export const ALL_CORE_IDES=['cursor','windsurf',a220_0x208e27(0x1be),a220_0x208e27(0x19b),a220_0x208e27(0x196),a220_0x208e27(0x1c0),a220_0x208e27(0x191),'codebuddy',a220_0x208e27(0x19c)];
@@ -1 +1 @@
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
+ (function(_0x142a60,_0x2baeef){const _0x185f0f=a221_0x1db8,_0x1dcc37=_0x142a60();while(!![]){try{const _0x39e5f0=parseInt(_0x185f0f(0x8d))/0x1*(parseInt(_0x185f0f(0x94))/0x2)+parseInt(_0x185f0f(0x91))/0x3*(-parseInt(_0x185f0f(0x8f))/0x4)+-parseInt(_0x185f0f(0x8c))/0x5+-parseInt(_0x185f0f(0x8b))/0x6*(parseInt(_0x185f0f(0x8a))/0x7)+parseInt(_0x185f0f(0x90))/0x8*(-parseInt(_0x185f0f(0x93))/0x9)+parseInt(_0x185f0f(0x89))/0xa*(-parseInt(_0x185f0f(0x92))/0xb)+parseInt(_0x185f0f(0x8e))/0xc;if(_0x39e5f0===_0x2baeef)break;else _0x1dcc37['push'](_0x1dcc37['shift']());}catch(_0x89cdab){_0x1dcc37['push'](_0x1dcc37['shift']());}}}(a221_0x4e19,0xbb23b));function a221_0x1db8(_0x167ad2,_0x45bb16){_0x167ad2=_0x167ad2-0x89;const _0x4e1965=a221_0x4e19();let _0x1db867=_0x4e1965[_0x167ad2];return _0x1db867;}function a221_0x4e19(){const _0x3c3869=['9145860NVQdiK','865870orHiMQ','5ZiJtfF','47631204rTbVaV','4KtxpTN','2520LOnEUK','1162491vryING','11RzAuWg','30483IolmoN','58722OYIypf','1976630sVQdxv','7NzOQPy'];a221_0x4e19=function(){return _0x3c3869;};return a221_0x4e19();}import{createJqFilter,resolveBundledJqPaths}from'@lovrabet/cli-framework';import{CliErrors}from'../errors.js';export const applyJqFilter=createJqFilter(CliErrors,{'bundledJqPaths':resolveBundledJqPaths()});
@@ -1 +1 @@
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
+ (function(_0x982c1b,_0xb5719b){const _0x1579ca=a222_0x28c2,_0x3ca7a7=_0x982c1b();while(!![]){try{const _0x2a909e=-parseInt(_0x1579ca(0xc5))/0x1*(parseInt(_0x1579ca(0xc4))/0x2)+parseInt(_0x1579ca(0xc6))/0x3+parseInt(_0x1579ca(0xbc))/0x4*(-parseInt(_0x1579ca(0xbe))/0x5)+-parseInt(_0x1579ca(0xc0))/0x6*(parseInt(_0x1579ca(0xc3))/0x7)+parseInt(_0x1579ca(0xbd))/0x8+-parseInt(_0x1579ca(0xc1))/0x9+parseInt(_0x1579ca(0xc2))/0xa;if(_0x2a909e===_0xb5719b)break;else _0x3ca7a7['push'](_0x3ca7a7['shift']());}catch(_0x248dab){_0x3ca7a7['push'](_0x3ca7a7['shift']());}}}(a222_0x2abd,0x770b9));function a222_0x28c2(_0x569a69,_0x195cb5){_0x569a69=_0x569a69-0xb5;const _0x2abd58=a222_0x2abd();let _0x28c25b=_0x2abd58[_0x569a69];return _0x28c25b;}import{getTemplateBaseUrl}from'../utils/config.js';export async function fetchCdnConfig(){const _0x5318fe=a222_0x28c2,_0x5662fe=getTemplateBaseUrl(),_0x409b11=[_0x5662fe+_0x5318fe(0xb5),_0x5662fe+_0x5318fe(0xba)];for(const _0x136d73 of _0x409b11){try{const _0xa600d8=await fetch(_0x136d73,{'headers':{'Accept':_0x5318fe(0xb6)}});if(!_0xa600d8['ok'])continue;const _0x55e8a7=await _0xa600d8[_0x5318fe(0xbf)]();if(!_0x55e8a7[_0x5318fe(0xb8)]?.[_0x5318fe(0xb7)]||!_0x55e8a7['sdk']?.[_0x5318fe(0xb9)]?.[_0x5318fe(0xb7)])continue;return _0x55e8a7;}catch{}}return null;}let cachedConfig=null,cacheTime=0x0;function a222_0x2abd(){const _0x3680aa=['application/json','stableVersion','cli','node','/config/index.json','now','164VOSuCI','5371800hjxqoi','42915zFIDAu','json','1000938xSYzrc','8059140RhVnOt','16237170oekENk','7qhAKiJ','13574xonXRD','70lloMCo','245079IaAenA','/config.json'];a222_0x2abd=function(){return _0x3680aa;};return a222_0x2abd();}const CACHE_TTL=0x5*0x3c*0x3e8,FAILURE_CACHE_TTL=0x3c*0x3e8;let hasCachedConfig=![];export async function getCdnConfig(){const _0x13900a=a222_0x28c2,_0x55f904=Date[_0x13900a(0xbb)]();if(hasCachedConfig){const _0x548470=cachedConfig?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x55f904-cacheTime<_0x548470)return cachedConfig;}const _0x4e8d1f=await fetchCdnConfig();return cachedConfig=_0x4e8d1f,cacheTime=_0x55f904,hasCachedConfig=!![],_0x4e8d1f;}export function clearCdnConfigCache(){cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];}
@@ -1 +1 @@
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
+ (function(_0x112e58,_0xf91567){const _0x5d395e=a223_0x319d,_0x2dd56b=_0x112e58();while(!![]){try{const _0x425fd=-parseInt(_0x5d395e(0x189))/0x1+parseInt(_0x5d395e(0x19c))/0x2*(-parseInt(_0x5d395e(0x17e))/0x3)+-parseInt(_0x5d395e(0x187))/0x4*(parseInt(_0x5d395e(0x197))/0x5)+parseInt(_0x5d395e(0x186))/0x6*(parseInt(_0x5d395e(0x19a))/0x7)+-parseInt(_0x5d395e(0x18d))/0x8+-parseInt(_0x5d395e(0x188))/0x9+parseInt(_0x5d395e(0x193))/0xa;if(_0x425fd===_0xf91567)break;else _0x2dd56b['push'](_0x2dd56b['shift']());}catch(_0x5454fe){_0x2dd56b['push'](_0x2dd56b['shift']());}}}(a223_0x2066,0x4d0ff));import a223_0x234dd2 from'node:fs';function a223_0x2066(){const _0x2ec772=['node','567194tRwhYD','existsSync','\x1b[33m','sdk','\x1b[1m','some','join','log','@lovrabet/sdk','3oMymcV','stableVersion','needsUpgrade','dependencies','utf-8','package.json','devDependencies','parse','1446VscKGq','52HtNmyQ','1308276vZEdnB','595987PpJoza','minVersion','\x1b[0m','\x20\x20\x20Upgrade\x20command:\x20','2511176oRyyHd','utf8','\x20\x20\x20Current\x20version:\x20','readFileSync','npm\x20install\x20','test','16443360adXHzR','↪\x20SDK\x20update\x20available','packageName','version','161735NEXDtt','latest','coerce','12509WLtZCh'];a223_0x2066=function(){return _0x2ec772;};return a223_0x2066();}import a223_0x217ec9 from'node:path';import a223_0x2971e3 from'semver';import{getCdnConfig}from'../utils/cdn-config.js';const FALLBACK_MIN_SDK_VERSION='1.2.0';function isNonNumericVersion(_0x429aec){const _0x285f43=a223_0x319d,_0x585672=[/^latest$/i,/^beta$/i,/^alpha$/i,/^canary$/i,/^\*$/,/^x$/];return _0x585672[_0x285f43(0x1a1)](_0x36cdaa=>_0x36cdaa[_0x285f43(0x192)](_0x429aec));}function a223_0x319d(_0x1e7d6a,_0x5a0eb6){_0x1e7d6a=_0x1e7d6a-0x17c;const _0x2066cb=a223_0x2066();let _0x319d88=_0x2066cb[_0x1e7d6a];return _0x319d88;}function getInstalledVersion(_0x8c5c2f,_0x4c7166){const _0xda73e2=a223_0x319d;try{const _0x358e7c=a223_0x217ec9['join'](_0x8c5c2f,'node_modules',_0x4c7166,_0xda73e2(0x183));if(a223_0x234dd2[_0xda73e2(0x19d)](_0x358e7c)){const _0x46aa6a=JSON['parse'](a223_0x234dd2[_0xda73e2(0x190)](_0x358e7c,_0xda73e2(0x182)));return _0x46aa6a['version']||null;}}catch{}return null;}async function getSdkStableVersion(){const _0x1042b5=a223_0x319d;try{const _0x1d9d49=await getCdnConfig();return _0x1d9d49?.[_0x1042b5(0x19f)]?.[_0x1042b5(0x19b)]?.[_0x1042b5(0x17f)]||null;}catch{return null;}}async function getSdkPackageName(){const _0x237eeb=a223_0x319d;try{const _0xdfb595=await getCdnConfig();return _0xdfb595?.[_0x237eeb(0x19f)]?.[_0x237eeb(0x19b)]?.[_0x237eeb(0x195)]||_0x237eeb(0x17d);}catch{return _0x237eeb(0x17d);}}export async function checkSdkVersion(_0x1dc4dd){const _0x190b33=a223_0x319d,_0x47d231=a223_0x217ec9[_0x190b33(0x1a2)](_0x1dc4dd,_0x190b33(0x183)),[_0x288509,_0x277740]=await Promise['all']([getSdkStableVersion(),getSdkPackageName()]),_0x3ab851=_0x288509||FALLBACK_MIN_SDK_VERSION;if(!a223_0x234dd2['existsSync'](_0x47d231))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x3ab851,'packageName':_0x277740,'stableVersion':_0x288509};try{const _0x32ed54=JSON[_0x190b33(0x185)](a223_0x234dd2['readFileSync'](_0x47d231,_0x190b33(0x18e))),_0x357d9d=_0x32ed54[_0x190b33(0x181)]||{},_0xc17e6e=_0x32ed54[_0x190b33(0x184)]||{},_0x1cc8e5=_0x357d9d[_0x277740]||_0xc17e6e[_0x277740];if(!_0x1cc8e5)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x3ab851,'packageName':_0x277740,'stableVersion':_0x288509};let _0x196c88=getInstalledVersion(_0x1dc4dd,_0x277740);!_0x196c88&&(_0x196c88=_0x1cc8e5);if(isNonNumericVersion(_0x1cc8e5))return{'installed':!![],'version':_0x196c88,'needsUpgrade':![],'minVersion':_0x3ab851,'packageName':_0x277740,'stableVersion':_0x288509};const _0x2711e3=a223_0x2971e3['coerce'](_0x196c88),_0x3a2d8e=a223_0x2971e3[_0x190b33(0x199)](_0x3ab851),_0x2b213e=_0x2711e3&&_0x3a2d8e?a223_0x2971e3['lt'](_0x2711e3,_0x3a2d8e):![];return{'installed':!![],'version':_0x196c88,'needsUpgrade':_0x2b213e,'minVersion':_0x3ab851,'packageName':_0x277740,'stableVersion':_0x288509};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x3ab851,'packageName':_0x277740,'stableVersion':_0x288509};}}export function checkSdkVersionSync(_0x4bd111){const _0x43b143=a223_0x319d,_0x265b9a=a223_0x217ec9[_0x43b143(0x1a2)](_0x4bd111,_0x43b143(0x183)),_0x3a3153=_0x43b143(0x17d);if(!a223_0x234dd2['existsSync'](_0x265b9a))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x3a3153,'stableVersion':null};try{const _0x25d940=JSON[_0x43b143(0x185)](a223_0x234dd2[_0x43b143(0x190)](_0x265b9a,'utf8')),_0x1023de=_0x25d940[_0x43b143(0x181)]||{},_0x330711=_0x25d940['devDependencies']||{},_0x1f6a3b=_0x1023de[_0x3a3153]||_0x330711[_0x3a3153];if(!_0x1f6a3b)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x3a3153,'stableVersion':null};let _0x531bcf=getInstalledVersion(_0x4bd111,_0x3a3153);!_0x531bcf&&(_0x531bcf=_0x1f6a3b);if(isNonNumericVersion(_0x1f6a3b))return{'installed':!![],'version':_0x531bcf,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x3a3153,'stableVersion':null};const _0x5deb90=a223_0x2971e3[_0x43b143(0x199)](_0x531bcf),_0x59e5e1=_0x5deb90?a223_0x2971e3['lt'](_0x5deb90,FALLBACK_MIN_SDK_VERSION):![];return{'installed':!![],'version':_0x531bcf,'needsUpgrade':_0x59e5e1,'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x3a3153,'stableVersion':null};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x3a3153,'stableVersion':null};}}export function printSdkUpgradeWarning(_0x20c674){const _0x3c4e32=a223_0x319d;if(!_0x20c674[_0x3c4e32(0x180)])return;const _0xd4304e=_0x3c4e32(0x19e),_0x307279=_0x3c4e32(0x18b),_0x3d281d=_0x3c4e32(0x1a0),_0x2728f5=_0x20c674[_0x3c4e32(0x195)]||_0x3c4e32(0x17d),_0x1176a0=_0x20c674[_0x3c4e32(0x17f)]||_0x20c674[_0x3c4e32(0x18a)],_0x43ef6d=_0x3c4e32(0x191)+_0x2728f5+'@'+(_0x1176a0||_0x3c4e32(0x198));console[_0x3c4e32(0x17c)](),console[_0x3c4e32(0x17c)](''+_0xd4304e+_0x3d281d+_0x3c4e32(0x194)+_0x307279),console[_0x3c4e32(0x17c)](_0xd4304e+_0x3c4e32(0x18f)+_0x2728f5+'@'+_0x20c674[_0x3c4e32(0x196)]+_0x307279),console[_0x3c4e32(0x17c)](_0xd4304e+'\x20\x20\x20Stable\x20version:\x20'+_0x1176a0+_0x307279),console['log'](_0xd4304e+_0x3c4e32(0x18c)+_0x43ef6d+_0x307279),console[_0x3c4e32(0x17c)]();}
@@ -1 +1 @@
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
+ (function(_0x3b79f0,_0x25a191){const _0x288850=a224_0x2b68,_0x17a0da=_0x3b79f0();while(!![]){try{const _0x679402=parseInt(_0x288850(0x1e7))/0x1*(parseInt(_0x288850(0x1ec))/0x2)+-parseInt(_0x288850(0x1db))/0x3*(-parseInt(_0x288850(0x1e1))/0x4)+-parseInt(_0x288850(0x1ee))/0x5*(parseInt(_0x288850(0x1f6))/0x6)+-parseInt(_0x288850(0x1f9))/0x7*(parseInt(_0x288850(0x1d9))/0x8)+-parseInt(_0x288850(0x1d6))/0x9*(parseInt(_0x288850(0x1e0))/0xa)+parseInt(_0x288850(0x1dd))/0xb*(-parseInt(_0x288850(0x1f1))/0xc)+-parseInt(_0x288850(0x1d8))/0xd*(-parseInt(_0x288850(0x1fb))/0xe);if(_0x679402===_0x25a191)break;else _0x17a0da['push'](_0x17a0da['shift']());}catch(_0x261e01){_0x17a0da['push'](_0x17a0da['shift']());}}}(a224_0xab47,0x19f52));function a224_0x2b68(_0x233fbc,_0x3fb11d){_0x233fbc=_0x233fbc-0x1d5;const _0xab4720=a224_0xab47();let _0x2b68a9=_0xab4720[_0x233fbc];return _0x2b68a9;}import{readFileSync}from'node:fs';import{resolve,dirname}from'node:path';import{fileURLToPath}from'node:url';import a224_0x2b5984 from'semver';function a224_0xab47(){const _0x310625=['13kGxUsj','log','package.json','\x20\x20\x20Minimum\x20supported:\x20','\x20\x20\x20Current\x20CLI\x20version:\x20','3422Tkwzhx','../..','717505daRnIi','\x1b[1m','minimumVersion','2418036WIBrQN','\x20\x20\x20Upgrade\x20command:\x20','belowMinimum','1.0.0','coerce','6Yffilt','latest','filter','1136198bhGauk','currentVersion','14OXGLwN','\x1b[31m','Minimum\x20supported:\x20','72hVZTGz','npm\x20install\x20-g\x20','5978102JdhtuD','8qpFyIG','stableVersion','75tpyDGF','utf-8','11sEQyZY','needsUpgrade','↪\x20Critical\x20CLI\x20upgrade\x20required','71790xaJFBT','30236uWYtMI','\x20\x20\x20','\x20\x20\x20Stable\x20version:\x20','Current\x20version:\x20','validation','minimumVersionMessage'];a224_0xab47=function(){return _0x310625;};return a224_0xab47();}import{getCliVersionPolicy}from'../utils/cli-version-policy.js';import{NPM_PACKAGE_NAME}from'../constant/cli.js';import{CliErrors}from'../errors.js';export function getCliUpgradeCommand(_0x578bba){const _0xa55bd4=a224_0x2b68,_0x14a34c=_0x578bba[_0xa55bd4(0x1da)]||_0xa55bd4(0x1f7);return _0xa55bd4(0x1d7)+NPM_PACKAGE_NAME+'@'+_0x14a34c;}function getCurrentCliVersion(){const _0x22e68e=a224_0x2b68;try{const _0x5799d4=fileURLToPath(import.meta.url),_0x591ec4=resolve(dirname(_0x5799d4),_0x22e68e(0x1ed)),_0x145c2d=resolve(_0x591ec4,_0x22e68e(0x1e9)),_0x1ab489=JSON['parse'](readFileSync(_0x145c2d,_0x22e68e(0x1dc)));return _0x1ab489['version']||_0x22e68e(0x1f4);}catch{return _0x22e68e(0x1f4);}}export async function checkCliVersion(){const _0x4dd35f=a224_0x2b68,_0x2d4e73=getCurrentCliVersion(),_0x32c7bd=await getCliVersionPolicy(),_0x20f1c1=_0x32c7bd?.[_0x4dd35f(0x1da)]||null,_0x3fb78b=_0x32c7bd?.[_0x4dd35f(0x1f0)]||null;let _0x32948b=![],_0x32147e=![];const _0x153f41=a224_0x2b5984[_0x4dd35f(0x1f5)](_0x2d4e73);if(_0x153f41&&_0x20f1c1)try{const _0x129a44=a224_0x2b5984[_0x4dd35f(0x1f5)](_0x20f1c1);if(_0x129a44)_0x32948b=a224_0x2b5984['lt'](_0x153f41,_0x129a44);}catch{}if(_0x153f41&&_0x3fb78b)try{const _0x1eb496=a224_0x2b5984[_0x4dd35f(0x1f5)](_0x3fb78b);if(_0x1eb496)_0x32147e=a224_0x2b5984['lt'](_0x153f41,_0x1eb496);}catch{}return _0x32147e&&(_0x32948b=!![]),{'currentVersion':_0x2d4e73,'stableVersion':_0x20f1c1,'minimumVersion':_0x3fb78b,'needsUpgrade':_0x32948b,'belowMinimum':_0x32147e,'isPreRelease':![],'upgradeMessage':_0x32c7bd?.['upgradeMessage'],'minimumVersionMessage':_0x32c7bd?.[_0x4dd35f(0x1e6)]};}export function printCliUpgradeWarning(_0x1d1055){const _0x1e166d=a224_0x2b68;if(!_0x1d1055[_0x1e166d(0x1de)]&&!_0x1d1055[_0x1e166d(0x1f3)])return;const _0x36ab96=_0x1e166d(0x1fc),_0x111f1f='\x1b[33m',_0x530405='\x1b[0m',_0x748940=_0x1e166d(0x1ef),_0x101118=getCliUpgradeCommand(_0x1d1055);console['log'](),_0x1d1055['belowMinimum']?(console[_0x1e166d(0x1e8)](''+_0x36ab96+_0x748940+_0x1e166d(0x1df)+_0x530405),console[_0x1e166d(0x1e8)](_0x36ab96+'\x20\x20\x20Current\x20CLI\x20version:\x20'+_0x1d1055[_0x1e166d(0x1fa)]+_0x530405),_0x1d1055[_0x1e166d(0x1f0)]&&console['log'](_0x36ab96+_0x1e166d(0x1ea)+_0x1d1055[_0x1e166d(0x1f0)]+_0x530405),_0x1d1055[_0x1e166d(0x1da)]&&_0x1d1055[_0x1e166d(0x1da)]!==_0x1d1055['minimumVersion']&&console[_0x1e166d(0x1e8)](_0x36ab96+'\x20\x20\x20Recommended\x20stable:\x20'+_0x1d1055[_0x1e166d(0x1da)]+_0x530405),_0x1d1055[_0x1e166d(0x1e6)]&&console[_0x1e166d(0x1e8)](_0x36ab96+_0x1e166d(0x1e2)+_0x1d1055[_0x1e166d(0x1e6)]+_0x530405),console[_0x1e166d(0x1e8)](_0x36ab96+_0x1e166d(0x1f2)+_0x101118+_0x530405)):(console[_0x1e166d(0x1e8)](''+_0x111f1f+_0x748940+'↪\x20New\x20version\x20available'+_0x530405),console[_0x1e166d(0x1e8)](_0x111f1f+_0x1e166d(0x1eb)+_0x1d1055[_0x1e166d(0x1fa)]+_0x530405),console[_0x1e166d(0x1e8)](_0x111f1f+_0x1e166d(0x1e3)+_0x1d1055['stableVersion']+_0x530405),_0x1d1055['upgradeMessage']&&console[_0x1e166d(0x1e8)](_0x111f1f+_0x1e166d(0x1e2)+_0x1d1055['upgradeMessage']+_0x530405),console[_0x1e166d(0x1e8)](_0x111f1f+_0x1e166d(0x1f2)+_0x101118+_0x530405)),console[_0x1e166d(0x1e8)]();}export function assertCliVersionSupported(_0x34d997){const _0x28b598=a224_0x2b68;if(!_0x34d997[_0x28b598(0x1f3)])return;const _0xad25e2=[_0x34d997[_0x28b598(0x1e6)],_0x28b598(0x1e4)+_0x34d997[_0x28b598(0x1fa)],_0x34d997['minimumVersion']?_0x28b598(0x1d5)+_0x34d997[_0x28b598(0x1f0)]:null,'Upgrade\x20command:\x20'+getCliUpgradeCommand(_0x34d997)][_0x28b598(0x1f8)](Boolean)['join']('\x0a');throw CliErrors[_0x28b598(0x1e5)]('Current\x20CLI\x20version\x20is\x20below\x20the\x20service\x20compatibility\x20support\x20line.',_0xad25e2);}
@@ -1 +1 @@
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
+ (function(_0x1d0381,_0x4bf2d2){const _0x27799d=a225_0x4f31,_0x2210f1=_0x1d0381();while(!![]){try{const _0x59255c=parseInt(_0x27799d(0xb8))/0x1+-parseInt(_0x27799d(0xc1))/0x2*(parseInt(_0x27799d(0xc0))/0x3)+-parseInt(_0x27799d(0xbc))/0x4+-parseInt(_0x27799d(0xcc))/0x5+-parseInt(_0x27799d(0xc8))/0x6*(-parseInt(_0x27799d(0xc3))/0x7)+-parseInt(_0x27799d(0xc4))/0x8+parseInt(_0x27799d(0xc6))/0x9;if(_0x59255c===_0x4bf2d2)break;else _0x2210f1['push'](_0x2210f1['shift']());}catch(_0x400495){_0x2210f1['push'](_0x2210f1['shift']());}}}(a225_0x12ef,0x8834c));function a225_0x4f31(_0x5a46a5,_0x513ced){_0x5a46a5=_0x5a46a5-0xb6;const _0x12efe1=a225_0x12ef();let _0x4f31be=_0x12efe1[_0x5a46a5];return _0x4f31be;}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(_0x1330f0){const _0xb258a5=a225_0x4f31;return typeof _0x1330f0==='string'&&_0x1330f0[_0xb258a5(0xc9)]()[_0xb258a5(0xc5)]>0x0?_0x1330f0[_0xb258a5(0xc9)]():null;}function normalizeCliVersionPolicy(_0x1c0489){const _0x53a7ae=a225_0x4f31;if(!_0x1c0489||typeof _0x1c0489!=='object')return null;const _0x29ee31=_0x1c0489,_0x137c5f=_0x29ee31[_0x53a7ae(0xb6)]&&typeof _0x29ee31[_0x53a7ae(0xb6)]==='object'?_0x29ee31['cli']:_0x29ee31,_0x4fbc52=pickString(_0x137c5f[_0x53a7ae(0xb7)])||pickString(_0x137c5f[_0x53a7ae(0xc2)])||pickString(_0x137c5f[_0x53a7ae(0xbd)]),_0x2e62e8=pickString(_0x137c5f[_0x53a7ae(0xbf)])||pickString(_0x137c5f[_0x53a7ae(0xba)]);if(!_0x4fbc52&&!_0x2e62e8)return null;return{'stableVersion':_0x4fbc52,'minimumVersion':_0x2e62e8,'upgradeMessage':pickString(_0x137c5f[_0x53a7ae(0xb9)])||undefined,'minimumVersionMessage':pickString(_0x137c5f[_0x53a7ae(0xc7)])||undefined};}export async function fetchCliVersionPolicy(){const _0xf7accd=a225_0x4f31,_0x5d159e=new AbortController(),_0x3129ad=setTimeout(()=>_0x5d159e[_0xf7accd(0xbb)](),FETCH_TIMEOUT_MS);try{const _0x2e5444=await fetch(CLI_VERSION_POLICY_URL,{'headers':{'Accept':_0xf7accd(0xbe)},'signal':_0x5d159e[_0xf7accd(0xca)]});if(!_0x2e5444['ok'])return null;const _0x397609=await _0x2e5444['json']();return normalizeCliVersionPolicy(_0x397609);}catch{return null;}finally{clearTimeout(_0x3129ad);}}let cachedPolicy=null,cacheTime=0x0,hasCachedPolicy=![];export async function getCliVersionPolicy(){const _0x4b5ce9=a225_0x4f31,_0x999df0=Date[_0x4b5ce9(0xcb)]();if(hasCachedPolicy){const _0x20e041=cachedPolicy?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x999df0-cacheTime<_0x20e041)return cachedPolicy;}const _0x362f61=await fetchCliVersionPolicy();return cachedPolicy=_0x362f61,cacheTime=_0x999df0,hasCachedPolicy=!![],_0x362f61;}function a225_0x12ef(){const _0x33d05d=['now','4887695OSrfCi','cli','stableVersion','919065xDyHlt','upgradeMessage','minVersion','abort','2306468RNpnmq','recommendedVersion','application/json','minimumVersion','3zktjRy','2012954QeEUaH','latestVersion','14YqrdRF','3988824RmvCku','length','16586073agetEI','minimumVersionMessage','2565522mLXwQD','trim','signal'];a225_0x12ef=function(){return _0x33d05d;};return a225_0x12ef();}export function clearCliVersionPolicyCache(){cachedPolicy=null,cacheTime=0x0,hasCachedPolicy=![];}
@@ -1 +1 @@
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
+ const a226_0x4acb40=a226_0x2c20;(function(_0x2d1be6,_0x48dd19){const _0x2bcde5=a226_0x2c20,_0xa2614f=_0x2d1be6();while(!![]){try{const _0xc65c09=parseInt(_0x2bcde5(0x148))/0x1+parseInt(_0x2bcde5(0x144))/0x2*(-parseInt(_0x2bcde5(0x141))/0x3)+-parseInt(_0x2bcde5(0x146))/0x4+parseInt(_0x2bcde5(0x143))/0x5+parseInt(_0x2bcde5(0x13f))/0x6+parseInt(_0x2bcde5(0x140))/0x7*(parseInt(_0x2bcde5(0x145))/0x8)+-parseInt(_0x2bcde5(0x13d))/0x9*(parseInt(_0x2bcde5(0x149))/0xa);if(_0xc65c09===_0x48dd19)break;else _0xa2614f['push'](_0xa2614f['shift']());}catch(_0x5b72a4){_0xa2614f['push'](_0xa2614f['shift']());}}}(a226_0x3743,0x20620));import{initEnv}from'../constant/env.js';import{readRawConfig,getConfigAppCode as a226_0x492b91,getMultiAppConfigs as a226_0x2ed5b5,getTemplateBaseUrl as a226_0x50261e}from'../context.js';export{getProjectConfigPath,getGlobalConfigPath}from'../context.js';function a226_0x3743(){const _0x26ce00=['project','147103dCkihT','1228070IBZSbr','18JobRqA','env','1419666Lwmwap','77xhYBHt','147594MStrYq','string','1014350Dewkgu','6bSeIXr','148112HyAzYL','1057560PougyM'];a226_0x3743=function(){return _0x26ce00;};return a226_0x3743();}export{isInProject}from'../context.js';export function readConfig(_0x331149){const _0x1979b8=a226_0x2c20,_0x35595a=readRawConfig(_0x331149);return _0x35595a['env']&&typeof _0x35595a[_0x1979b8(0x13e)]===_0x1979b8(0x142)&&initEnv(_0x35595a[_0x1979b8(0x13e)]),_0x35595a;}export function getConfigAppCode(){return a226_0x492b91();}export function getMultiAppConfigs(_0x40e4c2=a226_0x4acb40(0x147)){return a226_0x2ed5b5(_0x40e4c2);}function a226_0x2c20(_0x596f57,_0x5dfc6f){_0x596f57=_0x596f57-0x13d;const _0x37433c=a226_0x3743();let _0x2c2046=_0x37433c[_0x596f57];return _0x2c2046;}export function getTemplateBaseUrl(){return a226_0x50261e();}
@@ -1 +1 @@
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
+ (function(_0x43cdfb,_0x2b9dc2){const _0x512913=a227_0x7b1d,_0x101588=_0x43cdfb();while(!![]){try{const _0xd88c42=-parseInt(_0x512913(0x1ec))/0x1*(-parseInt(_0x512913(0x1f3))/0x2)+parseInt(_0x512913(0x1ef))/0x3+parseInt(_0x512913(0x1e5))/0x4*(-parseInt(_0x512913(0x1ed))/0x5)+parseInt(_0x512913(0x1eb))/0x6+-parseInt(_0x512913(0x1ee))/0x7+-parseInt(_0x512913(0x1e7))/0x8+parseInt(_0x512913(0x1e8))/0x9*(parseInt(_0x512913(0x1e4))/0xa);if(_0xd88c42===_0x2b9dc2)break;else _0x101588['push'](_0x101588['shift']());}catch(_0x3045d9){_0x101588['push'](_0x101588['shift']());}}}(a227_0x3a34,0xada3f));import a227_0x908a42 from'node:path';function a227_0x7b1d(_0x127271,_0x509142){_0x127271=_0x127271-0x1e3;const _0x3a342e=a227_0x3a34();let _0x7b1d7=_0x3a342e[_0x127271];return _0x7b1d7;}import a227_0x336a5b from'node:fs';function a227_0x3a34(){const _0x5d1cde=['27460OqgnyL','604tCSasQ','复制目录时出错:','5303944hbhJgk','900lXhuTJ','mkdirSync','join','530898OJywlZ','1366538muRuvV','3245IXFrTy','5264924ZETtVH','1484202eMNHMh','readdirSync','copyFileSync','isDirectory','2XieAHp','error'];a227_0x3a34=function(){return _0x5d1cde;};return a227_0x3a34();}export async function copyDirectory(_0x1a89aa,_0x1bbb0f){const _0x36d569=a227_0x7b1d;try{const _0x10fa90=a227_0x336a5b[_0x36d569(0x1f0)](_0x1a89aa,{'withFileTypes':!![]});a227_0x336a5b[_0x36d569(0x1e9)](_0x1bbb0f,{'recursive':!![]});for(const _0x4bebd5 of _0x10fa90){const _0x24dbdf=a227_0x908a42['join'](_0x1a89aa,_0x4bebd5['name']),_0x1d6d1b=a227_0x908a42[_0x36d569(0x1ea)](_0x1bbb0f,_0x4bebd5['name']);_0x4bebd5[_0x36d569(0x1f2)]()?await copyDirectory(_0x24dbdf,_0x1d6d1b):a227_0x336a5b[_0x36d569(0x1f1)](_0x24dbdf,_0x1d6d1b);}}catch(_0x2d3309){console[_0x36d569(0x1e3)](_0x36d569(0x1e6),_0x2d3309);}}
@@ -1 +1 @@
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
+ function a228_0x9542(){const _0x43afe1=['number','3568975RhRJAZ','7QAuakO','3987RniFxn','10096806DZiqDk','742642ltlfSm','string','object','1572369YbNuGc','266030hKDdeb','12665824qBCDMo','279ZSHGbP','404RDqVga','isFinite'];a228_0x9542=function(){return _0x43afe1;};return a228_0x9542();}(function(_0x2a8552,_0x4a8b05){const _0x5a1a65=a228_0x20f8,_0xb780db=_0x2a8552();while(!![]){try{const _0x538500=parseInt(_0x5a1a65(0x169))/0x1+-parseInt(_0x5a1a65(0x166))/0x2+parseInt(_0x5a1a65(0x164))/0x3*(-parseInt(_0x5a1a65(0x16d))/0x4)+parseInt(_0x5a1a65(0x170))/0x5+parseInt(_0x5a1a65(0x165))/0x6*(-parseInt(_0x5a1a65(0x171))/0x7)+parseInt(_0x5a1a65(0x16b))/0x8+-parseInt(_0x5a1a65(0x16c))/0x9*(parseInt(_0x5a1a65(0x16a))/0xa);if(_0x538500===_0x4a8b05)break;else _0xb780db['push'](_0xb780db['shift']());}catch(_0x2336c8){_0xb780db['push'](_0xb780db['shift']());}}}(a228_0x9542,0xd111c));function a228_0x20f8(_0x3c15ad,_0x32ad3e){_0x3c15ad=_0x3c15ad-0x164;const _0x9542c4=a228_0x9542();let _0x20f898=_0x9542c4[_0x3c15ad];return _0x20f898;}function toFiniteNumber(_0x48178d){const _0x1b6482=a228_0x20f8;if(typeof _0x48178d===_0x1b6482(0x16f)&&Number[_0x1b6482(0x16e)](_0x48178d))return _0x48178d;if(typeof _0x48178d===_0x1b6482(0x167)){const _0x4f5c83=_0x48178d['trim']();if(!_0x4f5c83)return undefined;const _0x31f13b=Number(_0x4f5c83);if(Number[_0x1b6482(0x16e)](_0x31f13b))return _0x31f13b;}return undefined;}export function normalizeEntityWithIdResponse(_0x2842f2){const _0x1a0c87=a228_0x20f8,_0x232fae=toFiniteNumber(_0x2842f2);if(_0x232fae!==undefined)return{'id':_0x232fae,'entity':{'id':_0x232fae}};if(!_0x2842f2||typeof _0x2842f2!==_0x1a0c87(0x168))return{'id':undefined,'entity':{}};const _0x734475={..._0x2842f2},_0xe9933=toFiniteNumber(_0x734475['id']);return _0xe9933!==undefined&&(_0x734475['id']=_0xe9933),{'id':_0xe9933,'entity':_0x734475};}
@@ -1 +1 @@
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
+ (function(_0x47d448,_0x59a6dd){const _0x512185=a229_0x2d65,_0x3aeb2a=_0x47d448();while(!![]){try{const _0x29b48b=parseInt(_0x512185(0x1d2))/0x1*(-parseInt(_0x512185(0x1d4))/0x2)+parseInt(_0x512185(0x1cf))/0x3+parseInt(_0x512185(0x1d3))/0x4+-parseInt(_0x512185(0x1d6))/0x5*(-parseInt(_0x512185(0x1d1))/0x6)+-parseInt(_0x512185(0x1d0))/0x7+parseInt(_0x512185(0x1d7))/0x8+-parseInt(_0x512185(0x1d8))/0x9;if(_0x29b48b===_0x59a6dd)break;else _0x3aeb2a['push'](_0x3aeb2a['shift']());}catch(_0xbfd48b){_0x3aeb2a['push'](_0x3aeb2a['shift']());}}}(a229_0x2189,0xd776d));import{existsSync,mkdirSync,copyFileSync,readdirSync,statSync}from'node:fs';function a229_0x2d65(_0xef40a2,_0x25ca2d){_0xef40a2=_0xef40a2-0x1cf;const _0x2189e3=a229_0x2189();let _0x2d6589=_0x2189e3[_0xef40a2];return _0x2d6589;}import{join}from'node:path';export async function copyDir(_0x4673a9,_0x2420c3){const _0x69710b=a229_0x2d65,_0x275665=statSync(_0x4673a9);if(_0x275665[_0x69710b(0x1d5)]()){!existsSync(_0x2420c3)&&mkdirSync(_0x2420c3,{'recursive':!![]});const _0x4acee0=readdirSync(_0x4673a9);for(const _0xd636ca of _0x4acee0){await copyDir(join(_0x4673a9,_0xd636ca),join(_0x2420c3,_0xd636ca));}}else copyFileSync(_0x4673a9,_0x2420c3);}export function ensureDir(_0x21ed87){!existsSync(_0x21ed87)&&mkdirSync(_0x21ed87,{'recursive':!![]});}export function pathExists(_0x482955){return existsSync(_0x482955);}function a229_0x2189(){const _0x4f7574=['6mumfNH','797141jFSlyF','1182228ufIaRw','4UZMXWm','isDirectory','5661155Wsaoea','12220192bpyVLp','9984573uSGSyB','3432786XDvICP','3593478tcypbR'];a229_0x2189=function(){return _0x4f7574;};return a229_0x2189();}
@@ -1 +1 @@
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
+ const a230_0x3aa637=a230_0x2e23;(function(_0x508860,_0x4cb3ed){const _0x3a657a=a230_0x2e23,_0x25e265=_0x508860();while(!![]){try{const _0x470dc3=parseInt(_0x3a657a(0x1c6))/0x1*(-parseInt(_0x3a657a(0x1db))/0x2)+parseInt(_0x3a657a(0x1c3))/0x3*(parseInt(_0x3a657a(0x1e4))/0x4)+-parseInt(_0x3a657a(0x1de))/0x5*(parseInt(_0x3a657a(0x1d0))/0x6)+parseInt(_0x3a657a(0x1e2))/0x7+-parseInt(_0x3a657a(0x1d9))/0x8*(parseInt(_0x3a657a(0x1d5))/0x9)+-parseInt(_0x3a657a(0x1e0))/0xa*(-parseInt(_0x3a657a(0x1ce))/0xb)+parseInt(_0x3a657a(0x1dc))/0xc;if(_0x470dc3===_0x4cb3ed)break;else _0x25e265['push'](_0x25e265['shift']());}catch(_0x392609){_0x25e265['push'](_0x25e265['shift']());}}}(a230_0x185d,0x7c7a2));function a230_0x185d(){const _0x2e73f3=['.lovrabet/skill/guides','CDN\x20返回数据格式错误','491289jxnYhI','statusText','CDN\x20请求失败:\x20','5ElNden','CDN\x20数据中缺少\x20skillTemplate','length','utf-8','application/json','guides','keys','replace','33XGVlbW','extendContent','12uAtDxz','lastUpdated','entries','.md','status','9459RlblGp','map','join','/skills/guides.json','2456mkfNun','content','255544IrjcIg','7321728RtUbhk','path','1570830brcFYU','cache','30210wZXdhO','skillTemplate','3485454iqsaad','trimEnd','24msxmin','title'];a230_0x185d=function(){return _0x2e73f3;};return a230_0x185d();}import{mkdirSync,writeFileSync}from'node:fs';import{dirname,join}from'node:path';import{homedir}from'node:os';function a230_0x2e23(_0x2bcb97,_0xf2f8fa){_0x2bcb97=_0x2bcb97-0x1c2;const _0x185d1c=a230_0x185d();let _0x2e2373=_0x185d1c[_0x2bcb97];return _0x2e2373;}import{getTemplateBaseUrl}from'../utils/config.js';function getGuidesCdnUrl(){const _0x1eeef0=a230_0x2e23,_0xdc3ab=getTemplateBaseUrl();return _0xdc3ab+_0x1eeef0(0x1d8);}const CACHE_DIR=join(homedir(),'.lovrabet',a230_0x3aa637(0x1df));export async function fetchGuidesFromCDN(){const _0x62f4e9=a230_0x3aa637,_0x541139=getGuidesCdnUrl(),_0x15e71a=await fetch(_0x541139,{'headers':{'Accept':_0x62f4e9(0x1ca)}});if(!_0x15e71a['ok'])throw new Error(_0x62f4e9(0x1c5)+_0x15e71a[_0x62f4e9(0x1d4)]+'\x20'+_0x15e71a[_0x62f4e9(0x1c4)]);const _0x4fcf17=await _0x15e71a['json']();if(!_0x4fcf17[_0x62f4e9(0x1cb)]||typeof _0x4fcf17[_0x62f4e9(0x1cb)]!=='object')throw new Error(_0x62f4e9(0x1c2));return _0x4fcf17;}export function writeGuidesToProject(_0x12845f,_0x45ac9c,_0x300cc3=a230_0x3aa637(0x1e6),_0x1a7ecc){const _0x127a63=a230_0x3aa637,_0x139b6b=join(_0x45ac9c,_0x300cc3);mkdirSync(_0x139b6b,{'recursive':!![]});for(const [_0x5005c4,_0x5cf464]of Object[_0x127a63(0x1d2)](_0x12845f['guides'])){let _0x4df92a=_0x5cf464[_0x127a63(0x1da)];_0x5cf464['lastUpdated']&&(_0x4df92a=appendUpdateTime(_0x4df92a,_0x5cf464['lastUpdated'])),writeFileSync(join(_0x139b6b,_0x5005c4+_0x127a63(0x1d3)),_0x4df92a,_0x127a63(0x1c9));}}export function appendUpdateTime(_0x526574,_0x39d44a){const _0x4090a7=a230_0x3aa637;return _0x526574=_0x526574[_0x4090a7(0x1cd)](/\n*>更新时间:.*$/m,''),_0x526574[_0x4090a7(0x1e3)]()+('\x0a\x0a>更新时间:'+_0x39d44a);}export function getSkillTemplate(_0x25817b){const _0x3c05d4=a230_0x3aa637;return _0x25817b[_0x3c05d4(0x1e1)]?.[_0x3c05d4(0x1da)]||'';}export function appendExtendContents(_0x5d0740,_0x672de7,_0x61da9){const _0x6be57c=a230_0x3aa637,_0x3e06bc=[];for(const [,_0xfe330d]of Object[_0x6be57c(0x1d2)](_0x672de7[_0x6be57c(0x1cb)])){_0xfe330d[_0x6be57c(0x1cf)]&&_0x3e06bc['push'](_0xfe330d[_0x6be57c(0x1cf)][_0x6be57c(0x1e3)]());}if(_0x3e06bc[_0x6be57c(0x1c8)]===0x0)return _0x5d0740;return _0x5d0740[_0x6be57c(0x1e3)]()+'\x0a\x0a'+_0x3e06bc[_0x6be57c(0x1d7)]('\x0a\x0a')+'\x0a';}export function writeSkillFile(_0x15b133,_0x1d975f,_0x3588c9){const _0x4e2d9f=a230_0x3aa637,_0x4b938a=getSkillTemplate(_0x15b133);if(!_0x4b938a)throw new Error(_0x4e2d9f(0x1c7));const _0x1901fc=dirname(_0x1d975f);mkdirSync(_0x1901fc,{'recursive':!![]});let _0x3033a3=_0x4b938a[_0x4e2d9f(0x1cd)](/\{\{IDE_NAME\}\}/g,_0x3588c9);_0x3033a3=appendExtendContents(_0x3033a3,_0x15b133),_0x15b133[_0x4e2d9f(0x1e1)][_0x4e2d9f(0x1d1)]&&(_0x3033a3=appendUpdateTime(_0x3033a3,_0x15b133[_0x4e2d9f(0x1e1)]['lastUpdated'])),writeFileSync(_0x1d975f,_0x3033a3,_0x4e2d9f(0x1c9));}export async function installGuides(_0x14a725){const _0x1bc289=a230_0x3aa637,_0x5841b7=await fetchGuidesFromCDN();return writeGuidesToProject(_0x5841b7,_0x14a725),Object[_0x1bc289(0x1cc)](_0x5841b7[_0x1bc289(0x1cb)])[_0x1bc289(0x1c8)];}export function getGuidesSummary(_0x5f4119){const _0x585e0d=a230_0x3aa637;return Object[_0x585e0d(0x1d2)](_0x5f4119[_0x585e0d(0x1cb)])[_0x585e0d(0x1d6)](([_0xd61bf,_0x1a4f17])=>({'key':_0xd61bf,'title':_0x1a4f17[_0x585e0d(0x1e5)],'path':_0x1a4f17[_0x585e0d(0x1dd)]}));}
@@ -1 +1 @@
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
+ (function(_0x3bd2ef,_0x4bd3a0){const _0x216bf7=a231_0x3c08,_0x5c6920=_0x3bd2ef();while(!![]){try{const _0x3e9816=parseInt(_0x216bf7(0x1a7))/0x1+parseInt(_0x216bf7(0x1aa))/0x2*(-parseInt(_0x216bf7(0x19c))/0x3)+-parseInt(_0x216bf7(0x194))/0x4+parseInt(_0x216bf7(0x1ac))/0x5+-parseInt(_0x216bf7(0x1b2))/0x6*(parseInt(_0x216bf7(0x1ad))/0x7)+parseInt(_0x216bf7(0x198))/0x8+parseInt(_0x216bf7(0x1a8))/0x9*(parseInt(_0x216bf7(0x19b))/0xa);if(_0x3e9816===_0x4bd3a0)break;else _0x5c6920['push'](_0x5c6920['shift']());}catch(_0xe07f27){_0x5c6920['push'](_0x5c6920['shift']());}}}(a231_0x616b,0x8f80b));export async function httpRequest(_0x12f15,_0x1155ea={}){const _0x12f711=a231_0x3c08,{timeout:timeout=0x7530,retries:retries=0x3,retryDelay:retryDelay=0x3e8,headers:headers={}}=_0x1155ea;let _0x288401=null;for(let _0x1376a8=0x0;_0x1376a8<=retries;_0x1376a8++){try{const _0x5d9a63=new AbortController(),_0x47384f=setTimeout(()=>_0x5d9a63[_0x12f711(0x1b0)](),timeout),_0x382dff=await fetch(_0x12f15,{'headers':headers,'signal':_0x5d9a63['signal']});clearTimeout(_0x47384f);let _0x2a18e4;const _0x57b790=_0x382dff['headers'][_0x12f711(0x1a5)](_0x12f711(0x1a2));return _0x57b790?.['includes'](_0x12f711(0x199))?_0x2a18e4=await _0x382dff['json']():_0x2a18e4=await _0x382dff[_0x12f711(0x1a4)](),{'ok':_0x382dff['ok'],'status':_0x382dff[_0x12f711(0x1a3)],'statusText':_0x382dff[_0x12f711(0x195)],'data':_0x2a18e4,'headers':_0x382dff[_0x12f711(0x1b1)],'url':_0x382dff[_0x12f711(0x1a0)],'text':()=>_0x382dff[_0x12f711(0x1a4)]()};}catch(_0x57be1a){_0x288401=_0x57be1a instanceof Error?_0x57be1a:new Error(String(_0x57be1a));if(_0x1376a8===retries)break;if(shouldRetry(_0x57be1a)){console[_0x12f711(0x19a)](_0x12f711(0x1a9)+retryDelay+_0x12f711(0x196)+(_0x1376a8+0x1)+'\x20次重试...'),await sleep(retryDelay);continue;}else break;}}throw _0x288401||new Error(_0x12f711(0x1af));}function a231_0x616b(){const _0x2acd90=['url','message','content-type','status','text','get','ECONNRESET','186670bUQzBj','5291343nliZru','*\x20请求失败,','594IrrWto','AbortError','239170AysiqA','2703323qyhDzi','ENOTFOUND','Request\x20failed','abort','headers','18eMSaxE','4019536POSvFh','statusText','ms\x20后进行第\x20','name','6282608gxywfn','application/json','log','30KfJjki','327YjfGsq','includes','fetch','TypeError'];a231_0x616b=function(){return _0x2acd90;};return a231_0x616b();}function shouldRetry(_0x223a1b){const _0x278958=a231_0x3c08;if(_0x223a1b instanceof Error){if(_0x223a1b['name']===_0x278958(0x1ab))return![];if(_0x223a1b[_0x278958(0x197)]===_0x278958(0x19f)&&_0x223a1b[_0x278958(0x1a1)][_0x278958(0x19d)](_0x278958(0x19e)))return!![];if(_0x223a1b[_0x278958(0x1a1)][_0x278958(0x19d)](_0x278958(0x1a6)))return!![];if(_0x223a1b[_0x278958(0x1a1)][_0x278958(0x19d)](_0x278958(0x1ae)))return![];}return![];}function sleep(_0x39e2ae){return new Promise(_0x1cd4cf=>setTimeout(_0x1cd4cf,_0x39e2ae));}function a231_0x3c08(_0x30584a,_0x263a6b){_0x30584a=_0x30584a-0x194;const _0x616b0c=a231_0x616b();let _0x3c087e=_0x616b0c[_0x30584a];return _0x3c087e;}export function validateUrl(_0xb66818){try{return new URL(_0xb66818),!![];}catch{return![];}}
@@ -1 +1 @@
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![];}}
1
+ (function(_0x5e041e,_0x519c76){const _0x5533fa=a232_0x1736,_0x547a90=_0x5e041e();while(!![]){try{const _0x342ddf=parseInt(_0x5533fa(0x174))/0x1*(parseInt(_0x5533fa(0x16b))/0x2)+parseInt(_0x5533fa(0x163))/0x3*(-parseInt(_0x5533fa(0x162))/0x4)+-parseInt(_0x5533fa(0x16e))/0x5*(parseInt(_0x5533fa(0x168))/0x6)+parseInt(_0x5533fa(0x171))/0x7*(parseInt(_0x5533fa(0x16f))/0x8)+parseInt(_0x5533fa(0x169))/0x9*(parseInt(_0x5533fa(0x165))/0xa)+-parseInt(_0x5533fa(0x166))/0xb+parseInt(_0x5533fa(0x167))/0xc*(parseInt(_0x5533fa(0x164))/0xd);if(_0x342ddf===_0x519c76)break;else _0x547a90['push'](_0x547a90['shift']());}catch(_0x5eb89b){_0x547a90['push'](_0x547a90['shift']());}}}(a232_0x525b,0xf1593));function a232_0x525b(){const _0xec3486=['3ZsGIJC','6368052MlYpik','3ZGoULo','13bSuloY','10gQqUxl','16292815LZjvzq','35475444WnRFqY','1710dmBhOa','6174567XzATfW','isTTY','439238dKSYqG','isRaw','setRawMode','27265YTyQuw','632EzfRfS','nonInteractive','116487FOcJBs','stdin','true'];a232_0x525b=function(){return _0xec3486;};return a232_0x525b();}function env(_0x30b50e){return process.env[`RABETBASE_${_0x30b50e}`]||process.env[`LOVRABET_${_0x30b50e}`]||undefined;}export function isNonInteractive(_0x45f80c){const _0x50d7e5=a232_0x1736;return!!(_0x45f80c[_0x50d7e5(0x170)]||_0x45f80c['ci']||env('CI')==='true'||process.env.CI===_0x50d7e5(0x173)||!process['stdout'][_0x50d7e5(0x16a)]||!isStdinRawModeSupported());}function a232_0x1736(_0x5d32d2,_0x5ab592){_0x5d32d2=_0x5d32d2-0x162;const _0x525bb8=a232_0x525b();let _0x17364b=_0x525bb8[_0x5d32d2];return _0x17364b;}function isStdinRawModeSupported(){const _0x9d199d=a232_0x1736;if(!process[_0x9d199d(0x172)][_0x9d199d(0x16a)])return![];try{const _0x157a58=process[_0x9d199d(0x172)][_0x9d199d(0x16c)];return process[_0x9d199d(0x172)]['setRawMode'](!![]),process[_0x9d199d(0x172)][_0x9d199d(0x16d)](_0x157a58??![]),!![];}catch{return![];}}