@lovrabet/rabetbase-cli 2.3.10 → 2.3.11-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 (260) hide show
  1. package/lib/api/api-doc.js +1 -1
  2. package/lib/api/fetch-model-list.js +1 -1
  3. package/lib/api/generate-api-file.js +1 -1
  4. package/lib/auth/auth-server-ui.js +1 -1
  5. package/lib/auth/auth-server.js +1 -1
  6. package/lib/auth/constant.js +1 -1
  7. package/lib/auth/get-cookie.js +1 -1
  8. package/lib/auth/get-session-user.js +1 -1
  9. package/lib/auth/is-session-valid.js +1 -1
  10. package/lib/auth/login-success-html.js +1 -1
  11. package/lib/auth/logout.js +1 -1
  12. package/lib/cli-flags.js +1 -1
  13. package/lib/cli.js +1 -1
  14. package/lib/commands/api/generate.js +1 -1
  15. package/lib/commands/api/index.js +1 -1
  16. package/lib/commands/api/list.js +1 -1
  17. package/lib/commands/api/pull.js +1 -1
  18. package/lib/commands/api/shared.js +1 -1
  19. package/lib/commands/app/add.js +1 -1
  20. package/lib/commands/app/index.js +1 -1
  21. package/lib/commands/app/list.js +1 -1
  22. package/lib/commands/app/remote-directory.js +1 -1
  23. package/lib/commands/app/remove.js +1 -1
  24. package/lib/commands/app/shared.js +1 -1
  25. package/lib/commands/app-config/delete.js +1 -1
  26. package/lib/commands/app-config/get.js +1 -1
  27. package/lib/commands/app-config/index.js +1 -1
  28. package/lib/commands/app-config/list.js +1 -1
  29. package/lib/commands/app-config/set.js +1 -1
  30. package/lib/commands/app-config/shared.js +1 -1
  31. package/lib/commands/auth/index.js +1 -1
  32. package/lib/commands/bff/create.js +1 -1
  33. package/lib/commands/bff/delete.js +1 -1
  34. package/lib/commands/bff/detail.js +1 -1
  35. package/lib/commands/bff/index.js +1 -1
  36. package/lib/commands/bff/list.js +1 -1
  37. package/lib/commands/bff/pull.js +1 -1
  38. package/lib/commands/bff/push.js +1 -1
  39. package/lib/commands/bff/status.js +1 -1
  40. package/lib/commands/cli-skill/index.js +1 -1
  41. package/lib/commands/cli-update.js +1 -1
  42. package/lib/commands/codegen/index.js +1 -1
  43. package/lib/commands/codegen/sdk.js +1 -1
  44. package/lib/commands/codegen/sql.js +1 -1
  45. package/lib/commands/common/app-registry.js +1 -1
  46. package/lib/commands/common/app-selector.js +1 -1
  47. package/lib/commands/common/async-task.js +1 -1
  48. package/lib/commands/common/dry-run.js +1 -1
  49. package/lib/commands/common/flags.js +1 -1
  50. package/lib/commands/common/local-file.js +1 -1
  51. package/lib/commands/common/validate.js +1 -1
  52. package/lib/commands/config/get.js +1 -1
  53. package/lib/commands/config/index.js +1 -1
  54. package/lib/commands/config/list.js +1 -1
  55. package/lib/commands/config/set.js +1 -1
  56. package/lib/commands/config/shared.js +1 -1
  57. package/lib/commands/data/filter.js +1 -1
  58. package/lib/commands/data/getOne.js +1 -1
  59. package/lib/commands/data/index.js +1 -1
  60. package/lib/commands/data/shared.js +1 -1
  61. package/lib/commands/dataset/business-group-update.js +1 -1
  62. package/lib/commands/dataset/capability.js +1 -1
  63. package/lib/commands/dataset/delete.js +1 -1
  64. package/lib/commands/dataset/detail.js +1 -1
  65. package/lib/commands/dataset/extend-update.js +1 -1
  66. package/lib/commands/dataset/field-update.js +1 -1
  67. package/lib/commands/dataset/generate.js +1 -1
  68. package/lib/commands/dataset/index.js +1 -1
  69. package/lib/commands/dataset/list.js +1 -1
  70. package/lib/commands/dataset/operations.js +1 -1
  71. package/lib/commands/dataset/relation-audit.js +1 -1
  72. package/lib/commands/dataset/relation-create.js +1 -1
  73. package/lib/commands/dataset/relation-delete.js +1 -1
  74. package/lib/commands/dataset/relation-shared.js +1 -1
  75. package/lib/commands/dataset/relation-update.js +1 -1
  76. package/lib/commands/dataset/relations.js +1 -1
  77. package/lib/commands/dataset/rename.js +1 -1
  78. package/lib/commands/dataset/restore.js +1 -1
  79. package/lib/commands/db/analysis-batching.js +1 -1
  80. package/lib/commands/db/analyze-batch-plan.js +1 -1
  81. package/lib/commands/db/analyze-cancel.js +1 -1
  82. package/lib/commands/db/analyze-start.js +1 -1
  83. package/lib/commands/db/analyze-status.js +1 -1
  84. package/lib/commands/db/create.js +1 -1
  85. package/lib/commands/db/delete.js +1 -1
  86. package/lib/commands/db/detail.js +1 -1
  87. package/lib/commands/db/diff.js +1 -1
  88. package/lib/commands/db/index.js +1 -1
  89. package/lib/commands/db/list.js +1 -1
  90. package/lib/commands/db/shared.js +1 -1
  91. package/lib/commands/db/tables.js +1 -1
  92. package/lib/commands/db/test.js +1 -1
  93. package/lib/commands/db/update.js +1 -1
  94. package/lib/commands/doctor.js +1 -1
  95. package/lib/commands/file/index.js +1 -1
  96. package/lib/commands/init/index.js +1 -1
  97. package/lib/commands/issue/index.js +1 -1
  98. package/lib/commands/issue/nudge.js +1 -1
  99. package/lib/commands/issue/report.js +1 -1
  100. package/lib/commands/issue/shared.js +1 -1
  101. package/lib/commands/logs/index.js +1 -1
  102. package/lib/commands/menu/delete.js +1 -1
  103. package/lib/commands/menu/external-link-create.js +1 -1
  104. package/lib/commands/menu/group-create.js +1 -1
  105. package/lib/commands/menu/group-update.js +1 -1
  106. package/lib/commands/menu/index.js +1 -1
  107. package/lib/commands/menu/list.js +1 -1
  108. package/lib/commands/menu/move.js +1 -0
  109. package/lib/commands/menu/regroup-start.js +1 -1
  110. package/lib/commands/menu/shared/compare-table.js +1 -1
  111. package/lib/commands/menu/shared/delete-plan.js +1 -1
  112. package/lib/commands/menu/shared/facts.js +1 -1
  113. package/lib/commands/menu/shared/index.js +1 -1
  114. package/lib/commands/menu/shared/inquirer.js +1 -1
  115. package/lib/commands/menu/shared/local-pages.js +1 -1
  116. package/lib/commands/menu/shared/logic.js +1 -1
  117. package/lib/commands/menu/shared/mutations.js +1 -1
  118. package/lib/commands/menu/shared/service.js +1 -1
  119. package/lib/commands/menu/shared/sync-core.js +1 -1
  120. package/lib/commands/menu/shared/update-core.js +1 -1
  121. package/lib/commands/menu/shared/valid-url.js +1 -1
  122. package/lib/commands/menu/sync.js +1 -1
  123. package/lib/commands/menu/update.js +1 -1
  124. package/lib/commands/notification/config-list.js +1 -1
  125. package/lib/commands/notification/index.js +1 -1
  126. package/lib/commands/page/generate-start.js +1 -1
  127. package/lib/commands/page/generate-status.js +1 -1
  128. package/lib/commands/page/index.js +1 -1
  129. package/lib/commands/page/pull.js +1 -1
  130. package/lib/commands/page/push.js +1 -1
  131. package/lib/commands/page/relation-audit.js +1 -1
  132. package/lib/commands/page/shared.js +1 -1
  133. package/lib/commands/page/standard-page-status.js +1 -1
  134. package/lib/commands/page/sync.js +1 -1
  135. package/lib/commands/permit/index.js +1 -1
  136. package/lib/commands/permit/page-get.js +1 -1
  137. package/lib/commands/permit/page-set.js +1 -1
  138. package/lib/commands/permit/role-apis-set.js +1 -1
  139. package/lib/commands/permit/role-menus-set.js +1 -1
  140. package/lib/commands/permit/role-menus.js +1 -1
  141. package/lib/commands/permit/shared.js +1 -1
  142. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  143. package/lib/commands/project/create/format-elapsed.js +1 -1
  144. package/lib/commands/project/create/main.js +1 -1
  145. package/lib/commands/project/create/non-interactive.js +1 -1
  146. package/lib/commands/project/create/project-template-path.js +1 -1
  147. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  148. package/lib/commands/project/create/use-format-code.js +1 -1
  149. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  150. package/lib/commands/project/index.js +1 -1
  151. package/lib/commands/project/init.js +1 -1
  152. package/lib/commands/project/upgrade.js +1 -1
  153. package/lib/commands/registry.js +1 -1
  154. package/lib/commands/role/create.js +1 -1
  155. package/lib/commands/role/delete.js +1 -1
  156. package/lib/commands/role/detail.js +1 -1
  157. package/lib/commands/role/index.js +1 -1
  158. package/lib/commands/role/list.js +1 -1
  159. package/lib/commands/role/shared.js +1 -1
  160. package/lib/commands/role/update.js +1 -1
  161. package/lib/commands/role/user-add.js +1 -1
  162. package/lib/commands/role/user-remove.js +1 -1
  163. package/lib/commands/role/user-resolve.js +1 -1
  164. package/lib/commands/run/index.js +1 -1
  165. package/lib/commands/schema.js +1 -1
  166. package/lib/commands/sql/create.js +1 -1
  167. package/lib/commands/sql/delete.js +1 -1
  168. package/lib/commands/sql/detail.js +1 -1
  169. package/lib/commands/sql/exec.js +1 -1
  170. package/lib/commands/sql/index.js +1 -1
  171. package/lib/commands/sql/list.js +1 -1
  172. package/lib/commands/sql/pull.js +1 -1
  173. package/lib/commands/sql/push.js +1 -1
  174. package/lib/commands/sql/save.js +1 -1
  175. package/lib/commands/sql/shared.js +1 -1
  176. package/lib/commands/sql/status.js +1 -1
  177. package/lib/commands/sql/validate.js +1 -1
  178. package/lib/commands/task/index.js +1 -1
  179. package/lib/commands/task/status.js +1 -1
  180. package/lib/commands/workspace/add.js +1 -1
  181. package/lib/commands/workspace/index.js +1 -1
  182. package/lib/commands/workspace/remove.js +1 -1
  183. package/lib/config/schema.js +1 -1
  184. package/lib/constant/cdn.js +1 -1
  185. package/lib/constant/cli.js +1 -1
  186. package/lib/constant/defaults.js +1 -1
  187. package/lib/constant/domain.js +1 -1
  188. package/lib/constant/env.js +1 -1
  189. package/lib/constant/output.js +1 -1
  190. package/lib/constant/paths.js +1 -1
  191. package/lib/constant/risk.js +1 -1
  192. package/lib/context/app-resolver.js +1 -1
  193. package/lib/context/auth-resolver.js +1 -1
  194. package/lib/context/config-loader.js +1 -1
  195. package/lib/context.js +1 -1
  196. package/lib/core/alias-resolver.js +1 -1
  197. package/lib/core/api-client.js +1 -1
  198. package/lib/core/bff/config.js +1 -1
  199. package/lib/core/bff/file-system.js +1 -1
  200. package/lib/core/bff/hash.js +1 -1
  201. package/lib/core/bff/lock.js +1 -1
  202. package/lib/core/bff/utils.js +1 -1
  203. package/lib/core/db-resolver.js +1 -1
  204. package/lib/core/page/file-system.js +1 -1
  205. package/lib/core/page/hash.js +1 -1
  206. package/lib/core/page/lock.js +1 -1
  207. package/lib/core/sql-index-auditor.js +1 -1
  208. package/lib/core/sql-sync/config.js +1 -1
  209. package/lib/core/sql-sync/file-system.js +1 -1
  210. package/lib/core/sql-sync/hash.js +1 -1
  211. package/lib/core/sql-sync/lock.js +1 -1
  212. package/lib/core/sql-sync/utils.js +1 -1
  213. package/lib/core/sql-validator.js +1 -1
  214. package/lib/errors.js +1 -1
  215. package/lib/framework/build-all-flags.js +1 -1
  216. package/lib/framework/error-output.js +1 -1
  217. package/lib/framework/explicit-yes.js +1 -1
  218. package/lib/framework/flags.js +1 -1
  219. package/lib/framework/help.js +1 -1
  220. package/lib/framework/index.js +1 -1
  221. package/lib/framework/output.js +1 -1
  222. package/lib/framework/response.js +1 -1
  223. package/lib/framework/runner-alias.js +1 -1
  224. package/lib/framework/runner.js +1 -1
  225. package/lib/framework/schema-export.js +1 -1
  226. package/lib/framework/types.js +1 -1
  227. package/lib/generated/build-info.js +1 -1
  228. package/lib/help.js +1 -1
  229. package/lib/skills/main.js +1 -1
  230. package/lib/skills/npx-skills-add.js +1 -1
  231. package/lib/telemetry/cli-command-trace.js +1 -1
  232. package/lib/telemetry/cli-help-trace.js +1 -1
  233. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  234. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  235. package/lib/telemetry/send-cli-trace-log.js +1 -1
  236. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  237. package/lib/utils/ai_config.js +1 -1
  238. package/lib/utils/apply-jq-filter.js +1 -1
  239. package/lib/utils/cdn-config.js +1 -1
  240. package/lib/utils/check-sdk-version.js +1 -1
  241. package/lib/utils/cli-version-check.js +1 -1
  242. package/lib/utils/cli-version-policy.js +1 -1
  243. package/lib/utils/config.js +1 -1
  244. package/lib/utils/copy-directory.js +1 -1
  245. package/lib/utils/entity-with-id.js +1 -1
  246. package/lib/utils/file-utils.js +1 -1
  247. package/lib/utils/guides-cdn.js +1 -1
  248. package/lib/utils/http-client.js +1 -1
  249. package/lib/utils/is-non-interactive.js +1 -1
  250. package/lib/utils/logger.js +1 -1
  251. package/lib/utils/params.js +1 -1
  252. package/lib/utils/platform.js +1 -1
  253. package/lib/utils/rules-cdn.js +1 -1
  254. package/lib/utils/sleep.js +1 -1
  255. package/lib/utils/template-replacer.js +1 -1
  256. package/lib/utils/update-notice.js +1 -1
  257. package/lib/utils/version.js +1 -1
  258. package/lib/utils/with-active-cookie.js +1 -1
  259. package/lib/utils/write-cli-side-channel.js +1 -1
  260. package/package.json +1 -1
@@ -1 +1 @@
1
- const a226_0x22ba80=a226_0x5737;(function(_0x140faf,_0x37961b){const _0x22f930=a226_0x5737,_0x89338b=_0x140faf();while(!![]){try{const _0x133769=-parseInt(_0x22f930(0xf9))/0x1*(-parseInt(_0x22f930(0xec))/0x2)+-parseInt(_0x22f930(0xed))/0x3*(parseInt(_0x22f930(0xf6))/0x4)+-parseInt(_0x22f930(0xbf))/0x5*(-parseInt(_0x22f930(0xf7))/0x6)+parseInt(_0x22f930(0xc4))/0x7+-parseInt(_0x22f930(0xdf))/0x8*(parseInt(_0x22f930(0xc2))/0x9)+parseInt(_0x22f930(0xcf))/0xa*(-parseInt(_0x22f930(0xdc))/0xb)+parseInt(_0x22f930(0xe5))/0xc*(parseInt(_0x22f930(0xd4))/0xd);if(_0x133769===_0x37961b)break;else _0x89338b['push'](_0x89338b['shift']());}catch(_0x5be216){_0x89338b['push'](_0x89338b['shift']());}}}(a226_0x3249,0x9c956));import{resolveCommandAuthMode,runCommandWithAdapter,requireConfirmationPrompt}from'@lovrabet/cli-framework';import{formatOutput}from'../framework/output.js';import{CliErrors}from'../errors.js';import{getCookie}from'../auth/get-cookie.js';import{getApiDomain}from'../constant/domain.js';import{CLI_BIN_NAME,GLOBAL_FLAGS,PIPELINE_FLAG_NAMES}from'../constant/cli.js';import{DEFAULT_API_DIR}from'../constant/paths.js';import{isNonInteractive as a226_0x2a8655}from'../utils/is-non-interactive.js';import{resolveAliasToCode}from'../framework/runner-alias.js';function a226_0x5737(_0x52bfce,_0x30987d){_0x52bfce=_0x52bfce-0xbf;const _0x3249b5=a226_0x3249();let _0x573733=_0x3249b5[_0x52bfce];return _0x573733;}import{resolveLatestUpdateNotice}from'../utils/update-notice.js';function stringFlag(_0x266b2e){const _0x31caec=a226_0x5737;return typeof _0x266b2e===_0x31caec(0xf4)&&_0x266b2e[_0x31caec(0xcc)]()?_0x266b2e[_0x31caec(0xcc)]():undefined;}function resolveEnvAppCode(){const _0x2b5919=a226_0x5737,_0x3aec31=stringFlag(process.env.RABETBASE_APPCODE);if(_0x3aec31)return{'name':_0x2b5919(0xf8),'value':_0x3aec31};const _0x30968a=stringFlag(process.env.LOVRABET_APPCODE);if(_0x30968a)return{'name':_0x2b5919(0xce),'value':_0x30968a};return undefined;}function a226_0x3249(){const _0x411be5=['nonInteractive','appcode','execute','High-risk\x20operation\x20`','30685812vWvTfL','`\x20requires\x20--yes\x20in\x20non-interactive\x20mode.','resolveAppCode','\x20\x20\x20Continue?\x20[y/N]\x20','\x20is\x20not\x20used\x20as\x20appcode\x20automatically.\x20','find','schema','904gbAIVm','186SuSojZ','catch','selectedAppName','pageSize','defaultVerbose','hint','format','string','No\x20appcode\x20is\x20resolved\x20from\x20--appcode,\x20project\x20config,\x20or\x20global\x20config.','61172aRfWnX','11694hQBLuH','RABETBASE_APPCODE','2077XBWqYJ','rawFlags','apiDir','Current\x20resolved\x20appcode\x20is\x20\x22','defaultPageSize','965NrXcVW','riskLevel','replace','9BfKcXL','verbose','435694fFNeNi','filter','⚠\x20\x20High-risk\x20operation:\x20','requiresAppCode','update','hasFormat','command','_notice','trim','none','LOVRABET_APPCODE','60dEOrQW','object','service','resolveCookie','cookie','13sneVNg','doctor','includes','defaultApp','name','../core/api-client.js','apps','Set\x20appcode\x20via\x20`','2012538tkhwfV','mergedCli','value','9976592tNpyyy','validation'];a226_0x3249=function(){return _0x411be5;};return a226_0x3249();}function hasExplicitAppCode(_0x2714c8,_0x4fdcca){const _0x56731a=a226_0x5737;return!!(stringFlag(_0x2714c8[_0x56731a(0xe2)])||stringFlag(_0x4fdcca[_0x56731a(0xe2)]));}function assertEnvAppCodeNotIgnored(_0x14595c,_0x43a02d,_0x452a1b){const _0x11185d=a226_0x5737;if(!_0x43a02d||_0x452a1b||_0x14595c===_0x43a02d['value'])return;const _0x546858=_0x14595c?_0x11185d(0xfc)+_0x14595c+'\x22.':_0x11185d(0xf5);throw CliErrors['validation'](_0x43a02d[_0x11185d(0xd8)]+'='+_0x43a02d[_0x11185d(0xde)]+_0x11185d(0xe9)+_0x546858+'\x20'+('To\x20use\x20this\x20environment\x20variable,\x20pass\x20--appcode\x20\x22$'+_0x43a02d[_0x11185d(0xd8)]+'\x22.'));}export function createPipelineEnv(_0x3f2f53,_0x2ea02a,_0x579d9f=[]){const _0x524f9f=a226_0x5737;return{'rawFlags':_0x2ea02a,'args':_0x579d9f,'resolveAppCode':()=>_0x3f2f53['appCode'],'resolveCookie':()=>_0x3f2f53[_0x524f9f(0xd3)]||getCookie(),'resolveApiDomain':()=>getApiDomain(),'isNonInteractive':a226_0x2a8655(_0x2ea02a),'defaultFormat':_0x3f2f53[_0x524f9f(0xf3)],'defaultPageSize':_0x3f2f53[_0x524f9f(0xf0)],'defaultVerbose':_0x3f2f53[_0x524f9f(0xc3)],'apiDir':_0x3f2f53['apiDir'],'riskLevel':_0x3f2f53[_0x524f9f(0xc0)],'selectedAppName':_0x3f2f53['explicitAppName'],'mergedCli':{'defaultApp':_0x3f2f53[_0x524f9f(0xd7)],'currentApp':_0x3f2f53['currentApp'],'appCode':_0x3f2f53['appCode'],'apps':_0x3f2f53[_0x524f9f(0xda)]}};}const runnerAdapter={'cliErrors':CliErrors,'pipelineFlags':GLOBAL_FLAGS[a226_0x22ba80(0xc5)](_0x520608=>PIPELINE_FLAG_NAMES['has'](_0x520608[a226_0x22ba80(0xd8)]))['map'](({name:_0x28c732,type:_0x2f5b35,description:_0x25ad1f})=>({'name':_0x28c732,'type':_0x2f5b35,'description':_0x25ad1f})),'formatOutput':formatOutput,'getCommandLabel'(_0x311b60){const _0x2664b1=a226_0x22ba80;return CLI_BIN_NAME+'\x20'+_0x311b60[_0x2664b1(0xd1)]+'\x20'+_0x311b60[_0x2664b1(0xca)];},'riskPolicy':{'skipWhenDryRun':!![],'createError'(_0x4d9e1b){return CliErrors['validation'](_0x4d9e1b);}},async 'prepare'(_0xbb12ed,_0x221951,_0x139f9e,_0xe57f30){const _0x3b2f02=a226_0x22ba80,_0x36140a=_0x221951[_0x3b2f02(0xfb)]||DEFAULT_API_DIR;resolveAliasToCode(_0xbb12ed,_0x139f9e,_0x36140a,_0xe57f30);const _0x4cce60=resolveCommandAuthMode(_0xbb12ed);let _0x2e06bc='';if(_0x4cce60!==_0x3b2f02(0xcd)){_0x2e06bc=_0x221951[_0x3b2f02(0xd2)]()||'';if(!_0x2e06bc){if(_0x4cce60==='required')throw CliErrors['authRequired']();}else{const {setActiveCookie:_0xed9483}=await import(_0x3b2f02(0xd9));_0xed9483(_0x2e06bc);}}const _0xbba68c=_0x221951[_0x3b2f02(0xe7)]()??'';if(_0xbb12ed[_0x3b2f02(0xc7)]!==![]){assertEnvAppCodeNotIgnored(_0xbba68c,resolveEnvAppCode(),hasExplicitAppCode(_0x139f9e,_0x221951['rawFlags']));if(!_0xbba68c)throw CliErrors['configMissing'](_0x3b2f02(0xdb)+CLI_BIN_NAME+'\x20init\x20--appcode\x20<code>`\x20or\x20pass\x20--appcode.');}return{'defaults':{'booleans':{'verbose':_0x221951[_0x3b2f02(0xf1)]},'numbers':{'pagesize':_0x221951[_0x3b2f02(0xfd)]}},'extras':{'appCode':_0xbba68c,'cookie':_0x2e06bc,'apiDomain':_0x221951['resolveApiDomain'](),'apiDir':_0x36140a,'selectedAppName':_0x221951[_0x3b2f02(0xef)],'mergedCli':_0x221951[_0x3b2f02(0xdd)]}};},async 'confirmHighRisk'({env:_0xc4478d,commandLabel:_0x485fab}){const _0x444ef9=a226_0x22ba80;if(_0xc4478d['isNonInteractive'])throw CliErrors['validation'](_0x444ef9(0xe4)+_0x485fab+_0x444ef9(0xe6));await requireConfirmationPrompt({'lines':[_0x444ef9(0xc6)+_0x485fab,_0x444ef9(0xe8)],'createCancelledError':_0x171ec7=>CliErrors['cancelled'](_0x171ec7)});},async 'finalize'(){const _0x5a352d=a226_0x22ba80,{clearActiveCookie:_0x4760b1}=await import(_0x5a352d(0xd9));_0x4760b1();}};export async function runCommand(_0x5758aa,_0x5e00d7){const _0x37e550=a226_0x22ba80;assertRejectedFlags(_0x5758aa,_0x5e00d7[_0x37e550(0xfa)]),await runCommandWithAdapter(shouldAttachUpdateNotice(_0x5758aa)?withUpdateNotice(_0x5758aa):_0x5758aa,_0x5e00d7,runnerAdapter);}function assertRejectedFlags(_0x3bcd3d,_0x47a9da){const _0x69f262=a226_0x22ba80;for(const _0x341a6f of _0x3bcd3d['rejectedFlags']??[]){const _0x52cadd=GLOBAL_FLAGS[_0x69f262(0xea)](_0x34574b=>_0x34574b[_0x69f262(0xd8)]===_0x341a6f['name']),_0x1b4bc6=new Set([_0x341a6f[_0x69f262(0xd8)],toCamelCase(_0x341a6f['name']),_0x52cadd?.['meowKey']]),_0x2da03f=[..._0x1b4bc6]['some'](_0x4fcbae=>{if(!_0x4fcbae)return![];const _0x52931f=_0x47a9da[_0x4fcbae];return _0x52931f!==undefined&&_0x52931f!==null&&_0x52931f!==![];});if(_0x2da03f)throw CliErrors[_0x69f262(0xe0)](_0x341a6f['message'],_0x341a6f[_0x69f262(0xf2)]);}}function toCamelCase(_0x2b6b33){const _0x3edc12=a226_0x22ba80;return _0x2b6b33[_0x3edc12(0xc1)](/-([a-z])/g,(_0x2960e6,_0x7a424b)=>_0x7a424b['toUpperCase']());}function shouldAttachUpdateNotice(_0x5a0ffa){const _0x5a9003=a226_0x22ba80;if(_0x5a0ffa[_0x5a9003(0xc9)]===![])return![];return![_0x5a9003(0xc8),_0x5a9003(0xeb),_0x5a9003(0xd5)][_0x5a9003(0xd6)](_0x5a0ffa['service']);}function withUpdateNotice(_0x1de41b){return{..._0x1de41b,async 'execute'(_0xe7a748){const _0x1da4a1=a226_0x5737,_0x46433f=shouldResolveUpdateNotice(_0xe7a748)?resolveLatestUpdateNotice()[_0x1da4a1(0xee)](()=>null):Promise['resolve'](null),_0xbc9e4b=await _0x1de41b[_0x1da4a1(0xe3)](_0xe7a748);return attachUpdateNotice(_0xbc9e4b,await _0x46433f);}};}function shouldResolveUpdateNotice(_0x227ed3){const _0xa86c67=a226_0x22ba80;return _0x227ed3[_0xa86c67(0xf3)]==='pretty'&&!_0x227ed3[_0xa86c67(0xe1)];}function attachUpdateNotice(_0x2144c5,_0x51d8a8){const _0x284ca6=a226_0x22ba80;if(!_0x51d8a8||!_0x2144c5||typeof _0x2144c5!==_0x284ca6(0xd0))return _0x2144c5;const _0x308bc5=_0x2144c5,_0x5c86e2=typeof _0x308bc5[_0x284ca6(0xcb)]===_0x284ca6(0xd0)&&_0x308bc5['_notice']!==null?_0x308bc5[_0x284ca6(0xcb)]:{};return{..._0x308bc5,'_notice':{..._0x5c86e2,'update':_0x51d8a8}};}
1
+ const a227_0x34b313=a227_0x5e67;(function(_0x483797,_0xbff837){const _0x5dee60=a227_0x5e67,_0x82630b=_0x483797();while(!![]){try{const _0x41eae5=parseInt(_0x5dee60(0x107))/0x1+parseInt(_0x5dee60(0x105))/0x2+parseInt(_0x5dee60(0x124))/0x3+parseInt(_0x5dee60(0xf7))/0x4+-parseInt(_0x5dee60(0x12c))/0x5*(parseInt(_0x5dee60(0xfe))/0x6)+-parseInt(_0x5dee60(0x129))/0x7*(-parseInt(_0x5dee60(0xf0))/0x8)+parseInt(_0x5dee60(0xef))/0x9*(-parseInt(_0x5dee60(0x117))/0xa);if(_0x41eae5===_0xbff837)break;else _0x82630b['push'](_0x82630b['shift']());}catch(_0x3a30d5){_0x82630b['push'](_0x82630b['shift']());}}}(a227_0x8a4e,0x27863));import{resolveCommandAuthMode,runCommandWithAdapter,requireConfirmationPrompt}from'@lovrabet/cli-framework';import{formatOutput}from'../framework/output.js';import{CliErrors}from'../errors.js';import{getCookie}from'../auth/get-cookie.js';import{getApiDomain}from'../constant/domain.js';import{CLI_BIN_NAME,GLOBAL_FLAGS,PIPELINE_FLAG_NAMES}from'../constant/cli.js';import{DEFAULT_API_DIR}from'../constant/paths.js';import{isNonInteractive as a227_0x58ab8a}from'../utils/is-non-interactive.js';import{resolveAliasToCode}from'../framework/runner-alias.js';import{resolveLatestUpdateNotice}from'../utils/update-notice.js';function stringFlag(_0x1929f1){const _0x5de5a8=a227_0x5e67;return typeof _0x1929f1===_0x5de5a8(0xfb)&&_0x1929f1[_0x5de5a8(0x119)]()?_0x1929f1[_0x5de5a8(0x119)]():undefined;}function resolveEnvAppCode(){const _0x42e750=a227_0x5e67,_0x33f8bd=stringFlag(process.env.RABETBASE_APPCODE);if(_0x33f8bd)return{'name':_0x42e750(0x12a),'value':_0x33f8bd};const _0x149629=stringFlag(process.env.LOVRABET_APPCODE);if(_0x149629)return{'name':_0x42e750(0xfa),'value':_0x149629};return undefined;}function hasExplicitAppCode(_0x5e84a5,_0xd58286){const _0x36f752=a227_0x5e67;return!!(stringFlag(_0x5e84a5['appcode'])||stringFlag(_0xd58286[_0x36f752(0x128)]));}function assertEnvAppCodeNotIgnored(_0x3117da,_0x4dbf5d,_0x5d90b6){const _0xb51bf4=a227_0x5e67;if(!_0x4dbf5d||_0x5d90b6||_0x3117da===_0x4dbf5d[_0xb51bf4(0x101)])return;const _0x59ccac=_0x3117da?'Current\x20resolved\x20appcode\x20is\x20\x22'+_0x3117da+'\x22.':_0xb51bf4(0x113);throw CliErrors['validation'](_0x4dbf5d['name']+'='+_0x4dbf5d[_0xb51bf4(0x101)]+'\x20is\x20not\x20used\x20as\x20appcode\x20automatically.\x20'+_0x59ccac+'\x20'+('To\x20use\x20this\x20environment\x20variable,\x20pass\x20--appcode\x20\x22$'+_0x4dbf5d[_0xb51bf4(0x126)]+'\x22.'));}function a227_0x8a4e(){const _0x357c39=['string','message','resolveCookie','928734uLkkhX','\x20\x20\x20Continue?\x20[y/N]\x20','nonInteractive','value','appCode','validation','explicitAppName','576534UjEoaO','find','223133MTiXYx','riskLevel','rejectedFlags','cookie','rawFlags','currentApp','../core/api-client.js','apps','\x20init\x20--appcode\x20<code>`\x20or\x20pass\x20--appcode.','resolveApiDomain','catch','defaultPageSize','No\x20appcode\x20is\x20resolved\x20from\x20--appcode,\x20project\x20config,\x20or\x20global\x20config.','command','resolveAppCode','resolve','65690mCkoeu','meowKey','trim','object','includes','some','defaultApp','format','service','none','schema','Set\x20appcode\x20via\x20`','_notice','88722otgnZP','pageSize','name','apiDir','appcode','25494XiHOCl','RABETBASE_APPCODE','pretty','5VcgxZS','toUpperCase','711MPAqgf','96IhOiEb','selectedAppName','mergedCli','`\x20requires\x20--yes\x20in\x20non-interactive\x20mode.','map','cancelled','replace','1003812nFpXOe','isNonInteractive','verbose','LOVRABET_APPCODE'];a227_0x8a4e=function(){return _0x357c39;};return a227_0x8a4e();}export function createPipelineEnv(_0x16c352,_0xaf44ab,_0x4c1387=[]){const _0x3288e6=a227_0x5e67;return{'rawFlags':_0xaf44ab,'args':_0x4c1387,'resolveAppCode':()=>_0x16c352[_0x3288e6(0x102)],'resolveCookie':()=>_0x16c352[_0x3288e6(0x10a)]||getCookie(),'resolveApiDomain':()=>getApiDomain(),'isNonInteractive':a227_0x58ab8a(_0xaf44ab),'defaultFormat':_0x16c352[_0x3288e6(0x11e)],'defaultPageSize':_0x16c352[_0x3288e6(0x125)],'defaultVerbose':_0x16c352[_0x3288e6(0xf9)],'apiDir':_0x16c352[_0x3288e6(0x127)],'riskLevel':_0x16c352[_0x3288e6(0x108)],'selectedAppName':_0x16c352[_0x3288e6(0x104)],'mergedCli':{'defaultApp':_0x16c352[_0x3288e6(0x11d)],'currentApp':_0x16c352[_0x3288e6(0x10c)],'appCode':_0x16c352['appCode'],'apps':_0x16c352[_0x3288e6(0x10e)]}};}function a227_0x5e67(_0x57746f,_0xe97f2a){_0x57746f=_0x57746f-0xee;const _0x8a4ef3=a227_0x8a4e();let _0x5e6798=_0x8a4ef3[_0x57746f];return _0x5e6798;}const runnerAdapter={'cliErrors':CliErrors,'pipelineFlags':GLOBAL_FLAGS['filter'](_0x29badb=>PIPELINE_FLAG_NAMES['has'](_0x29badb[a227_0x34b313(0x126)]))[a227_0x34b313(0xf4)](({name:_0x1a1835,type:_0x2f9dd0,description:_0x4133c3})=>({'name':_0x1a1835,'type':_0x2f9dd0,'description':_0x4133c3})),'formatOutput':formatOutput,'getCommandLabel'(_0x3f192f){const _0x58c138=a227_0x34b313;return CLI_BIN_NAME+'\x20'+_0x3f192f[_0x58c138(0x11f)]+'\x20'+_0x3f192f[_0x58c138(0x114)];},'riskPolicy':{'skipWhenDryRun':!![],'createError'(_0xe90dba){const _0x42a9be=a227_0x34b313;return CliErrors[_0x42a9be(0x103)](_0xe90dba);}},async 'prepare'(_0x416d20,_0x1d2c14,_0x53104c,_0x186d64){const _0x86bc66=a227_0x34b313,_0x3a56fd=_0x1d2c14[_0x86bc66(0x127)]||DEFAULT_API_DIR;resolveAliasToCode(_0x416d20,_0x53104c,_0x3a56fd,_0x186d64);const _0x174bbe=resolveCommandAuthMode(_0x416d20);let _0x3d49a8='';if(_0x174bbe!==_0x86bc66(0x120)){_0x3d49a8=_0x1d2c14[_0x86bc66(0xfd)]()||'';if(!_0x3d49a8){if(_0x174bbe==='required')throw CliErrors['authRequired']();}else{const {setActiveCookie:_0x2d94b4}=await import('../core/api-client.js');_0x2d94b4(_0x3d49a8);}}const _0x392f4e=_0x1d2c14[_0x86bc66(0x115)]()??'';if(_0x416d20['requiresAppCode']!==![]){assertEnvAppCodeNotIgnored(_0x392f4e,resolveEnvAppCode(),hasExplicitAppCode(_0x53104c,_0x1d2c14[_0x86bc66(0x10b)]));if(!_0x392f4e)throw CliErrors['configMissing'](_0x86bc66(0x122)+CLI_BIN_NAME+_0x86bc66(0x10f));}return{'defaults':{'booleans':{'verbose':_0x1d2c14['defaultVerbose']},'numbers':{'pagesize':_0x1d2c14[_0x86bc66(0x112)]}},'extras':{'appCode':_0x392f4e,'cookie':_0x3d49a8,'apiDomain':_0x1d2c14[_0x86bc66(0x110)](),'apiDir':_0x3a56fd,'selectedAppName':_0x1d2c14[_0x86bc66(0xf1)],'mergedCli':_0x1d2c14[_0x86bc66(0xf2)]}};},async 'confirmHighRisk'({env:_0x37e485,commandLabel:_0xb73b4e}){const _0x3fe394=a227_0x34b313;if(_0x37e485[_0x3fe394(0xf8)])throw CliErrors[_0x3fe394(0x103)]('High-risk\x20operation\x20`'+_0xb73b4e+_0x3fe394(0xf3));await requireConfirmationPrompt({'lines':['⚠\x20\x20High-risk\x20operation:\x20'+_0xb73b4e,_0x3fe394(0xff)],'createCancelledError':_0x3657f7=>CliErrors[_0x3fe394(0xf5)](_0x3657f7)});},async 'finalize'(){const _0x3cde08=a227_0x34b313,{clearActiveCookie:_0xf95289}=await import(_0x3cde08(0x10d));_0xf95289();}};export async function runCommand(_0x3aba68,_0x5bdacf){const _0x487cf5=a227_0x34b313;assertRejectedFlags(_0x3aba68,_0x5bdacf[_0x487cf5(0x10b)]),await runCommandWithAdapter(shouldAttachUpdateNotice(_0x3aba68)?withUpdateNotice(_0x3aba68):_0x3aba68,_0x5bdacf,runnerAdapter);}function assertRejectedFlags(_0x2acf22,_0x1605d2){const _0x250180=a227_0x34b313;for(const _0x2c6759 of _0x2acf22[_0x250180(0x109)]??[]){const _0x14eb69=GLOBAL_FLAGS[_0x250180(0x106)](_0x234bfa=>_0x234bfa[_0x250180(0x126)]===_0x2c6759['name']),_0x28c65a=new Set([_0x2c6759[_0x250180(0x126)],toCamelCase(_0x2c6759[_0x250180(0x126)]),_0x14eb69?.[_0x250180(0x118)]]),_0x3b46f3=[..._0x28c65a][_0x250180(0x11c)](_0xfce2aa=>{if(!_0xfce2aa)return![];const _0x45e5b7=_0x1605d2[_0xfce2aa];return _0x45e5b7!==undefined&&_0x45e5b7!==null&&_0x45e5b7!==![];});if(_0x3b46f3)throw CliErrors[_0x250180(0x103)](_0x2c6759[_0x250180(0xfc)],_0x2c6759['hint']);}}function toCamelCase(_0x68a558){const _0x40c9da=a227_0x34b313;return _0x68a558[_0x40c9da(0xf6)](/-([a-z])/g,(_0x3defcc,_0x2aad47)=>_0x2aad47[_0x40c9da(0xee)]());}function shouldAttachUpdateNotice(_0x4c9767){const _0x517c12=a227_0x34b313;if(_0x4c9767['hasFormat']===![])return![];return!['update',_0x517c12(0x121),'doctor'][_0x517c12(0x11b)](_0x4c9767[_0x517c12(0x11f)]);}function withUpdateNotice(_0x5ad75b){return{..._0x5ad75b,async 'execute'(_0x5b92f3){const _0x42451c=a227_0x5e67,_0x52d788=shouldResolveUpdateNotice(_0x5b92f3)?resolveLatestUpdateNotice()[_0x42451c(0x111)](()=>null):Promise[_0x42451c(0x116)](null),_0x323228=await _0x5ad75b['execute'](_0x5b92f3);return attachUpdateNotice(_0x323228,await _0x52d788);}};}function shouldResolveUpdateNotice(_0x5ca13d){const _0x5c59b5=a227_0x34b313;return _0x5ca13d[_0x5c59b5(0x11e)]===_0x5c59b5(0x12b)&&!_0x5ca13d[_0x5c59b5(0x100)];}function attachUpdateNotice(_0x3255f7,_0x223d34){const _0x20a8f6=a227_0x34b313;if(!_0x223d34||!_0x3255f7||typeof _0x3255f7!==_0x20a8f6(0x11a))return _0x3255f7;const _0x3cc5cf=_0x3255f7,_0x3e640e=typeof _0x3cc5cf[_0x20a8f6(0x123)]===_0x20a8f6(0x11a)&&_0x3cc5cf[_0x20a8f6(0x123)]!==null?_0x3cc5cf['_notice']:{};return{..._0x3cc5cf,'_notice':{..._0x3e640e,'update':_0x223d34}};}
@@ -1 +1 @@
1
- (function(_0x3624c8,_0x4e67ea){const _0x2f7736=a227_0x5f48,_0xd25622=_0x3624c8();while(!![]){try{const _0x521a7a=parseInt(_0x2f7736(0x1cd))/0x1+parseInt(_0x2f7736(0x1ca))/0x2+-parseInt(_0x2f7736(0x1cb))/0x3*(parseInt(_0x2f7736(0x1c6))/0x4)+parseInt(_0x2f7736(0x1cc))/0x5*(parseInt(_0x2f7736(0x1c9))/0x6)+-parseInt(_0x2f7736(0x1c8))/0x7+parseInt(_0x2f7736(0x1c7))/0x8*(-parseInt(_0x2f7736(0x1c5))/0x9)+parseInt(_0x2f7736(0x1c4))/0xa*(parseInt(_0x2f7736(0x1ce))/0xb);if(_0x521a7a===_0x4e67ea)break;else _0xd25622['push'](_0xd25622['shift']());}catch(_0x16dd6f){_0xd25622['push'](_0xd25622['shift']());}}}(a227_0x4bea,0x23b68));import{buildSchemaPayload as a227_0x111191}from'@lovrabet/cli-framework';function a227_0x4bea(){const _0x2889a7=['69963UlziNT','55121LbGpwf','460BmsQAQ','9ewCYQx','20xZvVXk','1604696PemwhL','124677gKMVUz','163488BMEivr','205164lgmqiz','88419KqiaUM','20eWmdsY'];a227_0x4bea=function(){return _0x2889a7;};return a227_0x4bea();}function a227_0x5f48(_0x77f541,_0x295948){_0x77f541=_0x77f541-0x1c4;const _0x4bea68=a227_0x4bea();let _0x5f4809=_0x4bea68[_0x77f541];return _0x5f4809;}import{buildAllFlags}from'../framework/build-all-flags.js';import{CLI_BIN_NAME,CLI_DISPLAY_NAME,GLOBAL_FLAGS}from'../constant/cli.js';import{getCliVersion}from'../utils/version.js';export async function buildSchemaPayload(){const {serviceRegistry:_0x4e0f0c,findDefinition:_0x30eebe}=await import('../commands/registry.js');return a227_0x111191({'cliBinName':CLI_BIN_NAME,'cliDisplayName':CLI_DISPLAY_NAME,'cliVersion':getCliVersion(),'gitCommit':process.env.GIT_COMMIT??'','globalFlags':GLOBAL_FLAGS,'serviceRegistry':_0x4e0f0c,'buildAllFlags':buildAllFlags,'findDefinition':_0x30eebe});}
1
+ (function(_0x5a2b37,_0x54c50c){const _0x4b8e80=a228_0x5ca2,_0x16b2ac=_0x5a2b37();while(!![]){try{const _0x4b0e34=parseInt(_0x4b8e80(0xc7))/0x1+-parseInt(_0x4b8e80(0xcc))/0x2+parseInt(_0x4b8e80(0xca))/0x3+-parseInt(_0x4b8e80(0xc9))/0x4*(-parseInt(_0x4b8e80(0xcb))/0x5)+parseInt(_0x4b8e80(0xce))/0x6*(parseInt(_0x4b8e80(0xc8))/0x7)+-parseInt(_0x4b8e80(0xd0))/0x8+-parseInt(_0x4b8e80(0xcd))/0x9*(parseInt(_0x4b8e80(0xd1))/0xa);if(_0x4b0e34===_0x54c50c)break;else _0x16b2ac['push'](_0x16b2ac['shift']());}catch(_0x3287fb){_0x16b2ac['push'](_0x16b2ac['shift']());}}}(a228_0x1592,0x7b755));import{buildSchemaPayload as a228_0x5684f2}from'@lovrabet/cli-framework';import{buildAllFlags}from'../framework/build-all-flags.js';import{CLI_BIN_NAME,CLI_DISPLAY_NAME,GLOBAL_FLAGS}from'../constant/cli.js';import{getCliVersion}from'../utils/version.js';function a228_0x5ca2(_0x5f16b4,_0x340bd2){_0x5f16b4=_0x5f16b4-0xc7;const _0x15925a=a228_0x1592();let _0x5ca2d4=_0x15925a[_0x5f16b4];return _0x5ca2d4;}export async function buildSchemaPayload(){const _0xe4fa93=a228_0x5ca2,{serviceRegistry:_0x17de31,findDefinition:_0x59f0e6}=await import(_0xe4fa93(0xcf));return a228_0x5684f2({'cliBinName':CLI_BIN_NAME,'cliDisplayName':CLI_DISPLAY_NAME,'cliVersion':getCliVersion(),'gitCommit':process.env.GIT_COMMIT??'','globalFlags':GLOBAL_FLAGS,'serviceRegistry':_0x17de31,'buildAllFlags':buildAllFlags,'findDefinition':_0x59f0e6});}function a228_0x1592(){const _0x22dd5c=['../commands/registry.js','4843272zssTTp','70kXwswc','568053ByLcjW','210AWjPBB','76YPpVEf','825063oVymHj','148605VoLxyP','991544TQrUVW','859779YxySlb','173562wTnwHr'];a228_0x1592=function(){return _0x22dd5c;};return a228_0x1592();}
@@ -1 +1 @@
1
- function a228_0x452c(_0x39d815,_0x5dd637){_0x39d815=_0x39d815-0xd3;var _0x55aba7=a228_0x55ab();var _0x452c70=_0x55aba7[_0x39d815];return _0x452c70;}(function(_0x369d65,_0x4dd4dd){var _0x92aad0=a228_0x452c,_0x44c60a=_0x369d65();while(!![]){try{var _0x5b3cb0=parseInt(_0x92aad0(0xd4))/0x1+-parseInt(_0x92aad0(0xd3))/0x2+parseInt(_0x92aad0(0xd6))/0x3+-parseInt(_0x92aad0(0xd8))/0x4+parseInt(_0x92aad0(0xd9))/0x5+parseInt(_0x92aad0(0xd7))/0x6*(parseInt(_0x92aad0(0xd5))/0x7)+-parseInt(_0x92aad0(0xda))/0x8;if(_0x5b3cb0===_0x4dd4dd)break;else _0x44c60a['push'](_0x44c60a['shift']());}catch(_0x1d3f2a){_0x44c60a['push'](_0x44c60a['shift']());}}}(a228_0x55ab,0x70023));export{riskLevelOrder,normalizeLegacyOutputFormat,isValidFormat,commandAllowsOptionalAuth,commandRequiresAuth,formatDeprecatedCommandMessage,resolveCommandAuthMode}from'@lovrabet/cli-framework';function a228_0x55ab(){var _0x11e605=['1552472WgvXvo','1185835nGWLIk','5093360hLBjUN','507888WCFKhO','445062IvoBVO','7PAXWSe','1362957UpLVyh','3605826PoafYc'];a228_0x55ab=function(){return _0x11e605;};return a228_0x55ab();}
1
+ function a229_0x1d3c(_0x10de2a,_0x33ebfc){_0x10de2a=_0x10de2a-0xd7;var _0x110a6f=a229_0x110a();var _0x1d3c48=_0x110a6f[_0x10de2a];return _0x1d3c48;}function a229_0x110a(){var _0x4c32b2=['1619625yPfETb','8718786gQTlyz','133EMHpHf','795qjbJng','4433VSlsQR','3778PuzKCK','11609664pRZauS','32200vbeRiv','1891825lQdELe','69234bwrsVC','12nNflhM'];a229_0x110a=function(){return _0x4c32b2;};return a229_0x110a();}(function(_0x45bf56,_0x34c0e6){var _0x242d6e=a229_0x1d3c,_0x43ac4c=_0x45bf56();while(!![]){try{var _0x1da1fb=-parseInt(_0x242d6e(0xd7))/0x1+parseInt(_0x242d6e(0xdc))/0x2*(parseInt(_0x242d6e(0xda))/0x3)+parseInt(_0x242d6e(0xe1))/0x4*(parseInt(_0x242d6e(0xdf))/0x5)+-parseInt(_0x242d6e(0xe0))/0x6*(parseInt(_0x242d6e(0xd9))/0x7)+parseInt(_0x242d6e(0xdd))/0x8+parseInt(_0x242d6e(0xd8))/0x9+-parseInt(_0x242d6e(0xde))/0xa*(parseInt(_0x242d6e(0xdb))/0xb);if(_0x1da1fb===_0x34c0e6)break;else _0x43ac4c['push'](_0x43ac4c['shift']());}catch(_0x4806e7){_0x43ac4c['push'](_0x43ac4c['shift']());}}}(a229_0x110a,0xe064c));export{riskLevelOrder,normalizeLegacyOutputFormat,isValidFormat,commandAllowsOptionalAuth,commandRequiresAuth,formatDeprecatedCommandMessage,resolveCommandAuthMode}from'@lovrabet/cli-framework';
@@ -1 +1 @@
1
- const a229_0x59bd70=a229_0x2563;(function(_0x16fbc5,_0x1de716){const _0x1269a3=a229_0x2563,_0x206826=_0x16fbc5();while(!![]){try{const _0x8d89a5=-parseInt(_0x1269a3(0x190))/0x1*(parseInt(_0x1269a3(0x18c))/0x2)+-parseInt(_0x1269a3(0x185))/0x3*(parseInt(_0x1269a3(0x188))/0x4)+-parseInt(_0x1269a3(0x189))/0x5+-parseInt(_0x1269a3(0x18e))/0x6*(-parseInt(_0x1269a3(0x18a))/0x7)+parseInt(_0x1269a3(0x191))/0x8*(parseInt(_0x1269a3(0x18f))/0x9)+parseInt(_0x1269a3(0x18b))/0xa*(-parseInt(_0x1269a3(0x187))/0xb)+parseInt(_0x1269a3(0x186))/0xc;if(_0x8d89a5===_0x1de716)break;else _0x206826['push'](_0x206826['shift']());}catch(_0x3179ad){_0x206826['push'](_0x206826['shift']());}}}(a229_0x369e,0xa0356));function a229_0x2563(_0x1009e3,_0x43795e){_0x1009e3=_0x1009e3-0x184;const _0x369e73=a229_0x369e();let _0x25635b=_0x369e73[_0x1009e3];return _0x25635b;}function a229_0x369e(){const _0x365317=['4631nRKdgp','2996FmbHLi','5530580AmGTWf','21KByjAw','15340WZKJtp','2idBhXD','67559ab','198336CsILNG','4203cpzVpn','1157670edvwYO','18912eVSWNE','2.3.10','1059vcKDVG','31524660MTvycy'];a229_0x369e=function(){return _0x365317;};return a229_0x369e();}export const VERSION=a229_0x59bd70(0x184);export const GIT_TAG='v2.3.10-beta.2';export const GIT_COMMIT=a229_0x59bd70(0x18d);export const BUILD_TIME='2026-08-01T08:26:05.205Z';
1
+ function a230_0x14ed(_0x1a550d,_0x2ecc60){_0x1a550d=_0x1a550d-0x1bd;const _0x3a7948=a230_0x3a79();let _0x14ed3a=_0x3a7948[_0x1a550d];return _0x14ed3a;}function a230_0x3a79(){const _0x3abc75=['2511870zsunNj','1074600tOGpIY','v2.3.11-beta.1','13891380ATFLUH','2.3.11-beta.1','808BXbvZS','40941nliETl','4984581ocBFxE','ebe71c9','269uBHJOY','5MLjsnJ','2026-08-03T03:55:10.098Z','4605018jTYJok','4346xULFBx'];a230_0x3a79=function(){return _0x3abc75;};return a230_0x3a79();}const a230_0xa99da2=a230_0x14ed;(function(_0x37b11a,_0x3966a4){const _0x18bc94=a230_0x14ed,_0x55ea93=_0x37b11a();while(!![]){try{const _0x21f248=-parseInt(_0x18bc94(0x1c5))/0x1*(-parseInt(_0x18bc94(0x1c9))/0x2)+-parseInt(_0x18bc94(0x1ca))/0x3+-parseInt(_0x18bc94(0x1bd))/0x4+parseInt(_0x18bc94(0x1c6))/0x5*(parseInt(_0x18bc94(0x1c8))/0x6)+-parseInt(_0x18bc94(0x1c3))/0x7+parseInt(_0x18bc94(0x1c1))/0x8*(-parseInt(_0x18bc94(0x1c2))/0x9)+parseInt(_0x18bc94(0x1bf))/0xa;if(_0x21f248===_0x3966a4)break;else _0x55ea93['push'](_0x55ea93['shift']());}catch(_0x3bfded){_0x55ea93['push'](_0x55ea93['shift']());}}}(a230_0x3a79,0x7135a));export const VERSION=a230_0xa99da2(0x1c0);export const GIT_TAG=a230_0xa99da2(0x1be);export const GIT_COMMIT=a230_0xa99da2(0x1c4);export const BUILD_TIME=a230_0xa99da2(0x1c7);
package/lib/help.js CHANGED
@@ -1 +1 @@
1
- (function(_0xa1cc81,_0x4f488a){var _0x555535=a230_0x47f4,_0x22b170=_0xa1cc81();while(!![]){try{var _0x2de2d2=-parseInt(_0x555535(0xfa))/0x1+parseInt(_0x555535(0xf4))/0x2*(-parseInt(_0x555535(0xf1))/0x3)+-parseInt(_0x555535(0xf6))/0x4*(-parseInt(_0x555535(0xf7))/0x5)+-parseInt(_0x555535(0xf9))/0x6*(-parseInt(_0x555535(0xf0))/0x7)+-parseInt(_0x555535(0xef))/0x8*(-parseInt(_0x555535(0xec))/0x9)+parseInt(_0x555535(0xf8))/0xa+-parseInt(_0x555535(0xf2))/0xb;if(_0x2de2d2===_0x4f488a)break;else _0x22b170['push'](_0x22b170['shift']());}catch(_0x195b8d){_0x22b170['push'](_0x22b170['shift']());}}}(a230_0x478e,0xbfad7));import a230_0x200dd9 from'chalk';import{CLI_BIN_NAME,CLI_DISPLAY_NAME}from'./constant/cli.js';function a230_0x47f4(_0x247ca1,_0x32cccb){_0x247ca1=_0x247ca1-0xec;var _0x478e28=a230_0x478e();var _0x47f453=_0x478e28[_0x247ca1];return _0x47f453;}export function showHelp(){var _0x1fc715=a230_0x47f4;console[_0x1fc715(0xf5)](),console[_0x1fc715(0xf5)](a230_0x200dd9[_0x1fc715(0xf3)][_0x1fc715(0xee)]('\x20\x20'+CLI_DISPLAY_NAME)),console[_0x1fc715(0xf5)](),console[_0x1fc715(0xf5)](_0x1fc715(0xed)+a230_0x200dd9['green'][_0x1fc715(0xee)](CLI_BIN_NAME+'\x20--help')+'\x20to\x20view\x20available\x20commands.'),console[_0x1fc715(0xf5)]();}function a230_0x478e(){var _0x1232f5=['7004990GuMjww','762JbwOFk','820113XsWYet','4005PQDGsc','\x20\x20Use\x20','bold','8616qJElhk','41594GEdkYJ','2537925lcxRHc','4660843WKXWXL','green','2DwemEF','log','3368HSiFVG','5585seZIUF'];a230_0x478e=function(){return _0x1232f5;};return a230_0x478e();}
1
+ function a231_0x3e0e(_0x1a079c,_0x3cf09f){_0x1a079c=_0x1a079c-0xd2;var _0x5e9970=a231_0x5e99();var _0x3e0e35=_0x5e9970[_0x1a079c];return _0x3e0e35;}(function(_0x2b3fe0,_0x1730b1){var _0x43bf3b=a231_0x3e0e,_0x39e898=_0x2b3fe0();while(!![]){try{var _0x150b3c=-parseInt(_0x43bf3b(0xdd))/0x1*(parseInt(_0x43bf3b(0xd7))/0x2)+-parseInt(_0x43bf3b(0xd5))/0x3+-parseInt(_0x43bf3b(0xdb))/0x4+-parseInt(_0x43bf3b(0xd6))/0x5+-parseInt(_0x43bf3b(0xde))/0x6+-parseInt(_0x43bf3b(0xda))/0x7+-parseInt(_0x43bf3b(0xdc))/0x8*(-parseInt(_0x43bf3b(0xd3))/0x9);if(_0x150b3c===_0x1730b1)break;else _0x39e898['push'](_0x39e898['shift']());}catch(_0x8671db){_0x39e898['push'](_0x39e898['shift']());}}}(a231_0x5e99,0x9ded3));function a231_0x5e99(){var _0x51da73=['bold','\x20\x20Use\x20','1920667NDPaZe','4365788ZDOjyd','8iRCpnp','1LVfeFy','4817694HYjrgx','\x20to\x20view\x20available\x20commands.','green','\x20--help','51159321NflJCF','log','1642305AVjlzl','5746665VeWTOQ','2343914PDDPiS'];a231_0x5e99=function(){return _0x51da73;};return a231_0x5e99();}import a231_0x4028c2 from'chalk';import{CLI_BIN_NAME,CLI_DISPLAY_NAME}from'./constant/cli.js';export function showHelp(){var _0x52c661=a231_0x3e0e;console[_0x52c661(0xd4)](),console[_0x52c661(0xd4)](a231_0x4028c2[_0x52c661(0xe0)][_0x52c661(0xd8)]('\x20\x20'+CLI_DISPLAY_NAME)),console[_0x52c661(0xd4)](),console['log'](_0x52c661(0xd9)+a231_0x4028c2['green'][_0x52c661(0xd8)](CLI_BIN_NAME+_0x52c661(0xd2))+_0x52c661(0xdf)),console[_0x52c661(0xd4)]();}
@@ -1 +1 @@
1
- (function(_0x5ef231,_0x42eb83){const _0x3e96e7=a231_0x58aa,_0x44b4c9=_0x5ef231();while(!![]){try{const _0x352d82=-parseInt(_0x3e96e7(0x178))/0x1*(-parseInt(_0x3e96e7(0x17a))/0x2)+parseInt(_0x3e96e7(0x173))/0x3+-parseInt(_0x3e96e7(0x15e))/0x4*(parseInt(_0x3e96e7(0x15c))/0x5)+parseInt(_0x3e96e7(0x175))/0x6*(-parseInt(_0x3e96e7(0x174))/0x7)+-parseInt(_0x3e96e7(0x168))/0x8+-parseInt(_0x3e96e7(0x16b))/0x9*(-parseInt(_0x3e96e7(0x16d))/0xa)+parseInt(_0x3e96e7(0x177))/0xb;if(_0x352d82===_0x42eb83)break;else _0x44b4c9['push'](_0x44b4c9['shift']());}catch(_0x3bfa92){_0x44b4c9['push'](_0x44b4c9['shift']());}}}(a231_0xc52b,0xd8ccd));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(_0x5e0e48){const _0x17bf52=a231_0x58aa,_0x53c3fc=[];for(const [_0x285b40,_0x7ade4d]of Object['entries'](_0x5e0e48)){if(_0x7ade4d===!![]){const _0x5b73e3=_0x285b40[_0x17bf52(0x16c)](/([A-Z])/g,'-$1')['toLowerCase']();_0x53c3fc[_0x17bf52(0x15f)](_0x5b73e3);}}return _0x53c3fc;}function a231_0x58aa(_0x2c5088,_0x472126){_0x2c5088=_0x2c5088-0x157;const _0xc52bbc=a231_0xc52b();let _0x58aa9f=_0xc52bbc[_0x2c5088];return _0x58aa9f;}export function parseDynamicFlags(){const _0x50159b=a231_0x58aa,_0x469cde=[];for(let _0x407897=0x3;_0x407897<process['argv'][_0x50159b(0x165)];_0x407897++){const _0x5e029a=process[_0x50159b(0x163)][_0x407897];if(_0x5e029a&&_0x5e029a[_0x50159b(0x15a)]('--')){const _0x244692=_0x5e029a[_0x50159b(0x179)](0x2);_0x244692&&!_0x244692[_0x50159b(0x167)]('=')&&_0x469cde['push'](_0x244692);}}return _0x469cde;}export function getAllProvidedFlags(_0x8d0c26){const _0x383aaa=a231_0x58aa,_0x105c22=camelCaseFlagsToKebab(_0x8d0c26),_0x1a8723=parseDynamicFlags(),_0x47ab4d=new Set([..._0x105c22,..._0x1a8723]);return Array[_0x383aaa(0x158)](_0x47ab4d);}export function normalizeLegacyBffSaveFlags(_0x56c80b){const _0x37814c=a231_0x58aa,_0xc7f437=new Set(_0x56c80b);return _0xc7f437[_0x37814c(0x16e)]('dangerously-bff-save')&&_0xc7f437['add'](_0x37814c(0x172)),Array[_0x37814c(0x158)](_0xc7f437);}const SKILLS_INSTALL_COMMAND_LINE=NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE;function a231_0xc52b(){const _0x49685f=['cwd','enable-bff-save','1662918LBFOqt','7FtqPHh','6027576vAjpuB','log','6765924rKNblD','16487Kxastm','slice','142VfJCwZ','exit','skill','from','--help','startsWith','help','43095wJmKQG','\x0a\x0aNote:\x20npx\x20skills\x20selects\x20the\x20agent\x20and\x20writes\x20files;\x20guides\x20live\x20under\x20skills/rabetbase/guides/.\x0a','260HhTUeC','push','不支持的命令:\x20','error','\x0aRabetbase\x20CLI\x20Skill\x20-\x20Developer\x20Workflow\x20Installation\x20Tool\x0a\x0aUsage:\x0a\x20\x20','argv','\x20cli-skill\x20install\x20\x20\x20\x20\x20\x20\x20#\x20Install\x20CLI\x20Built-in\x20Skill','length','setLogPath','includes','5945480VisueY','Error:\x20Unsupported\x20command:\x20','(empty)','4482WDPiyM','replace','17190JLLzrY','has','Equivalent\x20command:\x20','\x0aAvailable\x20commands:'];a231_0xc52b=function(){return _0x49685f;};return a231_0xc52b();}export async function skillsCommand(_0x9d3441,_0x400c67,_0x14a983){const _0x4635ac=a231_0x58aa;logger[_0x4635ac(0x166)](process[_0x4635ac(0x171)]());if(_0x14a983?.[_0x4635ac(0x15b)]||_0x9d3441===_0x4635ac(0x159)){showHelp();return;}console[_0x4635ac(0x161)](_0x4635ac(0x169)+(_0x9d3441||_0x4635ac(0x16a))),console[_0x4635ac(0x176)](_0x4635ac(0x170)),console[_0x4635ac(0x176)]('\x20\x20'+CLI_BIN_NAME+_0x4635ac(0x164)),console[_0x4635ac(0x176)](''),console[_0x4635ac(0x176)](_0x4635ac(0x16f)+SKILLS_INSTALL_COMMAND_LINE),logger[_0x4635ac(0x161)](_0x4635ac(0x157),_0x4635ac(0x160)+_0x9d3441),process[_0x4635ac(0x17b)](0x1);}function showHelp(){const _0x4270ce=a231_0x58aa;console[_0x4270ce(0x176)](_0x4270ce(0x162)+CLI_BIN_NAME+'\x20cli-skill\x20install\x0a\x0aEquivalent\x20command:\x20'+SKILLS_INSTALL_COMMAND_LINE+_0x4270ce(0x15d));}
1
+ (function(_0x34b8ae,_0x26136b){const _0x50ca36=a232_0x4880,_0x3a6725=_0x34b8ae();while(!![]){try{const _0x1750d5=-parseInt(_0x50ca36(0x11a))/0x1+parseInt(_0x50ca36(0x136))/0x2+-parseInt(_0x50ca36(0x116))/0x3*(-parseInt(_0x50ca36(0x11e))/0x4)+-parseInt(_0x50ca36(0x124))/0x5+parseInt(_0x50ca36(0x125))/0x6*(parseInt(_0x50ca36(0x134))/0x7)+parseInt(_0x50ca36(0x119))/0x8*(-parseInt(_0x50ca36(0x12d))/0x9)+parseInt(_0x50ca36(0x135))/0xa*(-parseInt(_0x50ca36(0x121))/0xb);if(_0x1750d5===_0x26136b)break;else _0x3a6725['push'](_0x3a6725['shift']());}catch(_0x37ad1f){_0x3a6725['push'](_0x3a6725['shift']());}}}(a232_0x2e90,0x688b4));function a232_0x4880(_0x3c9d6d,_0x2eb580){_0x3c9d6d=_0x3c9d6d-0x114;const _0x2e901c=a232_0x2e90();let _0x4880d0=_0x2e901c[_0x3c9d6d];return _0x4880d0;}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(_0x337958){const _0xfdadf6=a232_0x4880,_0x3d0d41=[];for(const [_0x44ac6d,_0x59518b]of Object[_0xfdadf6(0x115)](_0x337958)){if(_0x59518b===!![]){const _0x416414=_0x44ac6d[_0xfdadf6(0x11c)](/([A-Z])/g,_0xfdadf6(0x120))[_0xfdadf6(0x129)]();_0x3d0d41[_0xfdadf6(0x118)](_0x416414);}}return _0x3d0d41;}export function parseDynamicFlags(){const _0x16d915=a232_0x4880,_0x1f5e70=[];for(let _0x579c65=0x3;_0x579c65<process['argv']['length'];_0x579c65++){const _0x4482dd=process[_0x16d915(0x114)][_0x579c65];if(_0x4482dd&&_0x4482dd[_0x16d915(0x126)]('--')){const _0x212edf=_0x4482dd['slice'](0x2);_0x212edf&&!_0x212edf[_0x16d915(0x12a)]('=')&&_0x1f5e70['push'](_0x212edf);}}return _0x1f5e70;}export function getAllProvidedFlags(_0x3a40cb){const _0xe24b9e=a232_0x4880,_0x3a6cdc=camelCaseFlagsToKebab(_0x3a40cb),_0x4def18=parseDynamicFlags(),_0x23fb32=new Set([..._0x3a6cdc,..._0x4def18]);return Array[_0xe24b9e(0x132)](_0x23fb32);}export function normalizeLegacyBffSaveFlags(_0x4c81e6){const _0x20e7e1=a232_0x4880,_0x31d86d=new Set(_0x4c81e6);return _0x31d86d[_0x20e7e1(0x12b)](_0x20e7e1(0x127))&&_0x31d86d[_0x20e7e1(0x131)](_0x20e7e1(0x11d)),Array[_0x20e7e1(0x132)](_0x31d86d);}const SKILLS_INSTALL_COMMAND_LINE=NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE;function a232_0x2e90(){const _0x4e936c=['66wrTMsB','--help','help','2428045upIdBH','6MNbcBU','startsWith','dangerously-bff-save','\x0a\x0aNote:\x20npx\x20skills\x20selects\x20the\x20agent\x20and\x20writes\x20files;\x20guides\x20live\x20under\x20skills/rabetbase/guides/.\x0a','toLowerCase','includes','has','log','7371YUclCQ','Error:\x20Unsupported\x20command:\x20','error','(empty)','add','from','\x20cli-skill\x20install\x0a\x0aEquivalent\x20command:\x20','5661229COaSjg','1234780xWyRFl','1692270tMoInL','skill','argv','entries','2232501txCrWY','\x20cli-skill\x20install\x20\x20\x20\x20\x20\x20\x20#\x20Install\x20CLI\x20Built-in\x20Skill','push','4528bwPkeD','280806vUmWIX','setLogPath','replace','enable-bff-save','4tPnLQm','不支持的命令:\x20','-$1'];a232_0x2e90=function(){return _0x4e936c;};return a232_0x2e90();}export async function skillsCommand(_0x115d45,_0x58f3a0,_0x386fe8){const _0x76cc40=a232_0x4880;logger[_0x76cc40(0x11b)](process['cwd']());if(_0x386fe8?.[_0x76cc40(0x123)]||_0x115d45===_0x76cc40(0x122)){showHelp();return;}console[_0x76cc40(0x12f)](_0x76cc40(0x12e)+(_0x115d45||_0x76cc40(0x130))),console['log']('\x0aAvailable\x20commands:'),console[_0x76cc40(0x12c)]('\x20\x20'+CLI_BIN_NAME+_0x76cc40(0x117)),console[_0x76cc40(0x12c)](''),console['log']('Equivalent\x20command:\x20'+SKILLS_INSTALL_COMMAND_LINE),logger['error'](_0x76cc40(0x137),_0x76cc40(0x11f)+_0x115d45),process['exit'](0x1);}function showHelp(){const _0x488ae3=a232_0x4880;console[_0x488ae3(0x12c)]('\x0aRabetbase\x20CLI\x20Skill\x20-\x20Developer\x20Workflow\x20Installation\x20Tool\x0a\x0aUsage:\x0a\x20\x20'+CLI_BIN_NAME+_0x488ae3(0x133)+SKILLS_INSTALL_COMMAND_LINE+_0x488ae3(0x128));}
@@ -1 +1 @@
1
- const a232_0x7bd440=a232_0x5473;(function(_0x56edc3,_0x36c8bc){const _0x501929=a232_0x5473,_0x3eb611=_0x56edc3();while(!![]){try{const _0x6733bb=-parseInt(_0x501929(0x159))/0x1+parseInt(_0x501929(0x161))/0x2+parseInt(_0x501929(0x16d))/0x3+parseInt(_0x501929(0x16c))/0x4*(-parseInt(_0x501929(0x168))/0x5)+parseInt(_0x501929(0x163))/0x6*(-parseInt(_0x501929(0x171))/0x7)+-parseInt(_0x501929(0x15c))/0x8+parseInt(_0x501929(0x157))/0x9;if(_0x6733bb===_0x36c8bc)break;else _0x3eb611['push'](_0x3eb611['shift']());}catch(_0x4c07a5){_0x3eb611['push'](_0x3eb611['shift']());}}}(a232_0x32af,0xf2422));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='add';export const NPX_SKILLS_FLAG_SKILL=a232_0x7bd440(0x169);export const RABETBASE_SKILL_SOURCE=a232_0x7bd440(0x162);export const LEGACY_RABETBASE_SKILL_SOURCE=a232_0x7bd440(0x165);export const DEFAULT_RABETBASE_SKILL_NAME=a232_0x7bd440(0x15a);function a232_0x32af(){const _0x2a324b=['lovrabet/rabetbase','74370dxRiLZ','join','lovrabet/lovrabet-skill','stderr','log','326335AJYURA','--skill','remove','unknown','68aWpWyN','5407533nibRyv','status','trim','stdout','1043ybnzrZ','inherit','skill','stdio','33252111CqCQru','pipe','863795bCUwrv','Lovrabet','toString','11750272SyTuEz','exit\x20','push','yes','npx','1568146HBMypU'];a232_0x32af=function(){return _0x2a324b;};return a232_0x32af();}function a232_0x5473(_0x4481a0,_0x2a2949){_0x4481a0=_0x4481a0-0x156;const _0x32af80=a232_0x32af();let _0x547362=_0x32af80[_0x4481a0];return _0x547362;}export function buildNpxSkillsAddArgv(_0x39c759){const _0x25af6c=a232_0x7bd440,_0x58563a=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE];return _0x39c759&&_0x58563a[_0x25af6c(0x15e)](NPX_SKILLS_FLAG_SKILL,_0x39c759),_0x58563a;}export const NPX_SKILLS_ADD_COMMAND_LINE=['npx',...buildNpxSkillsAddArgv()][a232_0x7bd440(0x164)]('\x20');export const NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE=[a232_0x7bd440(0x160),NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES][a232_0x7bd440(0x164)]('\x20');export function shouldSkipNpxSkillsAdd(){return process.env.RABETBASE_SKIP_NPX_SKILLS==='1';}export function runNpxSkillsAdd(_0x47bf6b,_0x35a814){const _0x53eb43=a232_0x7bd440;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x6662b1=_0x35a814?.[_0x53eb43(0x156)]??_0x53eb43(0x172),_0x4941dc=resolveNpmBin(_0x53eb43(0x160)),_0x242f9d=buildNpxSkillsAddArgv(_0x35a814?.[_0x53eb43(0x173)]),_0x11bdb1=[_0x53eb43(0x160),..._0x242f9d]['join']('\x20');console['log']('*\x20'+_0x11bdb1);const _0x3930d2=spawnSync(_0x4941dc,_0x242f9d,{'cwd':_0x47bf6b,'stdio':_0x6662b1,'env':process.env,'shell':![]}),_0x24729b=_0x3930d2[_0x53eb43(0x16e)];if(_0x24729b===0x0)return{'ok':!![],'status':0x0};let _0x58e16c=_0x53eb43(0x15d)+(_0x24729b??_0x53eb43(0x16b));if(_0x6662b1==='pipe'){const _0x56f0aa=_0x3930d2['stderr']?_0x3930d2[_0x53eb43(0x166)][_0x53eb43(0x15b)]()[_0x53eb43(0x16f)]():'',_0x20acd7=_0x3930d2[_0x53eb43(0x170)]?_0x3930d2['stdout']['toString']()[_0x53eb43(0x16f)]():'';if(_0x56f0aa)_0x58e16c=_0x56f0aa;else{if(_0x20acd7)_0x58e16c=_0x20acd7;}}return{'ok':![],'status':_0x24729b??null,'error':_0x58e16c};}export function runNpxSkillsRemove(_0x27caa9,_0x10ebbd,_0x25961e=LEGACY_RABETBASE_SKILL_SOURCE){const _0x6d25fe=a232_0x7bd440;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x3d1498=_0x10ebbd?.['stdio']??_0x6d25fe(0x172),_0x1a693e=resolveNpmBin(_0x6d25fe(0x160)),_0x2eaa43=[NPX_FLAG_YES,NPX_SKILLS_CLI,_0x6d25fe(0x16a),_0x25961e,NPX_SKILLS_FLAG_SKILL,_0x10ebbd?.[_0x6d25fe(0x173)]??DEFAULT_RABETBASE_SKILL_NAME,..._0x10ebbd?.[_0x6d25fe(0x15f)]?['-y']:[]],_0x2d74e0=[_0x1a693e,..._0x2eaa43][_0x6d25fe(0x164)]('\x20');console[_0x6d25fe(0x167)]('*\x20'+_0x2d74e0);const _0x5c61df=spawnSync(_0x1a693e,_0x2eaa43,{'cwd':_0x27caa9,'stdio':_0x3d1498,'env':process.env,'shell':![]}),_0x298c0d=_0x5c61df[_0x6d25fe(0x16e)];if(_0x298c0d===0x0)return{'ok':!![],'status':0x0};let _0x1268f0=_0x6d25fe(0x15d)+(_0x298c0d??_0x6d25fe(0x16b));if(_0x3d1498===_0x6d25fe(0x158)){const _0x72ae99=_0x5c61df[_0x6d25fe(0x166)]?_0x5c61df['stderr'][_0x6d25fe(0x15b)]()[_0x6d25fe(0x16f)]():'',_0x478aa4=_0x5c61df[_0x6d25fe(0x170)]?_0x5c61df[_0x6d25fe(0x170)][_0x6d25fe(0x15b)]()[_0x6d25fe(0x16f)]():'';if(_0x72ae99)_0x1268f0=_0x72ae99;else{if(_0x478aa4)_0x1268f0=_0x478aa4;}}return{'ok':![],'status':_0x298c0d??null,'error':_0x1268f0};}export function runNpxSkillsAddGlobal(_0x2154c5,_0x4f6ce9,_0x2c2b02){const _0x344cfb=a232_0x7bd440;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x5b5ff0=_0x2c2b02?.[_0x344cfb(0x156)]??'inherit',_0x5387ad=resolveNpmBin(_0x344cfb(0x160)),_0x1f73aa=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x4f6ce9,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES],_0x285d64=[_0x344cfb(0x160),NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x4f6ce9,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES][_0x344cfb(0x164)]('\x20');console[_0x344cfb(0x167)]('*\x20'+_0x285d64);const _0xe8080b=spawnSync(_0x5387ad,_0x1f73aa,{'cwd':_0x2154c5,'stdio':_0x5b5ff0,'env':process.env,'shell':![]}),_0x12cd87=_0xe8080b[_0x344cfb(0x16e)];if(_0x12cd87===0x0)return{'ok':!![],'status':0x0};let _0x42df69='exit\x20'+(_0x12cd87??_0x344cfb(0x16b));if(_0x5b5ff0===_0x344cfb(0x158)){const _0x320d0b=_0xe8080b['stderr']?_0xe8080b[_0x344cfb(0x166)][_0x344cfb(0x15b)]()[_0x344cfb(0x16f)]():'',_0x1867d8=_0xe8080b[_0x344cfb(0x170)]?_0xe8080b[_0x344cfb(0x170)][_0x344cfb(0x15b)]()[_0x344cfb(0x16f)]():'';if(_0x320d0b)_0x42df69=_0x320d0b;else{if(_0x1867d8)_0x42df69=_0x1867d8;}}return{'ok':![],'status':_0x12cd87??null,'error':_0x42df69};}
1
+ const a233_0x2bd0f7=a233_0x257a;function a233_0x257a(_0x2f35ee,_0x1e9edb){_0x2f35ee=_0x2f35ee-0x6d;const _0x4f48bf=a233_0x4f48();let _0x257a3a=_0x4f48bf[_0x2f35ee];return _0x257a3a;}(function(_0x332168,_0x515bdf){const _0x313baf=a233_0x257a,_0x682085=_0x332168();while(!![]){try{const _0x7c4d36=-parseInt(_0x313baf(0x6f))/0x1+parseInt(_0x313baf(0x72))/0x2*(-parseInt(_0x313baf(0x7f))/0x3)+parseInt(_0x313baf(0x7d))/0x4+-parseInt(_0x313baf(0x70))/0x5+parseInt(_0x313baf(0x76))/0x6+parseInt(_0x313baf(0x78))/0x7*(parseInt(_0x313baf(0x71))/0x8)+-parseInt(_0x313baf(0x88))/0x9*(-parseInt(_0x313baf(0x79))/0xa);if(_0x7c4d36===_0x515bdf)break;else _0x682085['push'](_0x682085['shift']());}catch(_0x41fc4c){_0x682085['push'](_0x682085['shift']());}}}(a233_0x4f48,0x84624));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=a233_0x2bd0f7(0x86);export const NPX_SKILLS_FLAG_SKILL='--skill';export const RABETBASE_SKILL_SOURCE=a233_0x2bd0f7(0x7c);export const LEGACY_RABETBASE_SKILL_SOURCE=a233_0x2bd0f7(0x74);export const DEFAULT_RABETBASE_SKILL_NAME=a233_0x2bd0f7(0x77);export function buildNpxSkillsAddArgv(_0x410f8d){const _0x191ab3=a233_0x2bd0f7,_0x36a4a6=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE];return _0x410f8d&&_0x36a4a6[_0x191ab3(0x8b)](NPX_SKILLS_FLAG_SKILL,_0x410f8d),_0x36a4a6;}export const NPX_SKILLS_ADD_COMMAND_LINE=['npx',...buildNpxSkillsAddArgv()][a233_0x2bd0f7(0x81)]('\x20');export const NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE=[a233_0x2bd0f7(0x73),NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,RABETBASE_SKILL_SOURCE,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES][a233_0x2bd0f7(0x81)]('\x20');export function shouldSkipNpxSkillsAdd(){return process.env.RABETBASE_SKIP_NPX_SKILLS==='1';}export function runNpxSkillsAdd(_0x2caa3d,_0x15499f){const _0xb27dc4=a233_0x2bd0f7;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x53ca75=_0x15499f?.[_0xb27dc4(0x82)]??_0xb27dc4(0x84),_0x4de524=resolveNpmBin('npx'),_0x4aef45=buildNpxSkillsAddArgv(_0x15499f?.[_0xb27dc4(0x6d)]),_0x14629a=[_0xb27dc4(0x73),..._0x4aef45]['join']('\x20');console[_0xb27dc4(0x7e)]('*\x20'+_0x14629a);const _0x14c9d9=spawnSync(_0x4de524,_0x4aef45,{'cwd':_0x2caa3d,'stdio':_0x53ca75,'env':process.env,'shell':![]}),_0x2a1823=_0x14c9d9[_0xb27dc4(0x83)];if(_0x2a1823===0x0)return{'ok':!![],'status':0x0};let _0xea234a=_0xb27dc4(0x87)+(_0x2a1823??_0xb27dc4(0x89));if(_0x53ca75===_0xb27dc4(0x7a)){const _0x1395c6=_0x14c9d9[_0xb27dc4(0x6e)]?_0x14c9d9[_0xb27dc4(0x6e)][_0xb27dc4(0x8a)]()[_0xb27dc4(0x7b)]():'',_0x4bb846=_0x14c9d9[_0xb27dc4(0x75)]?_0x14c9d9[_0xb27dc4(0x75)][_0xb27dc4(0x8a)]()['trim']():'';if(_0x1395c6)_0xea234a=_0x1395c6;else{if(_0x4bb846)_0xea234a=_0x4bb846;}}return{'ok':![],'status':_0x2a1823??null,'error':_0xea234a};}export function runNpxSkillsRemove(_0xd65978,_0x4f1dde,_0x10657a=LEGACY_RABETBASE_SKILL_SOURCE){const _0x1331ec=a233_0x2bd0f7;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x1ee955=_0x4f1dde?.['stdio']??'inherit',_0x28a790=resolveNpmBin(_0x1331ec(0x73)),_0x3bee4d=[NPX_FLAG_YES,NPX_SKILLS_CLI,_0x1331ec(0x80),_0x10657a,NPX_SKILLS_FLAG_SKILL,_0x4f1dde?.[_0x1331ec(0x6d)]??DEFAULT_RABETBASE_SKILL_NAME,..._0x4f1dde?.[_0x1331ec(0x85)]?['-y']:[]],_0x522958=[_0x28a790,..._0x3bee4d][_0x1331ec(0x81)]('\x20');console[_0x1331ec(0x7e)]('*\x20'+_0x522958);const _0x4597a5=spawnSync(_0x28a790,_0x3bee4d,{'cwd':_0xd65978,'stdio':_0x1ee955,'env':process.env,'shell':![]}),_0x32ae75=_0x4597a5[_0x1331ec(0x83)];if(_0x32ae75===0x0)return{'ok':!![],'status':0x0};let _0x20ddb0=_0x1331ec(0x87)+(_0x32ae75??_0x1331ec(0x89));if(_0x1ee955===_0x1331ec(0x7a)){const _0x4bec27=_0x4597a5[_0x1331ec(0x6e)]?_0x4597a5[_0x1331ec(0x6e)][_0x1331ec(0x8a)]()[_0x1331ec(0x7b)]():'',_0x1bafd4=_0x4597a5[_0x1331ec(0x75)]?_0x4597a5[_0x1331ec(0x75)][_0x1331ec(0x8a)]()[_0x1331ec(0x7b)]():'';if(_0x4bec27)_0x20ddb0=_0x4bec27;else{if(_0x1bafd4)_0x20ddb0=_0x1bafd4;}}return{'ok':![],'status':_0x32ae75??null,'error':_0x20ddb0};}export function runNpxSkillsAddGlobal(_0x9fec40,_0x36f359,_0x13076d){const _0x27d0df=a233_0x2bd0f7;if(shouldSkipNpxSkillsAdd())return{'ok':!![],'status':0x0,'skipped':!![]};const _0x8a7c8a=_0x13076d?.[_0x27d0df(0x82)]??_0x27d0df(0x84),_0x2feed0=resolveNpmBin('npx'),_0x5865a4=[NPX_FLAG_YES,NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x36f359,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES],_0x22ea89=[_0x27d0df(0x73),NPX_SKILLS_CLI,NPX_SKILLS_SUBCOMMAND_ADD,_0x36f359,SKILLS_FLAG_GLOBAL,SKILLS_FLAG_YES][_0x27d0df(0x81)]('\x20');console[_0x27d0df(0x7e)]('*\x20'+_0x22ea89);const _0x1c35e9=spawnSync(_0x2feed0,_0x5865a4,{'cwd':_0x9fec40,'stdio':_0x8a7c8a,'env':process.env,'shell':![]}),_0x3d8708=_0x1c35e9['status'];if(_0x3d8708===0x0)return{'ok':!![],'status':0x0};let _0x1cbead=_0x27d0df(0x87)+(_0x3d8708??_0x27d0df(0x89));if(_0x8a7c8a==='pipe'){const _0x13b591=_0x1c35e9['stderr']?_0x1c35e9[_0x27d0df(0x6e)][_0x27d0df(0x8a)]()[_0x27d0df(0x7b)]():'',_0x47f5cf=_0x1c35e9[_0x27d0df(0x75)]?_0x1c35e9[_0x27d0df(0x75)][_0x27d0df(0x8a)]()[_0x27d0df(0x7b)]():'';if(_0x13b591)_0x1cbead=_0x13b591;else{if(_0x47f5cf)_0x1cbead=_0x47f5cf;}}return{'ok':![],'status':_0x3d8708??null,'error':_0x1cbead};}function a233_0x4f48(){const _0x66d27f=['toString','push','skill','stderr','108654cKKVAv','5391495Tdgbls','3216JtnVDx','2Chvqhh','npx','lovrabet/lovrabet-skill','stdout','4263324yTLnVu','Lovrabet','623MepJoN','20XHJHtL','pipe','trim','lovrabet/rabetbase','2585952oyrwzW','log','1332015paTOpM','remove','join','stdio','status','inherit','yes','add','exit\x20','3511719KEUpAb','unknown'];a233_0x4f48=function(){return _0x66d27f;};return a233_0x4f48();}
@@ -1 +1 @@
1
- (function(_0x2bde5d,_0x3d382e){const _0x3b6daf=a233_0x49fd,_0x2fce8b=_0x2bde5d();while(!![]){try{const _0x449481=-parseInt(_0x3b6daf(0x1bf))/0x1+parseInt(_0x3b6daf(0x1bd))/0x2*(parseInt(_0x3b6daf(0x1b3))/0x3)+-parseInt(_0x3b6daf(0x1c3))/0x4+-parseInt(_0x3b6daf(0x1b6))/0x5*(parseInt(_0x3b6daf(0x1ba))/0x6)+parseInt(_0x3b6daf(0x1b8))/0x7*(parseInt(_0x3b6daf(0x1bb))/0x8)+-parseInt(_0x3b6daf(0x1b7))/0x9*(-parseInt(_0x3b6daf(0x1c2))/0xa)+parseInt(_0x3b6daf(0x1c8))/0xb*(parseInt(_0x3b6daf(0x1c0))/0xc);if(_0x449481===_0x3d382e)break;else _0x2fce8b['push'](_0x2fce8b['shift']());}catch(_0x2391f3){_0x2fce8b['push'](_0x2fce8b['shift']());}}}(a233_0x1d88,0x2d336));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';import{getCliVersion}from'../utils/version.js';const SENSITIVE_PATTERNS=[/cookie/i,/token/i,/password/i,/passwd/i,/secret/i,/auth/i,/session/i,/credential/i,/^value$/i];function isSensitiveKey(_0x4ecd37){const _0x588317=a233_0x49fd;return SENSITIVE_PATTERNS[_0x588317(0x1be)](_0x9a6fcc=>_0x9a6fcc[_0x588317(0x1bc)](_0x4ecd37));}function sanitizeFlags(_0x186708){const _0x244857=a233_0x49fd,_0x1c3cff={};for(const [_0x2600e2,_0x358006]of Object[_0x244857(0x1c1)](_0x186708)){isSensitiveKey(_0x2600e2)?_0x1c3cff[_0x2600e2]=_0x358006!=null&&_0x358006!==''?_0x244857(0x1c6):_0x358006:_0x1c3cff[_0x2600e2]=_0x358006;}return _0x1c3cff;}export async function reportCommandTrace(_0x1b0cd8){const _0x21b7e7=a233_0x49fd;try{const _0x209088=sanitizeFlags(_0x1b0cd8['flags']);await sendCliTraceLog({'spanName':'rabetbase.command','logData':{'command.cli_version':getCliVersion(),'command.service':_0x1b0cd8[_0x21b7e7(0x1c7)],'command.name':_0x1b0cd8[_0x21b7e7(0x1c5)],'command.flags':JSON[_0x21b7e7(0x1b9)](_0x209088),..._0x1b0cd8[_0x21b7e7(0x1b5)]!=null?{'command.duration_ms':_0x1b0cd8['durationMs']}:{},..._0x1b0cd8['error']?{'command.error':_0x1b0cd8['error']instanceof Error?_0x1b0cd8[_0x21b7e7(0x1b4)][_0x21b7e7(0x1c4)]:String(_0x1b0cd8[_0x21b7e7(0x1b4)])}:{}}});}catch{}}function a233_0x49fd(_0x2682b5,_0x332c3e){_0x2682b5=_0x2682b5-0x1b3;const _0x1d882c=a233_0x1d88();let _0x49fdd1=_0x1d882c[_0x2682b5];return _0x49fdd1;}function a233_0x1d88(){const _0x558af0=['service','4609axbUNm','415578wxodFr','error','durationMs','13605RODDxD','234hziLuJ','153251xNulvc','stringify','102lPFVQN','16yEsAEk','test','2thTUrL','some','282405yPogNg','16932ILWMtV','entries','2230OrXNbw','1062060YttDQN','message','command','[REDACTED]'];a233_0x1d88=function(){return _0x558af0;};return a233_0x1d88();}
1
+ (function(_0x11760f,_0x145d67){const _0x3c8210=a234_0x30b5,_0x3dc78b=_0x11760f();while(!![]){try{const _0x1f1fcf=parseInt(_0x3c8210(0x1be))/0x1+parseInt(_0x3c8210(0x1bb))/0x2*(parseInt(_0x3c8210(0x1c3))/0x3)+parseInt(_0x3c8210(0x1b7))/0x4*(-parseInt(_0x3c8210(0x1bf))/0x5)+parseInt(_0x3c8210(0x1b4))/0x6+-parseInt(_0x3c8210(0x1c1))/0x7+parseInt(_0x3c8210(0x1b5))/0x8+-parseInt(_0x3c8210(0x1bd))/0x9;if(_0x1f1fcf===_0x145d67)break;else _0x3dc78b['push'](_0x3dc78b['shift']());}catch(_0x1aa051){_0x3dc78b['push'](_0x3dc78b['shift']());}}}(a234_0x45a1,0xa2fc0));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';import{getCliVersion}from'../utils/version.js';const SENSITIVE_PATTERNS=[/cookie/i,/token/i,/password/i,/passwd/i,/secret/i,/auth/i,/session/i,/credential/i,/^value$/i];function isSensitiveKey(_0x1b3938){const _0x38b787=a234_0x30b5;return SENSITIVE_PATTERNS[_0x38b787(0x1c5)](_0x105e90=>_0x105e90['test'](_0x1b3938));}function a234_0x30b5(_0x3e0632,_0x27a3ff){_0x3e0632=_0x3e0632-0x1b2;const _0x45a148=a234_0x45a1();let _0x30b59b=_0x45a148[_0x3e0632];return _0x30b59b;}function sanitizeFlags(_0x48274c){const _0x5c76c5=a234_0x30b5,_0x241e44={};for(const [_0x2cf704,_0x5d35d1]of Object[_0x5c76c5(0x1b2)](_0x48274c)){isSensitiveKey(_0x2cf704)?_0x241e44[_0x2cf704]=_0x5d35d1!=null&&_0x5d35d1!==''?_0x5c76c5(0x1c4):_0x5d35d1:_0x241e44[_0x2cf704]=_0x5d35d1;}return _0x241e44;}function a234_0x45a1(){const _0x5f0f5f=['error','durationMs','671914qyntPT','service','11787660RJAXaP','159586PqdeLJ','104675eBNUjw','rabetbase.command','3505404YNszNW','stringify','3HqZJhf','[REDACTED]','some','entries','flags','7581462iwPmnN','6086768QGFPiU','message','8INWuQb','command'];a234_0x45a1=function(){return _0x5f0f5f;};return a234_0x45a1();}export async function reportCommandTrace(_0x54d0b8){const _0x159807=a234_0x30b5;try{const _0x1e9fed=sanitizeFlags(_0x54d0b8[_0x159807(0x1b3)]);await sendCliTraceLog({'spanName':_0x159807(0x1c0),'logData':{'command.cli_version':getCliVersion(),'command.service':_0x54d0b8[_0x159807(0x1bc)],'command.name':_0x54d0b8[_0x159807(0x1b8)],'command.flags':JSON[_0x159807(0x1c2)](_0x1e9fed),..._0x54d0b8[_0x159807(0x1ba)]!=null?{'command.duration_ms':_0x54d0b8['durationMs']}:{},..._0x54d0b8[_0x159807(0x1b9)]?{'command.error':_0x54d0b8[_0x159807(0x1b9)]instanceof Error?_0x54d0b8['error'][_0x159807(0x1b6)]:String(_0x54d0b8['error'])}:{}}});}catch{}}
@@ -1 +1 @@
1
- function a234_0x8da9(_0x3d9fa3,_0x286b){_0x3d9fa3=_0x3d9fa3-0x97;var _0x1e5d68=a234_0x1e5d();var _0x8da940=_0x1e5d68[_0x3d9fa3];return _0x8da940;}(function(_0x51243c,_0x5135df){var _0x2bd9af=a234_0x8da9,_0x5c8116=_0x51243c();while(!![]){try{var _0xa96e56=parseInt(_0x2bd9af(0x9b))/0x1+-parseInt(_0x2bd9af(0x97))/0x2+parseInt(_0x2bd9af(0x9e))/0x3+parseInt(_0x2bd9af(0xa1))/0x4*(-parseInt(_0x2bd9af(0x99))/0x5)+-parseInt(_0x2bd9af(0xa3))/0x6+-parseInt(_0x2bd9af(0xa2))/0x7*(-parseInt(_0x2bd9af(0x9d))/0x8)+parseInt(_0x2bd9af(0x9a))/0x9;if(_0xa96e56===_0x5135df)break;else _0x5c8116['push'](_0x5c8116['shift']());}catch(_0x18eacc){_0x5c8116['push'](_0x5c8116['shift']());}}}(a234_0x1e5d,0x91746));function a234_0x1e5d(){var _0xeca649=['Failed\x20to\x20report\x20CLI\x20help\x20trace:','44xpxBzg','6171851UcHNBs','5567652ggekCD','701338SCKKSy','cli.help','529855HZkoUy','9047124QHcvdq','328520hufryQ','error','8owmiET','2473875qpQUkL','service'];a234_0x1e5d=function(){return _0xeca649;};return a234_0x1e5d();}import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';export async function reportCliHelpTrace(_0x5b8e5f,_0x1c93ca){var _0x41bbf0=a234_0x8da9;try{await sendCliTraceLog({'spanName':_0x41bbf0(0x98),'logData':{'rabetbase.help.kind':_0x5b8e5f,..._0x1c93ca?.[_0x41bbf0(0x9f)]&&{'rabetbase.help.service':_0x1c93ca[_0x41bbf0(0x9f)]}}});}catch(_0x49dd4a){console[_0x41bbf0(0x9c)](_0x41bbf0(0xa0),_0x49dd4a);}}
1
+ function a235_0x2df4(){var _0x239c0f=['413sxkPdf','1DOqaCV','42mEGjVp','31256bpdDTV','14976dCIeDk','1721556XEuJdU','21VhOssR','8945PXeMJq','343370xlENJb','638128csfJdY','service','2119xOcyIw','33wdRlvl','133828dwupnX','Failed\x20to\x20report\x20CLI\x20help\x20trace:'];a235_0x2df4=function(){return _0x239c0f;};return a235_0x2df4();}(function(_0x49c801,_0x45fbe6){var _0x10d28e=a235_0x4c53,_0x3217c3=_0x49c801();while(!![]){try{var _0x193908=-parseInt(_0x10d28e(0x78))/0x1*(parseInt(_0x10d28e(0x80))/0x2)+parseInt(_0x10d28e(0x7d))/0x3*(-parseInt(_0x10d28e(0x84))/0x4)+parseInt(_0x10d28e(0x7e))/0x5*(-parseInt(_0x10d28e(0x79))/0x6)+-parseInt(_0x10d28e(0x77))/0x7*(-parseInt(_0x10d28e(0x7a))/0x8)+parseInt(_0x10d28e(0x7c))/0x9+-parseInt(_0x10d28e(0x7f))/0xa*(-parseInt(_0x10d28e(0x83))/0xb)+-parseInt(_0x10d28e(0x7b))/0xc*(-parseInt(_0x10d28e(0x82))/0xd);if(_0x193908===_0x45fbe6)break;else _0x3217c3['push'](_0x3217c3['shift']());}catch(_0x15c263){_0x3217c3['push'](_0x3217c3['shift']());}}}(a235_0x2df4,0x27a8e));function a235_0x4c53(_0x387c69,_0x54ad9f){_0x387c69=_0x387c69-0x76;var _0x2df483=a235_0x2df4();var _0x4c5340=_0x2df483[_0x387c69];return _0x4c5340;}import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';export async function reportCliHelpTrace(_0x4efb95,_0x3a3824){var _0x400fbe=a235_0x4c53;try{await sendCliTraceLog({'spanName':'cli.help','logData':{'rabetbase.help.kind':_0x4efb95,..._0x3a3824?.[_0x400fbe(0x81)]&&{'rabetbase.help.service':_0x3a3824[_0x400fbe(0x81)]}}});}catch(_0x307d21){console['error'](_0x400fbe(0x76),_0x307d21);}}
@@ -1 +1 @@
1
- (function(_0xe5b819,_0x111478){const _0x121a94=a235_0xa275,_0x24d976=_0xe5b819();while(!![]){try{const _0x3a6925=parseInt(_0x121a94(0x1a8))/0x1+parseInt(_0x121a94(0x1ab))/0x2*(-parseInt(_0x121a94(0x1a6))/0x3)+parseInt(_0x121a94(0x1b5))/0x4*(-parseInt(_0x121a94(0x1aa))/0x5)+-parseInt(_0x121a94(0x1a1))/0x6*(parseInt(_0x121a94(0x1b3))/0x7)+-parseInt(_0x121a94(0x1a3))/0x8*(-parseInt(_0x121a94(0x1a4))/0x9)+parseInt(_0x121a94(0x1a9))/0xa+-parseInt(_0x121a94(0x1ad))/0xb*(parseInt(_0x121a94(0x1b2))/0xc);if(_0x3a6925===_0x111478)break;else _0x24d976['push'](_0x24d976['shift']());}catch(_0x1cafe9){_0x24d976['push'](_0x24d976['shift']());}}}(a235_0x2283,0x1e02b));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 a235_0xa275(_0x210320,_0x33c154){_0x210320=_0x210320-0x1a1;const _0x22834e=a235_0x2283();let _0xa275d3=_0x22834e[_0x210320];return _0xa275d3;}function a235_0x2283(){const _0x60bded=['production','email','unknown','username','315996JrnxjD','35fIsdkW','nickname','630516ibeKWQ','73878CJHbUZ','tenant','1400XvWeAO','6516KSbbhS','user','9rapCkd','daily','120771bJPHeQ','1489900WatlZi','5TXlXqy','18674chQMmd','tenant_code','11osQEiQ'];a235_0x2283=function(){return _0x60bded;};return a235_0x2283();}import{NPM_PACKAGE_NAME}from'../constant/cli.js';import{getConfigAppCode}from'../utils/config.js';let cliOtelTraceInitialized=![];export async function ensureCliOtelTraceConfig(){const _0x54f6c5=a235_0xa275,_0x2c0566=await getSessionUserInfo();if(!cliOtelTraceInitialized){const _0xe114b0=_0x2c0566?.[_0x54f6c5(0x1a5)];setServiceConfig({'serviceName':NPM_PACKAGE_NAME,'serviceVersion':GIT_COMMIT!==_0x54f6c5(0x1b0)?VERSION+'+'+GIT_COMMIT:VERSION,'serviceEnv':process.env.RABETBASE_ENV??(process.env.RABETBASE_E2E_DAILY==='1'?_0x54f6c5(0x1a7):_0x54f6c5(0x1ae))}),setUserContext({'id':_0xe114b0?.['id'],'username':_0xe114b0?.[_0x54f6c5(0x1b1)],'nickname':_0xe114b0?.[_0x54f6c5(0x1b4)],'email':_0xe114b0?.[_0x54f6c5(0x1af)],'tenantCode':_0xe114b0?.[_0x54f6c5(0x1a2)][_0x54f6c5(0x1ac)],'appCode':getConfigAppCode()}),cliOtelTraceInitialized=!![];}return _0x2c0566;}
1
+ (function(_0x3804c8,_0x7c0207){const _0x1f7136=a236_0x4927,_0x18f6ed=_0x3804c8();while(!![]){try{const _0x3c8575=-parseInt(_0x1f7136(0x6f))/0x1*(parseInt(_0x1f7136(0x6b))/0x2)+parseInt(_0x1f7136(0x6c))/0x3*(parseInt(_0x1f7136(0x70))/0x4)+-parseInt(_0x1f7136(0x66))/0x5*(-parseInt(_0x1f7136(0x65))/0x6)+-parseInt(_0x1f7136(0x71))/0x7+parseInt(_0x1f7136(0x6a))/0x8*(parseInt(_0x1f7136(0x75))/0x9)+-parseInt(_0x1f7136(0x6e))/0xa+parseInt(_0x1f7136(0x69))/0xb;if(_0x3c8575===_0x7c0207)break;else _0x18f6ed['push'](_0x18f6ed['shift']());}catch(_0x55bfb4){_0x18f6ed['push'](_0x18f6ed['shift']());}}}(a236_0x4aec,0xb375f));import{VERSION,GIT_COMMIT}from'../generated/build-info.js';function a236_0x4927(_0x637fae,_0x2dc16c){_0x637fae=_0x637fae-0x65;const _0x4aecca=a236_0x4aec();let _0x4927c7=_0x4aecca[_0x637fae];return _0x4927c7;}import{getSessionUserInfo}from'../auth/get-session-user.js';import{setServiceConfig,setUserContext}from'@lovrabet/otel-logger';function a236_0x4aec(){const _0x21fe10=['8929445kFDKPl','production','tenant','daily','7167663TAMgov','14958HfMupT','205jMzvfr','user','email','22014003YKOhrf','8YzddhS','388684UsLsQf','95289msRlth','tenant_code','11675260fFmnIc','2lVqEHy','84TJHlqH'];a236_0x4aec=function(){return _0x21fe10;};return a236_0x4aec();}import{NPM_PACKAGE_NAME}from'../constant/cli.js';import{getConfigAppCode}from'../utils/config.js';let cliOtelTraceInitialized=![];export async function ensureCliOtelTraceConfig(){const _0x162ba5=a236_0x4927,_0x51ada6=await getSessionUserInfo();if(!cliOtelTraceInitialized){const _0x2d9c27=_0x51ada6?.[_0x162ba5(0x67)];setServiceConfig({'serviceName':NPM_PACKAGE_NAME,'serviceVersion':GIT_COMMIT!=='unknown'?VERSION+'+'+GIT_COMMIT:VERSION,'serviceEnv':process.env.RABETBASE_ENV??(process.env.RABETBASE_E2E_DAILY==='1'?_0x162ba5(0x74):_0x162ba5(0x72))}),setUserContext({'id':_0x2d9c27?.['id'],'username':_0x2d9c27?.['username'],'nickname':_0x2d9c27?.['nickname'],'email':_0x2d9c27?.[_0x162ba5(0x68)],'tenantCode':_0x2d9c27?.[_0x162ba5(0x73)][_0x162ba5(0x6d)],'appCode':getConfigAppCode()}),cliOtelTraceInitialized=!![];}return _0x51ada6;}
@@ -1 +1 @@
1
- function a236_0x2707(){const _0x157f90=['SIGTERM','4073388RSaZuv','then','4556259jSqSOZ','once','beforeExit','20CzDTjO','6MmdrXP','1418781klxRZq','SIGINT','exit','24wTvYyF','20BAMuXh','3349122YjBiRI','19316275dtFWUQ','413899XIEmAR','1030254IKkYAr'];a236_0x2707=function(){return _0x157f90;};return a236_0x2707();}(function(_0x17c7b2,_0x1e6905){const _0x2951bd=a236_0x2a96,_0x208736=_0x17c7b2();while(!![]){try{const _0x363d6f=parseInt(_0x2951bd(0x1be))/0x1*(-parseInt(_0x2951bd(0x1c7))/0x2)+-parseInt(_0x2951bd(0x1cd))/0x3+-parseInt(_0x2951bd(0x1c1))/0x4+-parseInt(_0x2951bd(0x1c6))/0x5*(-parseInt(_0x2951bd(0x1bf))/0x6)+parseInt(_0x2951bd(0x1c8))/0x7*(parseInt(_0x2951bd(0x1cb))/0x8)+-parseInt(_0x2951bd(0x1c3))/0x9+-parseInt(_0x2951bd(0x1cc))/0xa*(-parseInt(_0x2951bd(0x1bd))/0xb);if(_0x363d6f===_0x1e6905)break;else _0x208736['push'](_0x208736['shift']());}catch(_0x57f24d){_0x208736['push'](_0x208736['shift']());}}}(a236_0x2707,0xe1a6a));import{shutdownTraces}from'@lovrabet/otel-logger';let shutdownPromise=null;function a236_0x2a96(_0x4ddb6c,_0x583f54){_0x4ddb6c=_0x4ddb6c-0x1bd;const _0x270772=a236_0x2707();let _0x2a9644=_0x270772[_0x4ddb6c];return _0x2a9644;}export async function flushOtelNodeIfUsed(){if(shutdownPromise)return shutdownPromise;return shutdownPromise=((async()=>{try{await shutdownTraces();}catch{}})()),shutdownPromise;}export function registerOtelShutdownOnExit(){const _0x503267=a236_0x2a96;process[_0x503267(0x1c4)](_0x503267(0x1c5),()=>{void flushOtelNodeIfUsed();});const _0xcfd67d=()=>{const _0x8342ba=_0x503267;void flushOtelNodeIfUsed()[_0x8342ba(0x1c2)](()=>process[_0x8342ba(0x1ca)](0x0));};process[_0x503267(0x1c4)](_0x503267(0x1c9),_0xcfd67d),process['once'](_0x503267(0x1c0),_0xcfd67d);}export async function exitWithOtelShutdown(_0x309783){const _0x58bd48=a236_0x2a96;await flushOtelNodeIfUsed(),process[_0x58bd48(0x1ca)](_0x309783);}
1
+ (function(_0x3151b4,_0x4b593c){const _0xef9564=a237_0x2d7c,_0x41d922=_0x3151b4();while(!![]){try{const _0x546130=-parseInt(_0xef9564(0xe9))/0x1+parseInt(_0xef9564(0xe4))/0x2*(parseInt(_0xef9564(0xe5))/0x3)+parseInt(_0xef9564(0xec))/0x4+parseInt(_0xef9564(0xe2))/0x5+parseInt(_0xef9564(0xe6))/0x6+parseInt(_0xef9564(0xea))/0x7+-parseInt(_0xef9564(0xe8))/0x8;if(_0x546130===_0x4b593c)break;else _0x41d922['push'](_0x41d922['shift']());}catch(_0x412ea4){_0x41d922['push'](_0x41d922['shift']());}}}(a237_0x2dbf,0xc8559));import{shutdownTraces}from'@lovrabet/otel-logger';function a237_0x2d7c(_0x5e279c,_0x665096){_0x5e279c=_0x5e279c-0xe2;const _0x2dbf9a=a237_0x2dbf();let _0x2d7c31=_0x2dbf9a[_0x5e279c];return _0x2d7c31;}let shutdownPromise=null;export async function flushOtelNodeIfUsed(){if(shutdownPromise)return shutdownPromise;return shutdownPromise=((async()=>{try{await shutdownTraces();}catch{}})()),shutdownPromise;}function a237_0x2dbf(){const _0x57c8cd=['6704250Xmketm','beforeExit','243132YjycLk','33rvZwii','3703176cyxIJF','SIGINT','33975856hwphQN','168030mLAhXH','3293367unXYrC','once','5879312uavDtB','exit'];a237_0x2dbf=function(){return _0x57c8cd;};return a237_0x2dbf();}export function registerOtelShutdownOnExit(){const _0x5b1742=a237_0x2d7c;process[_0x5b1742(0xeb)](_0x5b1742(0xe3),()=>{void flushOtelNodeIfUsed();});const _0x35da9d=()=>{const _0x431476=_0x5b1742;void flushOtelNodeIfUsed()['then'](()=>process[_0x431476(0xed)](0x0));};process['once'](_0x5b1742(0xe7),_0x35da9d),process[_0x5b1742(0xeb)]('SIGTERM',_0x35da9d);}export async function exitWithOtelShutdown(_0x19364e){const _0x25eadf=a237_0x2d7c;await flushOtelNodeIfUsed(),process[_0x25eadf(0xed)](_0x19364e);}
@@ -1 +1 @@
1
- const a237_0xb0a551=a237_0x5abd;function a237_0x3437(){const _0x5c8542=['96684dDvOgm','7Vonipg','traceparent','traceName','809224qHjFWW','1330735qCAPTn','1436274ADHpGW','192769VVkxcs','rabetbase-cli','1180176faueIV','353166xUJCWl','version','logData','manual'];a237_0x3437=function(){return _0x5c8542;};return a237_0x3437();}(function(_0xbde007,_0x26d1ec){const _0x322914=a237_0x5abd,_0x226db6=_0xbde007();while(!![]){try{const _0x32ad0f=parseInt(_0x322914(0x93))/0x1+-parseInt(_0x322914(0x9a))/0x2+parseInt(_0x322914(0x96))/0x3+parseInt(_0x322914(0x95))/0x4+-parseInt(_0x322914(0x9f))/0x5+parseInt(_0x322914(0xa0))/0x6*(-parseInt(_0x322914(0x9b))/0x7)+parseInt(_0x322914(0x9e))/0x8;if(_0x32ad0f===_0x26d1ec)break;else _0x226db6['push'](_0x226db6['shift']());}catch(_0x4815c8){_0x226db6['push'](_0x226db6['shift']());}}}(a237_0x3437,0x254f4));function a237_0x5abd(_0x286fc8,_0x25c3a3){_0x286fc8=_0x286fc8-0x93;const _0x3437f9=a237_0x3437();let _0x5abddc=_0x3437f9[_0x286fc8];return _0x5abddc;}import{sendTraceLog}from'@lovrabet/otel-logger';import{ensureCliOtelTraceConfig}from'../telemetry/ensure-cli-otel-config.js';import{getCliVersion}from'../utils/version.js';const DEFAULT_TRACE_NAME=a237_0xb0a551(0x94);export async function sendCliTraceLog(_0x258e2f){const _0x9fa74d=a237_0xb0a551;await ensureCliOtelTraceConfig(),sendTraceLog({'traceName':_0x258e2f[_0x9fa74d(0x9d)]??DEFAULT_TRACE_NAME,'version':_0x258e2f[_0x9fa74d(0x97)]??getCliVersion(),'spanName':_0x258e2f['spanName'],'eventType':_0x9fa74d(0x99),'logData':_0x258e2f[_0x9fa74d(0x98)],..._0x258e2f[_0x9fa74d(0x9c)]&&{'traceparent':_0x258e2f[_0x9fa74d(0x9c)]}});}
1
+ const a238_0x1ea99b=a238_0x5ae7;(function(_0x188713,_0x2a4a05){const _0x1944f9=a238_0x5ae7,_0x3f9b94=_0x188713();while(!![]){try{const _0x3a704a=parseInt(_0x1944f9(0x7b))/0x1*(parseInt(_0x1944f9(0x7d))/0x2)+parseInt(_0x1944f9(0x79))/0x3+-parseInt(_0x1944f9(0x74))/0x4+-parseInt(_0x1944f9(0x70))/0x5*(-parseInt(_0x1944f9(0x6d))/0x6)+-parseInt(_0x1944f9(0x7a))/0x7*(parseInt(_0x1944f9(0x76))/0x8)+parseInt(_0x1944f9(0x78))/0x9+parseInt(_0x1944f9(0x6f))/0xa*(-parseInt(_0x1944f9(0x7e))/0xb);if(_0x3a704a===_0x2a4a05)break;else _0x3f9b94['push'](_0x3f9b94['shift']());}catch(_0x2a974b){_0x3f9b94['push'](_0x3f9b94['shift']());}}}(a238_0x4b0e,0x460f9));function a238_0x5ae7(_0x4dedc3,_0x20e84c){_0x4dedc3=_0x4dedc3-0x6d;const _0x4b0eb5=a238_0x4b0e();let _0x5ae75d=_0x4b0eb5[_0x4dedc3];return _0x5ae75d;}import{sendTraceLog}from'@lovrabet/otel-logger';function a238_0x4b0e(){const _0x1652e6=['2570407bKxHIP','247227HCrScC','traceName','2eDjifw','11KlPIPh','25512BrBaum','version','2558140ZozOzI','405uKUUZz','logData','manual','rabetbase-cli','673180QhjFFO','spanName','8OjHbva','traceparent','74178HHTBHZ','1435194SyHNXa'];a238_0x4b0e=function(){return _0x1652e6;};return a238_0x4b0e();}import{ensureCliOtelTraceConfig}from'../telemetry/ensure-cli-otel-config.js';import{getCliVersion}from'../utils/version.js';const DEFAULT_TRACE_NAME=a238_0x1ea99b(0x73);export async function sendCliTraceLog(_0x39fc7e){const _0x39fcb4=a238_0x1ea99b;await ensureCliOtelTraceConfig(),sendTraceLog({'traceName':_0x39fc7e[_0x39fcb4(0x7c)]??DEFAULT_TRACE_NAME,'version':_0x39fc7e[_0x39fcb4(0x6e)]??getCliVersion(),'spanName':_0x39fc7e[_0x39fcb4(0x75)],'eventType':_0x39fcb4(0x72),'logData':_0x39fc7e[_0x39fcb4(0x71)],..._0x39fc7e[_0x39fcb4(0x77)]&&{'traceparent':_0x39fc7e[_0x39fcb4(0x77)]}});}
@@ -1 +1 @@
1
- function a238_0x121d(_0x41308b,_0x577fce){_0x41308b=_0x41308b-0xb7;const _0xad2238=a238_0xad22();let _0x121d7c=_0xad2238[_0x41308b];return _0x121d7c;}function a238_0xad22(){const _0x12dd24=['24gZiwcr','2407544UZuIUW','307ELQYNj','description','46749070NgCAYS','issue.log.collect','join','225198VZJLTp','title','13638834xBAiCO','platform-issue-log-collect','sanitize','543414mGRLrA','2510bAGoNe','originalBytes','redactionCount','1118551GTZmnf','205UTVYsV'];a238_0xad22=function(){return _0x12dd24;};return a238_0xad22();}const a238_0x51d394=a238_0x121d;(function(_0x10b095,_0x5b31fe){const _0x57b901=a238_0x121d,_0x4a5700=_0x10b095();while(!![]){try{const _0x5eb74b=-parseInt(_0x57b901(0xba))/0x1*(parseInt(_0x57b901(0xc5))/0x2)+-parseInt(_0x57b901(0xc4))/0x3+-parseInt(_0x57b901(0xb9))/0x4+-parseInt(_0x57b901(0xb7))/0x5*(parseInt(_0x57b901(0xbf))/0x6)+parseInt(_0x57b901(0xc8))/0x7*(parseInt(_0x57b901(0xb8))/0x8)+-parseInt(_0x57b901(0xc1))/0x9+parseInt(_0x57b901(0xbc))/0xa;if(_0x5eb74b===_0x5b31fe)break;else _0x4a5700['push'](_0x4a5700['shift']());}catch(_0x21dcd4){_0x4a5700['push'](_0x4a5700['shift']());}}}(a238_0xad22,0xe3772));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';export const PLATFORM_ISSUE_TRACE_NAME=a238_0x51d394(0xc2);export const PLATFORM_ISSUE_SPAN_NAME=a238_0x51d394(0xbd);export async function sendPlatformIssueCollectLog(_0x4ea141){const _0x454ca0=a238_0x51d394;await sendCliTraceLog({'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0x4ea141[_0x454ca0(0xc0)],'issue.description':_0x4ea141[_0x454ca0(0xbb)],..._0x4ea141[_0x454ca0(0xc3)]?{'issue.description_original_bytes':_0x4ea141[_0x454ca0(0xc3)][_0x454ca0(0xc6)],'issue.description_truncated':_0x4ea141[_0x454ca0(0xc3)]['truncated'],'issue.description_redactions':_0x4ea141[_0x454ca0(0xc3)][_0x454ca0(0xc7)],'issue.description_redaction_kinds':_0x4ea141[_0x454ca0(0xc3)]['redactionKinds'][_0x454ca0(0xbe)](',')}:{}}});}
1
+ const a239_0x5ab45f=a239_0x3129;(function(_0x58cea7,_0x5898de){const _0x5b3ec0=a239_0x3129,_0x21970b=_0x58cea7();while(!![]){try{const _0x36552b=-parseInt(_0x5b3ec0(0x16b))/0x1*(-parseInt(_0x5b3ec0(0x166))/0x2)+-parseInt(_0x5b3ec0(0x162))/0x3+parseInt(_0x5b3ec0(0x167))/0x4*(parseInt(_0x5b3ec0(0x164))/0x5)+parseInt(_0x5b3ec0(0x165))/0x6+-parseInt(_0x5b3ec0(0x168))/0x7*(-parseInt(_0x5b3ec0(0x160))/0x8)+parseInt(_0x5b3ec0(0x16e))/0x9+-parseInt(_0x5b3ec0(0x15f))/0xa;if(_0x36552b===_0x5898de)break;else _0x21970b['push'](_0x21970b['shift']());}catch(_0x41cdde){_0x21970b['push'](_0x21970b['shift']());}}}(a239_0xded5,0x669d1));import{sendCliTraceLog}from'../telemetry/send-cli-trace-log.js';export const PLATFORM_ISSUE_TRACE_NAME=a239_0x5ab45f(0x15e);function a239_0x3129(_0x1bbc38,_0x3064bf){_0x1bbc38=_0x1bbc38-0x15e;const _0xded510=a239_0xded5();let _0x312976=_0xded510[_0x1bbc38];return _0x312976;}export const PLATFORM_ISSUE_SPAN_NAME='issue.log.collect';function a239_0xded5(){const _0xf217a5=['originalBytes','truncated','3066858bBDzxu','redactionCount','platform-issue-log-collect','7484640vejekZ','5387288vFABdH','title','1606575QRWLts','join','30065xdHpNP','502950SNENnu','2KObFwr','92luEFaf','7tikWnf','redactionKinds','sanitize','467997JLkXFd'];a239_0xded5=function(){return _0xf217a5;};return a239_0xded5();}export async function sendPlatformIssueCollectLog(_0x58c5d5){const _0x5281a6=a239_0x5ab45f;await sendCliTraceLog({'traceName':PLATFORM_ISSUE_TRACE_NAME,'spanName':PLATFORM_ISSUE_SPAN_NAME,'logData':{'issue.title':_0x58c5d5[_0x5281a6(0x161)],'issue.description':_0x58c5d5['description'],..._0x58c5d5['sanitize']?{'issue.description_original_bytes':_0x58c5d5[_0x5281a6(0x16a)][_0x5281a6(0x16c)],'issue.description_truncated':_0x58c5d5[_0x5281a6(0x16a)][_0x5281a6(0x16d)],'issue.description_redactions':_0x58c5d5[_0x5281a6(0x16a)][_0x5281a6(0x16f)],'issue.description_redaction_kinds':_0x58c5d5[_0x5281a6(0x16a)][_0x5281a6(0x169)][_0x5281a6(0x163)](',')}:{}}});}
@@ -1 +1 @@
1
- const a240_0x582c6d=a240_0x55cf;function a240_0x55cf(_0x499ec7,_0x4bdeb6){_0x499ec7=_0x499ec7-0x80;const _0x3707d0=a240_0x3707();let _0x55cf87=_0x3707d0[_0x499ec7];return _0x55cf87;}(function(_0x222df1,_0x23aa3d){const _0x3a3203=a240_0x55cf,_0x317f53=_0x222df1();while(!![]){try{const _0x12a525=-parseInt(_0x3a3203(0xa7))/0x1+-parseInt(_0x3a3203(0x95))/0x2*(parseInt(_0x3a3203(0x8a))/0x3)+-parseInt(_0x3a3203(0x8b))/0x4+-parseInt(_0x3a3203(0x8f))/0x5+-parseInt(_0x3a3203(0xaa))/0x6*(-parseInt(_0x3a3203(0xae))/0x7)+parseInt(_0x3a3203(0x99))/0x8+parseInt(_0x3a3203(0xa5))/0x9;if(_0x12a525===_0x23aa3d)break;else _0x317f53['push'](_0x317f53['shift']());}catch(_0x13a096){_0x317f53['push'](_0x317f53['shift']());}}}(a240_0x3707,0x89491));export const CORE_IDE_CONFIGS={'cursor':{'name':a240_0x582c6d(0xa3),'description':'Cursor\x20IDE','folders':[a240_0x582c6d(0x89),'.cursor'],'files':[{'type':'file','path':a240_0x582c6d(0x91),'template':a240_0x582c6d(0xa8)}]},'windsurf':{'name':a240_0x582c6d(0xa4),'description':a240_0x582c6d(0x9d),'folders':[a240_0x582c6d(0xb2)],'files':[{'type':a240_0x582c6d(0xaf),'path':a240_0x582c6d(0x94),'template':a240_0x582c6d(0xa8)}]},'claude':{'name':a240_0x582c6d(0xad),'description':a240_0x582c6d(0xad),'folders':[a240_0x582c6d(0xa9)],'files':[{'type':a240_0x582c6d(0xaf),'path':'.claude/skills/lovrabet/SKILL.md','template':a240_0x582c6d(0xa8)}]},'cline':{'name':a240_0x582c6d(0x8c),'description':'Cline\x20IDE','folders':[a240_0x582c6d(0x96)],'files':[{'type':a240_0x582c6d(0xaf),'path':a240_0x582c6d(0xb5),'template':a240_0x582c6d(0xa8)}]},'codex':{'name':'Codex','description':'Codex\x20IDE','folders':[a240_0x582c6d(0x9c)],'files':[{'type':a240_0x582c6d(0xaf),'path':a240_0x582c6d(0x84),'template':a240_0x582c6d(0xa8)}]},'opencode':{'name':a240_0x582c6d(0x90),'description':a240_0x582c6d(0xab),'folders':[a240_0x582c6d(0xa0)],'files':[{'type':a240_0x582c6d(0xaf),'path':a240_0x582c6d(0x87),'template':a240_0x582c6d(0xa8)}]},'qoder':{'name':'Qoder','description':a240_0x582c6d(0x8e),'folders':[a240_0x582c6d(0x9f)],'files':[{'type':a240_0x582c6d(0xaf),'path':'.qoder/rules/rabetbase.md','template':a240_0x582c6d(0xa8)},{'type':'file','path':a240_0x582c6d(0xb4),'template':'SKILL.md.tpl'}]},'codebuddy':{'name':a240_0x582c6d(0x9b),'description':a240_0x582c6d(0xb0),'folders':[a240_0x582c6d(0xb6)],'files':[{'type':'file','path':a240_0x582c6d(0x86),'template':a240_0x582c6d(0xa8)}]},'trae':{'name':'Trae','description':a240_0x582c6d(0xa1),'folders':[a240_0x582c6d(0x9a)],'files':[{'type':a240_0x582c6d(0xaf),'path':a240_0x582c6d(0x9e),'template':a240_0x582c6d(0xa8)}]}};export const IDE_CONFIGS={...CORE_IDE_CONFIGS,'agent':{'name':a240_0x582c6d(0xa6),'description':a240_0x582c6d(0x88),'folders':[a240_0x582c6d(0x92)],'files':[{'type':'file','path':'.agent/skills/lovrabet/SKILL.md','template':a240_0x582c6d(0xa8)}]},'antigravity':{'name':a240_0x582c6d(0xac),'description':a240_0x582c6d(0x93),'folders':[a240_0x582c6d(0x92)],'files':[{'type':'file','path':'.agent/skills/lovrabet/SKILL.md','template':a240_0x582c6d(0xa8)}]}};export const CORE_IDE_LIST=[a240_0x582c6d(0x98),a240_0x582c6d(0xb3),a240_0x582c6d(0x82),a240_0x582c6d(0x97),a240_0x582c6d(0x8d),a240_0x582c6d(0x80),a240_0x582c6d(0x85),a240_0x582c6d(0x83),a240_0x582c6d(0xa2)];function a240_0x3707(){const _0x4561b6=['Windsurf\x20IDE','.trae/skills/lovrabet/SKILL.md','.qoder','.opencode','Trae\x20IDE','windsurf','Cursor','Windsurf','15375060yMYxig','其他\x20(通用模板)','223593IxVEhQ','SKILL.md.tpl','.claude','194604eBRyAG','OpenCode\x20IDE','Antigravity','Claude\x20Code','119fWFClm','file','CodeBuddy\x20IDE','antigravity','.windsurf','cline','.qoder/skills/lovrabet/SKILL.md','.cline/skills/lovrabet/SKILL.md','.codebuddy','opencode','agent','codebuddy','trae','.codex/skills/lovrabet/SKILL.md','qoder','.codebuddy/skills/lovrabet/SKILL.md','.opencode/skills/lovrabet/SKILL.md','通用模板\x20-\x20兜底方案','.cursorrules','6bIDzlG','3088336CTNJDa','Cline','cursor','Qoder\x20IDE','1643840WYrVUn','OpenCode','.cursor/skills/rabetbase.md','.agent','Antigravity\x20IDE','.windsurf/workflows/rabetbase.md','1011286RtKQpv','.cline','codex','claude','5106672EuZhvw','.trae','CodeBuddy','.codex'];a240_0x3707=function(){return _0x4561b6;};return a240_0x3707();}export const IDE_LIST=[a240_0x582c6d(0xb1),a240_0x582c6d(0x98),a240_0x582c6d(0xb3),a240_0x582c6d(0x82),'codex',a240_0x582c6d(0x8d),a240_0x582c6d(0x80),a240_0x582c6d(0x85),'trae','windsurf',a240_0x582c6d(0x81)];export const ALL_CORE_IDES=[a240_0x582c6d(0x8d),a240_0x582c6d(0xa2),a240_0x582c6d(0x98),a240_0x582c6d(0xb3),'codex',a240_0x582c6d(0x80),a240_0x582c6d(0x85),a240_0x582c6d(0x82),a240_0x582c6d(0x83)];
1
+ const a241_0x6028eb=a241_0x4858;function a241_0x14a1(){const _0x4d39f7=['.windsurf/workflows/rabetbase.md','.opencode/skills/lovrabet/SKILL.md','2TJsBuK','其他\x20(通用模板)','Claude\x20Code','.agent','qoder','.windsurf','codebuddy','.agent/skills/lovrabet/SKILL.md','.trae/skills/lovrabet/SKILL.md','.claude/skills/lovrabet/SKILL.md','12oTmuBR','windsurf','.cursor','.opencode','442035McISiJ','cline','Codex','8145ortxXc','840476pDPXFx','Cursor\x20IDE','Trae','Cline\x20IDE','CodeBuddy\x20IDE','598635yPfKAv','.codebuddy','antigravity','SKILL.md.tpl','.cline/skills/lovrabet/SKILL.md','311850rlfCxi','.codebuddy/skills/lovrabet/SKILL.md','.cline','Qoder\x20IDE','cursor','OpenCode\x20IDE','567762XPSuGx','Antigravity\x20IDE','.cursor/skills/rabetbase.md','Windsurf\x20IDE','Codex\x20IDE','Windsurf','agent','Cursor','.qoder/skills/lovrabet/SKILL.md','.qoder','file','.codex','620xHmOls','Antigravity','通用模板\x20-\x20兜底方案','codex','2872inyoiU','CodeBuddy','opencode','claude','224829rMRshX','trae'];a241_0x14a1=function(){return _0x4d39f7;};return a241_0x14a1();}(function(_0xcbc8cb,_0x33c71d){const _0x1e021f=a241_0x4858,_0x45f0c9=_0xcbc8cb();while(!![]){try{const _0x4ef19b=parseInt(_0x1e021f(0x8f))/0x1*(-parseInt(_0x1e021f(0x81))/0x2)+parseInt(_0x1e021f(0x69))/0x3+parseInt(_0x1e021f(0x8b))/0x4*(-parseInt(_0x1e021f(0x98))/0x5)+parseInt(_0x1e021f(0x9d))/0x6+-parseInt(_0x1e021f(0x93))/0x7+parseInt(_0x1e021f(0x79))/0x8*(-parseInt(_0x1e021f(0x92))/0x9)+parseInt(_0x1e021f(0x75))/0xa*(parseInt(_0x1e021f(0x7d))/0xb);if(_0x4ef19b===_0x33c71d)break;else _0x45f0c9['push'](_0x45f0c9['shift']());}catch(_0x3941f1){_0x45f0c9['push'](_0x45f0c9['shift']());}}}(a241_0x14a1,0x4007c));export const CORE_IDE_CONFIGS={'cursor':{'name':a241_0x6028eb(0x70),'description':a241_0x6028eb(0x94),'folders':['.cursorrules',a241_0x6028eb(0x8d)],'files':[{'type':'file','path':a241_0x6028eb(0x6b),'template':a241_0x6028eb(0x9b)}]},'windsurf':{'name':a241_0x6028eb(0x6e),'description':a241_0x6028eb(0x6c),'folders':[a241_0x6028eb(0x86)],'files':[{'type':a241_0x6028eb(0x73),'path':a241_0x6028eb(0x7f),'template':a241_0x6028eb(0x9b)}]},'claude':{'name':a241_0x6028eb(0x83),'description':a241_0x6028eb(0x83),'folders':['.claude'],'files':[{'type':a241_0x6028eb(0x73),'path':a241_0x6028eb(0x8a),'template':'SKILL.md.tpl'}]},'cline':{'name':'Cline','description':a241_0x6028eb(0x96),'folders':[a241_0x6028eb(0x65)],'files':[{'type':'file','path':a241_0x6028eb(0x9c),'template':a241_0x6028eb(0x9b)}]},'codex':{'name':a241_0x6028eb(0x91),'description':a241_0x6028eb(0x6d),'folders':[a241_0x6028eb(0x74)],'files':[{'type':a241_0x6028eb(0x73),'path':'.codex/skills/lovrabet/SKILL.md','template':a241_0x6028eb(0x9b)}]},'opencode':{'name':'OpenCode','description':a241_0x6028eb(0x68),'folders':[a241_0x6028eb(0x8e)],'files':[{'type':a241_0x6028eb(0x73),'path':a241_0x6028eb(0x80),'template':a241_0x6028eb(0x9b)}]},'qoder':{'name':'Qoder','description':a241_0x6028eb(0x66),'folders':[a241_0x6028eb(0x72)],'files':[{'type':a241_0x6028eb(0x73),'path':'.qoder/rules/rabetbase.md','template':'SKILL.md.tpl'},{'type':a241_0x6028eb(0x73),'path':a241_0x6028eb(0x71),'template':a241_0x6028eb(0x9b)}]},'codebuddy':{'name':a241_0x6028eb(0x7a),'description':a241_0x6028eb(0x97),'folders':[a241_0x6028eb(0x99)],'files':[{'type':a241_0x6028eb(0x73),'path':a241_0x6028eb(0x64),'template':a241_0x6028eb(0x9b)}]},'trae':{'name':a241_0x6028eb(0x95),'description':'Trae\x20IDE','folders':['.trae'],'files':[{'type':a241_0x6028eb(0x73),'path':a241_0x6028eb(0x89),'template':'SKILL.md.tpl'}]}};export const IDE_CONFIGS={...CORE_IDE_CONFIGS,'agent':{'name':a241_0x6028eb(0x82),'description':a241_0x6028eb(0x77),'folders':[a241_0x6028eb(0x84)],'files':[{'type':a241_0x6028eb(0x73),'path':'.agent/skills/lovrabet/SKILL.md','template':a241_0x6028eb(0x9b)}]},'antigravity':{'name':a241_0x6028eb(0x76),'description':a241_0x6028eb(0x6a),'folders':[a241_0x6028eb(0x84)],'files':[{'type':a241_0x6028eb(0x73),'path':a241_0x6028eb(0x88),'template':a241_0x6028eb(0x9b)}]}};function a241_0x4858(_0x394556,_0x1c28d8){_0x394556=_0x394556-0x64;const _0x14a1f0=a241_0x14a1();let _0x48587e=_0x14a1f0[_0x394556];return _0x48587e;}export const CORE_IDE_LIST=['claude',a241_0x6028eb(0x90),a241_0x6028eb(0x87),a241_0x6028eb(0x78),'cursor','opencode',a241_0x6028eb(0x85),a241_0x6028eb(0x7e),a241_0x6028eb(0x8c)];export const IDE_LIST=[a241_0x6028eb(0x9a),a241_0x6028eb(0x7c),a241_0x6028eb(0x90),a241_0x6028eb(0x87),a241_0x6028eb(0x78),'cursor',a241_0x6028eb(0x7b),a241_0x6028eb(0x85),'trae',a241_0x6028eb(0x8c),a241_0x6028eb(0x6f)];export const ALL_CORE_IDES=[a241_0x6028eb(0x67),a241_0x6028eb(0x8c),'claude',a241_0x6028eb(0x90),'codex',a241_0x6028eb(0x7b),a241_0x6028eb(0x85),a241_0x6028eb(0x87),a241_0x6028eb(0x7e)];
@@ -1 +1 @@
1
- (function(_0x391d7c,_0x14002a){const _0x32133e=a241_0x18e9,_0x1228c0=_0x391d7c();while(!![]){try{const _0xdd6a72=parseInt(_0x32133e(0xfe))/0x1*(parseInt(_0x32133e(0xfb))/0x2)+parseInt(_0x32133e(0xf9))/0x3+-parseInt(_0x32133e(0xfa))/0x4+parseInt(_0x32133e(0x100))/0x5*(parseInt(_0x32133e(0xf7))/0x6)+-parseInt(_0x32133e(0x101))/0x7+parseInt(_0x32133e(0xf8))/0x8*(parseInt(_0x32133e(0xfc))/0x9)+-parseInt(_0x32133e(0xff))/0xa*(-parseInt(_0x32133e(0xfd))/0xb);if(_0xdd6a72===_0x14002a)break;else _0x1228c0['push'](_0x1228c0['shift']());}catch(_0x7d1af0){_0x1228c0['push'](_0x1228c0['shift']());}}}(a241_0x343d,0xed7fd));import{createJqFilter,resolveBundledJqPaths}from'@lovrabet/cli-framework';function a241_0x18e9(_0x13da84,_0x307ee4){_0x13da84=_0x13da84-0xf7;const _0x343df6=a241_0x343d();let _0x18e9e8=_0x343df6[_0x13da84];return _0x18e9e8;}function a241_0x343d(){const _0x27c8d0=['1261345RutrEV','1915928rOjPms','18BaZJQO','16ukhUqo','2807046ixFRsC','5295836lRnzxt','36802XspxIr','3447153QcxQGM','11XjsHqi','1VDVYEt','935360xkatad'];a241_0x343d=function(){return _0x27c8d0;};return a241_0x343d();}import{CliErrors}from'../errors.js';export const applyJqFilter=createJqFilter(CliErrors,{'bundledJqPaths':resolveBundledJqPaths()});
1
+ (function(_0x88b23f,_0x41eb8b){const _0x5a50e5=a242_0x5768,_0x3423f9=_0x88b23f();while(!![]){try{const _0xb03d8f=-parseInt(_0x5a50e5(0x1e7))/0x1*(parseInt(_0x5a50e5(0x1ea))/0x2)+parseInt(_0x5a50e5(0x1e5))/0x3*(-parseInt(_0x5a50e5(0x1e3))/0x4)+parseInt(_0x5a50e5(0x1e2))/0x5*(-parseInt(_0x5a50e5(0x1e1))/0x6)+-parseInt(_0x5a50e5(0x1e0))/0x7*(parseInt(_0x5a50e5(0x1df))/0x8)+parseInt(_0x5a50e5(0x1e4))/0x9+parseInt(_0x5a50e5(0x1e6))/0xa*(parseInt(_0x5a50e5(0x1e9))/0xb)+parseInt(_0x5a50e5(0x1e8))/0xc;if(_0xb03d8f===_0x41eb8b)break;else _0x3423f9['push'](_0x3423f9['shift']());}catch(_0xef41d9){_0x3423f9['push'](_0x3423f9['shift']());}}}(a242_0x2119,0x6a5a7));import{createJqFilter,resolveBundledJqPaths}from'@lovrabet/cli-framework';import{CliErrors}from'../errors.js';function a242_0x2119(){const _0xe4b9cc=['413NKDvYf','243780VKSMGs','85XZQASd','12qfKPGh','1854873OFxlqH','554475yBDJVj','10SZIwvN','1FODmmV','27266208QYREwA','2845447aJsWkB','1053604THNYLa','71776wlarvC'];a242_0x2119=function(){return _0xe4b9cc;};return a242_0x2119();}function a242_0x5768(_0x32e814,_0x2e61a2){_0x32e814=_0x32e814-0x1df;const _0x211957=a242_0x2119();let _0x57685f=_0x211957[_0x32e814];return _0x57685f;}export const applyJqFilter=createJqFilter(CliErrors,{'bundledJqPaths':resolveBundledJqPaths()});
@@ -1 +1 @@
1
- (function(_0x5362d0,_0x5bf255){const _0x1d43e9=a242_0x2247,_0x4a6ea5=_0x5362d0();while(!![]){try{const _0x17bc94=parseInt(_0x1d43e9(0x142))/0x1+-parseInt(_0x1d43e9(0x14b))/0x2+-parseInt(_0x1d43e9(0x143))/0x3*(-parseInt(_0x1d43e9(0x13c))/0x4)+-parseInt(_0x1d43e9(0x14a))/0x5*(parseInt(_0x1d43e9(0x144))/0x6)+-parseInt(_0x1d43e9(0x14e))/0x7*(-parseInt(_0x1d43e9(0x141))/0x8)+parseInt(_0x1d43e9(0x14d))/0x9*(parseInt(_0x1d43e9(0x145))/0xa)+-parseInt(_0x1d43e9(0x148))/0xb;if(_0x17bc94===_0x5bf255)break;else _0x4a6ea5['push'](_0x4a6ea5['shift']());}catch(_0x197873){_0x4a6ea5['push'](_0x4a6ea5['shift']());}}}(a242_0x5d09,0x6b604));function a242_0x2247(_0x4e9ec5,_0x3aa768){_0x4e9ec5=_0x4e9ec5-0x13c;const _0x5d0915=a242_0x5d09();let _0x2247a8=_0x5d0915[_0x4e9ec5];return _0x2247a8;}import{getTemplateBaseUrl}from'../utils/config.js';export async function fetchCdnConfig(){const _0x30d61c=a242_0x2247,_0x2c805d=getTemplateBaseUrl(),_0x222043=[_0x2c805d+'/config.json',_0x2c805d+_0x30d61c(0x13d)];for(const _0x4a914a of _0x222043){try{const _0x123f9c=await fetch(_0x4a914a,{'headers':{'Accept':_0x30d61c(0x146)}});if(!_0x123f9c['ok'])continue;const _0x57aec0=await _0x123f9c[_0x30d61c(0x140)]();if(!_0x57aec0[_0x30d61c(0x13e)]?.[_0x30d61c(0x14c)]||!_0x57aec0[_0x30d61c(0x147)]?.[_0x30d61c(0x13f)]?.[_0x30d61c(0x14c)])continue;return _0x57aec0;}catch{}}return null;}let cachedConfig=null,cacheTime=0x0;function a242_0x5d09(){const _0x5e2df8=['71015rWuVXU','3128044hRuTvX','/config/index.json','cli','node','json','216VBaJon','416454Ylzrph','3BuVajC','6GhjBQO','7180730qZcrUM','application/json','sdk','3395678vBJFyy','now','3530760LGiSze','1471582jbriHd','stableVersion','9LlaNrx'];a242_0x5d09=function(){return _0x5e2df8;};return a242_0x5d09();}const CACHE_TTL=0x5*0x3c*0x3e8,FAILURE_CACHE_TTL=0x3c*0x3e8;let hasCachedConfig=![];export async function getCdnConfig(){const _0xe704b6=a242_0x2247,_0x4435c0=Date[_0xe704b6(0x149)]();if(hasCachedConfig){const _0x56fe0d=cachedConfig?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x4435c0-cacheTime<_0x56fe0d)return cachedConfig;}const _0x4b0585=await fetchCdnConfig();return cachedConfig=_0x4b0585,cacheTime=_0x4435c0,hasCachedConfig=!![],_0x4b0585;}export function clearCdnConfigCache(){cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];}
1
+ (function(_0x4caf63,_0x140ee8){const _0x2e3dd6=a243_0x3f95,_0x6525ea=_0x4caf63();while(!![]){try{const _0x3f2428=-parseInt(_0x2e3dd6(0x1c6))/0x1+parseInt(_0x2e3dd6(0x1bc))/0x2*(-parseInt(_0x2e3dd6(0x1b8))/0x3)+parseInt(_0x2e3dd6(0x1c7))/0x4*(-parseInt(_0x2e3dd6(0x1ba))/0x5)+parseInt(_0x2e3dd6(0x1bb))/0x6+-parseInt(_0x2e3dd6(0x1c5))/0x7*(-parseInt(_0x2e3dd6(0x1c4))/0x8)+-parseInt(_0x2e3dd6(0x1c1))/0x9*(-parseInt(_0x2e3dd6(0x1bd))/0xa)+parseInt(_0x2e3dd6(0x1bf))/0xb;if(_0x3f2428===_0x140ee8)break;else _0x6525ea['push'](_0x6525ea['shift']());}catch(_0x31e01d){_0x6525ea['push'](_0x6525ea['shift']());}}}(a243_0x142c,0x417ca));function a243_0x142c(){const _0x129dfe=['/config/index.json','1162155QUdMUB','2882904FDoKoV','8806rAqXfu','1258750xxTdqk','application/json','2248081kvLAWa','json','27rNyrCS','stableVersion','cli','1603752UzZWEW','7cDfjeY','405641AWMBqf','4uGbCKZ','/config.json','243lhCiOl'];a243_0x142c=function(){return _0x129dfe;};return a243_0x142c();}import{getTemplateBaseUrl}from'../utils/config.js';function a243_0x3f95(_0x17ebd2,_0x3e085e){_0x17ebd2=_0x17ebd2-0x1b7;const _0x142ca7=a243_0x142c();let _0x3f9569=_0x142ca7[_0x17ebd2];return _0x3f9569;}export async function fetchCdnConfig(){const _0x5b531a=a243_0x3f95,_0x106b60=getTemplateBaseUrl(),_0x22e604=[_0x106b60+_0x5b531a(0x1b7),_0x106b60+_0x5b531a(0x1b9)];for(const _0x5885aa of _0x22e604){try{const _0x59d5a8=await fetch(_0x5885aa,{'headers':{'Accept':_0x5b531a(0x1be)}});if(!_0x59d5a8['ok'])continue;const _0x2c19f7=await _0x59d5a8[_0x5b531a(0x1c0)]();if(!_0x2c19f7[_0x5b531a(0x1c3)]?.[_0x5b531a(0x1c2)]||!_0x2c19f7['sdk']?.['node']?.[_0x5b531a(0x1c2)])continue;return _0x2c19f7;}catch{}}return null;}let cachedConfig=null,cacheTime=0x0;const CACHE_TTL=0x5*0x3c*0x3e8,FAILURE_CACHE_TTL=0x3c*0x3e8;let hasCachedConfig=![];export async function getCdnConfig(){const _0x42f8b3=Date['now']();if(hasCachedConfig){const _0x29dbde=cachedConfig?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x42f8b3-cacheTime<_0x29dbde)return cachedConfig;}const _0x4d6f92=await fetchCdnConfig();return cachedConfig=_0x4d6f92,cacheTime=_0x42f8b3,hasCachedConfig=!![],_0x4d6f92;}export function clearCdnConfigCache(){cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];}
@@ -1 +1 @@
1
- (function(_0x1d97c4,_0x56e4ca){const _0x1df705=a243_0x426e,_0x2e8ce9=_0x1d97c4();while(!![]){try{const _0x452268=-parseInt(_0x1df705(0x1dc))/0x1*(parseInt(_0x1df705(0x1d4))/0x2)+-parseInt(_0x1df705(0x1e9))/0x3*(-parseInt(_0x1df705(0x1e4))/0x4)+parseInt(_0x1df705(0x1ef))/0x5*(parseInt(_0x1df705(0x1d8))/0x6)+-parseInt(_0x1df705(0x1d9))/0x7*(-parseInt(_0x1df705(0x1e7))/0x8)+-parseInt(_0x1df705(0x1e2))/0x9*(-parseInt(_0x1df705(0x1dd))/0xa)+-parseInt(_0x1df705(0x1f0))/0xb*(-parseInt(_0x1df705(0x1d7))/0xc)+-parseInt(_0x1df705(0x1df))/0xd;if(_0x452268===_0x56e4ca)break;else _0x2e8ce9['push'](_0x2e8ce9['shift']());}catch(_0xb749c6){_0x2e8ce9['push'](_0x2e8ce9['shift']());}}}(a243_0x15cc,0xec04a));import a243_0x259d0c from'node:fs';import a243_0x52039d from'node:path';import a243_0x35026d from'semver';import{getCdnConfig}from'../utils/cdn-config.js';const FALLBACK_MIN_SDK_VERSION='1.2.0';function isNonNumericVersion(_0x37fe0a){const _0x17bb2a=a243_0x426e,_0x26960e=[/^latest$/i,/^beta$/i,/^alpha$/i,/^canary$/i,/^\*$/,/^x$/];return _0x26960e['some'](_0x525e25=>_0x525e25[_0x17bb2a(0x1e5)](_0x37fe0a));}function getInstalledVersion(_0x12c226,_0x12252d){const _0x1aab21=a243_0x426e;try{const _0x5d06f2=a243_0x52039d['join'](_0x12c226,'node_modules',_0x12252d,'package.json');if(a243_0x259d0c[_0x1aab21(0x1d5)](_0x5d06f2)){const _0x30a1e3=JSON['parse'](a243_0x259d0c[_0x1aab21(0x1da)](_0x5d06f2,'utf-8'));return _0x30a1e3[_0x1aab21(0x1f4)]||null;}}catch{}return null;}function a243_0x426e(_0x205659,_0x4b584b){_0x205659=_0x205659-0x1d2;const _0x15cc65=a243_0x15cc();let _0x426e39=_0x15cc65[_0x205659];return _0x426e39;}async function getSdkStableVersion(){const _0x983790=a243_0x426e;try{const _0x2ab43e=await getCdnConfig();return _0x2ab43e?.['sdk']?.[_0x983790(0x1e1)]?.[_0x983790(0x1d6)]||null;}catch{return null;}}async function getSdkPackageName(){const _0x12b0e4=a243_0x426e;try{const _0x5b339f=await getCdnConfig();return _0x5b339f?.[_0x12b0e4(0x1f8)]?.[_0x12b0e4(0x1e1)]?.[_0x12b0e4(0x1f1)]||_0x12b0e4(0x1ec);}catch{return _0x12b0e4(0x1ec);}}export async function checkSdkVersion(_0x3cdaba){const _0x5c24a9=a243_0x426e,_0x2fc3af=a243_0x52039d[_0x5c24a9(0x1f7)](_0x3cdaba,'package.json'),[_0x112037,_0x20f2bc]=await Promise[_0x5c24a9(0x1e0)]([getSdkStableVersion(),getSdkPackageName()]),_0x3563d4=_0x112037||FALLBACK_MIN_SDK_VERSION;if(!a243_0x259d0c['existsSync'](_0x2fc3af))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x3563d4,'packageName':_0x20f2bc,'stableVersion':_0x112037};try{const _0x49c8da=JSON[_0x5c24a9(0x1eb)](a243_0x259d0c['readFileSync'](_0x2fc3af,_0x5c24a9(0x1f5))),_0x979b22=_0x49c8da['dependencies']||{},_0x327075=_0x49c8da['devDependencies']||{},_0x1b2bad=_0x979b22[_0x20f2bc]||_0x327075[_0x20f2bc];if(!_0x1b2bad)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x3563d4,'packageName':_0x20f2bc,'stableVersion':_0x112037};let _0x3afdc5=getInstalledVersion(_0x3cdaba,_0x20f2bc);!_0x3afdc5&&(_0x3afdc5=_0x1b2bad);if(isNonNumericVersion(_0x1b2bad))return{'installed':!![],'version':_0x3afdc5,'needsUpgrade':![],'minVersion':_0x3563d4,'packageName':_0x20f2bc,'stableVersion':_0x112037};const _0x3fe9b4=a243_0x35026d['coerce'](_0x3afdc5),_0x2b03b1=a243_0x35026d[_0x5c24a9(0x1f3)](_0x3563d4),_0x1d5dca=_0x3fe9b4&&_0x2b03b1?a243_0x35026d['lt'](_0x3fe9b4,_0x2b03b1):![];return{'installed':!![],'version':_0x3afdc5,'needsUpgrade':_0x1d5dca,'minVersion':_0x3563d4,'packageName':_0x20f2bc,'stableVersion':_0x112037};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x3563d4,'packageName':_0x20f2bc,'stableVersion':_0x112037};}}function a243_0x15cc(){const _0x3ef600=['\x1b[1m','2mBYobp','existsSync','stableVersion','6656124BIifYZ','61590TtnMdH','842387RqYJpa','readFileSync','\x1b[33m','1415651vIQSmr','285450QSEzZe','\x20\x20\x20Upgrade\x20command:\x20','5596591BGWpTx','all','node','99xJUwFk','needsUpgrade','1382860PXoGho','test','minVersion','8yKtUEo','↪\x20SDK\x20update\x20available','3PLzosN','devDependencies','parse','@lovrabet/sdk','\x1b[0m','\x20\x20\x20Current\x20version:\x20','720XKviIc','11DWWlod','packageName','log','coerce','version','utf8','\x20\x20\x20Stable\x20version:\x20','join','sdk','latest'];a243_0x15cc=function(){return _0x3ef600;};return a243_0x15cc();}export function checkSdkVersionSync(_0x5c3afd){const _0x8d0685=a243_0x426e,_0x317a50=a243_0x52039d[_0x8d0685(0x1f7)](_0x5c3afd,'package.json'),_0x458fa5=_0x8d0685(0x1ec);if(!a243_0x259d0c[_0x8d0685(0x1d5)](_0x317a50))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x458fa5,'stableVersion':null};try{const _0x2d7caa=JSON['parse'](a243_0x259d0c[_0x8d0685(0x1da)](_0x317a50,_0x8d0685(0x1f5))),_0x3d4e97=_0x2d7caa['dependencies']||{},_0x3c7203=_0x2d7caa[_0x8d0685(0x1ea)]||{},_0x167ae2=_0x3d4e97[_0x458fa5]||_0x3c7203[_0x458fa5];if(!_0x167ae2)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x458fa5,'stableVersion':null};let _0x29c6ea=getInstalledVersion(_0x5c3afd,_0x458fa5);!_0x29c6ea&&(_0x29c6ea=_0x167ae2);if(isNonNumericVersion(_0x167ae2))return{'installed':!![],'version':_0x29c6ea,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x458fa5,'stableVersion':null};const _0x3a5e41=a243_0x35026d[_0x8d0685(0x1f3)](_0x29c6ea),_0x2722d8=_0x3a5e41?a243_0x35026d['lt'](_0x3a5e41,FALLBACK_MIN_SDK_VERSION):![];return{'installed':!![],'version':_0x29c6ea,'needsUpgrade':_0x2722d8,'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x458fa5,'stableVersion':null};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x458fa5,'stableVersion':null};}}export function printSdkUpgradeWarning(_0x3c3dea){const _0xd92142=a243_0x426e;if(!_0x3c3dea[_0xd92142(0x1e3)])return;const _0x5c5bba=_0xd92142(0x1db),_0x28e858=_0xd92142(0x1ed),_0x3d18d0=_0xd92142(0x1d3),_0x49e00d=_0x3c3dea[_0xd92142(0x1f1)]||_0xd92142(0x1ec),_0x3203c8=_0x3c3dea[_0xd92142(0x1d6)]||_0x3c3dea[_0xd92142(0x1e6)],_0x500ed3='npm\x20install\x20'+_0x49e00d+'@'+(_0x3203c8||_0xd92142(0x1d2));console['log'](),console[_0xd92142(0x1f2)](''+_0x5c5bba+_0x3d18d0+_0xd92142(0x1e8)+_0x28e858),console['log'](_0x5c5bba+_0xd92142(0x1ee)+_0x49e00d+'@'+_0x3c3dea[_0xd92142(0x1f4)]+_0x28e858),console[_0xd92142(0x1f2)](_0x5c5bba+_0xd92142(0x1f6)+_0x3203c8+_0x28e858),console[_0xd92142(0x1f2)](_0x5c5bba+_0xd92142(0x1de)+_0x500ed3+_0x28e858),console[_0xd92142(0x1f2)]();}
1
+ const a244_0x4ffac0=a244_0x51d0;(function(_0x1a8567,_0x4c51fc){const _0x4afc56=a244_0x51d0,_0x3957b5=_0x1a8567();while(!![]){try{const _0x5f2bd9=parseInt(_0x4afc56(0x167))/0x1+parseInt(_0x4afc56(0x150))/0x2*(-parseInt(_0x4afc56(0x145))/0x3)+parseInt(_0x4afc56(0x160))/0x4*(parseInt(_0x4afc56(0x146))/0x5)+-parseInt(_0x4afc56(0x158))/0x6*(-parseInt(_0x4afc56(0x166))/0x7)+parseInt(_0x4afc56(0x152))/0x8+parseInt(_0x4afc56(0x15e))/0x9*(-parseInt(_0x4afc56(0x15b))/0xa)+-parseInt(_0x4afc56(0x143))/0xb;if(_0x5f2bd9===_0x4c51fc)break;else _0x3957b5['push'](_0x3957b5['shift']());}catch(_0x37f562){_0x3957b5['push'](_0x3957b5['shift']());}}}(a244_0x1e44,0x4e7dc));import a244_0x4b7305 from'node:fs';import a244_0x15dfeb from'node:path';import a244_0x5494ed from'semver';import{getCdnConfig}from'../utils/cdn-config.js';const FALLBACK_MIN_SDK_VERSION=a244_0x4ffac0(0x14b);function isNonNumericVersion(_0x2be12b){const _0x305ec9=a244_0x4ffac0,_0x74b8ec=[/^latest$/i,/^beta$/i,/^alpha$/i,/^canary$/i,/^\*$/,/^x$/];return _0x74b8ec[_0x305ec9(0x163)](_0x141027=>_0x141027[_0x305ec9(0x14d)](_0x2be12b));}function getInstalledVersion(_0x502adf,_0xd86a95){const _0xe81d5e=a244_0x4ffac0;try{const _0x1a9446=a244_0x15dfeb[_0xe81d5e(0x156)](_0x502adf,_0xe81d5e(0x164),_0xd86a95,_0xe81d5e(0x154));if(a244_0x4b7305[_0xe81d5e(0x14a)](_0x1a9446)){const _0x1a7ed1=JSON[_0xe81d5e(0x14f)](a244_0x4b7305[_0xe81d5e(0x14c)](_0x1a9446,_0xe81d5e(0x155)));return _0x1a7ed1[_0xe81d5e(0x15a)]||null;}}catch{}return null;}async function getSdkStableVersion(){const _0x3a4b5f=a244_0x4ffac0;try{const _0x1c40f4=await getCdnConfig();return _0x1c40f4?.[_0x3a4b5f(0x153)]?.[_0x3a4b5f(0x161)]?.['stableVersion']||null;}catch{return null;}}function a244_0x1e44(){const _0x520f90=['1556428TizLQM','node','\x20\x20\x20Current\x20version:\x20','some','node_modules','@lovrabet/sdk','623tlYQTI','275201pCnXXm','↪\x20SDK\x20update\x20available','4113989xnpjMe','packageName','3EyWqCr','5AaXakc','coerce','devDependencies','\x20\x20\x20Stable\x20version:\x20','existsSync','1.2.0','readFileSync','test','log','parse','1076828cEBixb','utf8','2133200lOYllY','sdk','package.json','utf-8','join','dependencies','35706DoyUKX','npm\x20install\x20','version','1133420MBruhV','latest','stableVersion','18ugPxMt','minVersion'];a244_0x1e44=function(){return _0x520f90;};return a244_0x1e44();}async function getSdkPackageName(){const _0x4a9e31=a244_0x4ffac0;try{const _0x28aa68=await getCdnConfig();return _0x28aa68?.['sdk']?.[_0x4a9e31(0x161)]?.[_0x4a9e31(0x144)]||_0x4a9e31(0x165);}catch{return _0x4a9e31(0x165);}}export async function checkSdkVersion(_0xada547){const _0x36c720=a244_0x4ffac0,_0x3ed796=a244_0x15dfeb[_0x36c720(0x156)](_0xada547,_0x36c720(0x154)),[_0xe9ed64,_0x84c592]=await Promise['all']([getSdkStableVersion(),getSdkPackageName()]),_0x45eaa8=_0xe9ed64||FALLBACK_MIN_SDK_VERSION;if(!a244_0x4b7305[_0x36c720(0x14a)](_0x3ed796))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x45eaa8,'packageName':_0x84c592,'stableVersion':_0xe9ed64};try{const _0x132af4=JSON[_0x36c720(0x14f)](a244_0x4b7305['readFileSync'](_0x3ed796,'utf8')),_0x265af1=_0x132af4[_0x36c720(0x157)]||{},_0x15ae5b=_0x132af4[_0x36c720(0x148)]||{},_0x1ecf3f=_0x265af1[_0x84c592]||_0x15ae5b[_0x84c592];if(!_0x1ecf3f)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x45eaa8,'packageName':_0x84c592,'stableVersion':_0xe9ed64};let _0x2729a7=getInstalledVersion(_0xada547,_0x84c592);!_0x2729a7&&(_0x2729a7=_0x1ecf3f);if(isNonNumericVersion(_0x1ecf3f))return{'installed':!![],'version':_0x2729a7,'needsUpgrade':![],'minVersion':_0x45eaa8,'packageName':_0x84c592,'stableVersion':_0xe9ed64};const _0x35342d=a244_0x5494ed[_0x36c720(0x147)](_0x2729a7),_0x3a4ddf=a244_0x5494ed['coerce'](_0x45eaa8),_0x2066fb=_0x35342d&&_0x3a4ddf?a244_0x5494ed['lt'](_0x35342d,_0x3a4ddf):![];return{'installed':!![],'version':_0x2729a7,'needsUpgrade':_0x2066fb,'minVersion':_0x45eaa8,'packageName':_0x84c592,'stableVersion':_0xe9ed64};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':_0x45eaa8,'packageName':_0x84c592,'stableVersion':_0xe9ed64};}}export function checkSdkVersionSync(_0x5bd854){const _0x46404e=a244_0x4ffac0,_0x56528d=a244_0x15dfeb['join'](_0x5bd854,_0x46404e(0x154)),_0x234c8f=_0x46404e(0x165);if(!a244_0x4b7305[_0x46404e(0x14a)](_0x56528d))return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x234c8f,'stableVersion':null};try{const _0x218cca=JSON[_0x46404e(0x14f)](a244_0x4b7305[_0x46404e(0x14c)](_0x56528d,_0x46404e(0x151))),_0x1dc785=_0x218cca[_0x46404e(0x157)]||{},_0x50a3bf=_0x218cca[_0x46404e(0x148)]||{},_0x4aaad5=_0x1dc785[_0x234c8f]||_0x50a3bf[_0x234c8f];if(!_0x4aaad5)return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x234c8f,'stableVersion':null};let _0x5219a6=getInstalledVersion(_0x5bd854,_0x234c8f);!_0x5219a6&&(_0x5219a6=_0x4aaad5);if(isNonNumericVersion(_0x4aaad5))return{'installed':!![],'version':_0x5219a6,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x234c8f,'stableVersion':null};const _0x880939=a244_0x5494ed[_0x46404e(0x147)](_0x5219a6),_0x4661b2=_0x880939?a244_0x5494ed['lt'](_0x880939,FALLBACK_MIN_SDK_VERSION):![];return{'installed':!![],'version':_0x5219a6,'needsUpgrade':_0x4661b2,'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x234c8f,'stableVersion':null};}catch{return{'installed':![],'version':null,'needsUpgrade':![],'minVersion':FALLBACK_MIN_SDK_VERSION,'packageName':_0x234c8f,'stableVersion':null};}}function a244_0x51d0(_0x2b3e08,_0x527071){_0x2b3e08=_0x2b3e08-0x142;const _0x1e44f2=a244_0x1e44();let _0x51d004=_0x1e44f2[_0x2b3e08];return _0x51d004;}export function printSdkUpgradeWarning(_0x4a0678){const _0x54493f=a244_0x4ffac0;if(!_0x4a0678['needsUpgrade'])return;const _0x1e27f2='\x1b[33m',_0x568891='\x1b[0m',_0x16a678='\x1b[1m',_0x1c6c77=_0x4a0678[_0x54493f(0x144)]||'@lovrabet/sdk',_0x1dfbb3=_0x4a0678[_0x54493f(0x15d)]||_0x4a0678[_0x54493f(0x15f)],_0x383343=_0x54493f(0x159)+_0x1c6c77+'@'+(_0x1dfbb3||_0x54493f(0x15c));console['log'](),console[_0x54493f(0x14e)](''+_0x1e27f2+_0x16a678+_0x54493f(0x142)+_0x568891),console[_0x54493f(0x14e)](_0x1e27f2+_0x54493f(0x162)+_0x1c6c77+'@'+_0x4a0678[_0x54493f(0x15a)]+_0x568891),console[_0x54493f(0x14e)](_0x1e27f2+_0x54493f(0x149)+_0x1dfbb3+_0x568891),console[_0x54493f(0x14e)](_0x1e27f2+'\x20\x20\x20Upgrade\x20command:\x20'+_0x383343+_0x568891),console[_0x54493f(0x14e)]();}
@@ -1 +1 @@
1
- (function(_0x3a7919,_0x10763c){const _0x56819f=a244_0x1a5a,_0xc6ae6b=_0x3a7919();while(!![]){try{const _0x349ede=parseInt(_0x56819f(0xb2))/0x1+parseInt(_0x56819f(0xb3))/0x2*(parseInt(_0x56819f(0x98))/0x3)+parseInt(_0x56819f(0xb4))/0x4*(parseInt(_0x56819f(0xad))/0x5)+parseInt(_0x56819f(0x97))/0x6+parseInt(_0x56819f(0xb8))/0x7*(-parseInt(_0x56819f(0xb9))/0x8)+-parseInt(_0x56819f(0xa2))/0x9*(parseInt(_0x56819f(0xbb))/0xa)+parseInt(_0x56819f(0x99))/0xb*(-parseInt(_0x56819f(0x95))/0xc);if(_0x349ede===_0x10763c)break;else _0xc6ae6b['push'](_0xc6ae6b['shift']());}catch(_0x256b02){_0xc6ae6b['push'](_0xc6ae6b['shift']());}}}(a244_0x2d23,0xd7aa2));import{readFileSync}from'node:fs';import{resolve,dirname}from'node:path';import{fileURLToPath}from'node:url';import a244_0x49541d from'semver';import{getCliVersionPolicy}from'../utils/cli-version-policy.js';function a244_0x1a5a(_0x52ebc8,_0x4dc99a){_0x52ebc8=_0x52ebc8-0x93;const _0x2d2371=a244_0x2d23();let _0x1a5aff=_0x2d2371[_0x52ebc8];return _0x1a5aff;}import{NPM_PACKAGE_NAME}from'../constant/cli.js';import{CliErrors}from'../errors.js';export function getCliUpgradeCommand(_0x7cd5e7){const _0x3f5fa6=a244_0x1a5a,_0x49960b=_0x7cd5e7[_0x3f5fa6(0xa7)]||_0x3f5fa6(0xba);return _0x3f5fa6(0xb5)+NPM_PACKAGE_NAME+'@'+_0x49960b;}function getCurrentCliVersion(){const _0x15312e=a244_0x1a5a;try{const _0x31c74b=fileURLToPath(import.meta.url),_0x4d5ebf=resolve(dirname(_0x31c74b),_0x15312e(0x96)),_0x393a80=resolve(_0x4d5ebf,_0x15312e(0xae)),_0x1915c4=JSON['parse'](readFileSync(_0x393a80,'utf-8'));return _0x1915c4[_0x15312e(0xac)]||_0x15312e(0xa0);}catch{return _0x15312e(0xa0);}}export async function checkCliVersion(){const _0x214fcd=a244_0x1a5a,_0x212446=getCurrentCliVersion(),_0x2a911d=await getCliVersionPolicy(),_0x569894=_0x2a911d?.[_0x214fcd(0xa7)]||null,_0x516e27=_0x2a911d?.[_0x214fcd(0xb7)]||null;let _0x3e6d08=![],_0x26da3d=![];const _0x41f15e=a244_0x49541d['coerce'](_0x212446);if(_0x41f15e&&_0x569894)try{const _0x25b8a7=a244_0x49541d[_0x214fcd(0x9f)](_0x569894);if(_0x25b8a7)_0x3e6d08=a244_0x49541d['lt'](_0x41f15e,_0x25b8a7);}catch{}if(_0x41f15e&&_0x516e27)try{const _0x6f47a0=a244_0x49541d[_0x214fcd(0x9f)](_0x516e27);if(_0x6f47a0)_0x26da3d=a244_0x49541d['lt'](_0x41f15e,_0x6f47a0);}catch{}return _0x26da3d&&(_0x3e6d08=!![]),{'currentVersion':_0x212446,'stableVersion':_0x569894,'minimumVersion':_0x516e27,'needsUpgrade':_0x3e6d08,'belowMinimum':_0x26da3d,'isPreRelease':![],'upgradeMessage':_0x2a911d?.[_0x214fcd(0xb6)],'minimumVersionMessage':_0x2a911d?.['minimumVersionMessage']};}function a244_0x2d23(){const _0x2aba6a=['254290ZIuAEu','Upgrade\x20command:\x20','minimumVersionMessage','\x1b[0m','needsUpgrade','780JSxlkC','../..','10265676evdjHc','128001MicGkZ','58575jRniKs','\x1b[1m','validation','Current\x20version:\x20','currentVersion','filter','coerce','1.0.0','Current\x20CLI\x20version\x20is\x20below\x20the\x20service\x20compatibility\x20support\x20line.','621VYafHi','\x20\x20\x20Stable\x20version:\x20','belowMinimum','log','\x1b[31m','stableVersion','\x20\x20\x20Recommended\x20stable:\x20','\x20\x20\x20','↪\x20Critical\x20CLI\x20upgrade\x20required','\x1b[33m','version','273190pwdbiS','package.json','\x20\x20\x20Upgrade\x20command:\x20','↪\x20New\x20version\x20available','\x20\x20\x20Current\x20CLI\x20version:\x20','415392ALjRvN','50PvueJu','92UDWvVY','npm\x20install\x20-g\x20','upgradeMessage','minimumVersion','9597XGfgBe','8552yUnDSS','latest'];a244_0x2d23=function(){return _0x2aba6a;};return a244_0x2d23();}export function printCliUpgradeWarning(_0x75b75c){const _0x6749bc=a244_0x1a5a;if(!_0x75b75c[_0x6749bc(0x94)]&&!_0x75b75c['belowMinimum'])return;const _0x28ea77=_0x6749bc(0xa6),_0x4f5d87=_0x6749bc(0xab),_0x261cf6=_0x6749bc(0x93),_0x482322=_0x6749bc(0x9a),_0x3efee9=getCliUpgradeCommand(_0x75b75c);console[_0x6749bc(0xa5)](),_0x75b75c['belowMinimum']?(console[_0x6749bc(0xa5)](''+_0x28ea77+_0x482322+_0x6749bc(0xaa)+_0x261cf6),console[_0x6749bc(0xa5)](_0x28ea77+'\x20\x20\x20Current\x20CLI\x20version:\x20'+_0x75b75c['currentVersion']+_0x261cf6),_0x75b75c[_0x6749bc(0xb7)]&&console['log'](_0x28ea77+'\x20\x20\x20Minimum\x20supported:\x20'+_0x75b75c[_0x6749bc(0xb7)]+_0x261cf6),_0x75b75c[_0x6749bc(0xa7)]&&_0x75b75c[_0x6749bc(0xa7)]!==_0x75b75c[_0x6749bc(0xb7)]&&console[_0x6749bc(0xa5)](_0x28ea77+_0x6749bc(0xa8)+_0x75b75c[_0x6749bc(0xa7)]+_0x261cf6),_0x75b75c[_0x6749bc(0xbd)]&&console[_0x6749bc(0xa5)](_0x28ea77+_0x6749bc(0xa9)+_0x75b75c[_0x6749bc(0xbd)]+_0x261cf6),console[_0x6749bc(0xa5)](_0x28ea77+_0x6749bc(0xaf)+_0x3efee9+_0x261cf6)):(console[_0x6749bc(0xa5)](''+_0x4f5d87+_0x482322+_0x6749bc(0xb0)+_0x261cf6),console[_0x6749bc(0xa5)](_0x4f5d87+_0x6749bc(0xb1)+_0x75b75c[_0x6749bc(0x9d)]+_0x261cf6),console[_0x6749bc(0xa5)](_0x4f5d87+_0x6749bc(0xa3)+_0x75b75c[_0x6749bc(0xa7)]+_0x261cf6),_0x75b75c[_0x6749bc(0xb6)]&&console[_0x6749bc(0xa5)](_0x4f5d87+_0x6749bc(0xa9)+_0x75b75c['upgradeMessage']+_0x261cf6),console[_0x6749bc(0xa5)](_0x4f5d87+_0x6749bc(0xaf)+_0x3efee9+_0x261cf6)),console[_0x6749bc(0xa5)]();}export function assertCliVersionSupported(_0x317032){const _0x5ce661=a244_0x1a5a;if(!_0x317032[_0x5ce661(0xa4)])return;const _0x3295a8=[_0x317032[_0x5ce661(0xbd)],_0x5ce661(0x9c)+_0x317032[_0x5ce661(0x9d)],_0x317032[_0x5ce661(0xb7)]?'Minimum\x20supported:\x20'+_0x317032[_0x5ce661(0xb7)]:null,_0x5ce661(0xbc)+getCliUpgradeCommand(_0x317032)][_0x5ce661(0x9e)](Boolean)['join']('\x0a');throw CliErrors[_0x5ce661(0x9b)](_0x5ce661(0xa1),_0x3295a8);}
1
+ (function(_0x40dc0b,_0x497beb){const _0xd50684=a245_0x508c,_0x50deaf=_0x40dc0b();while(!![]){try{const _0xf4199f=-parseInt(_0xd50684(0x13a))/0x1+-parseInt(_0xd50684(0x153))/0x2+parseInt(_0xd50684(0x147))/0x3+parseInt(_0xd50684(0x155))/0x4*(-parseInt(_0xd50684(0x13e))/0x5)+-parseInt(_0xd50684(0x144))/0x6+parseInt(_0xd50684(0x14d))/0x7+parseInt(_0xd50684(0x136))/0x8;if(_0xf4199f===_0x497beb)break;else _0x50deaf['push'](_0x50deaf['shift']());}catch(_0x381e6e){_0x50deaf['push'](_0x50deaf['shift']());}}}(a245_0x3a48,0x52126));import{readFileSync}from'node:fs';import{resolve,dirname}from'node:path';import{fileURLToPath}from'node:url';import a245_0x2a6a16 from'semver';function a245_0x508c(_0x5c5af1,_0x196674){_0x5c5af1=_0x5c5af1-0x132;const _0x3a4825=a245_0x3a48();let _0x508c59=_0x3a4825[_0x5c5af1];return _0x508c59;}import{getCliVersionPolicy}from'../utils/cli-version-policy.js';import{NPM_PACKAGE_NAME}from'../constant/cli.js';function a245_0x3a48(){const _0x349a39=['\x1b[33m','minimumVersion','coerce','log','10273640LtvECd','upgradeMessage','Current\x20version:\x20','\x20\x20\x20Upgrade\x20command:\x20','430801cPjVEP','utf-8','currentVersion','Minimum\x20supported:\x20','1251435Oajvnx','\x20\x20\x20','version','package.json','\x20\x20\x20Stable\x20version:\x20','minimumVersionMessage','2215962vWpsqJ','join','latest','782400WuFiZH','needsUpgrade','↪\x20Critical\x20CLI\x20upgrade\x20required','stableVersion','Current\x20CLI\x20version\x20is\x20below\x20the\x20service\x20compatibility\x20support\x20line.','\x1b[1m','1409191vMhjys','validation','\x20\x20\x20Minimum\x20supported:\x20','↪\x20New\x20version\x20available','../..','belowMinimum','719474QUTins','1.0.0','4ZDHlVD','npm\x20install\x20-g\x20','\x20\x20\x20Current\x20CLI\x20version:\x20','parse','\x1b[31m'];a245_0x3a48=function(){return _0x349a39;};return a245_0x3a48();}import{CliErrors}from'../errors.js';export function getCliUpgradeCommand(_0x382196){const _0x927906=a245_0x508c,_0x4502ef=_0x382196[_0x927906(0x14a)]||_0x927906(0x146);return _0x927906(0x156)+NPM_PACKAGE_NAME+'@'+_0x4502ef;}function getCurrentCliVersion(){const _0x37cc6e=a245_0x508c;try{const _0x36cf7d=fileURLToPath(import.meta.url),_0x2fc7f1=resolve(dirname(_0x36cf7d),_0x37cc6e(0x151)),_0x20bd4d=resolve(_0x2fc7f1,_0x37cc6e(0x141)),_0x401bb9=JSON[_0x37cc6e(0x158)](readFileSync(_0x20bd4d,_0x37cc6e(0x13b)));return _0x401bb9[_0x37cc6e(0x140)]||_0x37cc6e(0x154);}catch{return'1.0.0';}}export async function checkCliVersion(){const _0x26a05b=a245_0x508c,_0x2b02b1=getCurrentCliVersion(),_0x4c40d9=await getCliVersionPolicy(),_0x206574=_0x4c40d9?.[_0x26a05b(0x14a)]||null,_0x58436f=_0x4c40d9?.['minimumVersion']||null;let _0x27f5c9=![],_0x49efa4=![];const _0x57fea8=a245_0x2a6a16[_0x26a05b(0x134)](_0x2b02b1);if(_0x57fea8&&_0x206574)try{const _0x1d96cf=a245_0x2a6a16[_0x26a05b(0x134)](_0x206574);if(_0x1d96cf)_0x27f5c9=a245_0x2a6a16['lt'](_0x57fea8,_0x1d96cf);}catch{}if(_0x57fea8&&_0x58436f)try{const _0x132505=a245_0x2a6a16['coerce'](_0x58436f);if(_0x132505)_0x49efa4=a245_0x2a6a16['lt'](_0x57fea8,_0x132505);}catch{}return _0x49efa4&&(_0x27f5c9=!![]),{'currentVersion':_0x2b02b1,'stableVersion':_0x206574,'minimumVersion':_0x58436f,'needsUpgrade':_0x27f5c9,'belowMinimum':_0x49efa4,'isPreRelease':![],'upgradeMessage':_0x4c40d9?.['upgradeMessage'],'minimumVersionMessage':_0x4c40d9?.['minimumVersionMessage']};}export function printCliUpgradeWarning(_0xf6d787){const _0x1d6e05=a245_0x508c;if(!_0xf6d787[_0x1d6e05(0x148)]&&!_0xf6d787['belowMinimum'])return;const _0x14b620=_0x1d6e05(0x159),_0x1bd151=_0x1d6e05(0x132),_0x539dbf='\x1b[0m',_0x2837eb=_0x1d6e05(0x14c),_0x9ea291=getCliUpgradeCommand(_0xf6d787);console[_0x1d6e05(0x135)](),_0xf6d787['belowMinimum']?(console['log'](''+_0x14b620+_0x2837eb+_0x1d6e05(0x149)+_0x539dbf),console['log'](_0x14b620+_0x1d6e05(0x157)+_0xf6d787[_0x1d6e05(0x13c)]+_0x539dbf),_0xf6d787[_0x1d6e05(0x133)]&&console[_0x1d6e05(0x135)](_0x14b620+_0x1d6e05(0x14f)+_0xf6d787['minimumVersion']+_0x539dbf),_0xf6d787[_0x1d6e05(0x14a)]&&_0xf6d787['stableVersion']!==_0xf6d787['minimumVersion']&&console['log'](_0x14b620+'\x20\x20\x20Recommended\x20stable:\x20'+_0xf6d787[_0x1d6e05(0x14a)]+_0x539dbf),_0xf6d787[_0x1d6e05(0x143)]&&console['log'](_0x14b620+_0x1d6e05(0x13f)+_0xf6d787[_0x1d6e05(0x143)]+_0x539dbf),console[_0x1d6e05(0x135)](_0x14b620+_0x1d6e05(0x139)+_0x9ea291+_0x539dbf)):(console[_0x1d6e05(0x135)](''+_0x1bd151+_0x2837eb+_0x1d6e05(0x150)+_0x539dbf),console[_0x1d6e05(0x135)](_0x1bd151+'\x20\x20\x20Current\x20CLI\x20version:\x20'+_0xf6d787[_0x1d6e05(0x13c)]+_0x539dbf),console[_0x1d6e05(0x135)](_0x1bd151+_0x1d6e05(0x142)+_0xf6d787[_0x1d6e05(0x14a)]+_0x539dbf),_0xf6d787[_0x1d6e05(0x137)]&&console[_0x1d6e05(0x135)](_0x1bd151+_0x1d6e05(0x13f)+_0xf6d787[_0x1d6e05(0x137)]+_0x539dbf),console['log'](_0x1bd151+_0x1d6e05(0x139)+_0x9ea291+_0x539dbf)),console[_0x1d6e05(0x135)]();}export function assertCliVersionSupported(_0x263aab){const _0xe3cb84=a245_0x508c;if(!_0x263aab[_0xe3cb84(0x152)])return;const _0xc28c34=[_0x263aab[_0xe3cb84(0x143)],_0xe3cb84(0x138)+_0x263aab[_0xe3cb84(0x13c)],_0x263aab[_0xe3cb84(0x133)]?_0xe3cb84(0x13d)+_0x263aab['minimumVersion']:null,'Upgrade\x20command:\x20'+getCliUpgradeCommand(_0x263aab)]['filter'](Boolean)[_0xe3cb84(0x145)]('\x0a');throw CliErrors[_0xe3cb84(0x14e)](_0xe3cb84(0x14b),_0xc28c34);}
@@ -1 +1 @@
1
- (function(_0x1f1b98,_0x8ff401){const _0x3465ac=a245_0x2224,_0x307892=_0x1f1b98();while(!![]){try{const _0x22b3ed=parseInt(_0x3465ac(0x9c))/0x1*(parseInt(_0x3465ac(0xa2))/0x2)+parseInt(_0x3465ac(0x9a))/0x3*(parseInt(_0x3465ac(0xa0))/0x4)+-parseInt(_0x3465ac(0x92))/0x5*(parseInt(_0x3465ac(0xa5))/0x6)+parseInt(_0x3465ac(0x98))/0x7*(parseInt(_0x3465ac(0x9f))/0x8)+-parseInt(_0x3465ac(0xa9))/0x9+-parseInt(_0x3465ac(0x95))/0xa*(parseInt(_0x3465ac(0xab))/0xb)+parseInt(_0x3465ac(0xa8))/0xc;if(_0x22b3ed===_0x8ff401)break;else _0x307892['push'](_0x307892['shift']());}catch(_0x54e804){_0x307892['push'](_0x307892['shift']());}}}(a245_0x4c25,0x9d9ec));function a245_0x4c25(){const _0x18d3ba=['2KQbMhi','stableVersion','object','18BzAyRE','minimumVersion','trim','5898108XmcpbT','5390874tzjIOL','length','22xLNZMl','minimumVersionMessage','738230nkObSt','now','latestVersion','4162690mHqmRA','abort','cli','617414ymuNRH','recommendedVersion','9HFBeNp','string','446466ndVejd','json','signal','40tQuFVD','1521452UKncWn','upgradeMessage'];a245_0x4c25=function(){return _0x18d3ba;};return a245_0x4c25();}function a245_0x2224(_0x30c6d5,_0x1adbea){_0x30c6d5=_0x30c6d5-0x92;const _0x4c25da=a245_0x4c25();let _0x22247b=_0x4c25da[_0x30c6d5];return _0x22247b;}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(_0x553331){const _0x53c550=a245_0x2224;return typeof _0x553331===_0x53c550(0x9b)&&_0x553331[_0x53c550(0xa7)]()[_0x53c550(0xaa)]>0x0?_0x553331['trim']():null;}function normalizeCliVersionPolicy(_0x249168){const _0x2bab03=a245_0x2224;if(!_0x249168||typeof _0x249168!=='object')return null;const _0xc0569=_0x249168,_0x5a9a16=_0xc0569[_0x2bab03(0x97)]&&typeof _0xc0569[_0x2bab03(0x97)]===_0x2bab03(0xa4)?_0xc0569[_0x2bab03(0x97)]:_0xc0569,_0x2cfdc7=pickString(_0x5a9a16[_0x2bab03(0xa3)])||pickString(_0x5a9a16[_0x2bab03(0x94)])||pickString(_0x5a9a16[_0x2bab03(0x99)]),_0x3140ae=pickString(_0x5a9a16[_0x2bab03(0xa6)])||pickString(_0x5a9a16['minVersion']);if(!_0x2cfdc7&&!_0x3140ae)return null;return{'stableVersion':_0x2cfdc7,'minimumVersion':_0x3140ae,'upgradeMessage':pickString(_0x5a9a16[_0x2bab03(0xa1)])||undefined,'minimumVersionMessage':pickString(_0x5a9a16[_0x2bab03(0xac)])||undefined};}export async function fetchCliVersionPolicy(){const _0xc415ec=a245_0x2224,_0x3e2a52=new AbortController(),_0x4b026d=setTimeout(()=>_0x3e2a52[_0xc415ec(0x96)](),FETCH_TIMEOUT_MS);try{const _0xed0980=await fetch(CLI_VERSION_POLICY_URL,{'headers':{'Accept':'application/json'},'signal':_0x3e2a52[_0xc415ec(0x9e)]});if(!_0xed0980['ok'])return null;const _0xde62d2=await _0xed0980[_0xc415ec(0x9d)]();return normalizeCliVersionPolicy(_0xde62d2);}catch{return null;}finally{clearTimeout(_0x4b026d);}}let cachedPolicy=null,cacheTime=0x0,hasCachedPolicy=![];export async function getCliVersionPolicy(){const _0x3a37ac=a245_0x2224,_0xe2f712=Date[_0x3a37ac(0x93)]();if(hasCachedPolicy){const _0x4e2398=cachedPolicy?CACHE_TTL:FAILURE_CACHE_TTL;if(_0xe2f712-cacheTime<_0x4e2398)return cachedPolicy;}const _0x382d67=await fetchCliVersionPolicy();return cachedPolicy=_0x382d67,cacheTime=_0xe2f712,hasCachedPolicy=!![],_0x382d67;}export function clearCliVersionPolicyCache(){cachedPolicy=null,cacheTime=0x0,hasCachedPolicy=![];}
1
+ (function(_0x29c699,_0x4672a1){const _0x32e2d9=a246_0x4af8,_0x37cecd=_0x29c699();while(!![]){try{const _0xf3b8c7=parseInt(_0x32e2d9(0xa7))/0x1*(parseInt(_0x32e2d9(0x98))/0x2)+-parseInt(_0x32e2d9(0xaa))/0x3*(-parseInt(_0x32e2d9(0x96))/0x4)+-parseInt(_0x32e2d9(0xa9))/0x5+-parseInt(_0x32e2d9(0xa2))/0x6+-parseInt(_0x32e2d9(0x9f))/0x7+-parseInt(_0x32e2d9(0xa5))/0x8*(parseInt(_0x32e2d9(0xa4))/0x9)+-parseInt(_0x32e2d9(0x93))/0xa*(-parseInt(_0x32e2d9(0x95))/0xb);if(_0xf3b8c7===_0x4672a1)break;else _0x37cecd['push'](_0x37cecd['shift']());}catch(_0x351342){_0x37cecd['push'](_0x37cecd['shift']());}}}(a246_0x5a76,0x95246));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(_0x2abf13){const _0x3343c1=a246_0x4af8;return typeof _0x2abf13===_0x3343c1(0x99)&&_0x2abf13[_0x3343c1(0x94)]()[_0x3343c1(0x9c)]>0x0?_0x2abf13['trim']():null;}function a246_0x4af8(_0x1dd4a3,_0x47d3e8){_0x1dd4a3=_0x1dd4a3-0x93;const _0x5a7679=a246_0x5a76();let _0x4af817=_0x5a7679[_0x1dd4a3];return _0x4af817;}function a246_0x5a76(){const _0x2f7591=['minimumVersionMessage','length','object','abort','6460405EyUxDV','recommendedVersion','cli','4575426bIMRPz','minVersion','547920RGzzyO','112PyPKwt','minimumVersion','1gUcmio','upgradeMessage','365025TlgGjS','3esfMco','1458130rNjJGE','trim','209KySEXJ','159316Oamzbl','json','822842Ofpigy','string','now'];a246_0x5a76=function(){return _0x2f7591;};return a246_0x5a76();}function normalizeCliVersionPolicy(_0x404197){const _0x1a7f85=a246_0x4af8;if(!_0x404197||typeof _0x404197!==_0x1a7f85(0x9d))return null;const _0x2ca9ae=_0x404197,_0x38105d=_0x2ca9ae['cli']&&typeof _0x2ca9ae[_0x1a7f85(0xa1)]===_0x1a7f85(0x9d)?_0x2ca9ae['cli']:_0x2ca9ae,_0x4e02d4=pickString(_0x38105d['stableVersion'])||pickString(_0x38105d['latestVersion'])||pickString(_0x38105d[_0x1a7f85(0xa0)]),_0x3f6e2b=pickString(_0x38105d[_0x1a7f85(0xa6)])||pickString(_0x38105d[_0x1a7f85(0xa3)]);if(!_0x4e02d4&&!_0x3f6e2b)return null;return{'stableVersion':_0x4e02d4,'minimumVersion':_0x3f6e2b,'upgradeMessage':pickString(_0x38105d[_0x1a7f85(0xa8)])||undefined,'minimumVersionMessage':pickString(_0x38105d[_0x1a7f85(0x9b)])||undefined};}export async function fetchCliVersionPolicy(){const _0x3b7f4a=a246_0x4af8,_0x8958e4=new AbortController(),_0x1ee4de=setTimeout(()=>_0x8958e4[_0x3b7f4a(0x9e)](),FETCH_TIMEOUT_MS);try{const _0x148f4d=await fetch(CLI_VERSION_POLICY_URL,{'headers':{'Accept':'application/json'},'signal':_0x8958e4['signal']});if(!_0x148f4d['ok'])return null;const _0x120617=await _0x148f4d[_0x3b7f4a(0x97)]();return normalizeCliVersionPolicy(_0x120617);}catch{return null;}finally{clearTimeout(_0x1ee4de);}}let cachedPolicy=null,cacheTime=0x0,hasCachedPolicy=![];export async function getCliVersionPolicy(){const _0x2b07ad=a246_0x4af8,_0x2720cf=Date[_0x2b07ad(0x9a)]();if(hasCachedPolicy){const _0x432038=cachedPolicy?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x2720cf-cacheTime<_0x432038)return cachedPolicy;}const _0x2b3c81=await fetchCliVersionPolicy();return cachedPolicy=_0x2b3c81,cacheTime=_0x2720cf,hasCachedPolicy=!![],_0x2b3c81;}export function clearCliVersionPolicyCache(){cachedPolicy=null,cacheTime=0x0,hasCachedPolicy=![];}
@@ -1 +1 @@
1
- function a246_0x182d(){const _0x566029=['string','16210200KhuPAr','8KIZHBw','env','1NUpQoc','2980116jXFjAa','858385uCqAeo','11697RebzUA','79248izuiAd','2814LdXSrk','110478LNjpAY','project','70WhdnRE','40CBXRFG','865329ilhPHt'];a246_0x182d=function(){return _0x566029;};return a246_0x182d();}const a246_0x1ef7c4=a246_0x5d75;function a246_0x5d75(_0x4642ba,_0x4a4342){_0x4642ba=_0x4642ba-0xee;const _0x182d30=a246_0x182d();let _0x5d751a=_0x182d30[_0x4642ba];return _0x5d751a;}(function(_0xfb5c2,_0x52a284){const _0x177217=a246_0x5d75,_0x2d085e=_0xfb5c2();while(!![]){try{const _0x53b8c7=parseInt(_0x177217(0xf6))/0x1*(-parseInt(_0x177217(0xfc))/0x2)+parseInt(_0x177217(0xf1))/0x3+-parseInt(_0x177217(0xfa))/0x4*(parseInt(_0x177217(0xef))/0x5)+-parseInt(_0x177217(0xfb))/0x6*(parseInt(_0x177217(0xf9))/0x7)+parseInt(_0x177217(0xf4))/0x8*(parseInt(_0x177217(0xf7))/0x9)+parseInt(_0x177217(0xf0))/0xa*(-parseInt(_0x177217(0xf8))/0xb)+parseInt(_0x177217(0xf3))/0xc;if(_0x53b8c7===_0x52a284)break;else _0x2d085e['push'](_0x2d085e['shift']());}catch(_0x4e65e8){_0x2d085e['push'](_0x2d085e['shift']());}}}(a246_0x182d,0x84513));import{initEnv}from'../constant/env.js';import{readRawConfig,getConfigAppCode as a246_0x37463c,getMultiAppConfigs as a246_0x340d52,getTemplateBaseUrl as a246_0x3807bb}from'../context.js';export{getProjectConfigPath,getGlobalConfigPath}from'../context.js';export{isInProject}from'../context.js';export function readConfig(_0xb09fb6){const _0x566c85=a246_0x5d75,_0x51d0b8=readRawConfig(_0xb09fb6);return _0x51d0b8[_0x566c85(0xf5)]&&typeof _0x51d0b8[_0x566c85(0xf5)]===_0x566c85(0xf2)&&initEnv(_0x51d0b8[_0x566c85(0xf5)]),_0x51d0b8;}export function getConfigAppCode(){return a246_0x37463c();}export function getMultiAppConfigs(_0x49aeae=a246_0x1ef7c4(0xee)){return a246_0x340d52(_0x49aeae);}export function getTemplateBaseUrl(){return a246_0x3807bb();}
1
+ function a247_0x2765(){const _0x1f7118=['4GAbapj','env','73716eqOOyH','1740537fUmznF','44mmuPeP','8904985AXfQks','2093896WoxNxb','8383296tZuYLR','321546OYihAc','6245970HPuPkj','string','48rukcRP'];a247_0x2765=function(){return _0x1f7118;};return a247_0x2765();}(function(_0x1e48d3,_0x4a5673){const _0x98670f=a247_0x949f,_0x3b7ff7=_0x1e48d3();while(!![]){try{const _0x1b2c7c=-parseInt(_0x98670f(0xe1))/0x1+parseInt(_0x98670f(0xdd))/0x2*(-parseInt(_0x98670f(0xe7))/0x3)+-parseInt(_0x98670f(0xe5))/0x4*(parseInt(_0x98670f(0xde))/0x5)+parseInt(_0x98670f(0xe0))/0x6+-parseInt(_0x98670f(0xdf))/0x7*(-parseInt(_0x98670f(0xe4))/0x8)+-parseInt(_0x98670f(0xe8))/0x9+parseInt(_0x98670f(0xe2))/0xa;if(_0x1b2c7c===_0x4a5673)break;else _0x3b7ff7['push'](_0x3b7ff7['shift']());}catch(_0x364fbf){_0x3b7ff7['push'](_0x3b7ff7['shift']());}}}(a247_0x2765,0xef45d));import{initEnv}from'../constant/env.js';import{readRawConfig,getConfigAppCode as a247_0x44e47f,getMultiAppConfigs as a247_0x47efce,getTemplateBaseUrl as a247_0x11d0cd}from'../context.js';function a247_0x949f(_0x337e2e,_0xe26db2){_0x337e2e=_0x337e2e-0xdd;const _0x276505=a247_0x2765();let _0x949f9b=_0x276505[_0x337e2e];return _0x949f9b;}export{getProjectConfigPath,getGlobalConfigPath}from'../context.js';export{isInProject}from'../context.js';export function readConfig(_0x318630){const _0x1d0c98=a247_0x949f,_0x195c03=readRawConfig(_0x318630);return _0x195c03[_0x1d0c98(0xe6)]&&typeof _0x195c03['env']===_0x1d0c98(0xe3)&&initEnv(_0x195c03[_0x1d0c98(0xe6)]),_0x195c03;}export function getConfigAppCode(){return a247_0x44e47f();}export function getMultiAppConfigs(_0x31eddb='project'){return a247_0x47efce(_0x31eddb);}export function getTemplateBaseUrl(){return a247_0x11d0cd();}
@@ -1 +1 @@
1
- (function(_0x2fe7f4,_0x3d0da7){const _0x1bea72=a247_0x521a,_0x93acad=_0x2fe7f4();while(!![]){try{const _0x124e61=-parseInt(_0x1bea72(0x1dc))/0x1*(-parseInt(_0x1bea72(0x1da))/0x2)+-parseInt(_0x1bea72(0x1d4))/0x3+parseInt(_0x1bea72(0x1d6))/0x4*(parseInt(_0x1bea72(0x1d3))/0x5)+-parseInt(_0x1bea72(0x1d7))/0x6+parseInt(_0x1bea72(0x1db))/0x7*(parseInt(_0x1bea72(0x1e3))/0x8)+-parseInt(_0x1bea72(0x1e1))/0x9*(-parseInt(_0x1bea72(0x1e2))/0xa)+-parseInt(_0x1bea72(0x1d5))/0xb;if(_0x124e61===_0x3d0da7)break;else _0x93acad['push'](_0x93acad['shift']());}catch(_0x32c76f){_0x93acad['push'](_0x93acad['shift']());}}}(a247_0x56fe,0x28b66));function a247_0x521a(_0x9ce18b,_0x4e87bb){_0x9ce18b=_0x9ce18b-0x1d3;const _0x56fee0=a247_0x56fe();let _0x521ae9=_0x56fee0[_0x9ce18b];return _0x521ae9;}function a247_0x56fe(){const _0x394f54=['6430TRiqrq','14jUWkyO','89qFUlIs','copyFileSync','readdirSync','join','name','819eHZjDq','20510aoZDve','397608PzeZHE','5wWLHhL','236853RiqcpE','3568917SSdNCf','628620CXzhfO','955062yMwSnX','isDirectory','mkdirSync'];a247_0x56fe=function(){return _0x394f54;};return a247_0x56fe();}import a247_0x22c481 from'node:path';import a247_0x4ee7df from'node:fs';export async function copyDirectory(_0x1dae89,_0x310771){const _0x27966f=a247_0x521a;try{const _0x1acb3e=a247_0x4ee7df[_0x27966f(0x1de)](_0x1dae89,{'withFileTypes':!![]});a247_0x4ee7df[_0x27966f(0x1d9)](_0x310771,{'recursive':!![]});for(const _0x115516 of _0x1acb3e){const _0x28eb84=a247_0x22c481['join'](_0x1dae89,_0x115516[_0x27966f(0x1e0)]),_0x311b9a=a247_0x22c481[_0x27966f(0x1df)](_0x310771,_0x115516[_0x27966f(0x1e0)]);_0x115516[_0x27966f(0x1d8)]()?await copyDirectory(_0x28eb84,_0x311b9a):a247_0x4ee7df[_0x27966f(0x1dd)](_0x28eb84,_0x311b9a);}}catch(_0x486af2){console['error']('复制目录时出错:',_0x486af2);}}
1
+ function a248_0x39f7(_0x46ffab,_0x9c7993){_0x46ffab=_0x46ffab-0x11b;const _0x205a46=a248_0x205a();let _0x39f7b2=_0x205a46[_0x46ffab];return _0x39f7b2;}(function(_0x3365d5,_0x3dad15){const _0xf9a85a=a248_0x39f7,_0x25c30e=_0x3365d5();while(!![]){try{const _0xa3d64c=-parseInt(_0xf9a85a(0x127))/0x1+-parseInt(_0xf9a85a(0x125))/0x2+parseInt(_0xf9a85a(0x123))/0x3+parseInt(_0xf9a85a(0x126))/0x4+parseInt(_0xf9a85a(0x11e))/0x5*(parseInt(_0xf9a85a(0x122))/0x6)+-parseInt(_0xf9a85a(0x11d))/0x7+-parseInt(_0xf9a85a(0x11f))/0x8;if(_0xa3d64c===_0x3dad15)break;else _0x25c30e['push'](_0x25c30e['shift']());}catch(_0xc106f9){_0x25c30e['push'](_0x25c30e['shift']());}}}(a248_0x205a,0xee440));function a248_0x205a(){const _0x1d7ae5=['2862304JfHCoz','readdirSync','name','54gNwDrp','4444977rvMoGq','copyFileSync','1902684WXRQjs','7206428poVEDs','459480ioWxQK','复制目录时出错:','join','error','isDirectory','5743255YmjNwR','156525PRsfaG'];a248_0x205a=function(){return _0x1d7ae5;};return a248_0x205a();}import a248_0x7e3963 from'node:path';import a248_0x5e9738 from'node:fs';export async function copyDirectory(_0x3b8b3e,_0x51b054){const _0x32928a=a248_0x39f7;try{const _0x4eaafc=a248_0x5e9738[_0x32928a(0x120)](_0x3b8b3e,{'withFileTypes':!![]});a248_0x5e9738['mkdirSync'](_0x51b054,{'recursive':!![]});for(const _0x51de32 of _0x4eaafc){const _0x327259=a248_0x7e3963[_0x32928a(0x129)](_0x3b8b3e,_0x51de32[_0x32928a(0x121)]),_0x1d7915=a248_0x7e3963[_0x32928a(0x129)](_0x51b054,_0x51de32['name']);_0x51de32[_0x32928a(0x11c)]()?await copyDirectory(_0x327259,_0x1d7915):a248_0x5e9738[_0x32928a(0x124)](_0x327259,_0x1d7915);}}catch(_0x266ce9){console[_0x32928a(0x11b)](_0x32928a(0x128),_0x266ce9);}}