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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (239) hide show
  1. package/lib/api/api-doc.js +1 -1
  2. package/lib/api/fetch-model-list.js +1 -1
  3. package/lib/api/generate-api-file.js +1 -1
  4. package/lib/auth/auth-server-ui.js +1 -1
  5. package/lib/auth/auth-server.js +1 -1
  6. package/lib/auth/constant.js +1 -1
  7. package/lib/auth/get-cookie.js +1 -1
  8. package/lib/auth/get-session-user.js +1 -1
  9. package/lib/auth/is-session-valid.js +1 -1
  10. package/lib/auth/login-success-html.js +1 -1
  11. package/lib/auth/logout.js +1 -1
  12. package/lib/cli-flags.js +1 -1
  13. package/lib/cli.js +1 -1
  14. package/lib/commands/api/generate.js +1 -1
  15. package/lib/commands/api/index.js +1 -1
  16. package/lib/commands/api/list.js +1 -1
  17. package/lib/commands/api/pull.js +1 -1
  18. package/lib/commands/api/shared.js +1 -1
  19. package/lib/commands/app/add.js +1 -1
  20. package/lib/commands/app/index.js +1 -1
  21. package/lib/commands/app/list.js +1 -1
  22. package/lib/commands/app/remote-directory.js +1 -1
  23. package/lib/commands/app/remove.js +1 -1
  24. package/lib/commands/app/shared.js +1 -1
  25. package/lib/commands/app-config/delete.js +1 -1
  26. package/lib/commands/app-config/get.js +1 -1
  27. package/lib/commands/app-config/index.js +1 -1
  28. package/lib/commands/app-config/list.js +1 -1
  29. package/lib/commands/app-config/set.js +1 -1
  30. package/lib/commands/app-config/shared.js +1 -1
  31. package/lib/commands/auth/index.js +1 -1
  32. package/lib/commands/bff/create.js +1 -1
  33. package/lib/commands/bff/delete.js +1 -1
  34. package/lib/commands/bff/detail.js +1 -1
  35. package/lib/commands/bff/index.js +1 -1
  36. package/lib/commands/bff/list.js +1 -1
  37. package/lib/commands/bff/pull.js +1 -1
  38. package/lib/commands/bff/push.js +1 -1
  39. package/lib/commands/bff/status.js +1 -1
  40. package/lib/commands/cli-skill/index.js +1 -1
  41. package/lib/commands/cli-update.js +1 -1
  42. package/lib/commands/codegen/index.js +1 -1
  43. package/lib/commands/codegen/sdk.js +1 -1
  44. package/lib/commands/codegen/sql.js +1 -1
  45. package/lib/commands/common/app-registry.js +1 -1
  46. package/lib/commands/common/app-selector.js +1 -1
  47. package/lib/commands/common/dry-run.js +1 -1
  48. package/lib/commands/common/flags.js +1 -1
  49. package/lib/commands/common/validate.js +1 -1
  50. package/lib/commands/config/get.js +1 -1
  51. package/lib/commands/config/index.js +1 -1
  52. package/lib/commands/config/list.js +1 -1
  53. package/lib/commands/config/set.js +1 -1
  54. package/lib/commands/config/shared.js +1 -1
  55. package/lib/commands/data/filter.js +1 -1
  56. package/lib/commands/data/getOne.js +1 -1
  57. package/lib/commands/data/index.js +1 -1
  58. package/lib/commands/data/shared.js +1 -1
  59. package/lib/commands/dataset/business-group-update.js +1 -1
  60. package/lib/commands/dataset/capability.js +1 -1
  61. package/lib/commands/dataset/delete.js +1 -1
  62. package/lib/commands/dataset/detail.js +1 -1
  63. package/lib/commands/dataset/extend-update.js +1 -1
  64. package/lib/commands/dataset/field-update.js +1 -1
  65. package/lib/commands/dataset/generate.js +1 -1
  66. package/lib/commands/dataset/index.js +1 -1
  67. package/lib/commands/dataset/list.js +1 -1
  68. package/lib/commands/dataset/operations.js +1 -1
  69. package/lib/commands/dataset/relation-audit.js +1 -1
  70. package/lib/commands/dataset/relation-create.js +1 -1
  71. package/lib/commands/dataset/relation-delete.js +1 -1
  72. package/lib/commands/dataset/relation-shared.js +1 -1
  73. package/lib/commands/dataset/relation-update.js +1 -1
  74. package/lib/commands/dataset/relations.js +1 -1
  75. package/lib/commands/dataset/rename.js +1 -1
  76. package/lib/commands/dataset/restore.js +1 -1
  77. package/lib/commands/db/analyze-cancel.js +1 -1
  78. package/lib/commands/db/analyze-start.js +1 -1
  79. package/lib/commands/db/analyze-status.js +1 -1
  80. package/lib/commands/db/create.js +1 -1
  81. package/lib/commands/db/delete.js +1 -1
  82. package/lib/commands/db/detail.js +1 -1
  83. package/lib/commands/db/diff.js +1 -1
  84. package/lib/commands/db/index.js +1 -1
  85. package/lib/commands/db/list.js +1 -1
  86. package/lib/commands/db/shared.js +1 -1
  87. package/lib/commands/db/tables.js +1 -1
  88. package/lib/commands/db/test.js +1 -1
  89. package/lib/commands/db/update.js +1 -1
  90. package/lib/commands/doctor.js +1 -1
  91. package/lib/commands/init/index.js +1 -1
  92. package/lib/commands/issue/index.js +1 -1
  93. package/lib/commands/issue/nudge.js +1 -1
  94. package/lib/commands/issue/report.js +1 -1
  95. package/lib/commands/issue/shared.js +1 -1
  96. package/lib/commands/logs/index.js +1 -1
  97. package/lib/commands/menu/index.js +1 -1
  98. package/lib/commands/menu/list.js +1 -1
  99. package/lib/commands/menu/shared/compare-table.js +1 -1
  100. package/lib/commands/menu/shared/index.js +1 -1
  101. package/lib/commands/menu/shared/inquirer.js +1 -1
  102. package/lib/commands/menu/shared/local-pages.js +1 -1
  103. package/lib/commands/menu/shared/logic.js +1 -1
  104. package/lib/commands/menu/shared/service.js +1 -1
  105. package/lib/commands/menu/shared/sync-core.js +1 -1
  106. package/lib/commands/menu/shared/update-core.js +1 -1
  107. package/lib/commands/menu/shared/valid-url.js +1 -1
  108. package/lib/commands/menu/sync.js +1 -1
  109. package/lib/commands/menu/update.js +1 -1
  110. package/lib/commands/page/generate-start.js +1 -1
  111. package/lib/commands/page/generate-status.js +1 -1
  112. package/lib/commands/page/index.js +1 -1
  113. package/lib/commands/page/pull.js +1 -1
  114. package/lib/commands/page/push.js +1 -1
  115. package/lib/commands/page/relation-audit.js +1 -1
  116. package/lib/commands/page/shared.js +1 -1
  117. package/lib/commands/page/standard-page-status.js +1 -1
  118. package/lib/commands/page/sync.js +1 -1
  119. package/lib/commands/permit/index.js +1 -1
  120. package/lib/commands/permit/page-get.js +1 -1
  121. package/lib/commands/permit/page-set.js +1 -1
  122. package/lib/commands/permit/role-apis-set.js +1 -1
  123. package/lib/commands/permit/role-menus-set.js +1 -1
  124. package/lib/commands/permit/role-menus.js +1 -1
  125. package/lib/commands/permit/shared.js +1 -1
  126. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  127. package/lib/commands/project/create/format-elapsed.js +1 -1
  128. package/lib/commands/project/create/main.js +1 -1
  129. package/lib/commands/project/create/non-interactive.js +1 -1
  130. package/lib/commands/project/create/project-template-path.js +1 -1
  131. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  132. package/lib/commands/project/create/use-format-code.js +1 -1
  133. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  134. package/lib/commands/project/index.js +1 -1
  135. package/lib/commands/project/init.js +1 -1
  136. package/lib/commands/project/upgrade.js +1 -1
  137. package/lib/commands/registry.js +1 -1
  138. package/lib/commands/role/create.js +1 -1
  139. package/lib/commands/role/delete.js +1 -1
  140. package/lib/commands/role/detail.js +1 -1
  141. package/lib/commands/role/index.js +1 -1
  142. package/lib/commands/role/list.js +1 -1
  143. package/lib/commands/role/shared.js +1 -1
  144. package/lib/commands/role/update.js +1 -1
  145. package/lib/commands/role/user-add.js +1 -1
  146. package/lib/commands/role/user-remove.js +1 -1
  147. package/lib/commands/role/user-resolve.js +1 -1
  148. package/lib/commands/run/index.js +1 -1
  149. package/lib/commands/schema.js +1 -1
  150. package/lib/commands/sql/create.js +1 -1
  151. package/lib/commands/sql/delete.js +1 -1
  152. package/lib/commands/sql/detail.js +1 -1
  153. package/lib/commands/sql/exec.js +1 -1
  154. package/lib/commands/sql/index.js +1 -1
  155. package/lib/commands/sql/list.js +1 -1
  156. package/lib/commands/sql/pull.js +1 -1
  157. package/lib/commands/sql/push.js +1 -1
  158. package/lib/commands/sql/save.js +1 -1
  159. package/lib/commands/sql/shared.js +1 -1
  160. package/lib/commands/sql/status.js +1 -1
  161. package/lib/commands/sql/validate.js +1 -1
  162. package/lib/commands/workspace/add.js +1 -1
  163. package/lib/commands/workspace/index.js +1 -1
  164. package/lib/commands/workspace/remove.js +1 -1
  165. package/lib/config/schema.js +1 -1
  166. package/lib/constant/cdn.js +1 -1
  167. package/lib/constant/cli.js +1 -1
  168. package/lib/constant/defaults.js +1 -1
  169. package/lib/constant/domain.js +1 -1
  170. package/lib/constant/env.js +1 -1
  171. package/lib/constant/output.js +1 -1
  172. package/lib/constant/paths.js +1 -1
  173. package/lib/constant/risk.js +1 -1
  174. package/lib/context/app-resolver.js +1 -1
  175. package/lib/context/auth-resolver.js +1 -1
  176. package/lib/context/config-loader.js +1 -1
  177. package/lib/context.js +1 -1
  178. package/lib/core/alias-resolver.js +1 -1
  179. package/lib/core/api-client.js +1 -1
  180. package/lib/core/bff/config.js +1 -1
  181. package/lib/core/bff/file-system.js +1 -1
  182. package/lib/core/bff/hash.js +1 -1
  183. package/lib/core/bff/lock.js +1 -1
  184. package/lib/core/bff/utils.js +1 -1
  185. package/lib/core/db-resolver.js +1 -1
  186. package/lib/core/page/file-system.js +1 -1
  187. package/lib/core/page/hash.js +1 -1
  188. package/lib/core/page/lock.js +1 -1
  189. package/lib/core/sql-sync/config.js +1 -1
  190. package/lib/core/sql-sync/file-system.js +1 -1
  191. package/lib/core/sql-sync/hash.js +1 -1
  192. package/lib/core/sql-sync/lock.js +1 -1
  193. package/lib/core/sql-sync/utils.js +1 -1
  194. package/lib/core/sql-validator.js +1 -1
  195. package/lib/errors.js +1 -1
  196. package/lib/framework/build-all-flags.js +1 -1
  197. package/lib/framework/flags.js +1 -1
  198. package/lib/framework/help.js +1 -1
  199. package/lib/framework/index.js +1 -1
  200. package/lib/framework/output.js +1 -1
  201. package/lib/framework/response.js +1 -1
  202. package/lib/framework/runner-alias.js +1 -1
  203. package/lib/framework/runner.js +1 -1
  204. package/lib/framework/schema-export.js +1 -1
  205. package/lib/framework/types.js +1 -1
  206. package/lib/generated/build-info.js +1 -1
  207. package/lib/help.js +1 -1
  208. package/lib/skills/main.js +1 -1
  209. package/lib/skills/npx-skills-add.js +1 -1
  210. package/lib/telemetry/cli-command-trace.js +1 -1
  211. package/lib/telemetry/cli-help-trace.js +1 -1
  212. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  213. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  214. package/lib/telemetry/send-cli-trace-log.js +1 -1
  215. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  216. package/lib/utils/ai_config.js +1 -1
  217. package/lib/utils/apply-jq-filter.js +1 -1
  218. package/lib/utils/cdn-config.js +1 -1
  219. package/lib/utils/check-sdk-version.js +1 -1
  220. package/lib/utils/cli-version-check.js +1 -1
  221. package/lib/utils/cli-version-policy.js +1 -1
  222. package/lib/utils/config.js +1 -1
  223. package/lib/utils/copy-directory.js +1 -1
  224. package/lib/utils/entity-with-id.js +1 -1
  225. package/lib/utils/file-utils.js +1 -1
  226. package/lib/utils/guides-cdn.js +1 -1
  227. package/lib/utils/http-client.js +1 -1
  228. package/lib/utils/is-non-interactive.js +1 -1
  229. package/lib/utils/logger.js +1 -1
  230. package/lib/utils/params.js +1 -1
  231. package/lib/utils/platform.js +1 -1
  232. package/lib/utils/rules-cdn.js +1 -1
  233. package/lib/utils/sleep.js +1 -1
  234. package/lib/utils/template-replacer.js +1 -1
  235. package/lib/utils/update-notice.js +1 -1
  236. package/lib/utils/version.js +1 -1
  237. package/lib/utils/with-active-cookie.js +1 -1
  238. package/lib/utils/write-cli-side-channel.js +1 -1
  239. package/package.json +1 -1
@@ -1 +1 @@
1
- const a209_0x3b1fb2=a209_0x2d22;(function(_0x30e86c,_0x280414){const _0x2b7910=a209_0x2d22,_0x42df10=_0x30e86c();while(!![]){try{const _0xe9cb63=-parseInt(_0x2b7910(0x15a))/0x1*(-parseInt(_0x2b7910(0x164))/0x2)+parseInt(_0x2b7910(0x165))/0x3+parseInt(_0x2b7910(0x161))/0x4*(parseInt(_0x2b7910(0x15f))/0x5)+parseInt(_0x2b7910(0x166))/0x6+-parseInt(_0x2b7910(0x15d))/0x7*(-parseInt(_0x2b7910(0x160))/0x8)+parseInt(_0x2b7910(0x163))/0x9+parseInt(_0x2b7910(0x162))/0xa*(-parseInt(_0x2b7910(0x15b))/0xb);if(_0xe9cb63===_0x280414)break;else _0x42df10['push'](_0x42df10['shift']());}catch(_0x243886){_0x42df10['push'](_0x42df10['shift']());}}}(a209_0x3fab,0xe8d05));function a209_0x3fab(){const _0x1f1eff=['816297VaQTom','9823596PGEbqc','a39e59e','11471UNIJrl','3924272pvbJFc','2.3.5','21zEBNAw','v2.3.5-beta.1','40eNUedB','103568inbzLm','791512FiEiAk','100cGPlKO','8805843aTauAZ','2xATfNh'];a209_0x3fab=function(){return _0x1f1eff;};return a209_0x3fab();}export const VERSION=a209_0x3b1fb2(0x15c);export const GIT_TAG=a209_0x3b1fb2(0x15e);function a209_0x2d22(_0x222b57,_0x4c8bae){_0x222b57=_0x222b57-0x15a;const _0x3fabd6=a209_0x3fab();let _0x2d2226=_0x3fabd6[_0x222b57];return _0x2d2226;}export const GIT_COMMIT=a209_0x3b1fb2(0x167);export const BUILD_TIME='2026-07-14T15:32:16.705Z';
1
+ const a209_0x54e31d=a209_0x3c6b;function a209_0x3c6b(_0x4e5227,_0x1e2b17){_0x4e5227=_0x4e5227-0x154;const _0x55a262=a209_0x55a2();let _0x3c6b73=_0x55a262[_0x4e5227];return _0x3c6b73;}function a209_0x55a2(){const _0x4b3ee8=['1668878BJVJYM','v2.3.6-beta.1','9LccToS','2026-07-16T09:10:09.476Z','2701464BFyWQe','901807AoiRGM','3hYcSjy','6981256DgfXkD','3972918JsWgVM','3003345SLzkln','26498840AmRfjv','7EwnTKs','b1289b6'];a209_0x55a2=function(){return _0x4b3ee8;};return a209_0x55a2();}(function(_0x4cd226,_0x27d510){const _0x35a027=a209_0x3c6b,_0x22dc4b=_0x4cd226();while(!![]){try{const _0x5366f1=-parseInt(_0x35a027(0x15b))/0x1+parseInt(_0x35a027(0x156))/0x2*(-parseInt(_0x35a027(0x15c))/0x3)+parseInt(_0x35a027(0x15a))/0x4+parseInt(_0x35a027(0x15f))/0x5+parseInt(_0x35a027(0x15e))/0x6*(-parseInt(_0x35a027(0x154))/0x7)+parseInt(_0x35a027(0x15d))/0x8*(-parseInt(_0x35a027(0x158))/0x9)+parseInt(_0x35a027(0x160))/0xa;if(_0x5366f1===_0x27d510)break;else _0x22dc4b['push'](_0x22dc4b['shift']());}catch(_0x15c542){_0x22dc4b['push'](_0x22dc4b['shift']());}}}(a209_0x55a2,0x9fe0f));export const VERSION='2.3.6-beta.1';export const GIT_TAG=a209_0x54e31d(0x157);export const GIT_COMMIT=a209_0x54e31d(0x155);export const BUILD_TIME=a209_0x54e31d(0x159);
package/lib/help.js CHANGED
@@ -1 +1 @@
1
- function a210_0x371d(_0x219984,_0x40b6cd){_0x219984=_0x219984-0x147;var _0xe1d29c=a210_0xe1d2();var _0x371d3b=_0xe1d29c[_0x219984];return _0x371d3b;}(function(_0xed4b0c,_0x29eecd){var _0x3ff54b=a210_0x371d,_0x3c61cc=_0xed4b0c();while(!![]){try{var _0xa8e330=-parseInt(_0x3ff54b(0x152))/0x1+-parseInt(_0x3ff54b(0x14b))/0x2+-parseInt(_0x3ff54b(0x147))/0x3*(parseInt(_0x3ff54b(0x154))/0x4)+-parseInt(_0x3ff54b(0x14f))/0x5*(-parseInt(_0x3ff54b(0x155))/0x6)+parseInt(_0x3ff54b(0x14e))/0x7*(parseInt(_0x3ff54b(0x14c))/0x8)+parseInt(_0x3ff54b(0x150))/0x9*(-parseInt(_0x3ff54b(0x156))/0xa)+parseInt(_0x3ff54b(0x14d))/0xb;if(_0xa8e330===_0x29eecd)break;else _0x3c61cc['push'](_0x3c61cc['shift']());}catch(_0x509f3f){_0x3c61cc['push'](_0x3c61cc['shift']());}}}(a210_0xe1d2,0x7706e));import a210_0x2bd6c1 from'chalk';import{CLI_BIN_NAME,CLI_DISPLAY_NAME}from'./constant/cli.js';export function showHelp(){var _0x17f773=a210_0x371d;console['log'](),console['log'](a210_0x2bd6c1[_0x17f773(0x151)][_0x17f773(0x14a)]('\x20\x20'+CLI_DISPLAY_NAME)),console['log'](),console[_0x17f773(0x153)](_0x17f773(0x148)+a210_0x2bd6c1[_0x17f773(0x151)][_0x17f773(0x14a)](CLI_BIN_NAME+_0x17f773(0x149))+'\x20to\x20view\x20available\x20commands.'),console[_0x17f773(0x153)]();}function a210_0xe1d2(){var _0x20126d=['1380QVsnco','\x20\x20Use\x20','\x20--help','bold','148450VkurEB','80344TvzlEa','21383703FXVKTR','140jBdvRn','15130TSQyBA','63URMHsC','green','782333VDrcLv','log','2200rzmgRP','132EUdvhN','877590wVUjYP'];a210_0xe1d2=function(){return _0x20126d;};return a210_0xe1d2();}
1
+ function a210_0x313e(){var _0x3792bc=['569008AQhfgl','7640082tAqNES','6dbvXeB','22naVAgY','77301JEVxoz','444485byFpek','30475QWTRWh','284824DsVwXq','\x20--help','\x20\x20Use\x20','green','\x20to\x20view\x20available\x20commands.','log','1730078FMXpjO'];a210_0x313e=function(){return _0x3792bc;};return a210_0x313e();}function a210_0x4965(_0x21705c,_0x39e7fc){_0x21705c=_0x21705c-0xea;var _0x313e05=a210_0x313e();var _0x49656f=_0x313e05[_0x21705c];return _0x49656f;}(function(_0x5987c4,_0x5a5f52){var _0x442510=a210_0x4965,_0x48ec2e=_0x5987c4();while(!![]){try{var _0xb6a974=parseInt(_0x442510(0xf6))/0x1+parseInt(_0x442510(0xf3))/0x2*(-parseInt(_0x442510(0xf4))/0x3)+-parseInt(_0x442510(0xf0))/0x4+-parseInt(_0x442510(0xf5))/0x5+parseInt(_0x442510(0xf2))/0x6*(-parseInt(_0x442510(0xef))/0x7)+parseInt(_0x442510(0xf7))/0x8+parseInt(_0x442510(0xf1))/0x9;if(_0xb6a974===_0x5a5f52)break;else _0x48ec2e['push'](_0x48ec2e['shift']());}catch(_0x4b047d){_0x48ec2e['push'](_0x48ec2e['shift']());}}}(a210_0x313e,0x25694));import a210_0xa139f1 from'chalk';import{CLI_BIN_NAME,CLI_DISPLAY_NAME}from'./constant/cli.js';export function showHelp(){var _0x4c5abc=a210_0x4965;console[_0x4c5abc(0xee)](),console['log'](a210_0xa139f1[_0x4c5abc(0xec)]['bold']('\x20\x20'+CLI_DISPLAY_NAME)),console[_0x4c5abc(0xee)](),console[_0x4c5abc(0xee)](_0x4c5abc(0xeb)+a210_0xa139f1['green']['bold'](CLI_BIN_NAME+_0x4c5abc(0xea))+_0x4c5abc(0xed)),console[_0x4c5abc(0xee)]();}
@@ -1 +1 @@
1
- (function(_0x5147e2,_0x4ab087){const _0x126e18=a211_0x5732,_0x3c85e4=_0x5147e2();while(!![]){try{const _0x49b9ea=-parseInt(_0x126e18(0x116))/0x1*(parseInt(_0x126e18(0x102))/0x2)+-parseInt(_0x126e18(0x10b))/0x3+-parseInt(_0x126e18(0x115))/0x4*(parseInt(_0x126e18(0x11b))/0x5)+-parseInt(_0x126e18(0x110))/0x6+parseInt(_0x126e18(0x11a))/0x7*(-parseInt(_0x126e18(0x10d))/0x8)+-parseInt(_0x126e18(0x111))/0x9+-parseInt(_0x126e18(0x11c))/0xa*(-parseInt(_0x126e18(0x117))/0xb);if(_0x49b9ea===_0x4ab087)break;else _0x3c85e4['push'](_0x3c85e4['shift']());}catch(_0x446734){_0x3c85e4['push'](_0x3c85e4['shift']());}}}(a211_0x2d11,0x33b0c));import{logger}from'../utils/logger.js';import{CLI_BIN_NAME}from'../constant/cli.js';import{NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE}from'../skills/npx-skills-add.js';export function camelCaseFlagsToKebab(_0xada261){const _0x4ecfa9=a211_0x5732,_0x374fb4=[];for(const [_0x576eb0,_0x44eb41]of Object[_0x4ecfa9(0xfd)](_0xada261)){if(_0x44eb41===!![]){const _0x3e3869=_0x576eb0[_0x4ecfa9(0xfb)](/([A-Z])/g,_0x4ecfa9(0x101))['toLowerCase']();_0x374fb4[_0x4ecfa9(0x11d)](_0x3e3869);}}return _0x374fb4;}function a211_0x2d11(){const _0x19b654=['283065FWPLPs','4830VUBWIt','push','replace','\x0a\x0aNote:\x20npx\x20skills\x20selects\x20the\x20agent\x20and\x20writes\x20files;\x20guides\x20live\x20under\x20skills/rabetbase/guides/.\x0a','entries','from','(empty)','--help','-$1','6tVURCO','\x0aRabetbase\x20CLI\x20Skill\x20-\x20Developer\x20Workflow\x20Installation\x20Tool\x0a\x0aUsage:\x0a\x20\x20','cwd','\x20cli-skill\x20install\x20\x20\x20\x20\x20\x20\x20#\x20Install\x20CLI\x20Built-in\x20Skill','Error:\x20Unsupported\x20command:\x20','不支持的命令:\x20','\x0aAvailable\x20commands:','length','argv','27666aCkNEs','error','16shBOsO','\x20cli-skill\x20install\x0a\x0aEquivalent\x20command:\x20','startsWith','2406474ZNEaBE','455535AdpNNL','includes','enable-bff-save','skill','24aJdfzS','96221FRlmdI','34507LXysQl','log','add','749665OUVnTC'];a211_0x2d11=function(){return _0x19b654;};return a211_0x2d11();}export function parseDynamicFlags(){const _0x193ac9=a211_0x5732,_0x434c45=[];for(let _0x12c3f7=0x3;_0x12c3f7<process[_0x193ac9(0x10a)][_0x193ac9(0x109)];_0x12c3f7++){const _0x1b9279=process[_0x193ac9(0x10a)][_0x12c3f7];if(_0x1b9279&&_0x1b9279[_0x193ac9(0x10f)]('--')){const _0x4f37ff=_0x1b9279['slice'](0x2);_0x4f37ff&&!_0x4f37ff[_0x193ac9(0x112)]('=')&&_0x434c45[_0x193ac9(0x11d)](_0x4f37ff);}}return _0x434c45;}export function getAllProvidedFlags(_0x4d4153){const _0x174400=camelCaseFlagsToKebab(_0x4d4153),_0x30ac84=parseDynamicFlags(),_0x5973e9=new Set([..._0x174400,..._0x30ac84]);return Array['from'](_0x5973e9);}export function normalizeLegacyBffSaveFlags(_0x16fe48){const _0x5bc617=a211_0x5732,_0x2628c0=new Set(_0x16fe48);return _0x2628c0['has']('dangerously-bff-save')&&_0x2628c0[_0x5bc617(0x119)](_0x5bc617(0x113)),Array[_0x5bc617(0xfe)](_0x2628c0);}const SKILLS_INSTALL_COMMAND_LINE=NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE;export async function skillsCommand(_0x1bc64d,_0x1aeafa,_0x46f02f){const _0x58efde=a211_0x5732;logger['setLogPath'](process[_0x58efde(0x104)]());if(_0x46f02f?.['help']||_0x1bc64d===_0x58efde(0x100)){showHelp();return;}console[_0x58efde(0x10c)](_0x58efde(0x106)+(_0x1bc64d||_0x58efde(0xff))),console[_0x58efde(0x118)](_0x58efde(0x108)),console[_0x58efde(0x118)]('\x20\x20'+CLI_BIN_NAME+_0x58efde(0x105)),console[_0x58efde(0x118)](''),console[_0x58efde(0x118)]('Equivalent\x20command:\x20'+SKILLS_INSTALL_COMMAND_LINE),logger[_0x58efde(0x10c)](_0x58efde(0x114),_0x58efde(0x107)+_0x1bc64d),process['exit'](0x1);}function a211_0x5732(_0x4db5c7,_0x542187){_0x4db5c7=_0x4db5c7-0xfb;const _0x2d115b=a211_0x2d11();let _0x573275=_0x2d115b[_0x4db5c7];return _0x573275;}function showHelp(){const _0x5b1718=a211_0x5732;console[_0x5b1718(0x118)](_0x5b1718(0x103)+CLI_BIN_NAME+_0x5b1718(0x10e)+SKILLS_INSTALL_COMMAND_LINE+_0x5b1718(0xfc));}
1
+ function a211_0x343d(){const _0x53b72d=['dangerously-bff-save','length','(empty)','4laeruL','\x0aAvailable\x20commands:','74ZiiABA','startsWith','\x0aRabetbase\x20CLI\x20Skill\x20-\x20Developer\x20Workflow\x20Installation\x20Tool\x0a\x0aUsage:\x0a\x20\x20','Equivalent\x20command:\x20','349240BYcJoW','\x0a\x0aNote:\x20npx\x20skills\x20selects\x20the\x20agent\x20and\x20writes\x20files;\x20guides\x20live\x20under\x20skills/rabetbase/guides/.\x0a','3402900YrDDnx','30798gZLdmm','985002pAiZQH','Error:\x20Unsupported\x20command:\x20','enable-bff-save','entries','includes','setLogPath','exit','--help','push','replace','error','7644805YBoAfD','5108514HbZivI','from','add','不支持的命令:\x20','skill','5LRVHzU','cwd','\x20cli-skill\x20install\x20\x20\x20\x20\x20\x20\x20#\x20Install\x20CLI\x20Built-in\x20Skill','has','241072yevcZt','log','help','argv'];a211_0x343d=function(){return _0x53b72d;};return a211_0x343d();}function a211_0x57ce(_0x13ecba,_0x7ab6a8){_0x13ecba=_0x13ecba-0x1db;const _0x343d3c=a211_0x343d();let _0x57ce71=_0x343d3c[_0x13ecba];return _0x57ce71;}(function(_0x1be066,_0x871181){const _0x31a61d=a211_0x57ce,_0x5e4192=_0x1be066();while(!![]){try{const _0x477948=-parseInt(_0x31a61d(0x1fe))/0x1*(-parseInt(_0x31a61d(0x1df))/0x2)+parseInt(_0x31a61d(0x1e0))/0x3*(-parseInt(_0x31a61d(0x1fc))/0x4)+-parseInt(_0x31a61d(0x1f1))/0x5*(parseInt(_0x31a61d(0x1ec))/0x6)+parseInt(_0x31a61d(0x1eb))/0x7+-parseInt(_0x31a61d(0x1f5))/0x8+-parseInt(_0x31a61d(0x1de))/0x9+-parseInt(_0x31a61d(0x1dc))/0xa;if(_0x477948===_0x871181)break;else _0x5e4192['push'](_0x5e4192['shift']());}catch(_0x27b8c2){_0x5e4192['push'](_0x5e4192['shift']());}}}(a211_0x343d,0x949da));import{logger}from'../utils/logger.js';import{CLI_BIN_NAME}from'../constant/cli.js';import{NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE}from'../skills/npx-skills-add.js';export function camelCaseFlagsToKebab(_0x1eafba){const _0x412c7c=a211_0x57ce,_0x47f138=[];for(const [_0x2616d6,_0xd8924d]of Object[_0x412c7c(0x1e3)](_0x1eafba)){if(_0xd8924d===!![]){const _0x3e8b83=_0x2616d6[_0x412c7c(0x1e9)](/([A-Z])/g,'-$1')['toLowerCase']();_0x47f138[_0x412c7c(0x1e8)](_0x3e8b83);}}return _0x47f138;}export function parseDynamicFlags(){const _0x34fa6f=a211_0x57ce,_0x156e17=[];for(let _0x2116b6=0x3;_0x2116b6<process[_0x34fa6f(0x1f8)][_0x34fa6f(0x1fa)];_0x2116b6++){const _0x250ff5=process['argv'][_0x2116b6];if(_0x250ff5&&_0x250ff5[_0x34fa6f(0x1ff)]('--')){const _0x7c3d63=_0x250ff5['slice'](0x2);_0x7c3d63&&!_0x7c3d63[_0x34fa6f(0x1e4)]('=')&&_0x156e17[_0x34fa6f(0x1e8)](_0x7c3d63);}}return _0x156e17;}export function getAllProvidedFlags(_0x6d55dd){const _0x20c30b=a211_0x57ce,_0xb687b0=camelCaseFlagsToKebab(_0x6d55dd),_0x3349d3=parseDynamicFlags(),_0x1decf0=new Set([..._0xb687b0,..._0x3349d3]);return Array[_0x20c30b(0x1ed)](_0x1decf0);}export function normalizeLegacyBffSaveFlags(_0x56c1fe){const _0xce4bc3=a211_0x57ce,_0x488e0d=new Set(_0x56c1fe);return _0x488e0d[_0xce4bc3(0x1f4)](_0xce4bc3(0x1f9))&&_0x488e0d[_0xce4bc3(0x1ee)](_0xce4bc3(0x1e2)),Array['from'](_0x488e0d);}const SKILLS_INSTALL_COMMAND_LINE=NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE;export async function skillsCommand(_0x5989ca,_0x4b9602,_0x26cd89){const _0x5182a0=a211_0x57ce;logger[_0x5182a0(0x1e5)](process[_0x5182a0(0x1f2)]());if(_0x26cd89?.[_0x5182a0(0x1f7)]||_0x5989ca===_0x5182a0(0x1e7)){showHelp();return;}console[_0x5182a0(0x1ea)](_0x5182a0(0x1e1)+(_0x5989ca||_0x5182a0(0x1fb))),console[_0x5182a0(0x1f6)](_0x5182a0(0x1fd)),console[_0x5182a0(0x1f6)]('\x20\x20'+CLI_BIN_NAME+_0x5182a0(0x1f3)),console['log'](''),console['log'](_0x5182a0(0x1db)+SKILLS_INSTALL_COMMAND_LINE),logger[_0x5182a0(0x1ea)](_0x5182a0(0x1f0),_0x5182a0(0x1ef)+_0x5989ca),process[_0x5182a0(0x1e6)](0x1);}function showHelp(){const _0x155576=a211_0x57ce;console[_0x155576(0x1f6)](_0x155576(0x200)+CLI_BIN_NAME+'\x20cli-skill\x20install\x0a\x0aEquivalent\x20command:\x20'+SKILLS_INSTALL_COMMAND_LINE+_0x155576(0x1dd));}
@@ -1 +1 @@
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
+ const a212_0x2fa29e=a212_0x3a2a;function a212_0x2b01(){const _0x51be26=['stdio','npx','822778DueueP','pipe','stdout','stderr','270816OaarAs','393932KlHVkF','add','lovrabet/lovrabet-skill','--skill','3210RYjJNw','join','5DxzuEB','11673UwxiAY','remove','8qlLAfA','unknown','log','skill','status','183JlHrOz','exit\x20','toString','lovrabet/rabetbase','2723064iMJTSP','trim','push','2374ZbvRzI','502772txuBUw'];a212_0x2b01=function(){return _0x51be26;};return a212_0x2b01();}(function(_0x174601,_0x28f6ae){const _0x37ccb7=a212_0x3a2a,_0x3084e8=_0x174601();while(!![]){try{const _0x42b010=-parseInt(_0x37ccb7(0x1bb))/0x1*(-parseInt(_0x37ccb7(0x1c2))/0x2)+-parseInt(_0x37ccb7(0x1ca))/0x3+parseInt(_0x37ccb7(0x1c3))/0x4+parseInt(_0x37ccb7(0x1d1))/0x5*(-parseInt(_0x37ccb7(0x1bf))/0x6)+-parseInt(_0x37ccb7(0x1cb))/0x7*(-parseInt(_0x37ccb7(0x1b6))/0x8)+-parseInt(_0x37ccb7(0x1d2))/0x9*(-parseInt(_0x37ccb7(0x1cf))/0xa)+parseInt(_0x37ccb7(0x1c6))/0xb;if(_0x42b010===_0x28f6ae)break;else _0x3084e8['push'](_0x3084e8['shift']());}catch(_0x28992d){_0x3084e8['push'](_0x3084e8['shift']());}}}(a212_0x2b01,0x54861));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='skills';export const NPX_SKILLS_SUBCOMMAND_ADD=a212_0x2fa29e(0x1cc);function a212_0x3a2a(_0x404024,_0x2450cb){_0x404024=_0x404024-0x1b6;const _0x2b01a9=a212_0x2b01();let _0x3a2aac=_0x2b01a9[_0x404024];return _0x3a2aac;}export const NPX_SKILLS_FLAG_SKILL=a212_0x2fa29e(0x1ce);export const RABETBASE_SKILL_SOURCE=a212_0x2fa29e(0x1be);export const LEGACY_RABETBASE_SKILL_SOURCE=a212_0x2fa29e(0x1cd);export const DEFAULT_RABETBASE_SKILL_NAME='Lovrabet';export function buildNpxSkillsAddArgv(_0x4183f0){const _0x132c65=a212_0x2fa29e,_0x1a3531=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE];return _0x4183f0&&_0x1a3531[_0x132c65(0x1c1)](NPX_SKILLS_FLAG_SKILL,_0x4183f0),_0x1a3531;}export const NPX_SKILLS_ADD_COMMAND_LINE=[a212_0x2fa29e(0x1c5),...buildNpxSkillsAddArgv()][a212_0x2fa29e(0x1d0)]('\x20');export const NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE=[a212_0x2fa29e(0x1c5),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(_0x335c1a,_0x2bb373){const _0x310449=a212_0x2fa29e;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0xb9d02e=_0x2bb373?.[_0x310449(0x1c4)]??'inherit',_0x52e20d=resolveNpmBin('npx'),_0x4d95a6=buildNpxSkillsAddArgv(_0x2bb373?.[_0x310449(0x1b9)]),_0x44e977=['npx',..._0x4d95a6][_0x310449(0x1d0)]('\x20');console[_0x310449(0x1b8)]('*\x20'+_0x44e977);const _0x439eaa=spawnSync(_0x52e20d,_0x4d95a6,{'cwd':_0x335c1a,'stdio':_0xb9d02e,'env':process.env,'shell':![]}),_0x3bbc97=_0x439eaa[_0x310449(0x1ba)];if(_0x3bbc97===0x0)return{'ok':!![],'status':0x0};let _0x3cfbf5='exit\x20'+(_0x3bbc97??_0x310449(0x1b7));if(_0xb9d02e===_0x310449(0x1c7)){const _0x486671=_0x439eaa[_0x310449(0x1c9)]?_0x439eaa[_0x310449(0x1c9)][_0x310449(0x1bd)]()[_0x310449(0x1c0)]():'',_0x385e71=_0x439eaa[_0x310449(0x1c8)]?_0x439eaa[_0x310449(0x1c8)][_0x310449(0x1bd)]()[_0x310449(0x1c0)]():'';if(_0x486671)_0x3cfbf5=_0x486671;else{if(_0x385e71)_0x3cfbf5=_0x385e71;}}return{'ok':![],'status':_0x3bbc97??null,'error':_0x3cfbf5};}export function runNpxSkillsRemove(_0x42a6c1,_0x2a0a3f,_0x59f837=LEGACY_RABETBASE_SKILL_SOURCE){const _0x362719=a212_0x2fa29e;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x28a932=_0x2a0a3f?.[_0x362719(0x1c4)]??'inherit',_0x4bd8b2=resolveNpmBin(_0x362719(0x1c5)),_0xfac658=[NPX_FLAG_YES,NPX_SKILLS_CLI,_0x362719(0x1d3),_0x59f837,NPX_SKILLS_FLAG_SKILL,_0x2a0a3f?.[_0x362719(0x1b9)]??DEFAULT_RABETBASE_SKILL_NAME,..._0x2a0a3f?.['yes']?['-y']:[]],_0x1dc4c6=[_0x4bd8b2,..._0xfac658][_0x362719(0x1d0)]('\x20');console[_0x362719(0x1b8)]('*\x20'+_0x1dc4c6);const _0x48ef78=spawnSync(_0x4bd8b2,_0xfac658,{'cwd':_0x42a6c1,'stdio':_0x28a932,'env':process.env,'shell':![]}),_0x37afcc=_0x48ef78[_0x362719(0x1ba)];if(_0x37afcc===0x0)return{'ok':!![],'status':0x0};let _0x11b863=_0x362719(0x1bc)+(_0x37afcc??_0x362719(0x1b7));if(_0x28a932===_0x362719(0x1c7)){const _0x209e61=_0x48ef78[_0x362719(0x1c9)]?_0x48ef78[_0x362719(0x1c9)]['toString']()[_0x362719(0x1c0)]():'',_0x4cb6c4=_0x48ef78[_0x362719(0x1c8)]?_0x48ef78[_0x362719(0x1c8)][_0x362719(0x1bd)]()[_0x362719(0x1c0)]():'';if(_0x209e61)_0x11b863=_0x209e61;else{if(_0x4cb6c4)_0x11b863=_0x4cb6c4;}}return{'ok':![],'status':_0x37afcc??null,'error':_0x11b863};}export function runNpxSkillsAddGlobal(_0x24b2ba,_0x1fad75,_0x2598ec){const _0x24876c=a212_0x2fa29e;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x143091=_0x2598ec?.[_0x24876c(0x1c4)]??'inherit',_0x8a5c95=resolveNpmBin(_0x24876c(0x1c5)),_0x12d5d6=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x1fad75,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES],_0x2f8ba3=[_0x24876c(0x1c5),NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x1fad75,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES][_0x24876c(0x1d0)]('\x20');console['log']('*\x20'+_0x2f8ba3);const _0x1384de=spawnSync(_0x8a5c95,_0x12d5d6,{'cwd':_0x24b2ba,'stdio':_0x143091,'env':process.env,'shell':![]}),_0x40b8ff=_0x1384de[_0x24876c(0x1ba)];if(_0x40b8ff===0x0)return{'ok':!![],'status':0x0};let _0x42d636=_0x24876c(0x1bc)+(_0x40b8ff??_0x24876c(0x1b7));if(_0x143091==='pipe'){const _0x573b3e=_0x1384de['stderr']?_0x1384de[_0x24876c(0x1c9)][_0x24876c(0x1bd)]()['trim']():'',_0x15871c=_0x1384de['stdout']?_0x1384de[_0x24876c(0x1c8)][_0x24876c(0x1bd)]()['trim']():'';if(_0x573b3e)_0x42d636=_0x573b3e;else{if(_0x15871c)_0x42d636=_0x15871c;}}return{'ok':![],'status':_0x40b8ff??null,'error':_0x42d636};}
@@ -1 +1 @@
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
+ (function(_0x19b4f7,_0x45e220){const _0x4c6082=a213_0x47e4,_0x1af145=_0x19b4f7();while(!![]){try{const _0x2e23f8=parseInt(_0x4c6082(0xea))/0x1*(parseInt(_0x4c6082(0xe8))/0x2)+parseInt(_0x4c6082(0xf0))/0x3+parseInt(_0x4c6082(0xed))/0x4+-parseInt(_0x4c6082(0xee))/0x5+parseInt(_0x4c6082(0xe2))/0x6+-parseInt(_0x4c6082(0xec))/0x7+-parseInt(_0x4c6082(0xe9))/0x8;if(_0x2e23f8===_0x45e220)break;else _0x1af145['push'](_0x1af145['shift']());}catch(_0x549ea1){_0x1af145['push'](_0x1af145['shift']());}}}(a213_0x11d6,0x8f3ba));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';import{getCliVersion}from'../utils/version.js';function a213_0x47e4(_0x19d425,_0x396472){_0x19d425=_0x19d425-0xe0;const _0x11d6e6=a213_0x11d6();let _0x47e4a7=_0x11d6e6[_0x19d425];return _0x47e4a7;}const SENSITIVE_PATTERNS=[/cookie/i,/token/i,/password/i,/passwd/i,/secret/i,/auth/i,/session/i,/credential/i,/^value$/i];function a213_0x11d6(){const _0x39bd04=['10VsgREa','8461200xWjHHO','185815Krplwu','error','5670441CWPaNj','2370836dICzZH','2912685NqJhbE','durationMs','1401483PaZPjG','command','test','[REDACTED]','6287922nIaLHR','service','some','message','flags','entries'];a213_0x11d6=function(){return _0x39bd04;};return a213_0x11d6();}function isSensitiveKey(_0x34f536){const _0x46edc1=a213_0x47e4;return SENSITIVE_PATTERNS[_0x46edc1(0xe4)](_0x2b9c18=>_0x2b9c18[_0x46edc1(0xe0)](_0x34f536));}function sanitizeFlags(_0x259e0b){const _0x5a5c6c=a213_0x47e4,_0xfce9a5={};for(const [_0x15d5fc,_0x50311c]of Object[_0x5a5c6c(0xe7)](_0x259e0b)){isSensitiveKey(_0x15d5fc)?_0xfce9a5[_0x15d5fc]=_0x50311c!=null&&_0x50311c!==''?_0x5a5c6c(0xe1):_0x50311c:_0xfce9a5[_0x15d5fc]=_0x50311c;}return _0xfce9a5;}export async function reportCommandTrace(_0x45e123){const _0x55018b=a213_0x47e4;try{const _0x10d8fd=sanitizeFlags(_0x45e123[_0x55018b(0xe6)]);await sendCliTraceLog({'spanName':'rabetbase.command','logData':{'command.cli_version':getCliVersion(),'command.service':_0x45e123[_0x55018b(0xe3)],'command.name':_0x45e123[_0x55018b(0xf1)],'command.flags':JSON['stringify'](_0x10d8fd),..._0x45e123[_0x55018b(0xef)]!=null?{'command.duration_ms':_0x45e123['durationMs']}:{},..._0x45e123[_0x55018b(0xeb)]?{'command.error':_0x45e123[_0x55018b(0xeb)]instanceof Error?_0x45e123[_0x55018b(0xeb)][_0x55018b(0xe5)]:String(_0x45e123['error'])}:{}}});}catch{}}
@@ -1 +1 @@
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
+ function a214_0x46aa(_0x2af650,_0x31376c){_0x2af650=_0x2af650-0x197;var _0x1fb09e=a214_0x1fb0();var _0x46aa32=_0x1fb09e[_0x2af650];return _0x46aa32;}(function(_0x58a859,_0x4330f6){var _0xed4fc7=a214_0x46aa,_0x1a74e4=_0x58a859();while(!![]){try{var _0x3dac1e=-parseInt(_0xed4fc7(0x199))/0x1*(parseInt(_0xed4fc7(0x197))/0x2)+parseInt(_0xed4fc7(0x1a5))/0x3*(-parseInt(_0xed4fc7(0x198))/0x4)+-parseInt(_0xed4fc7(0x19d))/0x5*(parseInt(_0xed4fc7(0x1a0))/0x6)+-parseInt(_0xed4fc7(0x19c))/0x7*(parseInt(_0xed4fc7(0x19b))/0x8)+-parseInt(_0xed4fc7(0x19f))/0x9*(parseInt(_0xed4fc7(0x1a4))/0xa)+-parseInt(_0xed4fc7(0x19a))/0xb+parseInt(_0xed4fc7(0x1a3))/0xc;if(_0x3dac1e===_0x4330f6)break;else _0x1a74e4['push'](_0x1a74e4['shift']());}catch(_0x1c18c4){_0x1a74e4['push'](_0x1a74e4['shift']());}}}(a214_0x1fb0,0x3fc5b));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';export async function reportCliHelpTrace(_0x27d0db,_0x1e96e0){var _0x3f2da1=a214_0x46aa;try{await sendCliTraceLog({'spanName':_0x3f2da1(0x1a2),'logData':{'rabetbase.help.kind':_0x27d0db,..._0x1e96e0?.[_0x3f2da1(0x19e)]&&{'rabetbase.help.service':_0x1e96e0['service']}}});}catch(_0x3b74ce){console[_0x3f2da1(0x1a1)]('Failed\x20to\x20report\x20CLI\x20help\x20trace:',_0x3b74ce);}}function a214_0x1fb0(){var _0x4c28f8=['cli.help','19349508XQCXor','204770GEccpO','534PSZYEn','2386GmDZBs','7960vnoJFl','53fFDlkV','356147psjDFx','1362504WjjfSv','7ZLaWYz','11405CTQnIe','service','189JkeUNk','792qGiNSt','error'];a214_0x1fb0=function(){return _0x4c28f8;};return a214_0x1fb0();}
@@ -1 +1 @@
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
+ function a215_0x4365(){const _0x4bddf9=['722290GXjQsr','production','user','14mIcqpa','2SKzxRd','daily','557844kFZKIL','308368QxHLbk','unknown','username','1593009zfGzbc','tenant_code','1010AuwfNE','176901EubvEJ','4228nsTLHn','201241dCGfWU','nickname','27PXUSDS','tenant'];a215_0x4365=function(){return _0x4bddf9;};return a215_0x4365();}(function(_0x47e042,_0x478bf0){const _0xe42e5c=a215_0x2a19,_0xfc09f1=_0x47e042();while(!![]){try{const _0x26b7a2=parseInt(_0xe42e5c(0x1c5))/0x1+parseInt(_0xe42e5c(0x1cd))/0x2*(parseInt(_0xe42e5c(0x1c3))/0x3)+-parseInt(_0xe42e5c(0x1c4))/0x4*(-parseInt(_0xe42e5c(0x1c2))/0x5)+parseInt(_0xe42e5c(0x1cf))/0x6+-parseInt(_0xe42e5c(0x1cc))/0x7*(parseInt(_0xe42e5c(0x1bd))/0x8)+parseInt(_0xe42e5c(0x1c7))/0x9*(-parseInt(_0xe42e5c(0x1c9))/0xa)+-parseInt(_0xe42e5c(0x1c0))/0xb;if(_0x26b7a2===_0x478bf0)break;else _0xfc09f1['push'](_0xfc09f1['shift']());}catch(_0xf58dde){_0xfc09f1['push'](_0xfc09f1['shift']());}}}(a215_0x4365,0x1f462));import{VERSION,GIT_COMMIT}from'../generated/build-info.js';import{getSessionUserInfo}from'../auth/get-session-user.js';import{setServiceConfig,setUserContext}from'@lovrabet/otel-logger';function a215_0x2a19(_0x1a3248,_0xa6898b){_0x1a3248=_0x1a3248-0x1bd;const _0x436505=a215_0x4365();let _0x2a191f=_0x436505[_0x1a3248];return _0x2a191f;}import{NPM_PACKAGE_NAME}from'../constant/cli.js';import{getConfigAppCode}from'../utils/config.js';let cliOtelTraceInitialized=![];export async function ensureCliOtelTraceConfig(){const _0x2076a0=a215_0x2a19,_0x1dd4e9=await getSessionUserInfo();if(!cliOtelTraceInitialized){const _0x39a3d9=_0x1dd4e9?.[_0x2076a0(0x1cb)];setServiceConfig({'serviceName':NPM_PACKAGE_NAME,'serviceVersion':GIT_COMMIT!==_0x2076a0(0x1be)?VERSION+'+'+GIT_COMMIT:VERSION,'serviceEnv':process.env.RABETBASE_ENV??(process.env.RABETBASE_E2E_DAILY==='1'?_0x2076a0(0x1ce):_0x2076a0(0x1ca))}),setUserContext({'id':_0x39a3d9?.['id'],'username':_0x39a3d9?.[_0x2076a0(0x1bf)],'nickname':_0x39a3d9?.[_0x2076a0(0x1c6)],'email':_0x39a3d9?.['email'],'tenantCode':_0x39a3d9?.[_0x2076a0(0x1c8)][_0x2076a0(0x1c1)],'appCode':getConfigAppCode()}),cliOtelTraceInitialized=!![];}return _0x1dd4e9;}
@@ -1 +1 @@
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
+ (function(_0x1629d3,_0x523b05){const _0x41c589=a216_0x529a,_0x2274bb=_0x1629d3();while(!![]){try{const _0x2d4ba0=-parseInt(_0x41c589(0x1f0))/0x1*(parseInt(_0x41c589(0x1eb))/0x2)+-parseInt(_0x41c589(0x1f2))/0x3*(parseInt(_0x41c589(0x1fa))/0x4)+-parseInt(_0x41c589(0x1ee))/0x5+-parseInt(_0x41c589(0x1f6))/0x6*(parseInt(_0x41c589(0x1f5))/0x7)+parseInt(_0x41c589(0x1f4))/0x8+parseInt(_0x41c589(0x1ef))/0x9+parseInt(_0x41c589(0x1f1))/0xa;if(_0x2d4ba0===_0x523b05)break;else _0x2274bb['push'](_0x2274bb['shift']());}catch(_0x274656){_0x2274bb['push'](_0x2274bb['shift']());}}}(a216_0x4b94,0xd9217));function a216_0x4b94(){const _0x32b02d=['beforeExit','exit','SIGINT','17672ZGucSO','2LTORzp','once','SIGTERM','1266545yCDSBc','5875011BkqaWc','975377QpmFul','5092500yDttZK','303AzgPpF','then','13165224pzGUED','567959NBrsaw','18iZwVOL'];a216_0x4b94=function(){return _0x32b02d;};return a216_0x4b94();}import{shutdownTraces}from'@lovrabet/otel-logger';let shutdownPromise=null;function a216_0x529a(_0x33416f,_0x50c11b){_0x33416f=_0x33416f-0x1eb;const _0x4b9450=a216_0x4b94();let _0x529ab5=_0x4b9450[_0x33416f];return _0x529ab5;}export async function flushOtelNodeIfUsed(){if(shutdownPromise)return shutdownPromise;return shutdownPromise=((async()=>{try{await shutdownTraces();}catch{}})()),shutdownPromise;}export function registerOtelShutdownOnExit(){const _0x180411=a216_0x529a;process[_0x180411(0x1ec)](_0x180411(0x1f7),()=>{void flushOtelNodeIfUsed();});const _0x22f0a9=()=>{const _0x32b56c=_0x180411;void flushOtelNodeIfUsed()[_0x32b56c(0x1f3)](()=>process[_0x32b56c(0x1f8)](0x0));};process[_0x180411(0x1ec)](_0x180411(0x1f9),_0x22f0a9),process[_0x180411(0x1ec)](_0x180411(0x1ed),_0x22f0a9);}export async function exitWithOtelShutdown(_0x41fdce){const _0x28f004=a216_0x529a;await flushOtelNodeIfUsed(),process[_0x28f004(0x1f8)](_0x41fdce);}
@@ -1 +1 @@
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
+ (function(_0x329517,_0x31822e){const _0x21a7d2=a217_0x2004,_0x1d20ba=_0x329517();while(!![]){try{const _0x3445a3=parseInt(_0x21a7d2(0x78))/0x1+-parseInt(_0x21a7d2(0x6a))/0x2+-parseInt(_0x21a7d2(0x71))/0x3+parseInt(_0x21a7d2(0x6f))/0x4*(parseInt(_0x21a7d2(0x6e))/0x5)+-parseInt(_0x21a7d2(0x70))/0x6*(-parseInt(_0x21a7d2(0x75))/0x7)+parseInt(_0x21a7d2(0x73))/0x8+-parseInt(_0x21a7d2(0x72))/0x9*(parseInt(_0x21a7d2(0x6b))/0xa);if(_0x3445a3===_0x31822e)break;else _0x1d20ba['push'](_0x1d20ba['shift']());}catch(_0x83c6fd){_0x1d20ba['push'](_0x1d20ba['shift']());}}}(a217_0x882f,0x25de9));import{sendTraceLog}from'@lovrabet/otel-logger';function a217_0x882f(){const _0x3079b1=['logData','10HyHmaG','292856dtlJMU','512010ZwUNxa','561993AyAijb','707193MkUmwz','1472440BOlEcf','version','7kzNXiN','spanName','manual','123441kxGVnr','236476OeaNLU','10lggRwl','traceparent'];a217_0x882f=function(){return _0x3079b1;};return a217_0x882f();}function a217_0x2004(_0x1c34d7,_0x3e3a2f){_0x1c34d7=_0x1c34d7-0x6a;const _0x882f74=a217_0x882f();let _0x2004b9=_0x882f74[_0x1c34d7];return _0x2004b9;}import{ensureCliOtelTraceConfig}from'../telemetry/ensure-cli-otel-config.js';import{getCliVersion}from'../utils/version.js';const DEFAULT_TRACE_NAME='rabetbase-cli';export async function sendCliTraceLog(_0x2b0fa9){const _0x57622b=a217_0x2004;await ensureCliOtelTraceConfig(),sendTraceLog({'traceName':_0x2b0fa9['traceName']??DEFAULT_TRACE_NAME,'version':_0x2b0fa9[_0x57622b(0x74)]??getCliVersion(),'spanName':_0x2b0fa9[_0x57622b(0x76)],'eventType':_0x57622b(0x77),'logData':_0x2b0fa9[_0x57622b(0x6d)],..._0x2b0fa9['traceparent']&&{'traceparent':_0x2b0fa9[_0x57622b(0x6c)]}});}
@@ -1 +1 @@
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
+ const a218_0x1d1e82=a218_0x1f55;(function(_0x155bf6,_0xb4d044){const _0xab39e1=a218_0x1f55,_0x54457e=_0x155bf6();while(!![]){try{const _0x11899a=parseInt(_0xab39e1(0xbe))/0x1+parseInt(_0xab39e1(0xb9))/0x2*(-parseInt(_0xab39e1(0xbd))/0x3)+parseInt(_0xab39e1(0xb3))/0x4*(-parseInt(_0xab39e1(0xb1))/0x5)+-parseInt(_0xab39e1(0xae))/0x6+parseInt(_0xab39e1(0xb5))/0x7*(-parseInt(_0xab39e1(0xb7))/0x8)+-parseInt(_0xab39e1(0xb6))/0x9+parseInt(_0xab39e1(0xb8))/0xa;if(_0x11899a===_0xb4d044)break;else _0x54457e['push'](_0x54457e['shift']());}catch(_0x330337){_0x54457e['push'](_0x54457e['shift']());}}}(a218_0x3c14,0xb4531));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';export const PLATFORM_ISSUE_TRACE_NAME=a218_0x1d1e82(0xbb);function a218_0x3c14(){const _0x3a29d2=['12ltXsVn','redactionCount','14ecrnam','728028ToqXiw','2391112mtZUtz','16831080qXEkkl','3112eunLNT','description','platform-issue-log-collect','originalBytes','627hYRwtO','1271505DZmdcm','redactionKinds','title','2604948DMWnsA','sanitize','truncated','1296620LBRcFh','issue.log.collect'];a218_0x3c14=function(){return _0x3a29d2;};return a218_0x3c14();}function a218_0x1f55(_0x1cd9d7,_0x594f42){_0x1cd9d7=_0x1cd9d7-0xae;const _0x3c14ac=a218_0x3c14();let _0x1f55a6=_0x3c14ac[_0x1cd9d7];return _0x1f55a6;}export const PLATFORM_ISSUE_SPAN_NAME=a218_0x1d1e82(0xb2);export async function sendPlatformIssueCollectLog(_0x46fbbb){const _0x24427c=a218_0x1d1e82;await sendCliTraceLog({'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0x46fbbb[_0x24427c(0xc0)],'issue.description':_0x46fbbb[_0x24427c(0xba)],..._0x46fbbb[_0x24427c(0xaf)]?{'issue.description_original_bytes':_0x46fbbb[_0x24427c(0xaf)][_0x24427c(0xbc)],'issue.description_truncated':_0x46fbbb[_0x24427c(0xaf)][_0x24427c(0xb0)],'issue.description_redactions':_0x46fbbb[_0x24427c(0xaf)][_0x24427c(0xb4)],'issue.description_redaction_kinds':_0x46fbbb['sanitize'][_0x24427c(0xbf)]['join'](',')}:{}}});}
@@ -1 +1 @@
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
+ function a220_0x1d06(_0x4f1e60,_0x43506f){_0x4f1e60=_0x4f1e60-0xba;const _0x6da0e=a220_0x6da0();let _0x1d06a1=_0x6da0e[_0x4f1e60];return _0x1d06a1;}const a220_0x1a3a16=a220_0x1d06;(function(_0x2ed055,_0xc0d17c){const _0x530d00=a220_0x1d06,_0x14fad0=_0x2ed055();while(!![]){try{const _0x59fb94=-parseInt(_0x530d00(0xe4))/0x1*(parseInt(_0x530d00(0xe8))/0x2)+parseInt(_0x530d00(0xc3))/0x3+parseInt(_0x530d00(0xc5))/0x4+-parseInt(_0x530d00(0xee))/0x5*(-parseInt(_0x530d00(0xdb))/0x6)+-parseInt(_0x530d00(0xdd))/0x7*(parseInt(_0x530d00(0xde))/0x8)+-parseInt(_0x530d00(0xe6))/0x9*(-parseInt(_0x530d00(0xf5))/0xa)+parseInt(_0x530d00(0xf2))/0xb*(-parseInt(_0x530d00(0xec))/0xc);if(_0x59fb94===_0xc0d17c)break;else _0x14fad0['push'](_0x14fad0['shift']());}catch(_0xc4ee50){_0x14fad0['push'](_0x14fad0['shift']());}}}(a220_0x6da0,0x6fee2));export const CORE_IDE_CONFIGS={'cursor':{'name':a220_0x1a3a16(0xc0),'description':a220_0x1a3a16(0xcc),'folders':[a220_0x1a3a16(0xd6),'.cursor'],'files':[{'type':a220_0x1a3a16(0xc9),'path':a220_0x1a3a16(0xbe),'template':a220_0x1a3a16(0xeb)}]},'windsurf':{'name':a220_0x1a3a16(0xed),'description':a220_0x1a3a16(0xe1),'folders':[a220_0x1a3a16(0xd8)],'files':[{'type':'file','path':a220_0x1a3a16(0xf1),'template':'SKILL.md.tpl'}]},'claude':{'name':a220_0x1a3a16(0xe2),'description':'Claude\x20Code','folders':[a220_0x1a3a16(0xca)],'files':[{'type':'file','path':a220_0x1a3a16(0xcb),'template':a220_0x1a3a16(0xeb)}]},'cline':{'name':'Cline','description':a220_0x1a3a16(0xbc),'folders':[a220_0x1a3a16(0xc2)],'files':[{'type':a220_0x1a3a16(0xc9),'path':a220_0x1a3a16(0xce),'template':a220_0x1a3a16(0xeb)}]},'codex':{'name':a220_0x1a3a16(0xc4),'description':'Codex\x20IDE','folders':[a220_0x1a3a16(0xd4)],'files':[{'type':'file','path':a220_0x1a3a16(0xda),'template':a220_0x1a3a16(0xeb)}]},'opencode':{'name':a220_0x1a3a16(0xcf),'description':a220_0x1a3a16(0xe5),'folders':[a220_0x1a3a16(0xe0)],'files':[{'type':a220_0x1a3a16(0xc9),'path':a220_0x1a3a16(0xef),'template':a220_0x1a3a16(0xeb)}]},'qoder':{'name':a220_0x1a3a16(0xea),'description':a220_0x1a3a16(0xbb),'folders':[a220_0x1a3a16(0xf0)],'files':[{'type':a220_0x1a3a16(0xc9),'path':a220_0x1a3a16(0xd3),'template':'SKILL.md.tpl'},{'type':a220_0x1a3a16(0xc9),'path':'.qoder/skills/lovrabet/SKILL.md','template':'SKILL.md.tpl'}]},'codebuddy':{'name':'CodeBuddy','description':'CodeBuddy\x20IDE','folders':[a220_0x1a3a16(0xbd)],'files':[{'type':a220_0x1a3a16(0xc9),'path':a220_0x1a3a16(0xd9),'template':a220_0x1a3a16(0xeb)}]},'trae':{'name':a220_0x1a3a16(0xd1),'description':a220_0x1a3a16(0xf4),'folders':[a220_0x1a3a16(0xc1)],'files':[{'type':'file','path':'.trae/skills/lovrabet/SKILL.md','template':a220_0x1a3a16(0xeb)}]}};export const IDE_CONFIGS={...CORE_IDE_CONFIGS,'agent':{'name':'其他\x20(通用模板)','description':a220_0x1a3a16(0xc7),'folders':[a220_0x1a3a16(0xd0)],'files':[{'type':a220_0x1a3a16(0xc9),'path':'.agent/skills/lovrabet/SKILL.md','template':a220_0x1a3a16(0xeb)}]},'antigravity':{'name':a220_0x1a3a16(0xe7),'description':a220_0x1a3a16(0xcd),'folders':[a220_0x1a3a16(0xd0)],'files':[{'type':a220_0x1a3a16(0xc9),'path':a220_0x1a3a16(0xdc),'template':a220_0x1a3a16(0xeb)}]}};export const CORE_IDE_LIST=[a220_0x1a3a16(0xd7),'cline','codebuddy',a220_0x1a3a16(0xd2),'cursor',a220_0x1a3a16(0xe3),a220_0x1a3a16(0xe9),'trae',a220_0x1a3a16(0xc6)];export const IDE_LIST=[a220_0x1a3a16(0xdf),a220_0x1a3a16(0xd7),a220_0x1a3a16(0xf3),'codebuddy',a220_0x1a3a16(0xd2),'cursor','opencode',a220_0x1a3a16(0xe9),a220_0x1a3a16(0xbf),'windsurf',a220_0x1a3a16(0xba)];export const ALL_CORE_IDES=[a220_0x1a3a16(0xc8),a220_0x1a3a16(0xc6),'claude','cline',a220_0x1a3a16(0xd2),a220_0x1a3a16(0xe3),'qoder',a220_0x1a3a16(0xd5),'trae'];function a220_0x6da0(){const _0x93e00b=['56JBclnr','antigravity','.opencode','Windsurf\x20IDE','Claude\x20Code','opencode','3205PAUzJW','OpenCode\x20IDE','297YTdqKq','Antigravity','2aFPTYz','qoder','Qoder','SKILL.md.tpl','48pVMLqC','Windsurf','707545uVRVIK','.opencode/skills/lovrabet/SKILL.md','.qoder','.windsurf/workflows/rabetbase.md','3036770VPIxwO','cline','Trae\x20IDE','137470XGKgMw','agent','Qoder\x20IDE','Cline\x20IDE','.codebuddy','.cursor/skills/rabetbase.md','trae','Cursor','.trae','.cline','2367234rHyeBa','Codex','665460dAQTgM','windsurf','通用模板\x20-\x20兜底方案','cursor','file','.claude','.claude/skills/lovrabet/SKILL.md','Cursor\x20IDE','Antigravity\x20IDE','.cline/skills/lovrabet/SKILL.md','OpenCode','.agent','Trae','codex','.qoder/rules/rabetbase.md','.codex','codebuddy','.cursorrules','claude','.windsurf','.codebuddy/skills/lovrabet/SKILL.md','.codex/skills/lovrabet/SKILL.md','12MumyaZ','.agent/skills/lovrabet/SKILL.md','126161raflsD'];a220_0x6da0=function(){return _0x93e00b;};return a220_0x6da0();}
@@ -1 +1 @@
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
+ (function(_0x3ec3ac,_0x19ff94){const _0x27d519=a221_0xb837,_0xf9f920=_0x3ec3ac();while(!![]){try{const _0x3e9c34=parseInt(_0x27d519(0x11d))/0x1+parseInt(_0x27d519(0x11f))/0x2+parseInt(_0x27d519(0x11b))/0x3*(-parseInt(_0x27d519(0x11e))/0x4)+parseInt(_0x27d519(0x11c))/0x5+parseInt(_0x27d519(0x121))/0x6*(-parseInt(_0x27d519(0x11a))/0x7)+parseInt(_0x27d519(0x120))/0x8+-parseInt(_0x27d519(0x122))/0x9;if(_0x3e9c34===_0x19ff94)break;else _0xf9f920['push'](_0xf9f920['shift']());}catch(_0x1dd90c){_0xf9f920['push'](_0xf9f920['shift']());}}}(a221_0x306b,0xbb7c8));function a221_0x306b(){const _0x30bbd2=['2308fRaKea','1812404pmGdsg','4787032TInErL','654ijJGla','18319536QwKpOL','35763iIXQDL','4323IjExuU','7035370eNGaEt','1280131uDevhM'];a221_0x306b=function(){return _0x30bbd2;};return a221_0x306b();}import{createJqFilter,resolveBundledJqPaths}from'@lovrabet/cli-framework';function a221_0xb837(_0x5f28d8,_0x2e4907){_0x5f28d8=_0x5f28d8-0x11a;const _0x306b38=a221_0x306b();let _0xb837d=_0x306b38[_0x5f28d8];return _0xb837d;}import{CliErrors}from'../errors.js';export const applyJqFilter=createJqFilter(CliErrors,{'bundledJqPaths':resolveBundledJqPaths()});
@@ -1 +1 @@
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
+ function a222_0xa4d5(){const _0x400b5e=['now','2BawBMi','886465nwFVSX','6EDvEMv','sdk','/config/index.json','62787crbqij','json','1070163QoCwvk','application/json','22682341fVRDlL','6286140RSUzXM','9454403prAZcn','426442uNrUtx','stableVersion','56pYRwkc','80LJvxyv'];a222_0xa4d5=function(){return _0x400b5e;};return a222_0xa4d5();}(function(_0x112df7,_0x25a962){const _0x2ddbf8=a222_0x25e5,_0x8c45fe=_0x112df7();while(!![]){try{const _0x400f70=parseInt(_0x2ddbf8(0x1d9))/0x1*(-parseInt(_0x2ddbf8(0x1e5))/0x2)+parseInt(_0x2ddbf8(0x1de))/0x3*(parseInt(_0x2ddbf8(0x1d6))/0x4)+parseInt(_0x2ddbf8(0x1da))/0x5*(-parseInt(_0x2ddbf8(0x1db))/0x6)+parseInt(_0x2ddbf8(0x1e4))/0x7+-parseInt(_0x2ddbf8(0x1d7))/0x8*(-parseInt(_0x2ddbf8(0x1e0))/0x9)+parseInt(_0x2ddbf8(0x1e3))/0xa+-parseInt(_0x2ddbf8(0x1e2))/0xb;if(_0x400f70===_0x25a962)break;else _0x8c45fe['push'](_0x8c45fe['shift']());}catch(_0x54ec71){_0x8c45fe['push'](_0x8c45fe['shift']());}}}(a222_0xa4d5,0xc23a1));import{getTemplateBaseUrl}from'../utils/config.js';export async function fetchCdnConfig(){const _0x4827a2=a222_0x25e5,_0x448f97=getTemplateBaseUrl(),_0x5bd0b6=[_0x448f97+'/config.json',_0x448f97+_0x4827a2(0x1dd)];for(const _0x1e9b63 of _0x5bd0b6){try{const _0x59335a=await fetch(_0x1e9b63,{'headers':{'Accept':_0x4827a2(0x1e1)}});if(!_0x59335a['ok'])continue;const _0x41471a=await _0x59335a[_0x4827a2(0x1df)]();if(!_0x41471a['cli']?.[_0x4827a2(0x1d5)]||!_0x41471a[_0x4827a2(0x1dc)]?.['node']?.['stableVersion'])continue;return _0x41471a;}catch{}}return null;}let cachedConfig=null,cacheTime=0x0;const CACHE_TTL=0x5*0x3c*0x3e8,FAILURE_CACHE_TTL=0x3c*0x3e8;let hasCachedConfig=![];function a222_0x25e5(_0x4924ae,_0x5afaf6){_0x4924ae=_0x4924ae-0x1d5;const _0xa4d575=a222_0xa4d5();let _0x25e5ab=_0xa4d575[_0x4924ae];return _0x25e5ab;}export async function getCdnConfig(){const _0x20a673=a222_0x25e5,_0x47cae1=Date[_0x20a673(0x1d8)]();if(hasCachedConfig){const _0x30878c=cachedConfig?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x47cae1-cacheTime<_0x30878c)return cachedConfig;}const _0x1cbada=await fetchCdnConfig();return cachedConfig=_0x1cbada,cacheTime=_0x47cae1,hasCachedConfig=!![],_0x1cbada;}export function clearCdnConfigCache(){cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];}
@@ -1 +1 @@
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
+ function a223_0x3dde(_0x22141a,_0x2474dc){_0x22141a=_0x22141a-0x1d8;const _0x1041bd=a223_0x1041();let _0x3dde1f=_0x1041bd[_0x22141a];return _0x3dde1f;}const a223_0x5d91e0=a223_0x3dde;(function(_0x2feaa4,_0x19474c){const _0x210b75=a223_0x3dde,_0x33a0d2=_0x2feaa4();while(!![]){try{const _0x3816da=-parseInt(_0x210b75(0x1e4))/0x1+-parseInt(_0x210b75(0x200))/0x2*(parseInt(_0x210b75(0x1eb))/0x3)+parseInt(_0x210b75(0x1fd))/0x4*(-parseInt(_0x210b75(0x1d9))/0x5)+parseInt(_0x210b75(0x1e2))/0x6+parseInt(_0x210b75(0x1f3))/0x7*(parseInt(_0x210b75(0x1dc))/0x8)+-parseInt(_0x210b75(0x1e3))/0x9+parseInt(_0x210b75(0x1f0))/0xa*(parseInt(_0x210b75(0x1fe))/0xb);if(_0x3816da===_0x19474c)break;else _0x33a0d2['push'](_0x33a0d2['shift']());}catch(_0x5434f5){_0x33a0d2['push'](_0x33a0d2['shift']());}}}(a223_0x1041,0x68129));import a223_0x5cb0b8 from'node:fs';import a223_0x457991 from'node:path';import a223_0x78ede6 from'semver';import{getCdnConfig}from'../utils/cdn-config.js';function a223_0x1041(){const _0x270e2f=['node','some','test','\x1b[1m','4buhsoZ','22HCOZtO','latest','14878PQcaWj','@lovrabet/sdk','4232105FsvoQE','utf-8','\x20\x20\x20Stable\x20version:\x20','120lhyeYN','package.json','join','packageName','coerce','utf8','2733444gOlYyb','5427567MiPaGv','796925jOjLkR','npm\x20install\x20','↪\x20SDK\x20update\x20available','all','\x1b[0m','\x1b[33m','dependencies','159HfMDJM','sdk','stableVersion','parse','existsSync','11442540LZnwqf','log','minVersion','150675fFSTqE','devDependencies','node_modules','1.2.0','version','\x20\x20\x20Upgrade\x20command:\x20'];a223_0x1041=function(){return _0x270e2f;};return a223_0x1041();}const FALLBACK_MIN_SDK_VERSION=a223_0x5d91e0(0x1f6);function isNonNumericVersion(_0x2ab0d5){const _0x252e26=a223_0x5d91e0,_0x108249=[/^latest$/i,/^beta$/i,/^alpha$/i,/^canary$/i,/^\*$/,/^x$/];return _0x108249[_0x252e26(0x1fa)](_0x51c3f7=>_0x51c3f7[_0x252e26(0x1fb)](_0x2ab0d5));}function getInstalledVersion(_0x30e79a,_0x5988de){const _0x10cc1b=a223_0x5d91e0;try{const _0x3c64ce=a223_0x457991['join'](_0x30e79a,_0x10cc1b(0x1f5),_0x5988de,_0x10cc1b(0x1dd));if(a223_0x5cb0b8[_0x10cc1b(0x1ef)](_0x3c64ce)){const _0x14dd1b=JSON[_0x10cc1b(0x1ee)](a223_0x5cb0b8['readFileSync'](_0x3c64ce,_0x10cc1b(0x1da)));return _0x14dd1b[_0x10cc1b(0x1f7)]||null;}}catch{}return null;}async function getSdkStableVersion(){const _0x514354=a223_0x5d91e0;try{const _0x13fde4=await getCdnConfig();return _0x13fde4?.['sdk']?.[_0x514354(0x1f9)]?.[_0x514354(0x1ed)]||null;}catch{return null;}}async function getSdkPackageName(){const _0x45691d=a223_0x5d91e0;try{const _0x141938=await getCdnConfig();return _0x141938?.[_0x45691d(0x1ec)]?.[_0x45691d(0x1f9)]?.[_0x45691d(0x1df)]||_0x45691d(0x1d8);}catch{return _0x45691d(0x1d8);}}export async function checkSdkVersion(_0x3b3074){const _0x495866=a223_0x5d91e0,_0x3f9581=a223_0x457991[_0x495866(0x1de)](_0x3b3074,_0x495866(0x1dd)),[_0x5c19d4,_0x191511]=await Promise[_0x495866(0x1e7)]([getSdkStableVersion(),getSdkPackageName()]),_0x2b60d4=_0x5c19d4||FALLBACK_MIN_SDK_VERSION;if(!a223_0x5cb0b8[_0x495866(0x1ef)](_0x3f9581))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x2b60d4,'packageName':_0x191511,'stableVersion':_0x5c19d4};try{const _0x3d0ef3=JSON[_0x495866(0x1ee)](a223_0x5cb0b8['readFileSync'](_0x3f9581,_0x495866(0x1e1))),_0x281f56=_0x3d0ef3['dependencies']||{},_0x81cca0=_0x3d0ef3['devDependencies']||{},_0x4598ea=_0x281f56[_0x191511]||_0x81cca0[_0x191511];if(!_0x4598ea)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x2b60d4,'packageName':_0x191511,'stableVersion':_0x5c19d4};let _0x32facd=getInstalledVersion(_0x3b3074,_0x191511);!_0x32facd&&(_0x32facd=_0x4598ea);if(isNonNumericVersion(_0x4598ea))return{'installed':!![],'version':_0x32facd,'needsUpgrade':![],'minVersion':_0x2b60d4,'packageName':_0x191511,'stableVersion':_0x5c19d4};const _0x38e761=a223_0x78ede6[_0x495866(0x1e0)](_0x32facd),_0x1929e8=a223_0x78ede6[_0x495866(0x1e0)](_0x2b60d4),_0x3e86d5=_0x38e761&&_0x1929e8?a223_0x78ede6['lt'](_0x38e761,_0x1929e8):![];return{'installed':!![],'version':_0x32facd,'needsUpgrade':_0x3e86d5,'minVersion':_0x2b60d4,'packageName':_0x191511,'stableVersion':_0x5c19d4};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x2b60d4,'packageName':_0x191511,'stableVersion':_0x5c19d4};}}export function checkSdkVersionSync(_0x4ca98b){const _0x59b964=a223_0x5d91e0,_0x1c613d=a223_0x457991[_0x59b964(0x1de)](_0x4ca98b,_0x59b964(0x1dd)),_0x353244=_0x59b964(0x1d8);if(!a223_0x5cb0b8['existsSync'](_0x1c613d))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x353244,'stableVersion':null};try{const _0x474d19=JSON[_0x59b964(0x1ee)](a223_0x5cb0b8['readFileSync'](_0x1c613d,'utf8')),_0x2ba0fa=_0x474d19[_0x59b964(0x1ea)]||{},_0x4bf8c3=_0x474d19[_0x59b964(0x1f4)]||{},_0x5f3f2d=_0x2ba0fa[_0x353244]||_0x4bf8c3[_0x353244];if(!_0x5f3f2d)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x353244,'stableVersion':null};let _0x1e193e=getInstalledVersion(_0x4ca98b,_0x353244);!_0x1e193e&&(_0x1e193e=_0x5f3f2d);if(isNonNumericVersion(_0x5f3f2d))return{'installed':!![],'version':_0x1e193e,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x353244,'stableVersion':null};const _0x3d6db6=a223_0x78ede6[_0x59b964(0x1e0)](_0x1e193e),_0x273ad6=_0x3d6db6?a223_0x78ede6['lt'](_0x3d6db6,FALLBACK_MIN_SDK_VERSION):![];return{'installed':!![],'version':_0x1e193e,'needsUpgrade':_0x273ad6,'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x353244,'stableVersion':null};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x353244,'stableVersion':null};}}export function printSdkUpgradeWarning(_0x4d56a4){const _0x1b4ef5=a223_0x5d91e0;if(!_0x4d56a4['needsUpgrade'])return;const _0x349b5a=_0x1b4ef5(0x1e9),_0x4c1c6a=_0x1b4ef5(0x1e8),_0x337e53=_0x1b4ef5(0x1fc),_0x130cf2=_0x4d56a4['packageName']||_0x1b4ef5(0x1d8),_0xcaa4cd=_0x4d56a4[_0x1b4ef5(0x1ed)]||_0x4d56a4[_0x1b4ef5(0x1f2)],_0x1072ae=_0x1b4ef5(0x1e5)+_0x130cf2+'@'+(_0xcaa4cd||_0x1b4ef5(0x1ff));console[_0x1b4ef5(0x1f1)](),console[_0x1b4ef5(0x1f1)](''+_0x349b5a+_0x337e53+_0x1b4ef5(0x1e6)+_0x4c1c6a),console[_0x1b4ef5(0x1f1)](_0x349b5a+'\x20\x20\x20Current\x20version:\x20'+_0x130cf2+'@'+_0x4d56a4['version']+_0x4c1c6a),console['log'](_0x349b5a+_0x1b4ef5(0x1db)+_0xcaa4cd+_0x4c1c6a),console['log'](_0x349b5a+_0x1b4ef5(0x1f8)+_0x1072ae+_0x4c1c6a),console[_0x1b4ef5(0x1f1)]();}
@@ -1 +1 @@
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
+ function a224_0x2019(){const _0x33e50a=['\x20\x20\x20Recommended\x20stable:\x20','Current\x20version:\x20','minimumVersionMessage','495WRLVLe','\x20\x20\x20Current\x20CLI\x20version:\x20','upgradeMessage','100830GfDafZ','minimumVersion','utf-8','↪\x20Critical\x20CLI\x20upgrade\x20required','\x1b[1m','51348hyCVME','Upgrade\x20command:\x20','filter','latest','\x1b[0m','Minimum\x20supported:\x20','90JHEduW','parse','↪\x20New\x20version\x20available','164364toIIrx','37122LicFRh','\x20\x20\x20Stable\x20version:\x20','\x20\x20\x20','1.0.0','belowMinimum','1761128nqnzdL','\x20\x20\x20Minimum\x20supported:\x20','needsUpgrade','coerce','3751741Puyzuj','package.json','28FabmMv','../..','stableVersion','currentVersion','join','74704VowjOT','npm\x20install\x20-g\x20','\x1b[31m','log'];a224_0x2019=function(){return _0x33e50a;};return a224_0x2019();}(function(_0x268f19,_0x4c8ef9){const _0x4dddcb=a224_0x4661,_0x4b2131=_0x268f19();while(!![]){try{const _0x5aa6bf=parseInt(_0x4dddcb(0xe8))/0x1+-parseInt(_0x4dddcb(0x102))/0x2+-parseInt(_0x4dddcb(0xf2))/0x3*(parseInt(_0x4dddcb(0xfd))/0x4)+-parseInt(_0x4dddcb(0xee))/0x5*(parseInt(_0x4dddcb(0xf1))/0x6)+parseInt(_0x4dddcb(0xfb))/0x7+-parseInt(_0x4dddcb(0xf7))/0x8+-parseInt(_0x4dddcb(0xe0))/0x9*(-parseInt(_0x4dddcb(0xe3))/0xa);if(_0x5aa6bf===_0x4c8ef9)break;else _0x4b2131['push'](_0x4b2131['shift']());}catch(_0x3f09b2){_0x4b2131['push'](_0x4b2131['shift']());}}}(a224_0x2019,0x4a621));import{readFileSync}from'node:fs';import{resolve,dirname}from'node:path';import{fileURLToPath}from'node:url';function a224_0x4661(_0x5cb1c8,_0x281e10){_0x5cb1c8=_0x5cb1c8-0xda;const _0x201952=a224_0x2019();let _0x46617e=_0x201952[_0x5cb1c8];return _0x46617e;}import a224_0x823db2 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(_0x81cc88){const _0x9ad474=a224_0x4661,_0x3f6e04=_0x81cc88[_0x9ad474(0xff)]||_0x9ad474(0xeb);return _0x9ad474(0xda)+NPM_PACKAGE_NAME+'@'+_0x3f6e04;}function getCurrentCliVersion(){const _0x4514c0=a224_0x4661;try{const _0x17d2b6=fileURLToPath(import.meta.url),_0x9f69cb=resolve(dirname(_0x17d2b6),_0x4514c0(0xfe)),_0x2378a2=resolve(_0x9f69cb,_0x4514c0(0xfc)),_0x181eed=JSON[_0x4514c0(0xef)](readFileSync(_0x2378a2,_0x4514c0(0xe5)));return _0x181eed['version']||_0x4514c0(0xf5);}catch{return _0x4514c0(0xf5);}}export async function checkCliVersion(){const _0x2db48b=a224_0x4661,_0x23d051=getCurrentCliVersion(),_0x4bf5d2=await getCliVersionPolicy(),_0x3bdc36=_0x4bf5d2?.[_0x2db48b(0xff)]||null,_0x4f7678=_0x4bf5d2?.['minimumVersion']||null;let _0x18d6b9=![],_0x5db5a1=![];const _0x1fab5b=a224_0x823db2[_0x2db48b(0xfa)](_0x23d051);if(_0x1fab5b&&_0x3bdc36)try{const _0x5db53e=a224_0x823db2[_0x2db48b(0xfa)](_0x3bdc36);if(_0x5db53e)_0x18d6b9=a224_0x823db2['lt'](_0x1fab5b,_0x5db53e);}catch{}if(_0x1fab5b&&_0x4f7678)try{const _0x29b0bd=a224_0x823db2[_0x2db48b(0xfa)](_0x4f7678);if(_0x29b0bd)_0x5db5a1=a224_0x823db2['lt'](_0x1fab5b,_0x29b0bd);}catch{}return _0x5db5a1&&(_0x18d6b9=!![]),{'currentVersion':_0x23d051,'stableVersion':_0x3bdc36,'minimumVersion':_0x4f7678,'needsUpgrade':_0x18d6b9,'belowMinimum':_0x5db5a1,'isPreRelease':![],'upgradeMessage':_0x4bf5d2?.[_0x2db48b(0xe2)],'minimumVersionMessage':_0x4bf5d2?.[_0x2db48b(0xdf)]};}export function printCliUpgradeWarning(_0x58e062){const _0x1febc9=a224_0x4661;if(!_0x58e062[_0x1febc9(0xf9)]&&!_0x58e062['belowMinimum'])return;const _0x1c022a=_0x1febc9(0xdb),_0x404c18='\x1b[33m',_0x141819=_0x1febc9(0xec),_0x568572=_0x1febc9(0xe7),_0x46ecef=getCliUpgradeCommand(_0x58e062);console[_0x1febc9(0xdc)](),_0x58e062['belowMinimum']?(console[_0x1febc9(0xdc)](''+_0x1c022a+_0x568572+_0x1febc9(0xe6)+_0x141819),console[_0x1febc9(0xdc)](_0x1c022a+_0x1febc9(0xe1)+_0x58e062['currentVersion']+_0x141819),_0x58e062['minimumVersion']&&console['log'](_0x1c022a+_0x1febc9(0xf8)+_0x58e062[_0x1febc9(0xe4)]+_0x141819),_0x58e062['stableVersion']&&_0x58e062[_0x1febc9(0xff)]!==_0x58e062[_0x1febc9(0xe4)]&&console['log'](_0x1c022a+_0x1febc9(0xdd)+_0x58e062[_0x1febc9(0xff)]+_0x141819),_0x58e062[_0x1febc9(0xdf)]&&console[_0x1febc9(0xdc)](_0x1c022a+_0x1febc9(0xf4)+_0x58e062['minimumVersionMessage']+_0x141819),console[_0x1febc9(0xdc)](_0x1c022a+'\x20\x20\x20Upgrade\x20command:\x20'+_0x46ecef+_0x141819)):(console[_0x1febc9(0xdc)](''+_0x404c18+_0x568572+_0x1febc9(0xf0)+_0x141819),console[_0x1febc9(0xdc)](_0x404c18+'\x20\x20\x20Current\x20CLI\x20version:\x20'+_0x58e062['currentVersion']+_0x141819),console[_0x1febc9(0xdc)](_0x404c18+_0x1febc9(0xf3)+_0x58e062['stableVersion']+_0x141819),_0x58e062['upgradeMessage']&&console[_0x1febc9(0xdc)](_0x404c18+'\x20\x20\x20'+_0x58e062['upgradeMessage']+_0x141819),console['log'](_0x404c18+'\x20\x20\x20Upgrade\x20command:\x20'+_0x46ecef+_0x141819)),console[_0x1febc9(0xdc)]();}export function assertCliVersionSupported(_0x18c189){const _0x31343d=a224_0x4661;if(!_0x18c189[_0x31343d(0xf6)])return;const _0xf9a001=[_0x18c189[_0x31343d(0xdf)],_0x31343d(0xde)+_0x18c189[_0x31343d(0x100)],_0x18c189[_0x31343d(0xe4)]?_0x31343d(0xed)+_0x18c189['minimumVersion']:null,_0x31343d(0xe9)+getCliUpgradeCommand(_0x18c189)][_0x31343d(0xea)](Boolean)[_0x31343d(0x101)]('\x0a');throw CliErrors['validation']('Current\x20CLI\x20version\x20is\x20below\x20the\x20service\x20compatibility\x20support\x20line.',_0xf9a001);}
@@ -1 +1 @@
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
+ (function(_0x4e6c68,_0x4fa5db){const _0x19ead2=a225_0x2cce,_0x293e32=_0x4e6c68();while(!![]){try{const _0x132493=-parseInt(_0x19ead2(0xf6))/0x1*(parseInt(_0x19ead2(0xfe))/0x2)+-parseInt(_0x19ead2(0xf0))/0x3+-parseInt(_0x19ead2(0xfb))/0x4+-parseInt(_0x19ead2(0xf8))/0x5+-parseInt(_0x19ead2(0xf5))/0x6+-parseInt(_0x19ead2(0xfa))/0x7+parseInt(_0x19ead2(0xf7))/0x8*(parseInt(_0x19ead2(0xef))/0x9);if(_0x132493===_0x4fa5db)break;else _0x293e32['push'](_0x293e32['shift']());}catch(_0x372dc5){_0x293e32['push'](_0x293e32['shift']());}}}(a225_0x2d02,0x9485b));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(_0x2e4cc9){const _0x49b9e1=a225_0x2cce;return typeof _0x2e4cc9===_0x49b9e1(0xea)&&_0x2e4cc9[_0x49b9e1(0xf9)]()[_0x49b9e1(0xf1)]>0x0?_0x2e4cc9['trim']():null;}function normalizeCliVersionPolicy(_0x356b1d){const _0x14c9d0=a225_0x2cce;if(!_0x356b1d||typeof _0x356b1d!==_0x14c9d0(0xe9))return null;const _0x466529=_0x356b1d,_0x5644ad=_0x466529[_0x14c9d0(0xec)]&&typeof _0x466529[_0x14c9d0(0xec)]==='object'?_0x466529[_0x14c9d0(0xec)]:_0x466529,_0x1bbd39=pickString(_0x5644ad['stableVersion'])||pickString(_0x5644ad[_0x14c9d0(0xf2)])||pickString(_0x5644ad[_0x14c9d0(0xf4)]),_0x347482=pickString(_0x5644ad[_0x14c9d0(0xed)])||pickString(_0x5644ad['minVersion']);if(!_0x1bbd39&&!_0x347482)return null;return{'stableVersion':_0x1bbd39,'minimumVersion':_0x347482,'upgradeMessage':pickString(_0x5644ad[_0x14c9d0(0xfd)])||undefined,'minimumVersionMessage':pickString(_0x5644ad[_0x14c9d0(0xf3)])||undefined};}function a225_0x2cce(_0x2cf87a,_0x163137){_0x2cf87a=_0x2cf87a-0xe9;const _0x2d02ab=a225_0x2d02();let _0x2cce4c=_0x2d02ab[_0x2cf87a];return _0x2cce4c;}export async function fetchCliVersionPolicy(){const _0x33a37c=a225_0x2cce,_0xd297a6=new AbortController(),_0x1d48d4=setTimeout(()=>_0xd297a6[_0x33a37c(0xfc)](),FETCH_TIMEOUT_MS);try{const _0x264aff=await fetch(CLI_VERSION_POLICY_URL,{'headers':{'Accept':'application/json'},'signal':_0xd297a6[_0x33a37c(0xeb)]});if(!_0x264aff['ok'])return null;const _0x5864a7=await _0x264aff[_0x33a37c(0xee)]();return normalizeCliVersionPolicy(_0x5864a7);}catch{return null;}finally{clearTimeout(_0x1d48d4);}}let cachedPolicy=null,cacheTime=0x0,hasCachedPolicy=![];export async function getCliVersionPolicy(){const _0x486335=Date['now']();if(hasCachedPolicy){const _0x30d41b=cachedPolicy?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x486335-cacheTime<_0x30d41b)return cachedPolicy;}const _0x5e367c=await fetchCliVersionPolicy();return cachedPolicy=_0x5e367c,cacheTime=_0x486335,hasCachedPolicy=!![],_0x5e367c;}export function clearCliVersionPolicyCache(){cachedPolicy=null,cacheTime=0x0,hasCachedPolicy=![];}function a225_0x2d02(){const _0x28248e=['length','latestVersion','minimumVersionMessage','recommendedVersion','4852842lrlWBA','887421WfkaLy','5246808CubSlD','58530NxCaBn','trim','1667428mpeyVK','1766548OCVjWF','abort','upgradeMessage','2oAnShN','object','string','signal','cli','minimumVersion','json','45hlVeNN','849399hELfOO'];a225_0x2d02=function(){return _0x28248e;};return a225_0x2d02();}
@@ -1 +1 @@
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
+ function a226_0x5707(_0x58f599,_0x15a6c7){_0x58f599=_0x58f599-0xd8;const _0x57ae26=a226_0x57ae();let _0x570719=_0x57ae26[_0x58f599];return _0x570719;}const a226_0x1bb653=a226_0x5707;(function(_0x5e4d2c,_0x39269e){const _0x33a3b1=a226_0x5707,_0x24cd27=_0x5e4d2c();while(!![]){try{const _0x4115d6=-parseInt(_0x33a3b1(0xde))/0x1*(-parseInt(_0x33a3b1(0xdf))/0x2)+parseInt(_0x33a3b1(0xd8))/0x3+-parseInt(_0x33a3b1(0xd9))/0x4*(-parseInt(_0x33a3b1(0xda))/0x5)+parseInt(_0x33a3b1(0xe2))/0x6+-parseInt(_0x33a3b1(0xdc))/0x7+-parseInt(_0x33a3b1(0xe0))/0x8+parseInt(_0x33a3b1(0xdd))/0x9;if(_0x4115d6===_0x39269e)break;else _0x24cd27['push'](_0x24cd27['shift']());}catch(_0x5a69a3){_0x24cd27['push'](_0x24cd27['shift']());}}}(a226_0x57ae,0x677d1));import{initEnv}from'../constant/env.js';import{readRawConfig,getConfigAppCode as a226_0x216a6d,getMultiAppConfigs as a226_0x387c5c,getTemplateBaseUrl as a226_0x2f402a}from'../context.js';function a226_0x57ae(){const _0x286377=['2150qAjErD','project','2672572tPzyha','47151gSHgUa','174373ncuofm','2krcMXJ','3302368SOliBJ','string','4104396agYrUF','env','999909yGYzyz','200yikhVK'];a226_0x57ae=function(){return _0x286377;};return a226_0x57ae();}export{getProjectConfigPath,getGlobalConfigPath}from'../context.js';export{isInProject}from'../context.js';export function readConfig(_0x3416a6){const _0x34b5fd=a226_0x5707,_0x3e908e=readRawConfig(_0x3416a6);return _0x3e908e['env']&&typeof _0x3e908e['env']===_0x34b5fd(0xe1)&&initEnv(_0x3e908e[_0x34b5fd(0xe3)]),_0x3e908e;}export function getConfigAppCode(){return a226_0x216a6d();}export function getMultiAppConfigs(_0xc3f35e=a226_0x1bb653(0xdb)){return a226_0x387c5c(_0xc3f35e);}export function getTemplateBaseUrl(){return a226_0x2f402a();}
@@ -1 +1 @@
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
+ function a227_0x16bb(_0x196fd0,_0x4fa819){_0x196fd0=_0x196fd0-0x1a7;const _0x1193a5=a227_0x1193();let _0x16bb04=_0x1193a5[_0x196fd0];return _0x16bb04;}function a227_0x1193(){const _0x429d62=['1101516KNBTVM','error','copyFileSync','14331015mFRZWF','isDirectory','16fJUJuR','4647688QbJqZU','29263tOMzwv','mkdirSync','readdirSync','复制目录时出错:','5AtDPlc','join','name','477540JzrdPZ','1371223Opbdyi','1543794vIDcuS'];a227_0x1193=function(){return _0x429d62;};return a227_0x1193();}(function(_0x5e428f,_0x4b4062){const _0x54bd4b=a227_0x16bb,_0xcfc27b=_0x5e428f();while(!![]){try{const _0xb13e1=parseInt(_0x54bd4b(0x1b5))/0x1*(-parseInt(_0x54bd4b(0x1b3))/0x2)+-parseInt(_0x54bd4b(0x1ad))/0x3+parseInt(_0x54bd4b(0x1ae))/0x4*(parseInt(_0x54bd4b(0x1a8))/0x5)+parseInt(_0x54bd4b(0x1ab))/0x6+-parseInt(_0x54bd4b(0x1ac))/0x7+-parseInt(_0x54bd4b(0x1b4))/0x8+parseInt(_0x54bd4b(0x1b1))/0x9;if(_0xb13e1===_0x4b4062)break;else _0xcfc27b['push'](_0xcfc27b['shift']());}catch(_0x22ed4e){_0xcfc27b['push'](_0xcfc27b['shift']());}}}(a227_0x1193,0x66f78));import a227_0x566dc3 from'node:path';import a227_0xc18130 from'node:fs';export async function copyDirectory(_0x5057f3,_0x20c230){const _0x465f82=a227_0x16bb;try{const _0x215acf=a227_0xc18130[_0x465f82(0x1b7)](_0x5057f3,{'withFileTypes':!![]});a227_0xc18130[_0x465f82(0x1b6)](_0x20c230,{'recursive':!![]});for(const _0x5361fa of _0x215acf){const _0x3a22e0=a227_0x566dc3[_0x465f82(0x1a9)](_0x5057f3,_0x5361fa[_0x465f82(0x1aa)]),_0x24c441=a227_0x566dc3[_0x465f82(0x1a9)](_0x20c230,_0x5361fa['name']);_0x5361fa[_0x465f82(0x1b2)]()?await copyDirectory(_0x3a22e0,_0x24c441):a227_0xc18130[_0x465f82(0x1b0)](_0x3a22e0,_0x24c441);}}catch(_0x470ba6){console[_0x465f82(0x1af)](_0x465f82(0x1a7),_0x470ba6);}}
@@ -1 +1 @@
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
+ function a228_0x5041(_0x57cc54,_0x286c6f){_0x57cc54=_0x57cc54-0x94;const _0x5e62b9=a228_0x5e62();let _0x504108=_0x5e62b9[_0x57cc54];return _0x504108;}(function(_0x1b1fb1,_0x353d72){const _0x3c31ef=a228_0x5041,_0x12169a=_0x1b1fb1();while(!![]){try{const _0x4a8fa9=-parseInt(_0x3c31ef(0x9d))/0x1+parseInt(_0x3c31ef(0x9c))/0x2+-parseInt(_0x3c31ef(0x98))/0x3*(-parseInt(_0x3c31ef(0x94))/0x4)+parseInt(_0x3c31ef(0x95))/0x5+parseInt(_0x3c31ef(0x9f))/0x6+-parseInt(_0x3c31ef(0x9e))/0x7*(-parseInt(_0x3c31ef(0x96))/0x8)+-parseInt(_0x3c31ef(0x97))/0x9;if(_0x4a8fa9===_0x353d72)break;else _0x12169a['push'](_0x12169a['shift']());}catch(_0x13db89){_0x12169a['push'](_0x12169a['shift']());}}}(a228_0x5e62,0xccdb5));function a228_0x5e62(){const _0x26cf62=['25892640QuSWGr','3KYwean','object','string','trim','478786WOcmaV','24169WucDpd','42AXQXEq','4894782MPQldQ','isFinite','2161360FyfQCR','5047040LVlCyU','1513712neLFZt'];a228_0x5e62=function(){return _0x26cf62;};return a228_0x5e62();}function toFiniteNumber(_0x42516c){const _0x4d3769=a228_0x5041;if(typeof _0x42516c==='number'&&Number[_0x4d3769(0xa0)](_0x42516c))return _0x42516c;if(typeof _0x42516c===_0x4d3769(0x9a)){const _0x10583e=_0x42516c[_0x4d3769(0x9b)]();if(!_0x10583e)return undefined;const _0x43740f=Number(_0x10583e);if(Number['isFinite'](_0x43740f))return _0x43740f;}return undefined;}export function normalizeEntityWithIdResponse(_0x19071c){const _0x297c7c=a228_0x5041,_0x42f180=toFiniteNumber(_0x19071c);if(_0x42f180!==undefined)return{'id':_0x42f180,'entity':{'id':_0x42f180}};if(!_0x19071c||typeof _0x19071c!==_0x297c7c(0x99))return{'id':undefined,'entity':{}};const _0x1924d8={..._0x19071c},_0x1b4d24=toFiniteNumber(_0x1924d8['id']);return _0x1b4d24!==undefined&&(_0x1924d8['id']=_0x1b4d24),{'id':_0x1b4d24,'entity':_0x1924d8};}
@@ -1 +1 @@
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
+ function a229_0x107a(_0xf48208,_0x401c39){_0xf48208=_0xf48208-0x124;const _0x4c301c=a229_0x4c30();let _0x107ab2=_0x4c301c[_0xf48208];return _0x107ab2;}(function(_0x331f21,_0x1d08a3){const _0x43ba4d=a229_0x107a,_0x2ca340=_0x331f21();while(!![]){try{const _0x2e500d=-parseInt(_0x43ba4d(0x127))/0x1+parseInt(_0x43ba4d(0x126))/0x2+-parseInt(_0x43ba4d(0x12c))/0x3+parseInt(_0x43ba4d(0x129))/0x4*(parseInt(_0x43ba4d(0x128))/0x5)+-parseInt(_0x43ba4d(0x12a))/0x6*(-parseInt(_0x43ba4d(0x12b))/0x7)+parseInt(_0x43ba4d(0x124))/0x8*(-parseInt(_0x43ba4d(0x125))/0x9)+parseInt(_0x43ba4d(0x12d))/0xa;if(_0x2e500d===_0x1d08a3)break;else _0x2ca340['push'](_0x2ca340['shift']());}catch(_0x31439b){_0x2ca340['push'](_0x2ca340['shift']());}}}(a229_0x4c30,0xcaf32));import{existsSync,mkdirSync,copyFileSync,readdirSync,statSync}from'node:fs';import{join}from'node:path';export async function copyDir(_0x2c1a78,_0x2c57ba){const _0x3c5364=statSync(_0x2c1a78);if(_0x3c5364['isDirectory']()){!existsSync(_0x2c57ba)&&mkdirSync(_0x2c57ba,{'recursive':!![]});const _0x2a45f8=readdirSync(_0x2c1a78);for(const _0x312b4e of _0x2a45f8){await copyDir(join(_0x2c1a78,_0x312b4e),join(_0x2c57ba,_0x312b4e));}}else copyFileSync(_0x2c1a78,_0x2c57ba);}export function ensureDir(_0x2d11cd){!existsSync(_0x2d11cd)&&mkdirSync(_0x2d11cd,{'recursive':!![]});}function a229_0x4c30(){const _0x59de13=['7861MjfJBO','2392410vSGWEu','19426760JZKjuz','4191416dqRjKm','18CPzqan','457316Rjhprz','782642kJPuDQ','907480IuarBn','12NFxAcE','3972DDsJvK'];a229_0x4c30=function(){return _0x59de13;};return a229_0x4c30();}export function pathExists(_0x17bff9){return existsSync(_0x17bff9);}
@@ -1 +1 @@
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
+ const a230_0x4518d6=a230_0x4d28;(function(_0x1f9a41,_0x2d4960){const _0x1702ea=a230_0x4d28,_0x1db1b9=_0x1f9a41();while(!![]){try{const _0x5ee991=-parseInt(_0x1702ea(0x1f0))/0x1+-parseInt(_0x1702ea(0x1ea))/0x2*(-parseInt(_0x1702ea(0x1e9))/0x3)+-parseInt(_0x1702ea(0x1fa))/0x4+parseInt(_0x1702ea(0x206))/0x5*(parseInt(_0x1702ea(0x1e8))/0x6)+-parseInt(_0x1702ea(0x1f4))/0x7*(parseInt(_0x1702ea(0x1f5))/0x8)+-parseInt(_0x1702ea(0x1ee))/0x9+parseInt(_0x1702ea(0x1ef))/0xa*(parseInt(_0x1702ea(0x1f3))/0xb);if(_0x5ee991===_0x2d4960)break;else _0x1db1b9['push'](_0x1db1b9['shift']());}catch(_0x3e3cc2){_0x1db1b9['push'](_0x1db1b9['shift']());}}}(a230_0x17c5,0xa524e));import{mkdirSync,writeFileSync}from'node:fs';import{dirname,join}from'node:path';function a230_0x4d28(_0x2f33c7,_0x3923be){_0x2f33c7=_0x2f33c7-0x1e6;const _0x17c590=a230_0x17c5();let _0x4d28d6=_0x17c590[_0x2f33c7];return _0x4d28d6;}import{homedir}from'node:os';import{getTemplateBaseUrl}from'../utils/config.js';function getGuidesCdnUrl(){const _0x534ee0=getTemplateBaseUrl();return _0x534ee0+'/skills/guides.json';}const CACHE_DIR=join(homedir(),a230_0x4518d6(0x1ec),a230_0x4518d6(0x201));export async function fetchGuidesFromCDN(){const _0xf34799=a230_0x4518d6,_0x3fab4b=getGuidesCdnUrl(),_0x295bfa=await fetch(_0x3fab4b,{'headers':{'Accept':_0xf34799(0x1f7)}});if(!_0x295bfa['ok'])throw new Error(_0xf34799(0x1f1)+_0x295bfa['status']+'\x20'+_0x295bfa[_0xf34799(0x1f2)]);const _0x26c659=await _0x295bfa[_0xf34799(0x1e7)]();if(!_0x26c659[_0xf34799(0x1ed)]||typeof _0x26c659[_0xf34799(0x1ed)]!=='object')throw new Error('CDN\x20返回数据格式错误');return _0x26c659;}export function writeGuidesToProject(_0x4b218c,_0xb633b5,_0x2dc1a1=a230_0x4518d6(0x1fb),_0x44910f){const _0x5833ad=a230_0x4518d6,_0x4128b4=join(_0xb633b5,_0x2dc1a1);mkdirSync(_0x4128b4,{'recursive':!![]});for(const [_0x1dbc00,_0x57714d]of Object[_0x5833ad(0x1ff)](_0x4b218c[_0x5833ad(0x1ed)])){let _0x41aed0=_0x57714d[_0x5833ad(0x1fd)];_0x57714d[_0x5833ad(0x1f6)]&&(_0x41aed0=appendUpdateTime(_0x41aed0,_0x57714d[_0x5833ad(0x1f6)])),writeFileSync(join(_0x4128b4,_0x1dbc00+_0x5833ad(0x203)),_0x41aed0,'utf-8');}}export function appendUpdateTime(_0xe1a3a4,_0x343e1d){const _0x3ffd2d=a230_0x4518d6;return _0xe1a3a4=_0xe1a3a4[_0x3ffd2d(0x1f9)](/\n*>更新时间:.*$/m,''),_0xe1a3a4[_0x3ffd2d(0x205)]()+('\x0a\x0a>更新时间:'+_0x343e1d);}export function getSkillTemplate(_0x5024af){const _0x3e99ce=a230_0x4518d6;return _0x5024af[_0x3e99ce(0x1e6)]?.[_0x3e99ce(0x1fd)]||'';}export function appendExtendContents(_0x31ba45,_0x84ecf6,_0x3dbb6f){const _0x2e6d91=a230_0x4518d6,_0xcedc3a=[];for(const [,_0x8c24a0]of Object[_0x2e6d91(0x1ff)](_0x84ecf6[_0x2e6d91(0x1ed)])){_0x8c24a0[_0x2e6d91(0x1fc)]&&_0xcedc3a[_0x2e6d91(0x204)](_0x8c24a0[_0x2e6d91(0x1fc)][_0x2e6d91(0x205)]());}if(_0xcedc3a[_0x2e6d91(0x1f8)]===0x0)return _0x31ba45;return _0x31ba45[_0x2e6d91(0x205)]()+'\x0a\x0a'+_0xcedc3a[_0x2e6d91(0x1fe)]('\x0a\x0a')+'\x0a';}function a230_0x17c5(){const _0x557bc5=['CDN\x20数据中缺少\x20skillTemplate','.lovrabet','guides','10532538LSjBrE','36371770JezleF','1311909qefvTG','CDN\x20请求失败:\x20','statusText','11yGwZyJ','595iAbCvQ','103152lTuAid','lastUpdated','application/json','length','replace','3902232KsnUPn','.lovrabet/skill/guides','extendContent','content','join','entries','map','cache','keys','.md','push','trimEnd','42615dEjTVq','skillTemplate','json','234CKUmyx','15JvyqBm','504238TLLOXy'];a230_0x17c5=function(){return _0x557bc5;};return a230_0x17c5();}export function writeSkillFile(_0x511d61,_0x5c8f8c,_0x2f7a83){const _0x410439=a230_0x4518d6,_0x24013e=getSkillTemplate(_0x511d61);if(!_0x24013e)throw new Error(_0x410439(0x1eb));const _0x4a0c1d=dirname(_0x5c8f8c);mkdirSync(_0x4a0c1d,{'recursive':!![]});let _0x14e207=_0x24013e[_0x410439(0x1f9)](/\{\{IDE_NAME\}\}/g,_0x2f7a83);_0x14e207=appendExtendContents(_0x14e207,_0x511d61),_0x511d61['skillTemplate'][_0x410439(0x1f6)]&&(_0x14e207=appendUpdateTime(_0x14e207,_0x511d61[_0x410439(0x1e6)][_0x410439(0x1f6)])),writeFileSync(_0x5c8f8c,_0x14e207,'utf-8');}export async function installGuides(_0x18feda){const _0x5e7980=a230_0x4518d6,_0xd05f60=await fetchGuidesFromCDN();return writeGuidesToProject(_0xd05f60,_0x18feda),Object[_0x5e7980(0x202)](_0xd05f60['guides'])[_0x5e7980(0x1f8)];}export function getGuidesSummary(_0x26eb69){const _0x2d9012=a230_0x4518d6;return Object[_0x2d9012(0x1ff)](_0x26eb69['guides'])[_0x2d9012(0x200)](([_0x5bda2c,_0x52c49f])=>({'key':_0x5bda2c,'title':_0x52c49f['title'],'path':_0x52c49f['path']}));}
@@ -1 +1 @@
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
+ (function(_0x23083b,_0x2e125c){const _0x183361=a231_0x25ea,_0x24af11=_0x23083b();while(!![]){try{const _0x38b358=-parseInt(_0x183361(0x168))/0x1*(-parseInt(_0x183361(0x150))/0x2)+parseInt(_0x183361(0x166))/0x3*(parseInt(_0x183361(0x14f))/0x4)+-parseInt(_0x183361(0x158))/0x5+-parseInt(_0x183361(0x15b))/0x6*(-parseInt(_0x183361(0x14d))/0x7)+parseInt(_0x183361(0x164))/0x8+parseInt(_0x183361(0x14e))/0x9*(-parseInt(_0x183361(0x15c))/0xa)+parseInt(_0x183361(0x15d))/0xb;if(_0x38b358===_0x2e125c)break;else _0x24af11['push'](_0x24af11['shift']());}catch(_0x19e140){_0x24af11['push'](_0x24af11['shift']());}}}(a231_0xefb8,0xb1b4b));function a231_0x25ea(_0x494b0e,_0x2be8ef){_0x494b0e=_0x494b0e-0x14c;const _0xefb84a=a231_0xefb8();let _0x25ea69=_0xefb84a[_0x494b0e];return _0x25ea69;}export async function httpRequest(_0x23d3cc,_0xf3a3f9={}){const _0x46c30b=a231_0x25ea,{timeout:timeout=0x7530,retries:retries=0x3,retryDelay:retryDelay=0x3e8,headers:headers={}}=_0xf3a3f9;let _0x1f9f94=null;for(let _0x33fcff=0x0;_0x33fcff<=retries;_0x33fcff++){try{const _0x1b71b7=new AbortController(),_0x7a674=setTimeout(()=>_0x1b71b7[_0x46c30b(0x159)](),timeout),_0x253f4e=await fetch(_0x23d3cc,{'headers':headers,'signal':_0x1b71b7[_0x46c30b(0x163)]});clearTimeout(_0x7a674);let _0x1ddca7;const _0x2bb7bc=_0x253f4e['headers'][_0x46c30b(0x167)]('content-type');return _0x2bb7bc?.[_0x46c30b(0x152)](_0x46c30b(0x151))?_0x1ddca7=await _0x253f4e[_0x46c30b(0x15e)]():_0x1ddca7=await _0x253f4e['text'](),{'ok':_0x253f4e['ok'],'status':_0x253f4e[_0x46c30b(0x155)],'statusText':_0x253f4e['statusText'],'data':_0x1ddca7,'headers':_0x253f4e['headers'],'url':_0x253f4e['url'],'text':()=>_0x253f4e[_0x46c30b(0x153)]()};}catch(_0x47f75d){_0x1f9f94=_0x47f75d instanceof Error?_0x47f75d:new Error(String(_0x47f75d));if(_0x33fcff===retries)break;if(shouldRetry(_0x47f75d)){console[_0x46c30b(0x15a)](_0x46c30b(0x14c)+retryDelay+_0x46c30b(0x154)+(_0x33fcff+0x1)+_0x46c30b(0x15f)),await sleep(retryDelay);continue;}else break;}}throw _0x1f9f94||new Error(_0x46c30b(0x160));}function shouldRetry(_0x1ceaaf){const _0x41bafe=a231_0x25ea;if(_0x1ceaaf instanceof Error){if(_0x1ceaaf[_0x41bafe(0x165)]===_0x41bafe(0x156))return![];if(_0x1ceaaf[_0x41bafe(0x165)]==='TypeError'&&_0x1ceaaf[_0x41bafe(0x162)]['includes'](_0x41bafe(0x169)))return!![];if(_0x1ceaaf[_0x41bafe(0x162)]['includes'](_0x41bafe(0x157)))return!![];if(_0x1ceaaf['message']['includes'](_0x41bafe(0x161)))return![];}return![];}function a231_0xefb8(){const _0x295529=['ms\x20后进行第\x20','status','AbortError','ECONNRESET','6012340xwqkEA','abort','log','78tBuzEl','110CwXdFu','16512034ABmnWc','json','\x20次重试...','Request\x20failed','ENOTFOUND','message','signal','3864432zsdmQZ','name','236370ZMUGUl','get','6nPvOHg','fetch','*\x20请求失败,','104461crwFiB','1026936xLQcdM','20rLRGti','204466zOgWeI','application/json','includes','text'];a231_0xefb8=function(){return _0x295529;};return a231_0xefb8();}function sleep(_0x4b4c90){return new Promise(_0x22241b=>setTimeout(_0x22241b,_0x4b4c90));}export function validateUrl(_0x6feaf){try{return new URL(_0x6feaf),!![];}catch{return![];}}