@lovrabet/rabetbase-cli 2.5.1-beta.6 → 2.5.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 (311) 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/api/generate-sdk-config-file.js +1 -1
  5. package/lib/auth/auth-server-ui.js +1 -1
  6. package/lib/auth/auth-server.js +1 -1
  7. package/lib/auth/constant.js +1 -1
  8. package/lib/auth/get-cookie.js +1 -1
  9. package/lib/auth/get-session-user.js +1 -1
  10. package/lib/auth/is-session-valid.js +1 -1
  11. package/lib/auth/login-success-html.js +1 -1
  12. package/lib/auth/logout.js +1 -1
  13. package/lib/cli-flags.js +1 -1
  14. package/lib/cli.js +1 -1
  15. package/lib/commands/api/generate.js +1 -1
  16. package/lib/commands/api/index.js +1 -1
  17. package/lib/commands/api/list.js +1 -1
  18. package/lib/commands/api/pull.js +1 -1
  19. package/lib/commands/api/shared.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/members-list.js +1 -1
  23. package/lib/commands/app/remote-directory.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/delete.js +1 -1
  53. package/lib/commands/config/get.js +1 -1
  54. package/lib/commands/config/index.js +1 -1
  55. package/lib/commands/config/init.js +1 -1
  56. package/lib/commands/config/list.js +1 -1
  57. package/lib/commands/config/set.js +1 -1
  58. package/lib/commands/config/shared.js +1 -1
  59. package/lib/commands/dataset/business-group-update.js +1 -1
  60. package/lib/commands/dataset/business-groups.js +1 -1
  61. package/lib/commands/dataset/capability.js +1 -1
  62. package/lib/commands/dataset/delete.js +1 -1
  63. package/lib/commands/dataset/detail.js +1 -1
  64. package/lib/commands/dataset/extend-update.js +1 -1
  65. package/lib/commands/dataset/field-restore.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/dataset/user-deleted-field-list.js +1 -1
  80. package/lib/commands/db/analysis-batching.js +1 -1
  81. package/lib/commands/db/analyze-batch-plan.js +1 -1
  82. package/lib/commands/db/analyze-cancel.js +1 -1
  83. package/lib/commands/db/analyze-start.js +1 -1
  84. package/lib/commands/db/analyze-status.js +1 -1
  85. package/lib/commands/db/create.js +1 -1
  86. package/lib/commands/db/delete.js +1 -1
  87. package/lib/commands/db/detail.js +1 -1
  88. package/lib/commands/db/diff-refresh-start.js +1 -1
  89. package/lib/commands/db/diff-refresh-status.js +1 -1
  90. package/lib/commands/db/diff.js +1 -1
  91. package/lib/commands/db/index.js +1 -1
  92. package/lib/commands/db/list.js +1 -1
  93. package/lib/commands/db/shared.js +1 -1
  94. package/lib/commands/db/table-diff-shared.js +1 -1
  95. package/lib/commands/db/tables.js +1 -1
  96. package/lib/commands/db/test.js +1 -1
  97. package/lib/commands/db/update.js +1 -1
  98. package/lib/commands/deployment/auto-sync.js +1 -1
  99. package/lib/commands/deployment/index.js +1 -1
  100. package/lib/commands/deployment/sync.js +1 -1
  101. package/lib/commands/doctor.js +1 -1
  102. package/lib/commands/file/index.js +1 -1
  103. package/lib/commands/issue/index.js +1 -1
  104. package/lib/commands/issue/nudge.js +1 -1
  105. package/lib/commands/issue/report.js +1 -1
  106. package/lib/commands/issue/shared.js +1 -1
  107. package/lib/commands/kb/create.js +1 -1
  108. package/lib/commands/kb/delete.js +1 -1
  109. package/lib/commands/kb/detail.js +1 -1
  110. package/lib/commands/kb/index.js +1 -1
  111. package/lib/commands/kb/list.js +1 -1
  112. package/lib/commands/kb/search.js +1 -1
  113. package/lib/commands/kb/shared.js +1 -1
  114. package/lib/commands/kb/update.js +1 -1
  115. package/lib/commands/logs/index.js +1 -1
  116. package/lib/commands/menu/asset-update.js +1 -1
  117. package/lib/commands/menu/delete.js +1 -1
  118. package/lib/commands/menu/external-link-create.js +1 -1
  119. package/lib/commands/menu/external-link-update.js +1 -1
  120. package/lib/commands/menu/group-create.js +1 -1
  121. package/lib/commands/menu/group-update.js +1 -1
  122. package/lib/commands/menu/index.js +1 -1
  123. package/lib/commands/menu/list.js +1 -1
  124. package/lib/commands/menu/move.js +1 -1
  125. package/lib/commands/menu/regroup-start.js +1 -1
  126. package/lib/commands/menu/rename.js +1 -1
  127. package/lib/commands/menu/shared/compare-table.js +1 -1
  128. package/lib/commands/menu/shared/delete-plan.js +1 -1
  129. package/lib/commands/menu/shared/facts.js +1 -1
  130. package/lib/commands/menu/shared/index.js +1 -1
  131. package/lib/commands/menu/shared/inquirer.js +1 -1
  132. package/lib/commands/menu/shared/local-pages.js +1 -1
  133. package/lib/commands/menu/shared/logic.js +1 -1
  134. package/lib/commands/menu/shared/mutations.js +1 -1
  135. package/lib/commands/menu/shared/service.js +1 -1
  136. package/lib/commands/menu/shared/sync-core.js +1 -1
  137. package/lib/commands/menu/shared/update-core.js +1 -1
  138. package/lib/commands/menu/shared/valid-url.js +1 -1
  139. package/lib/commands/menu/sync.js +1 -1
  140. package/lib/commands/menu/visibility-update.js +1 -1
  141. package/lib/commands/notification/config-create.js +1 -1
  142. package/lib/commands/notification/config-delete.js +1 -1
  143. package/lib/commands/notification/config-list.js +1 -1
  144. package/lib/commands/notification/config-update.js +1 -1
  145. package/lib/commands/notification/index.js +1 -1
  146. package/lib/commands/notification/shared.js +1 -1
  147. package/lib/commands/ocr/index.js +1 -1
  148. package/lib/commands/page/create.js +1 -1
  149. package/lib/commands/page/custom/detail.js +1 -1
  150. package/lib/commands/page/custom/list.js +1 -1
  151. package/lib/commands/page/custom/publish.js +1 -1
  152. package/lib/commands/page/custom/shared.js +1 -1
  153. package/lib/commands/page/custom/syntax.js +1 -1
  154. package/lib/commands/page/custom/template.js +1 -1
  155. package/lib/commands/page/custom/update.js +1 -1
  156. package/lib/commands/page/data-list-status.js +1 -1
  157. package/lib/commands/page/generate-start.js +1 -1
  158. package/lib/commands/page/generate-status.js +1 -1
  159. package/lib/commands/page/index.js +1 -1
  160. package/lib/commands/page/pull.js +1 -1
  161. package/lib/commands/page/push.js +1 -1
  162. package/lib/commands/page/relation-audit.js +1 -1
  163. package/lib/commands/page/restore.js +1 -1
  164. package/lib/commands/page/shared.js +1 -1
  165. package/lib/commands/page/sync.js +1 -1
  166. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  167. package/lib/commands/project/create/format-elapsed.js +1 -1
  168. package/lib/commands/project/create/main.js +1 -1
  169. package/lib/commands/project/create/materialize-project-template.js +1 -1
  170. package/lib/commands/project/create/project-name.js +1 -1
  171. package/lib/commands/project/create/project-template-archive.js +1 -1
  172. package/lib/commands/project/create/project-template-path.js +1 -1
  173. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  174. package/lib/commands/project/create/use-format-code.js +1 -1
  175. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  176. package/lib/commands/project/domain-routing-sync.js +1 -1
  177. package/lib/commands/project/index.js +1 -1
  178. package/lib/commands/project/upgrade.js +1 -1
  179. package/lib/commands/registry.js +1 -1
  180. package/lib/commands/role/delete.js +1 -1
  181. package/lib/commands/role/detail.js +1 -1
  182. package/lib/commands/role/index.js +1 -1
  183. package/lib/commands/role/list.js +1 -1
  184. package/lib/commands/role/shared.js +1 -1
  185. package/lib/commands/role/update.js +1 -1
  186. package/lib/commands/role/user-add.js +1 -1
  187. package/lib/commands/role/user-remove.js +1 -1
  188. package/lib/commands/role/user-resolve.js +1 -1
  189. package/lib/commands/rule/get.js +1 -1
  190. package/lib/commands/rule/index.js +1 -1
  191. package/lib/commands/rule/list.js +1 -1
  192. package/lib/commands/rule/set.js +1 -1
  193. package/lib/commands/rule/shared.js +1 -1
  194. package/lib/commands/run/index.js +1 -1
  195. package/lib/commands/schema.js +1 -1
  196. package/lib/commands/sql/create.js +1 -1
  197. package/lib/commands/sql/delete.js +1 -1
  198. package/lib/commands/sql/detail.js +1 -1
  199. package/lib/commands/sql/exec.js +1 -1
  200. package/lib/commands/sql/index.js +1 -1
  201. package/lib/commands/sql/list.js +1 -1
  202. package/lib/commands/sql/pull.js +1 -1
  203. package/lib/commands/sql/push.js +1 -1
  204. package/lib/commands/sql/shared.js +1 -1
  205. package/lib/commands/sql/status.js +1 -1
  206. package/lib/commands/sql/validate.js +1 -1
  207. package/lib/commands/task/index.js +1 -1
  208. package/lib/commands/task/status.js +1 -1
  209. package/lib/commands/tenant/index.js +1 -1
  210. package/lib/commands/tenant/members-list.js +1 -1
  211. package/lib/commands/tenant/shared.js +1 -1
  212. package/lib/commands/user-account/dingding-sandbox-bind.js +1 -1
  213. package/lib/commands/user-account/index.js +1 -1
  214. package/lib/commands/workspace/add.js +1 -1
  215. package/lib/commands/workspace/index.js +1 -1
  216. package/lib/commands/workspace/remove.js +1 -1
  217. package/lib/config/deployment-sync.js +1 -1
  218. package/lib/config/domain-config.js +1 -1
  219. package/lib/config/project-domain-routing.js +1 -1
  220. package/lib/config/schema.js +1 -1
  221. package/lib/constant/cdn.js +1 -1
  222. package/lib/constant/cli.js +1 -1
  223. package/lib/constant/defaults.js +1 -1
  224. package/lib/constant/domain.js +1 -1
  225. package/lib/constant/env.js +1 -1
  226. package/lib/constant/output.js +1 -1
  227. package/lib/constant/paths.js +1 -1
  228. package/lib/constant/region.js +1 -1
  229. package/lib/constant/risk.js +1 -1
  230. package/lib/constant/routing-profile.js +1 -1
  231. package/lib/context/app-resolver.js +1 -1
  232. package/lib/context/auth-resolver.js +1 -1
  233. package/lib/context/config-loader.js +1 -1
  234. package/lib/context.js +1 -1
  235. package/lib/core/alias-resolver.js +1 -1
  236. package/lib/core/api-client.js +1 -1
  237. package/lib/core/bff/config.js +1 -1
  238. package/lib/core/bff/file-system.js +1 -1
  239. package/lib/core/bff/hash.js +1 -1
  240. package/lib/core/bff/lock.js +1 -1
  241. package/lib/core/bff/utils.js +1 -1
  242. package/lib/core/db-resolver.js +1 -1
  243. package/lib/core/kb-search-client.js +1 -1
  244. package/lib/core/page/file-system.js +1 -1
  245. package/lib/core/page/hash.js +1 -1
  246. package/lib/core/page/lock.js +1 -1
  247. package/lib/core/sql-index-auditor.js +1 -1
  248. package/lib/core/sql-sync/config.js +1 -1
  249. package/lib/core/sql-sync/file-system.js +1 -1
  250. package/lib/core/sql-sync/hash.js +1 -1
  251. package/lib/core/sql-sync/lock.js +1 -1
  252. package/lib/core/sql-sync/utils.js +1 -1
  253. package/lib/core/sql-validator.js +1 -1
  254. package/lib/errors.js +1 -1
  255. package/lib/framework/build-all-flags.js +1 -1
  256. package/lib/framework/error-output.js +1 -1
  257. package/lib/framework/explicit-yes.js +1 -1
  258. package/lib/framework/flags.js +1 -1
  259. package/lib/framework/help.js +1 -1
  260. package/lib/framework/index.js +1 -1
  261. package/lib/framework/output.js +1 -1
  262. package/lib/framework/response.js +1 -1
  263. package/lib/framework/runner-alias.js +1 -1
  264. package/lib/framework/runner.js +1 -1
  265. package/lib/framework/schema-export.js +1 -1
  266. package/lib/framework/types.js +1 -1
  267. package/lib/generated/build-info.d.ts +4 -4
  268. package/lib/generated/build-info.js +1 -1
  269. package/lib/generated/official-routing.js +1 -1
  270. package/lib/generated/routing-contract.js +1 -1
  271. package/lib/help.js +1 -1
  272. package/lib/postinstall.js +1 -1
  273. package/lib/runtime/confirmation.js +1 -1
  274. package/lib/runtime/event.js +1 -1
  275. package/lib/runtime/index.js +1 -1
  276. package/lib/runtime/queue.js +1 -1
  277. package/lib/runtime/resolve.js +1 -1
  278. package/lib/skills/builtin-skill.js +1 -1
  279. package/lib/skills/main.js +1 -1
  280. package/lib/skills/npx-skills-add.js +1 -1
  281. package/lib/skills/skill-presence.js +1 -1
  282. package/lib/telemetry/cli-command-trace.js +1 -1
  283. package/lib/telemetry/cli-help-trace.js +1 -1
  284. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  285. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  286. package/lib/telemetry/send-cli-trace-log.js +1 -1
  287. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  288. package/lib/utils/ai_config.js +1 -1
  289. package/lib/utils/apply-jq-filter.js +1 -1
  290. package/lib/utils/cdn-config.js +1 -1
  291. package/lib/utils/check-sdk-version.js +1 -1
  292. package/lib/utils/cli-version-check.js +1 -1
  293. package/lib/utils/cli-version-policy.js +1 -1
  294. package/lib/utils/config.js +1 -1
  295. package/lib/utils/entity-with-id.js +1 -1
  296. package/lib/utils/file-utils.js +1 -1
  297. package/lib/utils/guides-cdn.js +1 -1
  298. package/lib/utils/http-client.js +1 -1
  299. package/lib/utils/is-non-interactive.js +1 -1
  300. package/lib/utils/logger.js +1 -1
  301. package/lib/utils/params.js +1 -1
  302. package/lib/utils/platform.js +1 -1
  303. package/lib/utils/sleep.js +1 -1
  304. package/lib/utils/template-replacer.js +1 -1
  305. package/lib/utils/update-notice.js +1 -1
  306. package/lib/utils/version.js +1 -1
  307. package/lib/utils/with-active-cookie.js +1 -1
  308. package/lib/utils/write-cli-side-channel.js +1 -1
  309. package/package.json +1 -1
  310. package/skills/rabetbase/SKILL.md +1 -1
  311. package/skills/rabetbase.manifest.json +3 -3
@@ -1 +1 @@
1
- (function(_0x20b92b,_0x460e71){const _0x14f1c8=a297_0xe81c,_0xd64828=_0x20b92b();while(!![]){try{const _0x3d54a0=parseInt(_0x14f1c8(0x179))/0x1+parseInt(_0x14f1c8(0x186))/0x2+parseInt(_0x14f1c8(0x17f))/0x3*(parseInt(_0x14f1c8(0x17d))/0x4)+parseInt(_0x14f1c8(0x184))/0x5+parseInt(_0x14f1c8(0x182))/0x6+parseInt(_0x14f1c8(0x176))/0x7+-parseInt(_0x14f1c8(0x175))/0x8*(parseInt(_0x14f1c8(0x17b))/0x9);if(_0x3d54a0===_0x460e71)break;else _0xd64828['push'](_0xd64828['shift']());}catch(_0x167d40){_0xd64828['push'](_0xd64828['shift']());}}}(a297_0x49dc,0xccd21));function a297_0x49dc(){const _0x1627c2=['2534304WqfNCf','minimumVersionMessage','4176270VHSvPM','string','2466348GPuXQN','signal','trim','application/json','64kRauyH','7824824OQgoch','stableVersion','length','667299pDgjwV','object','4855212SzsNlk','cli','4OsrfPn','abort','2636238oRIsqN','upgradeMessage','json'];a297_0x49dc=function(){return _0x1627c2;};return a297_0x49dc();}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(_0x5176de){const _0x4d0a75=a297_0xe81c;return typeof _0x5176de===_0x4d0a75(0x185)&&_0x5176de[_0x4d0a75(0x188)]()[_0x4d0a75(0x178)]>0x0?_0x5176de['trim']():null;}function normalizeCliVersionPolicy(_0x16d548){const _0x9f9d31=a297_0xe81c;if(!_0x16d548||typeof _0x16d548!==_0x9f9d31(0x17a))return null;const _0x1ec535=_0x16d548,_0x5aee21=_0x1ec535[_0x9f9d31(0x17c)]&&typeof _0x1ec535[_0x9f9d31(0x17c)]==='object'?_0x1ec535[_0x9f9d31(0x17c)]:_0x1ec535,_0x4133f9=pickString(_0x5aee21[_0x9f9d31(0x177)])||pickString(_0x5aee21['latestVersion'])||pickString(_0x5aee21['recommendedVersion']),_0x1f73f9=pickString(_0x5aee21['minimumVersion'])||pickString(_0x5aee21['minVersion']);if(!_0x4133f9&&!_0x1f73f9)return null;return{'stableVersion':_0x4133f9,'minimumVersion':_0x1f73f9,'upgradeMessage':pickString(_0x5aee21[_0x9f9d31(0x180)])||undefined,'minimumVersionMessage':pickString(_0x5aee21[_0x9f9d31(0x183)])||undefined};}function a297_0xe81c(_0x25c203,_0x57d439){_0x25c203=_0x25c203-0x175;const _0x49dc20=a297_0x49dc();let _0xe81cc0=_0x49dc20[_0x25c203];return _0xe81cc0;}export async function fetchRabetbaseCdnConfig(){const _0x2511d1=a297_0xe81c,_0x100280=new AbortController(),_0x477e51=setTimeout(()=>_0x100280[_0x2511d1(0x17e)](),FETCH_TIMEOUT_MS);try{const _0xeb1c61=await fetch(CLI_VERSION_POLICY_URL,{'headers':{'Accept':_0x2511d1(0x189)},'signal':_0x100280[_0x2511d1(0x187)]});if(!_0xeb1c61['ok'])return null;const _0x69a23=await _0xeb1c61[_0x2511d1(0x181)]();return _0x69a23&&typeof _0x69a23===_0x2511d1(0x17a)?_0x69a23:null;}catch{return null;}finally{clearTimeout(_0x477e51);}}export async function fetchCliVersionPolicy(){return normalizeCliVersionPolicy(await fetchRabetbaseCdnConfig());}let cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];export async function getRabetbaseCdnConfig(){const _0x45110a=Date['now']();if(hasCachedConfig){const _0x45ea6c=cachedConfig?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x45110a-cacheTime<_0x45ea6c)return cachedConfig;}return cachedConfig=await fetchRabetbaseCdnConfig(),cacheTime=_0x45110a,hasCachedConfig=!![],cachedConfig;}export async function getCliVersionPolicy(){return normalizeCliVersionPolicy(await getRabetbaseCdnConfig());}export function clearCliVersionPolicyCache(){cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];}
1
+ (function(_0x3de087,_0x301ad4){const _0x5346ec=a297_0x397c,_0x4558e1=_0x3de087();while(!![]){try{const _0x4042bf=parseInt(_0x5346ec(0x16e))/0x1*(-parseInt(_0x5346ec(0x17a))/0x2)+-parseInt(_0x5346ec(0x181))/0x3*(-parseInt(_0x5346ec(0x17c))/0x4)+parseInt(_0x5346ec(0x17d))/0x5+parseInt(_0x5346ec(0x170))/0x6+-parseInt(_0x5346ec(0x171))/0x7*(parseInt(_0x5346ec(0x176))/0x8)+parseInt(_0x5346ec(0x180))/0x9*(-parseInt(_0x5346ec(0x17b))/0xa)+-parseInt(_0x5346ec(0x173))/0xb*(-parseInt(_0x5346ec(0x16d))/0xc);if(_0x4042bf===_0x301ad4)break;else _0x4558e1['push'](_0x4558e1['shift']());}catch(_0x4bdb6b){_0x4558e1['push'](_0x4558e1['shift']());}}}(a297_0x39fd,0x40afe));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(_0x1452e8){const _0x579789=a297_0x397c;return typeof _0x1452e8===_0x579789(0x17f)&&_0x1452e8[_0x579789(0x172)]()[_0x579789(0x16c)]>0x0?_0x1452e8['trim']():null;}function normalizeCliVersionPolicy(_0x5ac346){const _0x5c1616=a297_0x397c;if(!_0x5ac346||typeof _0x5ac346!==_0x5c1616(0x179))return null;const _0x1e48e4=_0x5ac346,_0x34f511=_0x1e48e4[_0x5c1616(0x16f)]&&typeof _0x1e48e4[_0x5c1616(0x16f)]===_0x5c1616(0x179)?_0x1e48e4['cli']:_0x1e48e4,_0x1690bb=pickString(_0x34f511[_0x5c1616(0x178)])||pickString(_0x34f511['latestVersion'])||pickString(_0x34f511['recommendedVersion']),_0x5d318f=pickString(_0x34f511[_0x5c1616(0x182)])||pickString(_0x34f511[_0x5c1616(0x174)]);if(!_0x1690bb&&!_0x5d318f)return null;return{'stableVersion':_0x1690bb,'minimumVersion':_0x5d318f,'upgradeMessage':pickString(_0x34f511['upgradeMessage'])||undefined,'minimumVersionMessage':pickString(_0x34f511[_0x5c1616(0x183)])||undefined};}export async function fetchRabetbaseCdnConfig(){const _0xdd9532=a297_0x397c,_0x4ed496=new AbortController(),_0x15ea4e=setTimeout(()=>_0x4ed496['abort'](),FETCH_TIMEOUT_MS);try{const _0x1d96c6=await fetch(CLI_VERSION_POLICY_URL,{'headers':{'Accept':_0xdd9532(0x175)},'signal':_0x4ed496[_0xdd9532(0x177)]});if(!_0x1d96c6['ok'])return null;const _0x3531ea=await _0x1d96c6[_0xdd9532(0x17e)]();return _0x3531ea&&typeof _0x3531ea===_0xdd9532(0x179)?_0x3531ea:null;}catch{return null;}finally{clearTimeout(_0x15ea4e);}}export async function fetchCliVersionPolicy(){return normalizeCliVersionPolicy(await fetchRabetbaseCdnConfig());}let cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];function a297_0x39fd(){const _0x461cec=['cli','931782thNFea','7329yMWXuB','trim','11VIJZik','minVersion','application/json','3704etdJId','signal','stableVersion','object','33898yMGFvG','1590QJNQji','52OozwlK','1696905KhVGHn','json','string','27036yTOvDA','14649nrRuuB','minimumVersion','minimumVersionMessage','length','12708300GBqjwf','23qMCijN'];a297_0x39fd=function(){return _0x461cec;};return a297_0x39fd();}function a297_0x397c(_0x2d8d1a,_0x5d1861){_0x2d8d1a=_0x2d8d1a-0x16c;const _0x39fd06=a297_0x39fd();let _0x397c48=_0x39fd06[_0x2d8d1a];return _0x397c48;}export async function getRabetbaseCdnConfig(){const _0x3d0b0c=Date['now']();if(hasCachedConfig){const _0x59015f=cachedConfig?CACHE_TTL:FAILURE_CACHE_TTL;if(_0x3d0b0c-cacheTime<_0x59015f)return cachedConfig;}return cachedConfig=await fetchRabetbaseCdnConfig(),cacheTime=_0x3d0b0c,hasCachedConfig=!![],cachedConfig;}export async function getCliVersionPolicy(){return normalizeCliVersionPolicy(await getRabetbaseCdnConfig());}export function clearCliVersionPolicyCache(){cachedConfig=null,cacheTime=0x0,hasCachedConfig=![];}
@@ -1 +1 @@
1
- function a298_0x143a(_0x375c84,_0x4ae0cb){_0x375c84=_0x375c84-0xa0;const _0x2e4228=a298_0x2e42();let _0x143a1b=_0x2e4228[_0x375c84];return _0x143a1b;}const a298_0x3aa93b=a298_0x143a;(function(_0x1b0d89,_0x83f3c2){const _0x291f63=a298_0x143a,_0x45e638=_0x1b0d89();while(!![]){try{const _0x10a194=parseInt(_0x291f63(0xa1))/0x1+parseInt(_0x291f63(0xa7))/0x2*(-parseInt(_0x291f63(0xa6))/0x3)+parseInt(_0x291f63(0xa3))/0x4+parseInt(_0x291f63(0xa2))/0x5+-parseInt(_0x291f63(0xa9))/0x6*(parseInt(_0x291f63(0xa0))/0x7)+-parseInt(_0x291f63(0xaa))/0x8+-parseInt(_0x291f63(0xa4))/0x9;if(_0x10a194===_0x83f3c2)break;else _0x45e638['push'](_0x45e638['shift']());}catch(_0x14245e){_0x45e638['push'](_0x45e638['shift']());}}}(a298_0x2e42,0x55f5f));import{initEnv}from'../constant/env.js';import{readRawConfig,getConfigAppCode as a298_0x34b03c,getMultiAppConfigs as a298_0x5f128e,getTemplateBaseUrl as a298_0x384a8c}from'../context.js';export{getProjectConfigPath,getGlobalConfigPath}from'../context.js';function a298_0x2e42(){const _0x4fc2df=['env','12DJaJgp','3757424QbfkfD','string','425117kIXcVu','452625WstOit','2465990vGqbPc','1580568iSDrMt','545364NAsnkL','project','6BeQuMo','337134kJyXqr'];a298_0x2e42=function(){return _0x4fc2df;};return a298_0x2e42();}export{isInProject}from'../context.js';export function readConfig(_0x57ff18){const _0xa190ba=a298_0x143a,_0x4db921=readRawConfig(_0x57ff18);return _0x4db921[_0xa190ba(0xa8)]&&typeof _0x4db921[_0xa190ba(0xa8)]===_0xa190ba(0xab)&&initEnv(_0x4db921[_0xa190ba(0xa8)]),_0x4db921;}export function getConfigAppCode(){return a298_0x34b03c();}export function getMultiAppConfigs(_0x23868d=a298_0x3aa93b(0xa5)){return a298_0x5f128e(_0x23868d);}export function getTemplateBaseUrl(){return a298_0x384a8c();}
1
+ function a298_0x19a0(_0x4fb28d,_0x31368e){_0x4fb28d=_0x4fb28d-0x144;const _0x2bb79b=a298_0x2bb7();let _0x19a0c1=_0x2bb79b[_0x4fb28d];return _0x19a0c1;}(function(_0x2f1b6d,_0x2b7a73){const _0x4d7bff=a298_0x19a0,_0xd760c0=_0x2f1b6d();while(!![]){try{const _0x2227bf=parseInt(_0x4d7bff(0x148))/0x1+parseInt(_0x4d7bff(0x14b))/0x2+parseInt(_0x4d7bff(0x14d))/0x3*(parseInt(_0x4d7bff(0x146))/0x4)+-parseInt(_0x4d7bff(0x145))/0x5+-parseInt(_0x4d7bff(0x14c))/0x6+-parseInt(_0x4d7bff(0x149))/0x7*(-parseInt(_0x4d7bff(0x14e))/0x8)+-parseInt(_0x4d7bff(0x147))/0x9;if(_0x2227bf===_0x2b7a73)break;else _0xd760c0['push'](_0xd760c0['shift']());}catch(_0x4c74cd){_0xd760c0['push'](_0xd760c0['shift']());}}}(a298_0x2bb7,0xd62b1));function a298_0x2bb7(){const _0x5d53f6=['env','2708640wGEnfC','10507314LdZnQt','405XTSOto','16ORuPpX','string','689445OTyxAp','26524wRKzEI','17021034TbAGiz','847196NhEqrp','5463031taImqT'];a298_0x2bb7=function(){return _0x5d53f6;};return a298_0x2bb7();}import{initEnv}from'../constant/env.js';import{readRawConfig,getConfigAppCode as a298_0x14b982,getMultiAppConfigs as a298_0x5680d5,getTemplateBaseUrl as a298_0x341960}from'../context.js';export{getProjectConfigPath,getGlobalConfigPath}from'../context.js';export{isInProject}from'../context.js';export function readConfig(_0x25f3bf){const _0x2a379b=a298_0x19a0,_0x148cbe=readRawConfig(_0x25f3bf);return _0x148cbe[_0x2a379b(0x14a)]&&typeof _0x148cbe['env']===_0x2a379b(0x144)&&initEnv(_0x148cbe[_0x2a379b(0x14a)]),_0x148cbe;}export function getConfigAppCode(){return a298_0x14b982();}export function getMultiAppConfigs(_0x1029dc='project'){return a298_0x5680d5(_0x1029dc);}export function getTemplateBaseUrl(){return a298_0x341960();}
@@ -1 +1 @@
1
- (function(_0x451734,_0x5b9eef){const _0x79f6a8=a299_0x5a03,_0x314858=_0x451734();while(!![]){try{const _0x1ed772=parseInt(_0x79f6a8(0x12b))/0x1*(-parseInt(_0x79f6a8(0x125))/0x2)+-parseInt(_0x79f6a8(0x130))/0x3+parseInt(_0x79f6a8(0x134))/0x4*(-parseInt(_0x79f6a8(0x12d))/0x5)+parseInt(_0x79f6a8(0x132))/0x6*(-parseInt(_0x79f6a8(0x12a))/0x7)+-parseInt(_0x79f6a8(0x124))/0x8*(-parseInt(_0x79f6a8(0x128))/0x9)+-parseInt(_0x79f6a8(0x135))/0xa*(-parseInt(_0x79f6a8(0x12f))/0xb)+-parseInt(_0x79f6a8(0x12e))/0xc*(-parseInt(_0x79f6a8(0x127))/0xd);if(_0x1ed772===_0x5b9eef)break;else _0x314858['push'](_0x314858['shift']());}catch(_0xecfde9){_0x314858['push'](_0x314858['shift']());}}}(a299_0x4a32,0x365ef));function a299_0x5a03(_0x5c46be,_0x5bd4cc){_0x5c46be=_0x5c46be-0x124;const _0x4a3206=a299_0x4a32();let _0x5a03cc=_0x4a3206[_0x5c46be];return _0x5a03cc;}function toFiniteNumber(_0xf1d0c1){const _0x565c8a=a299_0x5a03;if(typeof _0xf1d0c1===_0x565c8a(0x12c)&&Number['isFinite'](_0xf1d0c1))return _0xf1d0c1;if(typeof _0xf1d0c1===_0x565c8a(0x131)){const _0x3cc9c4=_0xf1d0c1[_0x565c8a(0x129)]();if(!_0x3cc9c4)return undefined;const _0x121216=Number(_0x3cc9c4);if(Number[_0x565c8a(0x133)](_0x121216))return _0x121216;}return undefined;}function a299_0x4a32(){const _0x4cdb6e=['isFinite','64LHOBBe','2027330NskARG','685376imFmbH','125794kzeMUL','object','13EsxrvE','18ronGuj','trim','922670wxiprY','3cMZSlt','number','107555GpqcqS','8567796SyDzQa','11eyHyPB','206610lPLKHO','string','12sdSWoE'];a299_0x4a32=function(){return _0x4cdb6e;};return a299_0x4a32();}export function normalizeEntityWithIdResponse(_0x478419){const _0x2c52f3=a299_0x5a03,_0x2287fd=toFiniteNumber(_0x478419);if(_0x2287fd!==undefined)return{'id':_0x2287fd,'entity':{'id':_0x2287fd}};if(!_0x478419||typeof _0x478419!==_0x2c52f3(0x126))return{'id':undefined,'entity':{}};const _0x29c5f7={..._0x478419},_0x5dbf7f=toFiniteNumber(_0x29c5f7['id']);return _0x5dbf7f!==undefined&&(_0x29c5f7['id']=_0x5dbf7f),{'id':_0x5dbf7f,'entity':_0x29c5f7};}
1
+ (function(_0x3cbfc1,_0x172808){const _0x16d2fb=a299_0x11af,_0x1573ae=_0x3cbfc1();while(!![]){try{const _0x2463e9=parseInt(_0x16d2fb(0x8c))/0x1+-parseInt(_0x16d2fb(0x7d))/0x2*(-parseInt(_0x16d2fb(0x7e))/0x3)+-parseInt(_0x16d2fb(0x83))/0x4*(-parseInt(_0x16d2fb(0x80))/0x5)+parseInt(_0x16d2fb(0x87))/0x6*(parseInt(_0x16d2fb(0x81))/0x7)+-parseInt(_0x16d2fb(0x89))/0x8*(-parseInt(_0x16d2fb(0x86))/0x9)+-parseInt(_0x16d2fb(0x88))/0xa+-parseInt(_0x16d2fb(0x8b))/0xb;if(_0x2463e9===_0x172808)break;else _0x1573ae['push'](_0x1573ae['shift']());}catch(_0x4d4adf){_0x1573ae['push'](_0x1573ae['shift']());}}}(a299_0x3859,0xc8d71));function a299_0x3859(){const _0x56c358=['34864368UxMtxQ','836642zmEroA','28gxjduo','301134ytEmui','isFinite','3503645ZDFFNZ','7672413NtVIDv','trim','4ivJgnw','object','number','18dkJUaB','6GzVyGV','7606450iAdIOx','2856208eQImna','string'];a299_0x3859=function(){return _0x56c358;};return a299_0x3859();}function a299_0x11af(_0x1b57f8,_0x28b80e){_0x1b57f8=_0x1b57f8-0x7d;const _0x3859c4=a299_0x3859();let _0x11af0d=_0x3859c4[_0x1b57f8];return _0x11af0d;}function toFiniteNumber(_0x287eb4){const _0xb17371=a299_0x11af;if(typeof _0x287eb4===_0xb17371(0x85)&&Number[_0xb17371(0x7f)](_0x287eb4))return _0x287eb4;if(typeof _0x287eb4===_0xb17371(0x8a)){const _0x1b388b=_0x287eb4[_0xb17371(0x82)]();if(!_0x1b388b)return undefined;const _0x3f46fb=Number(_0x1b388b);if(Number[_0xb17371(0x7f)](_0x3f46fb))return _0x3f46fb;}return undefined;}export function normalizeEntityWithIdResponse(_0x4e539b){const _0x469dde=a299_0x11af,_0x3ba7e8=toFiniteNumber(_0x4e539b);if(_0x3ba7e8!==undefined)return{'id':_0x3ba7e8,'entity':{'id':_0x3ba7e8}};if(!_0x4e539b||typeof _0x4e539b!==_0x469dde(0x84))return{'id':undefined,'entity':{}};const _0x575a94={..._0x4e539b},_0x32b143=toFiniteNumber(_0x575a94['id']);return _0x32b143!==undefined&&(_0x575a94['id']=_0x32b143),{'id':_0x32b143,'entity':_0x575a94};}
@@ -1 +1 @@
1
- (function(_0x5cc209,_0x220281){const _0x1edad8=a300_0x5e04,_0x5cfab3=_0x5cc209();while(!![]){try{const _0x462c19=parseInt(_0x1edad8(0xa6))/0x1*(parseInt(_0x1edad8(0xab))/0x2)+-parseInt(_0x1edad8(0xa2))/0x3*(-parseInt(_0x1edad8(0xaa))/0x4)+parseInt(_0x1edad8(0xa3))/0x5+parseInt(_0x1edad8(0xa4))/0x6*(-parseInt(_0x1edad8(0xa0))/0x7)+parseInt(_0x1edad8(0xa1))/0x8*(-parseInt(_0x1edad8(0xa8))/0x9)+-parseInt(_0x1edad8(0xa9))/0xa*(-parseInt(_0x1edad8(0xa7))/0xb)+-parseInt(_0x1edad8(0xa5))/0xc;if(_0x462c19===_0x220281)break;else _0x5cfab3['push'](_0x5cfab3['shift']());}catch(_0x571917){_0x5cfab3['push'](_0x5cfab3['shift']());}}}(a300_0xd3c8,0x30dc4));function a300_0xd3c8(){const _0x918299=['73076cOcIil','67202lVsisC','1473178xfzClJ','13352ntCGPe','3cHGpRZ','173755FbDkhK','6YvQAwv','3256260HdPZEo','11xcGybp','1885180sDZGyB','450PbJDqT','20yQyFXI'];a300_0xd3c8=function(){return _0x918299;};return a300_0xd3c8();}function a300_0x5e04(_0x5b696a,_0x1578c1){_0x5b696a=_0x5b696a-0xa0;const _0xd3c883=a300_0xd3c8();let _0x5e0434=_0xd3c883[_0x5b696a];return _0x5e0434;}import{existsSync,mkdirSync,copyFileSync,readdirSync,statSync}from'node:fs';import{join}from'node:path';export async function copyDir(_0x23cf37,_0xba32fd){const _0x1b22a9=statSync(_0x23cf37);if(_0x1b22a9['isDirectory']()){!existsSync(_0xba32fd)&&mkdirSync(_0xba32fd,{'recursive':!![]});const _0x243945=readdirSync(_0x23cf37);for(const _0x5d8138 of _0x243945){await copyDir(join(_0x23cf37,_0x5d8138),join(_0xba32fd,_0x5d8138));}}else copyFileSync(_0x23cf37,_0xba32fd);}export function ensureDir(_0xe6edac){!existsSync(_0xe6edac)&&mkdirSync(_0xe6edac,{'recursive':!![]});}export function pathExists(_0x2dda39){return existsSync(_0x2dda39);}
1
+ (function(_0x4e2e0f,_0x5525db){const _0x2d95ed=a300_0x1634,_0x13b538=_0x4e2e0f();while(!![]){try{const _0x25a4b4=-parseInt(_0x2d95ed(0x18c))/0x1*(-parseInt(_0x2d95ed(0x18a))/0x2)+-parseInt(_0x2d95ed(0x18e))/0x3*(parseInt(_0x2d95ed(0x190))/0x4)+-parseInt(_0x2d95ed(0x192))/0x5+parseInt(_0x2d95ed(0x18b))/0x6+parseInt(_0x2d95ed(0x191))/0x7*(-parseInt(_0x2d95ed(0x188))/0x8)+parseInt(_0x2d95ed(0x193))/0x9*(-parseInt(_0x2d95ed(0x18d))/0xa)+parseInt(_0x2d95ed(0x18f))/0xb*(parseInt(_0x2d95ed(0x189))/0xc);if(_0x25a4b4===_0x5525db)break;else _0x13b538['push'](_0x13b538['shift']());}catch(_0x217cb9){_0x13b538['push'](_0x13b538['shift']());}}}(a300_0x3061,0x38204));import{existsSync,mkdirSync,copyFileSync,readdirSync,statSync}from'node:fs';import{join}from'node:path';function a300_0x3061(){const _0xef7a5a=['393754NEkCHm','144330hswSlV','2rbtXjR','40CzmttG','33tLRGKb','2354xzeCts','155392gZFTqu','833098wzKhZG','422535bGNiCt','466614SBDYXH','16lDcvBT','43140gvaHkq'];a300_0x3061=function(){return _0xef7a5a;};return a300_0x3061();}function a300_0x1634(_0x3c1fa9,_0x4a7a08){_0x3c1fa9=_0x3c1fa9-0x188;const _0x30610f=a300_0x3061();let _0x163434=_0x30610f[_0x3c1fa9];return _0x163434;}export async function copyDir(_0xf93195,_0x44cf62){const _0x49036e=statSync(_0xf93195);if(_0x49036e['isDirectory']()){!existsSync(_0x44cf62)&&mkdirSync(_0x44cf62,{'recursive':!![]});const _0x321a58=readdirSync(_0xf93195);for(const _0x1cc576 of _0x321a58){await copyDir(join(_0xf93195,_0x1cc576),join(_0x44cf62,_0x1cc576));}}else copyFileSync(_0xf93195,_0x44cf62);}export function ensureDir(_0x5d01c1){!existsSync(_0x5d01c1)&&mkdirSync(_0x5d01c1,{'recursive':!![]});}export function pathExists(_0x1859af){return existsSync(_0x1859af);}
@@ -1 +1 @@
1
- const a301_0x51b350=a301_0x5015;(function(_0xd591dd,_0x3382cb){const _0x486501=a301_0x5015,_0x404996=_0xd591dd();while(!![]){try{const _0x100d80=parseInt(_0x486501(0xc6))/0x1+-parseInt(_0x486501(0xb8))/0x2*(-parseInt(_0x486501(0xc3))/0x3)+-parseInt(_0x486501(0xb6))/0x4+-parseInt(_0x486501(0xc9))/0x5+-parseInt(_0x486501(0xcc))/0x6+-parseInt(_0x486501(0xc1))/0x7*(-parseInt(_0x486501(0xc4))/0x8)+-parseInt(_0x486501(0xb2))/0x9;if(_0x100d80===_0x3382cb)break;else _0x404996['push'](_0x404996['shift']());}catch(_0xf6487d){_0x404996['push'](_0x404996['shift']());}}}(a301_0x46f6,0x60cd5));import{mkdirSync,writeFileSync}from'node:fs';import{dirname,join}from'node:path';import{homedir}from'node:os';import{getTemplateBaseUrl}from'../utils/config.js';function getGuidesCdnUrl(){const _0x4c0f64=getTemplateBaseUrl();return _0x4c0f64+'/skills/guides.json';}function a301_0x46f6(){const _0x538ea5=['utf-8','cache','343674QexFgH','.lovrabet','title','\x0a\x0a>更新时间:','2006032QpYLyl','lastUpdated','2XgKxpd','.lovrabet/skill/guides','entries','CDN\x20returned\x20invalid\x20data','CDN\x20data\x20is\x20missing\x20skillTemplate','path','join','status','replace','973FOOJau','skillTemplate','2054775tdrPdQ','33624CHTyCq','keys','451305JJuGfM','guides','application/json','341875xjXmgm','length','trimEnd','4295262YgExxN','extendContent','CDN\x20request\x20failed:\x20','push','.md','content'];a301_0x46f6=function(){return _0x538ea5;};return a301_0x46f6();}const CACHE_DIR=join(homedir(),a301_0x51b350(0xb3),a301_0x51b350(0xb1));function a301_0x5015(_0x43ef58,_0x9d7409){_0x43ef58=_0x43ef58-0xac;const _0x46f6ed=a301_0x46f6();let _0x5015bf=_0x46f6ed[_0x43ef58];return _0x5015bf;}export async function fetchGuidesFromCDN(){const _0x59139a=a301_0x51b350,_0x4c80a4=getGuidesCdnUrl(),_0x3aa02e=await fetch(_0x4c80a4,{'headers':{'Accept':_0x59139a(0xc8)}});if(!_0x3aa02e['ok'])throw new Error(_0x59139a(0xac)+_0x3aa02e[_0x59139a(0xbf)]+'\x20'+_0x3aa02e['statusText']);const _0xf56562=await _0x3aa02e['json']();if(!_0xf56562[_0x59139a(0xc7)]||typeof _0xf56562[_0x59139a(0xc7)]!=='object')throw new Error(_0x59139a(0xbb));return _0xf56562;}export function writeGuidesToProject(_0x18d5a3,_0x18e2fb,_0x5f3f06=a301_0x51b350(0xb9),_0x3b0e19){const _0x2ce98f=a301_0x51b350,_0x2ec363=join(_0x18e2fb,_0x5f3f06);mkdirSync(_0x2ec363,{'recursive':!![]});for(const [_0x5ae219,_0x366e3b]of Object['entries'](_0x18d5a3['guides'])){let _0x3dc572=_0x366e3b[_0x2ce98f(0xaf)];_0x366e3b['lastUpdated']&&(_0x3dc572=appendUpdateTime(_0x3dc572,_0x366e3b['lastUpdated'])),writeFileSync(join(_0x2ec363,_0x5ae219+_0x2ce98f(0xae)),_0x3dc572,'utf-8');}}export function appendUpdateTime(_0x3fbb0f,_0x6acdd2){const _0x32eaac=a301_0x51b350;return _0x3fbb0f=_0x3fbb0f[_0x32eaac(0xc0)](/\n*>更新时间:.*$/m,''),_0x3fbb0f[_0x32eaac(0xcb)]()+(_0x32eaac(0xb5)+_0x6acdd2);}export function getSkillTemplate(_0x174690){const _0x1c7885=a301_0x51b350;return _0x174690['skillTemplate']?.[_0x1c7885(0xaf)]||'';}export function appendExtendContents(_0x25bdb9,_0xe0ee5f,_0x4280a9){const _0x245f08=a301_0x51b350,_0x459f64=[];for(const [,_0x14ca21]of Object[_0x245f08(0xba)](_0xe0ee5f[_0x245f08(0xc7)])){_0x14ca21['extendContent']&&_0x459f64[_0x245f08(0xad)](_0x14ca21[_0x245f08(0xcd)][_0x245f08(0xcb)]());}if(_0x459f64['length']===0x0)return _0x25bdb9;return _0x25bdb9[_0x245f08(0xcb)]()+'\x0a\x0a'+_0x459f64[_0x245f08(0xbe)]('\x0a\x0a')+'\x0a';}export function writeSkillFile(_0x11e877,_0x4462cd,_0x457095){const _0x249d19=a301_0x51b350,_0x10ecf0=getSkillTemplate(_0x11e877);if(!_0x10ecf0)throw new Error(_0x249d19(0xbc));const _0x31457b=dirname(_0x4462cd);mkdirSync(_0x31457b,{'recursive':!![]});let _0x38fd1e=_0x10ecf0[_0x249d19(0xc0)](/\{\{IDE_NAME\}\}/g,_0x457095);_0x38fd1e=appendExtendContents(_0x38fd1e,_0x11e877),_0x11e877[_0x249d19(0xc2)][_0x249d19(0xb7)]&&(_0x38fd1e=appendUpdateTime(_0x38fd1e,_0x11e877[_0x249d19(0xc2)]['lastUpdated'])),writeFileSync(_0x4462cd,_0x38fd1e,_0x249d19(0xb0));}export async function installGuides(_0x51b8ef){const _0x38af68=a301_0x51b350,_0x1a8d7d=await fetchGuidesFromCDN();return writeGuidesToProject(_0x1a8d7d,_0x51b8ef),Object[_0x38af68(0xc5)](_0x1a8d7d['guides'])[_0x38af68(0xca)];}export function getGuidesSummary(_0x4608dd){const _0x296b47=a301_0x51b350;return Object['entries'](_0x4608dd[_0x296b47(0xc7)])['map'](([_0x443b66,_0x679590])=>({'key':_0x443b66,'title':_0x679590[_0x296b47(0xb4)],'path':_0x679590[_0x296b47(0xbd)]}));}
1
+ const a301_0x3ca9d1=a301_0x5304;(function(_0x5070af,_0x209929){const _0x59923c=a301_0x5304,_0x26b4fe=_0x5070af();while(!![]){try{const _0x4a9fdf=-parseInt(_0x59923c(0x17a))/0x1+parseInt(_0x59923c(0x177))/0x2+-parseInt(_0x59923c(0x179))/0x3*(parseInt(_0x59923c(0x165))/0x4)+parseInt(_0x59923c(0x178))/0x5*(parseInt(_0x59923c(0x16e))/0x6)+parseInt(_0x59923c(0x168))/0x7*(-parseInt(_0x59923c(0x16b))/0x8)+-parseInt(_0x59923c(0x173))/0x9*(parseInt(_0x59923c(0x15e))/0xa)+-parseInt(_0x59923c(0x160))/0xb*(-parseInt(_0x59923c(0x176))/0xc);if(_0x4a9fdf===_0x209929)break;else _0x26b4fe['push'](_0x26b4fe['shift']());}catch(_0x609675){_0x26b4fe['push'](_0x26b4fe['shift']());}}}(a301_0x2a98,0x33100));import{mkdirSync,writeFileSync}from'node:fs';import{dirname,join}from'node:path';function a301_0x5304(_0x2b0cf7,_0x345f6c){_0x2b0cf7=_0x2b0cf7-0x158;const _0x2a98d3=a301_0x2a98();let _0x53043f=_0x2a98d3[_0x2b0cf7];return _0x53043f;}import{homedir}from'node:os';import{getTemplateBaseUrl}from'../utils/config.js';function getGuidesCdnUrl(){const _0x5efc09=getTemplateBaseUrl();return _0x5efc09+'/skills/guides.json';}const CACHE_DIR=join(homedir(),a301_0x3ca9d1(0x17b),a301_0x3ca9d1(0x166));export async function fetchGuidesFromCDN(){const _0x25c37f=a301_0x3ca9d1,_0x599954=getGuidesCdnUrl(),_0x145dcc=await fetch(_0x599954,{'headers':{'Accept':_0x25c37f(0x170)}});if(!_0x145dcc['ok'])throw new Error(_0x25c37f(0x171)+_0x145dcc[_0x25c37f(0x161)]+'\x20'+_0x145dcc[_0x25c37f(0x167)]);const _0x2b3d12=await _0x145dcc[_0x25c37f(0x159)]();if(!_0x2b3d12[_0x25c37f(0x15c)]||typeof _0x2b3d12['guides']!==_0x25c37f(0x164))throw new Error('CDN\x20returned\x20invalid\x20data');return _0x2b3d12;}function a301_0x2a98(){const _0x1f4ce0=['json','entries','content','guides','\x0a\x0a>更新时间:','10rNsrma','lastUpdated','6604411MYAeIW','status','replace','trimEnd','object','14400xJrnAY','cache','statusText','3290WQmIWV','CDN\x20data\x20is\x20missing\x20skillTemplate','join','712ZvaBiz','utf-8','.md','6DLaNTB','length','application/json','CDN\x20request\x20failed:\x20','path','3455307WxsqkC','push','.lovrabet/skill/guides','12EjjRAV','17600xjWPMS','1391920mXOJxr','117RMDgCR','112280EXgLqR','.lovrabet','keys','skillTemplate','map','title','extendContent'];a301_0x2a98=function(){return _0x1f4ce0;};return a301_0x2a98();}export function writeGuidesToProject(_0x228e92,_0x486c90,_0x20a4c9=a301_0x3ca9d1(0x175),_0x57b1c1){const _0x4a90c6=a301_0x3ca9d1,_0x2a5bc3=join(_0x486c90,_0x20a4c9);mkdirSync(_0x2a5bc3,{'recursive':!![]});for(const [_0x3e8174,_0x5c86d2]of Object[_0x4a90c6(0x15a)](_0x228e92[_0x4a90c6(0x15c)])){let _0x28b101=_0x5c86d2[_0x4a90c6(0x15b)];_0x5c86d2['lastUpdated']&&(_0x28b101=appendUpdateTime(_0x28b101,_0x5c86d2[_0x4a90c6(0x15f)])),writeFileSync(join(_0x2a5bc3,_0x3e8174+_0x4a90c6(0x16d)),_0x28b101,'utf-8');}}export function appendUpdateTime(_0x593e5e,_0x1252c7){const _0x42adbc=a301_0x3ca9d1;return _0x593e5e=_0x593e5e['replace'](/\n*>更新时间:.*$/m,''),_0x593e5e[_0x42adbc(0x163)]()+(_0x42adbc(0x15d)+_0x1252c7);}export function getSkillTemplate(_0x1c56d4){return _0x1c56d4['skillTemplate']?.['content']||'';}export function appendExtendContents(_0x5291b1,_0x3de250,_0x19e499){const _0x17bf86=a301_0x3ca9d1,_0x303437=[];for(const [,_0x57e23a]of Object[_0x17bf86(0x15a)](_0x3de250[_0x17bf86(0x15c)])){_0x57e23a[_0x17bf86(0x158)]&&_0x303437[_0x17bf86(0x174)](_0x57e23a[_0x17bf86(0x158)]['trimEnd']());}if(_0x303437[_0x17bf86(0x16f)]===0x0)return _0x5291b1;return _0x5291b1[_0x17bf86(0x163)]()+'\x0a\x0a'+_0x303437[_0x17bf86(0x16a)]('\x0a\x0a')+'\x0a';}export function writeSkillFile(_0xfd2529,_0x22d9c8,_0x1f85fe){const _0x5343a4=a301_0x3ca9d1,_0x5f4f15=getSkillTemplate(_0xfd2529);if(!_0x5f4f15)throw new Error(_0x5343a4(0x169));const _0x599ebc=dirname(_0x22d9c8);mkdirSync(_0x599ebc,{'recursive':!![]});let _0xdc37b5=_0x5f4f15[_0x5343a4(0x162)](/\{\{IDE_NAME\}\}/g,_0x1f85fe);_0xdc37b5=appendExtendContents(_0xdc37b5,_0xfd2529),_0xfd2529[_0x5343a4(0x17d)][_0x5343a4(0x15f)]&&(_0xdc37b5=appendUpdateTime(_0xdc37b5,_0xfd2529['skillTemplate'][_0x5343a4(0x15f)])),writeFileSync(_0x22d9c8,_0xdc37b5,_0x5343a4(0x16c));}export async function installGuides(_0x2a7f99){const _0x5b9338=a301_0x3ca9d1,_0x31ce67=await fetchGuidesFromCDN();return writeGuidesToProject(_0x31ce67,_0x2a7f99),Object[_0x5b9338(0x17c)](_0x31ce67[_0x5b9338(0x15c)])[_0x5b9338(0x16f)];}export function getGuidesSummary(_0x1e64e9){const _0x369cba=a301_0x3ca9d1;return Object[_0x369cba(0x15a)](_0x1e64e9[_0x369cba(0x15c)])[_0x369cba(0x17e)](([_0x494345,_0x377f79])=>({'key':_0x494345,'title':_0x377f79[_0x369cba(0x17f)],'path':_0x377f79[_0x369cba(0x172)]}));}
@@ -1 +1 @@
1
- function a302_0x1ad7(_0x102171,_0x3685f6){_0x102171=_0x102171-0x10f;const _0x2fe136=a302_0x2fe1();let _0x1ad773=_0x2fe136[_0x102171];return _0x1ad773;}(function(_0x2da4cc,_0x4172c6){const _0x559ee5=a302_0x1ad7,_0x1d4d4f=_0x2da4cc();while(!![]){try{const _0x368405=-parseInt(_0x559ee5(0x126))/0x1*(parseInt(_0x559ee5(0x128))/0x2)+-parseInt(_0x559ee5(0x120))/0x3*(parseInt(_0x559ee5(0x112))/0x4)+parseInt(_0x559ee5(0x11a))/0x5*(-parseInt(_0x559ee5(0x11e))/0x6)+-parseInt(_0x559ee5(0x127))/0x7+-parseInt(_0x559ee5(0x125))/0x8+parseInt(_0x559ee5(0x11c))/0x9+-parseInt(_0x559ee5(0x12b))/0xa*(-parseInt(_0x559ee5(0x117))/0xb);if(_0x368405===_0x4172c6)break;else _0x1d4d4f['push'](_0x1d4d4f['shift']());}catch(_0x49f220){_0x1d4d4f['push'](_0x1d4d4f['shift']());}}}(a302_0x2fe1,0xa4249));export async function httpRequest(_0x3afb4d,_0x5e6e2e={}){const _0x4ae266=a302_0x1ad7,{timeout:timeout=0x7530,retries:retries=0x3,retryDelay:retryDelay=0x3e8,headers:headers={}}=_0x5e6e2e;let _0x61aac1=null;for(let _0x1b86dc=0x0;_0x1b86dc<=retries;_0x1b86dc++){try{const _0x4e02f1=new AbortController(),_0x3c151d=setTimeout(()=>_0x4e02f1[_0x4ae266(0x124)](),timeout),_0x707454=await fetch(_0x3afb4d,{'headers':headers,'signal':_0x4e02f1['signal']});clearTimeout(_0x3c151d);let _0x4ed49a;const _0x276f56=_0x707454[_0x4ae266(0x110)]['get'](_0x4ae266(0x116));return _0x276f56?.['includes'](_0x4ae266(0x114))?_0x4ed49a=await _0x707454['json']():_0x4ed49a=await _0x707454[_0x4ae266(0x119)](),{'ok':_0x707454['ok'],'status':_0x707454[_0x4ae266(0x123)],'statusText':_0x707454['statusText'],'data':_0x4ed49a,'headers':_0x707454[_0x4ae266(0x110)],'url':_0x707454[_0x4ae266(0x121)],'text':()=>_0x707454[_0x4ae266(0x119)]()};}catch(_0x235607){_0x61aac1=_0x235607 instanceof Error?_0x235607:new Error(String(_0x235607));if(_0x1b86dc===retries)break;if(shouldRetry(_0x235607)){console['log'](_0x4ae266(0x122)+(_0x1b86dc+0x1)+_0x4ae266(0x111)+retryDelay+_0x4ae266(0x11b)),await sleep(retryDelay);continue;}else break;}}throw _0x61aac1||new Error(_0x4ae266(0x113));}function shouldRetry(_0x11d77c){const _0x1ac238=a302_0x1ad7;if(_0x11d77c instanceof Error){if(_0x11d77c['name']===_0x1ac238(0x129))return![];if(_0x11d77c[_0x1ac238(0x11f)]===_0x1ac238(0x118)&&_0x11d77c['message'][_0x1ac238(0x12a)](_0x1ac238(0x11d)))return!![];if(_0x11d77c['message'][_0x1ac238(0x12a)](_0x1ac238(0x115)))return!![];if(_0x11d77c[_0x1ac238(0x10f)][_0x1ac238(0x12a)]('ENOTFOUND'))return![];}return![];}function sleep(_0x9e467){return new Promise(_0x59143f=>setTimeout(_0x59143f,_0x9e467));}export function validateUrl(_0x456edc){try{return new URL(_0x456edc),!![];}catch{return![];}}function a302_0x2fe1(){const _0x182430=['status','abort','2642104aZeyNE','7dMfWNK','2812187OkecSO','112414HRfzgG','AbortError','includes','17675510tLzHnM','message','headers','\x20in\x20','1366392qJAjRL','Request\x20failed','application/json','ECONNRESET','content-type','11VmuOyK','TypeError','text','15SjbUbU','ms...','8458236dNwbLv','fetch','1135950hrIYfW','name','3lLuGiq','url','*\x20Request\x20failed;\x20retry\x20'];a302_0x2fe1=function(){return _0x182430;};return a302_0x2fe1();}
1
+ (function(_0x493626,_0x28e781){const _0x175f59=a302_0x43e1,_0x474ec7=_0x493626();while(!![]){try{const _0x43c55c=parseInt(_0x175f59(0x1a1))/0x1+parseInt(_0x175f59(0x1a7))/0x2*(parseInt(_0x175f59(0x1ac))/0x3)+parseInt(_0x175f59(0x1b9))/0x4+-parseInt(_0x175f59(0x1a5))/0x5+-parseInt(_0x175f59(0x1a0))/0x6+-parseInt(_0x175f59(0x1a4))/0x7+parseInt(_0x175f59(0x1b4))/0x8;if(_0x43c55c===_0x28e781)break;else _0x474ec7['push'](_0x474ec7['shift']());}catch(_0x7e61c1){_0x474ec7['push'](_0x474ec7['shift']());}}}(a302_0x2879,0xbc5c2));function a302_0x2879(){const _0x349ad9=['TypeError','statusText','*\x20Request\x20failed;\x20retry\x20','signal','3XKtyJv','status','ENOTFOUND','headers','text','application/json','includes','ECONNRESET','6989528Rmokng','name','\x20in\x20','ms...','abort','3310836HWKSpQ','url','json','2500440lITsel','271750bPwHcg','message','log','7861245JJCGBo','1757980kMRlAO','Request\x20failed','1379486cZasuR'];a302_0x2879=function(){return _0x349ad9;};return a302_0x2879();}export async function httpRequest(_0x4a2acf,_0x3caac2={}){const _0x4b9c8f=a302_0x43e1,{timeout:timeout=0x7530,retries:retries=0x3,retryDelay:retryDelay=0x3e8,headers:headers={}}=_0x3caac2;let _0x262e82=null;for(let _0x2de8da=0x0;_0x2de8da<=retries;_0x2de8da++){try{const _0x5bb0c3=new AbortController(),_0x575ead=setTimeout(()=>_0x5bb0c3[_0x4b9c8f(0x1b8)](),timeout),_0x29b382=await fetch(_0x4a2acf,{'headers':headers,'signal':_0x5bb0c3[_0x4b9c8f(0x1ab)]});clearTimeout(_0x575ead);let _0x8008fa;const _0x3a2ab5=_0x29b382[_0x4b9c8f(0x1af)]['get']('content-type');return _0x3a2ab5?.['includes'](_0x4b9c8f(0x1b1))?_0x8008fa=await _0x29b382[_0x4b9c8f(0x19f)]():_0x8008fa=await _0x29b382[_0x4b9c8f(0x1b0)](),{'ok':_0x29b382['ok'],'status':_0x29b382[_0x4b9c8f(0x1ad)],'statusText':_0x29b382[_0x4b9c8f(0x1a9)],'data':_0x8008fa,'headers':_0x29b382[_0x4b9c8f(0x1af)],'url':_0x29b382[_0x4b9c8f(0x19e)],'text':()=>_0x29b382[_0x4b9c8f(0x1b0)]()};}catch(_0x20d371){_0x262e82=_0x20d371 instanceof Error?_0x20d371:new Error(String(_0x20d371));if(_0x2de8da===retries)break;if(shouldRetry(_0x20d371)){console[_0x4b9c8f(0x1a3)](_0x4b9c8f(0x1aa)+(_0x2de8da+0x1)+_0x4b9c8f(0x1b6)+retryDelay+_0x4b9c8f(0x1b7)),await sleep(retryDelay);continue;}else break;}}throw _0x262e82||new Error(_0x4b9c8f(0x1a6));}function shouldRetry(_0x5a5aa5){const _0x2aef9e=a302_0x43e1;if(_0x5a5aa5 instanceof Error){if(_0x5a5aa5[_0x2aef9e(0x1b5)]==='AbortError')return![];if(_0x5a5aa5[_0x2aef9e(0x1b5)]===_0x2aef9e(0x1a8)&&_0x5a5aa5['message'][_0x2aef9e(0x1b2)]('fetch'))return!![];if(_0x5a5aa5[_0x2aef9e(0x1a2)]['includes'](_0x2aef9e(0x1b3)))return!![];if(_0x5a5aa5[_0x2aef9e(0x1a2)][_0x2aef9e(0x1b2)](_0x2aef9e(0x1ae)))return![];}return![];}function sleep(_0x2fd2dc){return new Promise(_0x16f4eb=>setTimeout(_0x16f4eb,_0x2fd2dc));}function a302_0x43e1(_0x1c416c,_0x55af7b){_0x1c416c=_0x1c416c-0x19e;const _0x287917=a302_0x2879();let _0x43e11c=_0x287917[_0x1c416c];return _0x43e11c;}export function validateUrl(_0x54410f){try{return new URL(_0x54410f),!![];}catch{return![];}}
@@ -1 +1 @@
1
- (function(_0x5af2cd,_0x6fb5aa){const _0x573bcf=a303_0x4e72,_0xf4cc6=_0x5af2cd();while(!![]){try{const _0x4a2d0c=parseInt(_0x573bcf(0x168))/0x1+parseInt(_0x573bcf(0x166))/0x2*(-parseInt(_0x573bcf(0x163))/0x3)+-parseInt(_0x573bcf(0x16a))/0x4+parseInt(_0x573bcf(0x16d))/0x5*(parseInt(_0x573bcf(0x161))/0x6)+-parseInt(_0x573bcf(0x165))/0x7*(-parseInt(_0x573bcf(0x169))/0x8)+parseInt(_0x573bcf(0x16b))/0x9+-parseInt(_0x573bcf(0x162))/0xa*(parseInt(_0x573bcf(0x164))/0xb);if(_0x4a2d0c===_0x6fb5aa)break;else _0xf4cc6['push'](_0xf4cc6['shift']());}catch(_0x89e10f){_0xf4cc6['push'](_0xf4cc6['shift']());}}}(a303_0x2f11,0x6e8a1));function a303_0x2f11(){const _0x2d4ad1=['14898atcNzB','9188290WUxtMf','3wFSTfP','11DtKlhs','70fgyrVT','780242HQpcOC','setRawMode','268733eifTBJ','267272UklWpb','182232kienSs','4985172KQzQZR','stdout','1310FItFLK','true'];a303_0x2f11=function(){return _0x2d4ad1;};return a303_0x2f11();}function a303_0x4e72(_0x33c5b4,_0x13a3b6){_0x33c5b4=_0x33c5b4-0x161;const _0x2f1197=a303_0x2f11();let _0x4e7248=_0x2f1197[_0x33c5b4];return _0x4e7248;}function env(_0x2f4382){return process.env[`RABETBASE_${_0x2f4382}`]||process.env[`LOVRABET_${_0x2f4382}`]||undefined;}export function isNonInteractive(_0x5dcded){const _0x1de830=a303_0x4e72;return!!(_0x5dcded['nonInteractive']||_0x5dcded['ci']||env('CI')===_0x1de830(0x16e)||process.env.CI===_0x1de830(0x16e)||!process[_0x1de830(0x16c)]['isTTY']||!isStdinRawModeSupported());}function isStdinRawModeSupported(){const _0x2c4a3a=a303_0x4e72;if(!process['stdin']['isTTY'])return![];try{const _0x5700cb=process['stdin']['isRaw'];return process['stdin'][_0x2c4a3a(0x167)](!![]),process['stdin']['setRawMode'](_0x5700cb??![]),!![];}catch{return![];}}
1
+ (function(_0xedb29a,_0x5ad511){const _0x51d854=a303_0x1d53,_0x573d51=_0xedb29a();while(!![]){try{const _0x33f56d=-parseInt(_0x51d854(0x1ff))/0x1*(parseInt(_0x51d854(0x201))/0x2)+-parseInt(_0x51d854(0x1f2))/0x3+parseInt(_0x51d854(0x200))/0x4*(parseInt(_0x51d854(0x1fa))/0x5)+parseInt(_0x51d854(0x1fd))/0x6*(parseInt(_0x51d854(0x1f8))/0x7)+-parseInt(_0x51d854(0x1fb))/0x8*(-parseInt(_0x51d854(0x1f1))/0x9)+-parseInt(_0x51d854(0x1f4))/0xa+parseInt(_0x51d854(0x1f9))/0xb;if(_0x33f56d===_0x5ad511)break;else _0x573d51['push'](_0x573d51['shift']());}catch(_0x387fcc){_0x573d51['push'](_0x573d51['shift']());}}}(a303_0x1807,0x30923));function a303_0x1807(){const _0x49132d=['setRawMode','stdin','237223AxvYDm','3459115TCZQUR','700655BWIBac','72HswHNb','true','18hkcOLd','nonInteractive','4alHFgY','8HlYIQT','90422qgQxqh','90063yPKXCX','582879kXSYpX','stdout','2123730UqzeAr','isTTY'];a303_0x1807=function(){return _0x49132d;};return a303_0x1807();}function a303_0x1d53(_0x3464f2,_0x4a7ba7){_0x3464f2=_0x3464f2-0x1f1;const _0x18074a=a303_0x1807();let _0x1d5347=_0x18074a[_0x3464f2];return _0x1d5347;}function env(_0x50b02e){return process.env[`RABETBASE_${_0x50b02e}`]||process.env[`LOVRABET_${_0x50b02e}`]||undefined;}export function isNonInteractive(_0x4cf2de){const _0x490e4e=a303_0x1d53;return!!(_0x4cf2de[_0x490e4e(0x1fe)]||_0x4cf2de['ci']||env('CI')===_0x490e4e(0x1fc)||process.env.CI==='true'||!process[_0x490e4e(0x1f3)][_0x490e4e(0x1f5)]||!isStdinRawModeSupported());}function isStdinRawModeSupported(){const _0x10c480=a303_0x1d53;if(!process[_0x10c480(0x1f7)]['isTTY'])return![];try{const _0x52e15a=process[_0x10c480(0x1f7)]['isRaw'];return process['stdin'][_0x10c480(0x1f6)](!![]),process['stdin'][_0x10c480(0x1f6)](_0x52e15a??![]),!![];}catch{return![];}}
@@ -1 +1 @@
1
- const a304_0x5eba21=a304_0x1ba2;function a304_0x1ba2(_0x296b86,_0x2b3b2b){_0x296b86=_0x296b86-0xea;const _0x143204=a304_0x1432();let _0x1ba267=_0x143204[_0x296b86];return _0x1ba267;}(function(_0x53fdf9,_0x1813c0){const _0x2988aa=a304_0x1ba2,_0x2f0479=_0x53fdf9();while(!![]){try{const _0x2ff148=-parseInt(_0x2988aa(0xf2))/0x1*(parseInt(_0x2988aa(0xf6))/0x2)+parseInt(_0x2988aa(0xff))/0x3*(parseInt(_0x2988aa(0x10e))/0x4)+-parseInt(_0x2988aa(0x117))/0x5+parseInt(_0x2988aa(0xfe))/0x6+parseInt(_0x2988aa(0x102))/0x7*(-parseInt(_0x2988aa(0x119))/0x8)+parseInt(_0x2988aa(0x105))/0x9+parseInt(_0x2988aa(0xfd))/0xa;if(_0x2ff148===_0x1813c0)break;else _0x2f0479['push'](_0x2f0479['shift']());}catch(_0x1140f1){_0x2f0479['push'](_0x2f0479['shift']());}}}(a304_0x1432,0xa7432));import a304_0x1c6c7a from'winston';import a304_0x4a6249 from'node:fs';import a304_0x1fdc1 from'node:path';function a304_0x1432(){const _0x1d679f=['7537884enprpT','346254cjYyGt','logFilePath','rawCommand','77HszSig','utf8','yellow','8735742fMbCIB','Failed\x20to\x20clear\x20logs:','setLogPath','File','toISOString','Failed\x20to\x20read\x20logs:','info','trim','mkdirSync','4ZkvrKQ','join','level','timestamp','winstonLogger','command','errors','readFileSync','transports','6361840mDBkKt','format','978232ZXrhGI','clear','combine','createLogger','currentRawCommand','initWinstonLogger','printf','now','success','warn','115GCzZAK','readLogs','existsSync','Starting:\x20','10684TeVqho','error','filter','message','duration','blue','writeFileSync','15745030lwcjcp'];a304_0x1432=function(){return _0x1d679f;};return a304_0x1432();}class Logger{[a304_0x5eba21(0x112)];[a304_0x5eba21(0x100)];[a304_0x5eba21(0xec)]='';constructor(){this['logFilePath']='';}['setRawCommand'](_0xcce94){const _0xfdc5dd=a304_0x5eba21;this[_0xfdc5dd(0xec)]=_0xcce94;}[a304_0x5eba21(0xed)](){const _0x6c50ed=a304_0x5eba21,_0x5ad217=a304_0x1fdc1['dirname'](this['logFilePath']);!a304_0x4a6249[_0x6c50ed(0xf4)](_0x5ad217)&&a304_0x4a6249[_0x6c50ed(0x10d)](_0x5ad217,{'recursive':!![]});const _0x31d412=a304_0x1c6c7a[_0x6c50ed(0x118)][_0x6c50ed(0xea)](a304_0x1c6c7a[_0x6c50ed(0x118)][_0x6c50ed(0x111)](),a304_0x1c6c7a[_0x6c50ed(0x118)][_0x6c50ed(0x114)]({'stack':!![]}),a304_0x1c6c7a['format'][_0x6c50ed(0xee)](_0x2058c4=>{const _0x279af1=_0x6c50ed,_0x5c2696={'timestamp':_0x2058c4[_0x279af1(0x111)]||new Date()[_0x279af1(0x109)](),'level':_0x2058c4[_0x279af1(0x110)]||'info','command':_0x2058c4[_0x279af1(0x113)]||'unknown','rawCommand':_0x2058c4[_0x279af1(0x101)]||this['currentRawCommand']||undefined,'message':_0x2058c4[_0x279af1(0xf9)]||'','duration':_0x2058c4[_0x279af1(0xfa)]||undefined,'details':_0x2058c4['details']||undefined};return JSON['stringify'](_0x5c2696);}));this[_0x6c50ed(0x112)]=a304_0x1c6c7a[_0x6c50ed(0xeb)]({'level':'info','format':_0x31d412,'transports':[new a304_0x1c6c7a[(_0x6c50ed(0x116))][(_0x6c50ed(0x108))]({'filename':this[_0x6c50ed(0x100)],'level':_0x6c50ed(0x10b)})],'silent':![]}),a304_0x1c6c7a['addColors']({'success':'green','error':'red','warn':_0x6c50ed(0x104),'info':_0x6c50ed(0xfb)});}[a304_0x5eba21(0x107)](_0x2f9772){const _0x48efc5=a304_0x5eba21;this[_0x48efc5(0x100)]=a304_0x1fdc1[_0x48efc5(0x10f)](_0x2f9772,'.lovrabet.log'),this[_0x48efc5(0x112)]&&this[_0x48efc5(0x112)][_0x48efc5(0x11a)](),this[_0x48efc5(0xed)]();}[a304_0x5eba21(0x10b)](_0xfa04f,_0x350273,_0x3419ae){const _0x17c996=a304_0x5eba21;if(!this['logFilePath']||!this['winstonLogger'])return;this[_0x17c996(0x112)][_0x17c996(0x10b)](_0x350273,{'command':_0xfa04f,'details':_0x3419ae});}['success'](_0x12db69,_0x3dab62,_0x216a5e,_0x331005){const _0x29f9b3=a304_0x5eba21;if(!this['logFilePath']||!this[_0x29f9b3(0x112)])return;this[_0x29f9b3(0x112)]['log'](_0x29f9b3(0x10b),_0x3dab62,{'level':_0x29f9b3(0xf0),'command':_0x12db69,'duration':_0x216a5e,'details':_0x331005});}[a304_0x5eba21(0xf7)](_0x3bfd2d,_0x1cf5e3,_0x3905d8){const _0x5445de=a304_0x5eba21;if(!this['logFilePath']||!this['winstonLogger'])return;this[_0x5445de(0x112)][_0x5445de(0xf7)](_0x1cf5e3,{'command':_0x3bfd2d,'details':_0x3905d8});}[a304_0x5eba21(0xf1)](_0x1d42ab,_0x580f6d,_0x5ef269){const _0xf7767a=a304_0x5eba21;if(!this[_0xf7767a(0x100)]||!this[_0xf7767a(0x112)])return;this[_0xf7767a(0x112)][_0xf7767a(0xf1)](_0x580f6d,{'command':_0x1d42ab,'details':_0x5ef269});}async['logTask'](_0x310821,_0x411690,_0x4b0afa){const _0x5b58cd=a304_0x5eba21,_0x34de2f=Date[_0x5b58cd(0xef)]();this[_0x5b58cd(0x10b)](_0x310821,_0x5b58cd(0xf5)+_0x411690);try{const _0x4c32a3=await _0x4b0afa(),_0x29c8fa=Date[_0x5b58cd(0xef)]()-_0x34de2f;return this[_0x5b58cd(0xf0)](_0x310821,'Completed:\x20'+_0x411690,_0x29c8fa),_0x4c32a3;}catch(_0x76c297){const _0x491f2a=Date[_0x5b58cd(0xef)]()-_0x34de2f;this[_0x5b58cd(0xf7)](_0x310821,'Failed:\x20'+_0x411690,{'error':_0x76c297 instanceof Error?_0x76c297[_0x5b58cd(0xf9)]:String(_0x76c297),'duration':_0x491f2a});throw _0x76c297;}}[a304_0x5eba21(0xf3)](){const _0x22825a=a304_0x5eba21;try{if(!a304_0x4a6249[_0x22825a(0xf4)](this['logFilePath']))return[];const _0x2852c0=a304_0x4a6249[_0x22825a(0x115)](this['logFilePath'],_0x22825a(0x103));return _0x2852c0['split']('\x0a')[_0x22825a(0xf8)](_0x505357=>_0x505357[_0x22825a(0x10c)]())['map'](_0x57acf5=>JSON['parse'](_0x57acf5));}catch(_0x4e5a0b){return console[_0x22825a(0xf1)](_0x22825a(0x10a),_0x4e5a0b),[];}}['clearLogs'](){const _0x4eb86c=a304_0x5eba21;try{a304_0x4a6249[_0x4eb86c(0xf4)](this[_0x4eb86c(0x100)])&&a304_0x4a6249[_0x4eb86c(0xfc)](this[_0x4eb86c(0x100)],'',_0x4eb86c(0x103));}catch(_0x2dd0c0){console[_0x4eb86c(0xf1)](_0x4eb86c(0x106),_0x2dd0c0);}}['getWinstonInstance'](){const _0x1bc4fc=a304_0x5eba21;return this[_0x1bc4fc(0x112)];}}export const logger=new Logger();
1
+ function a304_0xe2d2(_0x3f4020,_0x121e7d){_0x3f4020=_0x3f4020-0x6c;const _0x2ec923=a304_0x2ec9();let _0xe2d25c=_0x2ec923[_0x3f4020];return _0xe2d25c;}function a304_0x2ec9(){const _0x28b718=['Failed\x20to\x20read\x20logs:','currentRawCommand','existsSync','toISOString','format','error','22LnPxoA','command','393719VRjcfa','setRawCommand','clear','mkdirSync','errors','duration','2307352vHUiBt','3292584Afxwwk','combine','level','rawCommand','getWinstonInstance','printf','21YAWKuM','success','utf8','addColors','Starting:\x20','warn','113585idPXhA','4476060jyXNhS','Completed:\x20','clearLogs','logTask','unknown','11062770PgAZWG','split','log','readFileSync','188wDHApk','103881fkCMaT','winstonLogger','message','logFilePath','now','readLogs','timestamp','File','yellow','stringify','writeFileSync','Failed:\x20','transports','filter','trim','green','red','22GBelEY','map','createLogger','info'];a304_0x2ec9=function(){return _0x28b718;};return a304_0x2ec9();}const a304_0x41423d=a304_0xe2d2;(function(_0x1ad41d,_0x36a7cd){const _0x3d8493=a304_0xe2d2,_0x18e7d8=_0x1ad41d();while(!![]){try{const _0x358e3a=parseInt(_0x3d8493(0xa4))/0x1+-parseInt(_0x3d8493(0xa2))/0x2*(-parseInt(_0x3d8493(0x87))/0x3)+-parseInt(_0x3d8493(0x86))/0x4*(-parseInt(_0x3d8493(0x7c))/0x5)+parseInt(_0x3d8493(0x70))/0x6+parseInt(_0x3d8493(0x76))/0x7*(parseInt(_0x3d8493(0x6f))/0x8)+-parseInt(_0x3d8493(0x7d))/0x9+parseInt(_0x3d8493(0x82))/0xa*(-parseInt(_0x3d8493(0x98))/0xb);if(_0x358e3a===_0x36a7cd)break;else _0x18e7d8['push'](_0x18e7d8['shift']());}catch(_0x7dd4e6){_0x18e7d8['push'](_0x18e7d8['shift']());}}}(a304_0x2ec9,0x8568a));import a304_0x931b47 from'winston';import a304_0x253816 from'node:fs';import a304_0x43ddd6 from'node:path';class Logger{[a304_0x41423d(0x88)];[a304_0x41423d(0x8a)];[a304_0x41423d(0x9d)]='';constructor(){const _0x7378fe=a304_0x41423d;this[_0x7378fe(0x8a)]='';}[a304_0x41423d(0xa5)](_0x5a5454){this['currentRawCommand']=_0x5a5454;}['initWinstonLogger'](){const _0x21ce6c=a304_0x41423d,_0x3ac43d=a304_0x43ddd6['dirname'](this['logFilePath']);!a304_0x253816[_0x21ce6c(0x9e)](_0x3ac43d)&&a304_0x253816[_0x21ce6c(0x6c)](_0x3ac43d,{'recursive':!![]});const _0x4e9e5e=a304_0x931b47[_0x21ce6c(0xa0)][_0x21ce6c(0x71)](a304_0x931b47[_0x21ce6c(0xa0)][_0x21ce6c(0x8d)](),a304_0x931b47[_0x21ce6c(0xa0)][_0x21ce6c(0x6d)]({'stack':!![]}),a304_0x931b47[_0x21ce6c(0xa0)][_0x21ce6c(0x75)](_0x424495=>{const _0x1aef74=_0x21ce6c,_0x581c52={'timestamp':_0x424495['timestamp']||new Date()[_0x1aef74(0x9f)](),'level':_0x424495[_0x1aef74(0x72)]||_0x1aef74(0x9b),'command':_0x424495[_0x1aef74(0xa3)]||_0x1aef74(0x81),'rawCommand':_0x424495[_0x1aef74(0x73)]||this[_0x1aef74(0x9d)]||undefined,'message':_0x424495[_0x1aef74(0x89)]||'','duration':_0x424495[_0x1aef74(0x6e)]||undefined,'details':_0x424495['details']||undefined};return JSON[_0x1aef74(0x90)](_0x581c52);}));this[_0x21ce6c(0x88)]=a304_0x931b47[_0x21ce6c(0x9a)]({'level':_0x21ce6c(0x9b),'format':_0x4e9e5e,'transports':[new a304_0x931b47[(_0x21ce6c(0x93))][(_0x21ce6c(0x8e))]({'filename':this[_0x21ce6c(0x8a)],'level':_0x21ce6c(0x9b)})],'silent':![]}),a304_0x931b47[_0x21ce6c(0x79)]({'success':_0x21ce6c(0x96),'error':_0x21ce6c(0x97),'warn':_0x21ce6c(0x8f),'info':'blue'});}['setLogPath'](_0x384e47){const _0x460ab8=a304_0x41423d;this[_0x460ab8(0x8a)]=a304_0x43ddd6['join'](_0x384e47,'.lovrabet.log'),this[_0x460ab8(0x88)]&&this[_0x460ab8(0x88)][_0x460ab8(0xa6)](),this['initWinstonLogger']();}['info'](_0x1b6367,_0xec6d85,_0x14ef31){const _0x137294=a304_0x41423d;if(!this['logFilePath']||!this[_0x137294(0x88)])return;this[_0x137294(0x88)][_0x137294(0x9b)](_0xec6d85,{'command':_0x1b6367,'details':_0x14ef31});}[a304_0x41423d(0x77)](_0xf552f8,_0x23661d,_0x4afb7e,_0x4390b8){const _0xd7bd21=a304_0x41423d;if(!this['logFilePath']||!this[_0xd7bd21(0x88)])return;this['winstonLogger'][_0xd7bd21(0x84)]('info',_0x23661d,{'level':'success','command':_0xf552f8,'duration':_0x4afb7e,'details':_0x4390b8});}[a304_0x41423d(0xa1)](_0x1ec2e4,_0x34a545,_0x12e9c9){const _0x1be32d=a304_0x41423d;if(!this['logFilePath']||!this[_0x1be32d(0x88)])return;this[_0x1be32d(0x88)][_0x1be32d(0xa1)](_0x34a545,{'command':_0x1ec2e4,'details':_0x12e9c9});}[a304_0x41423d(0x7b)](_0x32d71b,_0x25f81a,_0x2efb2a){const _0x28f977=a304_0x41423d;if(!this[_0x28f977(0x8a)]||!this[_0x28f977(0x88)])return;this[_0x28f977(0x88)]['warn'](_0x25f81a,{'command':_0x32d71b,'details':_0x2efb2a});}async[a304_0x41423d(0x80)](_0x488025,_0x3c92d1,_0x2cee98){const _0x3d3bc4=a304_0x41423d,_0x3726cb=Date[_0x3d3bc4(0x8b)]();this[_0x3d3bc4(0x9b)](_0x488025,_0x3d3bc4(0x7a)+_0x3c92d1);try{const _0x17155c=await _0x2cee98(),_0x118f1c=Date[_0x3d3bc4(0x8b)]()-_0x3726cb;return this[_0x3d3bc4(0x77)](_0x488025,_0x3d3bc4(0x7e)+_0x3c92d1,_0x118f1c),_0x17155c;}catch(_0xa8b068){const _0x4b62a2=Date['now']()-_0x3726cb;this[_0x3d3bc4(0xa1)](_0x488025,_0x3d3bc4(0x92)+_0x3c92d1,{'error':_0xa8b068 instanceof Error?_0xa8b068[_0x3d3bc4(0x89)]:String(_0xa8b068),'duration':_0x4b62a2});throw _0xa8b068;}}[a304_0x41423d(0x8c)](){const _0x3956d2=a304_0x41423d;try{if(!a304_0x253816[_0x3956d2(0x9e)](this[_0x3956d2(0x8a)]))return[];const _0x3c3c93=a304_0x253816[_0x3956d2(0x85)](this[_0x3956d2(0x8a)],_0x3956d2(0x78));return _0x3c3c93[_0x3956d2(0x83)]('\x0a')[_0x3956d2(0x94)](_0x4b3c42=>_0x4b3c42[_0x3956d2(0x95)]())[_0x3956d2(0x99)](_0x311160=>JSON['parse'](_0x311160));}catch(_0x49000f){return console[_0x3956d2(0x7b)](_0x3956d2(0x9c),_0x49000f),[];}}[a304_0x41423d(0x7f)](){const _0x22cda4=a304_0x41423d;try{a304_0x253816[_0x22cda4(0x9e)](this['logFilePath'])&&a304_0x253816[_0x22cda4(0x91)](this[_0x22cda4(0x8a)],'',_0x22cda4(0x78));}catch(_0x137c21){console[_0x22cda4(0x7b)]('Failed\x20to\x20clear\x20logs:',_0x137c21);}}[a304_0x41423d(0x74)](){const _0x32918f=a304_0x41423d;return this[_0x32918f(0x88)];}}export const logger=new Logger();
@@ -1 +1 @@
1
- function a305_0x1153(){const _0x4a931c=['validation','isArray','98574auXcGA','2863491Sacvjy','Invalid\x20JSON\x20for\x20--params:\x20','5295241txHAbo','10Stopls','7466208dHVNnb','Example:\x20--params\x20\x27{\x22id\x22:123}\x27','19286145hUBAnS','3674aifVpi','object','356576iTARMh','208NoIIhm','parse','120eAsrSJ'];a305_0x1153=function(){return _0x4a931c;};return a305_0x1153();}(function(_0x34e702,_0x426c3){const _0x7f748a=a305_0x2952,_0x3922f3=_0x34e702();while(!![]){try{const _0x31f79d=parseInt(_0x7f748a(0xa1))/0x1*(-parseInt(_0x7f748a(0xae))/0x2)+-parseInt(_0x7f748a(0xa7))/0x3+-parseInt(_0x7f748a(0xb0))/0x4+parseInt(_0x7f748a(0xa3))/0x5*(-parseInt(_0x7f748a(0xa6))/0x6)+-parseInt(_0x7f748a(0xa9))/0x7+parseInt(_0x7f748a(0xab))/0x8+-parseInt(_0x7f748a(0xad))/0x9*(-parseInt(_0x7f748a(0xaa))/0xa);if(_0x31f79d===_0x426c3)break;else _0x3922f3['push'](_0x3922f3['shift']());}catch(_0x24c93c){_0x3922f3['push'](_0x3922f3['shift']());}}}(a305_0x1153,0x79fe5));import{CliErrors}from'../errors.js';function a305_0x2952(_0x5821b0,_0x554144){_0x5821b0=_0x5821b0-0xa1;const _0x1153a1=a305_0x1153();let _0x295228=_0x1153a1[_0x5821b0];return _0x295228;}export function parseJsonParams(_0x377ca1){const _0x5c3cfb=a305_0x2952;if(!_0x377ca1)return undefined;let _0xcb8a25;try{_0xcb8a25=JSON[_0x5c3cfb(0xa2)](_0x377ca1);}catch{throw CliErrors['validation'](_0x5c3cfb(0xa8)+_0x377ca1);}if(!_0xcb8a25||typeof _0xcb8a25!==_0x5c3cfb(0xaf)||Array[_0x5c3cfb(0xa5)](_0xcb8a25))throw CliErrors[_0x5c3cfb(0xa4)]('--params\x20must\x20be\x20a\x20JSON\x20object',_0x5c3cfb(0xac));return _0xcb8a25;}
1
+ (function(_0x77c7f5,_0x31c9aa){const _0x56148d=a305_0x5200,_0x46e155=_0x77c7f5();while(!![]){try{const _0x219e20=-parseInt(_0x56148d(0x186))/0x1*(parseInt(_0x56148d(0x183))/0x2)+parseInt(_0x56148d(0x18e))/0x3+parseInt(_0x56148d(0x18f))/0x4*(-parseInt(_0x56148d(0x18b))/0x5)+-parseInt(_0x56148d(0x184))/0x6+parseInt(_0x56148d(0x18a))/0x7*(parseInt(_0x56148d(0x188))/0x8)+-parseInt(_0x56148d(0x180))/0x9+parseInt(_0x56148d(0x18c))/0xa*(parseInt(_0x56148d(0x189))/0xb);if(_0x219e20===_0x31c9aa)break;else _0x46e155['push'](_0x46e155['shift']());}catch(_0x16de43){_0x46e155['push'](_0x46e155['shift']());}}}(a305_0x5115,0x46d25));function a305_0x5200(_0x4313b8,_0x5e7eb1){_0x4313b8=_0x4313b8-0x180;const _0x5115f1=a305_0x5115();let _0x520056=_0x5115f1[_0x4313b8];return _0x520056;}import{CliErrors}from'../errors.js';function a305_0x5115(){const _0x30bf13=['1016yWRxqw','11uzUTZX','9772XAKdDN','270ztimBF','9889270fOgohe','validation','486531SPSHwf','35204HmUbek','object','1625931PcUqDh','Invalid\x20JSON\x20for\x20--params:\x20','--params\x20must\x20be\x20a\x20JSON\x20object','8PjeMYk','730596cIdFom','parse','65158jVgFtZ','isArray'];a305_0x5115=function(){return _0x30bf13;};return a305_0x5115();}export function parseJsonParams(_0xbb26b5){const _0xd62404=a305_0x5200;if(!_0xbb26b5)return undefined;let _0x443a23;try{_0x443a23=JSON[_0xd62404(0x185)](_0xbb26b5);}catch{throw CliErrors[_0xd62404(0x18d)](_0xd62404(0x181)+_0xbb26b5);}if(!_0x443a23||typeof _0x443a23!==_0xd62404(0x190)||Array[_0xd62404(0x187)](_0x443a23))throw CliErrors['validation'](_0xd62404(0x182),'Example:\x20--params\x20\x27{\x22id\x22:123}\x27');return _0x443a23;}
@@ -1 +1 @@
1
- function a306_0x2e66(){const _0x254ebc=['980pbalwO','1160MvniLB','4sRsYAb','3979728Oscotn','1380945qDznQs','6672232MtFuUA','21660885GKUAQC','.cmd','553431eZMoms','1229396SBglNZ'];a306_0x2e66=function(){return _0x254ebc;};return a306_0x2e66();}(function(_0x17379c,_0x2541e1){const _0x5ed7f6=a306_0x1515,_0x32e878=_0x17379c();while(!![]){try{const _0x55e14c=parseInt(_0x5ed7f6(0x1ec))/0x1*(parseInt(_0x5ed7f6(0x1ed))/0x2)+-parseInt(_0x5ed7f6(0x1ea))/0x3*(parseInt(_0x5ed7f6(0x1ee))/0x4)+-parseInt(_0x5ed7f6(0x1e6))/0x5+-parseInt(_0x5ed7f6(0x1ef))/0x6+-parseInt(_0x5ed7f6(0x1eb))/0x7+-parseInt(_0x5ed7f6(0x1e7))/0x8+parseInt(_0x5ed7f6(0x1e8))/0x9;if(_0x55e14c===_0x2541e1)break;else _0x32e878['push'](_0x32e878['shift']());}catch(_0x1b6485){_0x32e878['push'](_0x32e878['shift']());}}}(a306_0x2e66,0xcd752));function a306_0x1515(_0x1abfba,_0x55b1d8){_0x1abfba=_0x1abfba-0x1e6;const _0x2e66c4=a306_0x2e66();let _0x15156c=_0x2e66c4[_0x1abfba];return _0x15156c;}export const isWindows=process['platform']==='win32';export function resolveNpmBin(_0x1fc976){const _0xb42351=a306_0x1515;return isWindows?_0x1fc976+_0xb42351(0x1e9):_0x1fc976;}
1
+ function a306_0x2bc0(){const _0x45fd54=['3450235HIfJRK','210452mCYBlp','103HxqPgZ','15914zIDFpK','platform','win32','45eclQTm','9909180rqGnPa','2985120rUfZvL','2773260yoBfca','.cmd','538784EUpBpv'];a306_0x2bc0=function(){return _0x45fd54;};return a306_0x2bc0();}function a306_0x374a(_0x242395,_0x59ebe0){_0x242395=_0x242395-0x148;const _0x2bc069=a306_0x2bc0();let _0x374a7e=_0x2bc069[_0x242395];return _0x374a7e;}const a306_0x2c64da=a306_0x374a;(function(_0x4615c4,_0x251cb2){const _0x379616=a306_0x374a,_0x468058=_0x4615c4();while(!![]){try{const _0x2e50ca=parseInt(_0x379616(0x14a))/0x1*(parseInt(_0x379616(0x14b))/0x2)+-parseInt(_0x379616(0x150))/0x3+parseInt(_0x379616(0x149))/0x4+-parseInt(_0x379616(0x148))/0x5+parseInt(_0x379616(0x14f))/0x6+parseInt(_0x379616(0x151))/0x7+parseInt(_0x379616(0x153))/0x8*(-parseInt(_0x379616(0x14e))/0x9);if(_0x2e50ca===_0x251cb2)break;else _0x468058['push'](_0x468058['shift']());}catch(_0x354e62){_0x468058['push'](_0x468058['shift']());}}}(a306_0x2bc0,0xdb413));export const isWindows=process[a306_0x2c64da(0x14c)]===a306_0x2c64da(0x14d);export function resolveNpmBin(_0x5644a3){const _0x6a92fb=a306_0x2c64da;return isWindows?_0x5644a3+_0x6a92fb(0x152):_0x5644a3;}
@@ -1 +1 @@
1
- export function sleep(_0x329304){return new Promise(_0x432048=>setTimeout(_0x432048,_0x329304));}
1
+ export function sleep(_0x1bbf77){return new Promise(_0x2fd309=>setTimeout(_0x2fd309,_0x1bbf77));}
@@ -1 +1 @@
1
- const a308_0x524b46=a308_0xf44c;function a308_0x1471(){const _0x1fca53=['toLowerCase','pad','template','isFile','974922wKwLGE','writeFile','promises','LOVRABET','toComponentName','extname','success','name','now','default','3232593AAvNkX','replaceContent','processTemplate','join','getFullYear','toDisplayTitle','padStart','readdir','6931200Rbqieg','.tsx','.jsx','isDirectory','replace','endsWith','push','.json','split','.ts','5105JStprE','getDate','error','includes','processFile','formatLocalTimestamp','.js','tableName:\x20\x22','name:\x20\x22','24HMgSjA','datasetCode','charAt','pop','950syTeFl','message','.tpl','\x20},','alias','1196766emphii','getHours','mkdir','slice','toUpperCase','getMinutes','.md','toISOString','.css','map','readFile','1036TUFZMD','\x0a\x20\x20\x20\x20{\x20','processDirectory','YourModel','Template\x20content\x20replacement\x20failed','tableName','25249sLuuuF','utf8','1259OgYYkv'];a308_0x1471=function(){return _0x1fca53;};return a308_0x1471();}(function(_0x2dc7f9,_0xd7863a){const _0x418168=a308_0xf44c,_0x165f41=_0x2dc7f9();while(!![]){try{const _0x2fd0f0=parseInt(_0x418168(0x15a))/0x1*(-parseInt(_0x418168(0x142))/0x2)+parseInt(_0x418168(0x119))/0x3+-parseInt(_0x418168(0x152))/0x4*(parseInt(_0x418168(0x135))/0x5)+-parseInt(_0x418168(0x147))/0x6+parseInt(_0x418168(0x158))/0x7*(-parseInt(_0x418168(0x13e))/0x8)+parseInt(_0x418168(0x123))/0x9+parseInt(_0x418168(0x12b))/0xa;if(_0x2fd0f0===_0xd7863a)break;else _0x165f41['push'](_0x165f41['shift']());}catch(_0x17cbb9){_0x165f41['push'](_0x165f41['shift']());}}}(a308_0x1471,0x4a58d));import a308_0x5a8490 from'node:fs';function a308_0xf44c(_0x186b3d,_0x2b063f){_0x186b3d=_0x186b3d-0x117;const _0x1471c6=a308_0x1471();let _0xf44cac=_0x1471c6[_0x186b3d];return _0xf44cac;}import a308_0xe92256 from'node:path';import{logger}from'../utils/logger.js';import{getCliVersion}from'../utils/version.js';const CLI_VERSION=getCliVersion();export class TemplateReplacer{static[a308_0x524b46(0x15c)](_0x4a8a3d){const _0x47c9d8=a308_0x524b46;return String(_0x4a8a3d)[_0x47c9d8(0x129)](0x2,'0');}static[a308_0x524b46(0x13a)](_0x2d6e37){const _0x2bad9a=a308_0x524b46,_0x5722dc=_0x2d6e37[_0x2bad9a(0x127)](),_0x2cd45e=this[_0x2bad9a(0x15c)](_0x2d6e37['getMonth']()+0x1),_0x2fe73f=this[_0x2bad9a(0x15c)](_0x2d6e37[_0x2bad9a(0x136)]()),_0x5cc1dc=this[_0x2bad9a(0x15c)](_0x2d6e37[_0x2bad9a(0x148)]()),_0x2cfba7=this[_0x2bad9a(0x15c)](_0x2d6e37[_0x2bad9a(0x14c)]()),_0x9f1475=this['pad'](_0x2d6e37['getSeconds']());return{'createdAt':_0x5722dc+'-'+_0x2cd45e+'-'+_0x2fe73f+'\x20'+_0x5cc1dc+':'+_0x2cfba7+':'+_0x9f1475,'createdDate':_0x5722dc+'-'+_0x2cd45e+'-'+_0x2fe73f,'createdTime':_0x5cc1dc+':'+_0x2cfba7+':'+_0x9f1475};}static[a308_0x524b46(0x11d)](_0x3d1687){const _0x31ef85=a308_0x524b46,_0x3cc768=_0x3d1687['split']('/')[_0x31ef85(0x141)]()||_0x3d1687;return _0x3cc768[_0x31ef85(0x133)]('-')[_0x31ef85(0x150)](_0x45a37e=>_0x45a37e[_0x31ef85(0x140)](0x0)[_0x31ef85(0x14b)]()+_0x45a37e[_0x31ef85(0x14a)](0x1)['toLowerCase']())[_0x31ef85(0x126)]('');}static[a308_0x524b46(0x128)](_0x241421){const _0x39503a=a308_0x524b46,_0x6698e8=_0x241421['split']('/')[_0x39503a(0x141)]()||_0x241421;return _0x6698e8[_0x39503a(0x133)]('-')[_0x39503a(0x150)](_0x1363d6=>_0x1363d6['charAt'](0x0)[_0x39503a(0x14b)]()+_0x1363d6[_0x39503a(0x14a)](0x1)[_0x39503a(0x15b)]())['join']('\x20');}static[a308_0x524b46(0x124)](_0x3473a3,_0x232ec,_0x3ba49f){const _0x106eba=a308_0x524b46,_0xe9a8f7=this[_0x106eba(0x11d)](_0x232ec),_0x209a4d=this[_0x106eba(0x128)](_0x232ec),{createdAt:_0x1110ce,createdDate:_0x4f4dfd,createdTime:_0x5c3582}=this[_0x106eba(0x13a)](new Date());let _0xef53ad=_0x3473a3['replace'](/\{CliVersion\}/g,CLI_VERSION)['replace'](/\{ComponentName\}/g,_0xe9a8f7)[_0x106eba(0x12f)](/\{DisplayTitle\}/g,_0x209a4d)['replace'](/\{PageName\}/g,_0x232ec)['replace'](/\{TemplateName\}/g,_0x3ba49f)[_0x106eba(0x12f)](/\{CreatedAt\}/g,_0x1110ce)[_0x106eba(0x12f)](/\{CreatedDate\}/g,_0x4f4dfd)[_0x106eba(0x12f)](/\{CreatedTime\}/g,_0x5c3582);return _0xef53ad;}static['replaceApiContent'](_0x167705,_0x522bd0,_0x2afdc8,_0x23169f,_0x3abbb2,_0x41f68a,_0x1526dd,_0x35050e){const _0x14ff85=a308_0x524b46,_0x5bb6fb=new Date(),_0x314b04=_0x5bb6fb[_0x14ff85(0x14e)](),_0x2afadd=_0x2afdc8[_0x14ff85(0x150)](_0x21fa50=>{const _0x4381b1=_0x14ff85,_0x5c12e5=['datasetCode:\x20\x22'+_0x21fa50[_0x4381b1(0x13f)]+'\x22',_0x4381b1(0x13c)+_0x21fa50[_0x4381b1(0x157)]+'\x22',_0x4381b1(0x13d)+_0x21fa50[_0x4381b1(0x120)]+'\x22'];return _0x21fa50[_0x4381b1(0x146)]&&_0x5c12e5[_0x4381b1(0x131)]('alias:\x20\x22'+_0x21fa50[_0x4381b1(0x146)]+'\x22'),_0x4381b1(0x153)+_0x5c12e5[_0x4381b1(0x126)](',\x20')+_0x4381b1(0x145);})['join'](''),_0x47fce3=_0x23169f||_0x2afdc8[0x0]?.[_0x14ff85(0x146)]||_0x14ff85(0x155);let _0xd934dd=_0x167705['replace'](/\{AppCode\}/g,_0x522bd0)[_0x14ff85(0x12f)](/\{ModelConfigs\}/g,_0x2afadd)[_0x14ff85(0x12f)](/\{ExampleModelName\}/g,_0x47fce3)[_0x14ff85(0x12f)](/\{ApiFileName\}/g,_0x3abbb2||'api')[_0x14ff85(0x12f)](/\{ConfigName\}/g,_0x41f68a||_0x14ff85(0x122))[_0x14ff85(0x12f)](/\{ClientConfigParam\}/g,_0x1526dd||'')[_0x14ff85(0x12f)](/\{VarPrefix\}/g,_0x35050e||_0x14ff85(0x11c))[_0x14ff85(0x12f)](/\{CreatedAt\}/g,_0x314b04);return _0xd934dd;}static async[a308_0x524b46(0x125)](_0x215e07,_0x1c4e87,_0x32f40a,_0x529fec,_0x2ef980=!![]){const _0x5dc9b7=a308_0x524b46,_0xa35bc2=Date[_0x5dc9b7(0x121)]();try{_0x2ef980&&logger['info'](_0x5dc9b7(0x117),'Starting\x20template\x20content\x20replacement',{'templatePath':_0x215e07,'targetPath':_0x1c4e87,'pageName':_0x32f40a,'templateName':_0x529fec});await a308_0x5a8490[_0x5dc9b7(0x11b)]['mkdir'](_0x1c4e87,{'recursive':!![]}),await this[_0x5dc9b7(0x154)](_0x215e07,_0x1c4e87,_0x32f40a,_0x529fec);if(_0x2ef980){const _0x3dbe4c=Date[_0x5dc9b7(0x121)]()-_0xa35bc2;logger[_0x5dc9b7(0x11f)]('template','Template\x20content\x20replacement\x20completed',_0x3dbe4c,{'pageName':_0x32f40a,'templateName':_0x529fec});}}catch(_0xf1b775){if(_0x2ef980){const _0x64730c=Date[_0x5dc9b7(0x121)]()-_0xa35bc2;logger[_0x5dc9b7(0x137)](_0x5dc9b7(0x117),_0x5dc9b7(0x156),{'templatePath':_0x215e07,'targetPath':_0x1c4e87,'pageName':_0x32f40a,'templateName':_0x529fec,'error':_0xf1b775 instanceof Error?_0xf1b775[_0x5dc9b7(0x143)]:String(_0xf1b775),'duration':_0x64730c});}throw _0xf1b775;}}static async[a308_0x524b46(0x154)](_0x2bdf40,_0x48dd52,_0x57bc52,_0x97c6a3){const _0xccf4=a308_0x524b46,_0x10488e=await a308_0x5a8490[_0xccf4(0x11b)][_0xccf4(0x12a)](_0x2bdf40,{'withFileTypes':!![]});for(const _0x79a214 of _0x10488e){const _0x2f25ed=a308_0xe92256['join'](_0x2bdf40,_0x79a214['name']);let _0x516ec5=a308_0xe92256['join'](_0x48dd52,_0x79a214[_0xccf4(0x120)]);_0x79a214[_0xccf4(0x120)][_0xccf4(0x130)]('.tpl')&&(_0x516ec5=a308_0xe92256['join'](_0x48dd52,_0x79a214[_0xccf4(0x120)][_0xccf4(0x12f)](/\.tpl$/,'')));if(_0x79a214[_0xccf4(0x12e)]())await a308_0x5a8490[_0xccf4(0x11b)][_0xccf4(0x149)](_0x516ec5,{'recursive':!![]}),await this[_0xccf4(0x154)](_0x2f25ed,_0x516ec5,_0x57bc52,_0x97c6a3);else _0x79a214[_0xccf4(0x118)]()&&await this[_0xccf4(0x139)](_0x2f25ed,_0x516ec5,_0x57bc52,_0x97c6a3);}}static async['processFile'](_0x509cb5,_0x44f458,_0x3d122d,_0x45620a){const _0x34dc8c=a308_0x524b46,_0x271073=a308_0xe92256[_0x34dc8c(0x11e)](_0x509cb5)[_0x34dc8c(0x15b)]();_0x509cb5[_0x34dc8c(0x130)](_0x34dc8c(0x144))&&(_0x44f458=_0x44f458[_0x34dc8c(0x12f)](/\.tpl$/,''));const _0x1c6889=[_0x34dc8c(0x12c),_0x34dc8c(0x134),_0x34dc8c(0x12d),_0x34dc8c(0x13b),_0x34dc8c(0x132),_0x34dc8c(0x14d),_0x34dc8c(0x14f),'.scss',_0x34dc8c(0x144)];if(_0x1c6889[_0x34dc8c(0x138)](_0x271073)||_0x509cb5[_0x34dc8c(0x130)](_0x34dc8c(0x144))){const _0x3c4a6d=await a308_0x5a8490[_0x34dc8c(0x11b)][_0x34dc8c(0x151)](_0x509cb5,_0x34dc8c(0x159)),_0x34db3f=this['replaceContent'](_0x3c4a6d,_0x3d122d,_0x45620a);await a308_0x5a8490[_0x34dc8c(0x11b)][_0x34dc8c(0x11a)](_0x44f458,_0x34db3f,_0x34dc8c(0x159));}else await a308_0x5a8490['promises']['copyFile'](_0x509cb5,_0x44f458);}}
1
+ const a308_0x4c5585=a308_0x2e05;(function(_0x549282,_0x4d72d8){const _0x3f889e=a308_0x2e05,_0x1890b0=_0x549282();while(!![]){try{const _0x537944=-parseInt(_0x3f889e(0x7e))/0x1*(-parseInt(_0x3f889e(0xa2))/0x2)+parseInt(_0x3f889e(0x89))/0x3*(-parseInt(_0x3f889e(0x70))/0x4)+parseInt(_0x3f889e(0xaf))/0x5+parseInt(_0x3f889e(0x99))/0x6*(-parseInt(_0x3f889e(0x97))/0x7)+-parseInt(_0x3f889e(0x76))/0x8+parseInt(_0x3f889e(0x6e))/0x9*(-parseInt(_0x3f889e(0x82))/0xa)+parseInt(_0x3f889e(0x9b))/0xb;if(_0x537944===_0x4d72d8)break;else _0x1890b0['push'](_0x1890b0['shift']());}catch(_0x5c3da7){_0x1890b0['push'](_0x1890b0['shift']());}}}(a308_0xc930,0x97b04));import a308_0x1a3b79 from'node:fs';function a308_0x2e05(_0x52c839,_0x34f724){_0x52c839=_0x52c839-0x6a;const _0xc930e0=a308_0xc930();let _0x2e0533=_0xc930e0[_0x52c839];return _0x2e0533;}import a308_0x1fd478 from'node:path';import{logger}from'../utils/logger.js';import{getCliVersion}from'../utils/version.js';const CLI_VERSION=getCliVersion();function a308_0xc930(){const _0x380d03=['promises','7cESevP','default','1360362fwxzgT','utf8','15273819FPLvzn','pad','extname','tableName','info','alias:\x20\x22','toUpperCase','4610cIhYGR','name','.tsx','datasetCode','formatLocalTimestamp','api','processTemplate','readdir','\x20},','.js','mkdir','Template\x20content\x20replacement\x20failed','.ts','2372590ruYqCL','writeFile','.scss','toComponentName','toDisplayTitle','9OfpdmF','readFile','3698068IUCXgf','isDirectory','copyFile','.md','alias','toLowerCase','2516320mDOUEL','\x0a\x20\x20\x20\x20{\x20','.json','replaceApiContent','.tpl','tableName:\x20\x22','pop','endsWith','235Teaixn','.css','replace','getMonth','3176220FSmxBG','toISOString','join','.jsx','datasetCode:\x20\x22','getMinutes','error','3pkROaa','now','getSeconds','padStart','slice','Starting\x20template\x20content\x20replacement','charAt','replaceContent','template','includes','split','processFile','message'];a308_0xc930=function(){return _0x380d03;};return a308_0xc930();}export class TemplateReplacer{static[a308_0x4c5585(0x9c)](_0x3f0167){const _0x183258=a308_0x4c5585;return String(_0x3f0167)[_0x183258(0x8c)](0x2,'0');}static[a308_0x4c5585(0xa6)](_0x18f9ed){const _0x3890e7=a308_0x4c5585,_0x33798b=_0x18f9ed['getFullYear'](),_0x409f5a=this[_0x3890e7(0x9c)](_0x18f9ed[_0x3890e7(0x81)]()+0x1),_0x58dab0=this[_0x3890e7(0x9c)](_0x18f9ed['getDate']()),_0x2850fd=this[_0x3890e7(0x9c)](_0x18f9ed['getHours']()),_0x57a48f=this[_0x3890e7(0x9c)](_0x18f9ed[_0x3890e7(0x87)]()),_0x43e1fa=this[_0x3890e7(0x9c)](_0x18f9ed[_0x3890e7(0x8b)]());return{'createdAt':_0x33798b+'-'+_0x409f5a+'-'+_0x58dab0+'\x20'+_0x2850fd+':'+_0x57a48f+':'+_0x43e1fa,'createdDate':_0x33798b+'-'+_0x409f5a+'-'+_0x58dab0,'createdTime':_0x2850fd+':'+_0x57a48f+':'+_0x43e1fa};}static['toComponentName'](_0x413c6f){const _0x4a171d=a308_0x4c5585,_0x565a8a=_0x413c6f[_0x4a171d(0x93)]('/')[_0x4a171d(0x7c)]()||_0x413c6f;return _0x565a8a[_0x4a171d(0x93)]('-')['map'](_0x246bd4=>_0x246bd4[_0x4a171d(0x8f)](0x0)[_0x4a171d(0xa1)]()+_0x246bd4['slice'](0x1)['toLowerCase']())[_0x4a171d(0x84)]('');}static[a308_0x4c5585(0x6d)](_0x412a06){const _0x441ce2=a308_0x4c5585,_0x710bea=_0x412a06[_0x441ce2(0x93)]('/')['pop']()||_0x412a06;return _0x710bea['split']('-')['map'](_0x3db81c=>_0x3db81c[_0x441ce2(0x8f)](0x0)['toUpperCase']()+_0x3db81c[_0x441ce2(0x8d)](0x1)[_0x441ce2(0x75)]())[_0x441ce2(0x84)]('\x20');}static[a308_0x4c5585(0x90)](_0x208ae0,_0x409dbc,_0x344aa6){const _0x230dd5=a308_0x4c5585,_0x29595b=this[_0x230dd5(0x6c)](_0x409dbc),_0x5f3c71=this[_0x230dd5(0x6d)](_0x409dbc),{createdAt:_0x1b7101,createdDate:_0x1771bc,createdTime:_0x2622f2}=this['formatLocalTimestamp'](new Date());let _0x51bd52=_0x208ae0[_0x230dd5(0x80)](/\{CliVersion\}/g,CLI_VERSION)['replace'](/\{ComponentName\}/g,_0x29595b)['replace'](/\{DisplayTitle\}/g,_0x5f3c71)[_0x230dd5(0x80)](/\{PageName\}/g,_0x409dbc)[_0x230dd5(0x80)](/\{TemplateName\}/g,_0x344aa6)[_0x230dd5(0x80)](/\{CreatedAt\}/g,_0x1b7101)[_0x230dd5(0x80)](/\{CreatedDate\}/g,_0x1771bc)['replace'](/\{CreatedTime\}/g,_0x2622f2);return _0x51bd52;}static[a308_0x4c5585(0x79)](_0x49451f,_0x3334d7,_0x25aa08,_0x2567b4,_0x4f9cb3,_0x569c13,_0x50a20f,_0x614178){const _0x3e57a=a308_0x4c5585,_0x153e5c=new Date(),_0x225ea7=_0x153e5c[_0x3e57a(0x83)](),_0x31a4ba=_0x25aa08['map'](_0x1cbb76=>{const _0x10629a=_0x3e57a,_0x3702a0=[_0x10629a(0x86)+_0x1cbb76[_0x10629a(0xa5)]+'\x22',_0x10629a(0x7b)+_0x1cbb76[_0x10629a(0x9e)]+'\x22','name:\x20\x22'+_0x1cbb76[_0x10629a(0xa3)]+'\x22'];return _0x1cbb76[_0x10629a(0x74)]&&_0x3702a0['push'](_0x10629a(0xa0)+_0x1cbb76[_0x10629a(0x74)]+'\x22'),_0x10629a(0x77)+_0x3702a0[_0x10629a(0x84)](',\x20')+_0x10629a(0xaa);})['join'](''),_0x55a662=_0x2567b4||_0x25aa08[0x0]?.[_0x3e57a(0x74)]||'YourModel';let _0x3cff91=_0x49451f[_0x3e57a(0x80)](/\{AppCode\}/g,_0x3334d7)[_0x3e57a(0x80)](/\{ModelConfigs\}/g,_0x31a4ba)[_0x3e57a(0x80)](/\{ExampleModelName\}/g,_0x55a662)[_0x3e57a(0x80)](/\{ApiFileName\}/g,_0x4f9cb3||_0x3e57a(0xa7))[_0x3e57a(0x80)](/\{ConfigName\}/g,_0x569c13||_0x3e57a(0x98))[_0x3e57a(0x80)](/\{ClientConfigParam\}/g,_0x50a20f||'')[_0x3e57a(0x80)](/\{VarPrefix\}/g,_0x614178||'LOVRABET')[_0x3e57a(0x80)](/\{CreatedAt\}/g,_0x225ea7);return _0x3cff91;}static async[a308_0x4c5585(0xa8)](_0x54da1c,_0x46d7c2,_0x1e47ea,_0x339457,_0x5b8d8b=!![]){const _0x47ddb3=a308_0x4c5585,_0x23c4e5=Date[_0x47ddb3(0x8a)]();try{_0x5b8d8b&&logger[_0x47ddb3(0x9f)](_0x47ddb3(0x91),_0x47ddb3(0x8e),{'templatePath':_0x54da1c,'targetPath':_0x46d7c2,'pageName':_0x1e47ea,'templateName':_0x339457});await a308_0x1a3b79[_0x47ddb3(0x96)][_0x47ddb3(0xac)](_0x46d7c2,{'recursive':!![]}),await this['processDirectory'](_0x54da1c,_0x46d7c2,_0x1e47ea,_0x339457);if(_0x5b8d8b){const _0x51a9ee=Date[_0x47ddb3(0x8a)]()-_0x23c4e5;logger['success'](_0x47ddb3(0x91),'Template\x20content\x20replacement\x20completed',_0x51a9ee,{'pageName':_0x1e47ea,'templateName':_0x339457});}}catch(_0x348c0a){if(_0x5b8d8b){const _0x290e14=Date[_0x47ddb3(0x8a)]()-_0x23c4e5;logger[_0x47ddb3(0x88)](_0x47ddb3(0x91),_0x47ddb3(0xad),{'templatePath':_0x54da1c,'targetPath':_0x46d7c2,'pageName':_0x1e47ea,'templateName':_0x339457,'error':_0x348c0a instanceof Error?_0x348c0a[_0x47ddb3(0x95)]:String(_0x348c0a),'duration':_0x290e14});}throw _0x348c0a;}}static async['processDirectory'](_0xaa0b80,_0x59637d,_0x5b2b00,_0x2eca9c){const _0x59503a=a308_0x4c5585,_0x583940=await a308_0x1a3b79[_0x59503a(0x96)][_0x59503a(0xa9)](_0xaa0b80,{'withFileTypes':!![]});for(const _0x167ffd of _0x583940){const _0x4f54d2=a308_0x1fd478['join'](_0xaa0b80,_0x167ffd['name']);let _0x4d0d05=a308_0x1fd478[_0x59503a(0x84)](_0x59637d,_0x167ffd['name']);_0x167ffd['name']['endsWith'](_0x59503a(0x7a))&&(_0x4d0d05=a308_0x1fd478['join'](_0x59637d,_0x167ffd['name'][_0x59503a(0x80)](/\.tpl$/,'')));if(_0x167ffd[_0x59503a(0x71)]())await a308_0x1a3b79[_0x59503a(0x96)][_0x59503a(0xac)](_0x4d0d05,{'recursive':!![]}),await this['processDirectory'](_0x4f54d2,_0x4d0d05,_0x5b2b00,_0x2eca9c);else _0x167ffd['isFile']()&&await this['processFile'](_0x4f54d2,_0x4d0d05,_0x5b2b00,_0x2eca9c);}}static async[a308_0x4c5585(0x94)](_0x3a48ef,_0x22e538,_0x5258e2,_0x49f4af){const _0x9a4aa3=a308_0x4c5585,_0x2ed6a1=a308_0x1fd478[_0x9a4aa3(0x9d)](_0x3a48ef)[_0x9a4aa3(0x75)]();_0x3a48ef[_0x9a4aa3(0x7d)](_0x9a4aa3(0x7a))&&(_0x22e538=_0x22e538[_0x9a4aa3(0x80)](/\.tpl$/,''));const _0x286de6=[_0x9a4aa3(0xa4),_0x9a4aa3(0xae),_0x9a4aa3(0x85),_0x9a4aa3(0xab),_0x9a4aa3(0x78),_0x9a4aa3(0x73),_0x9a4aa3(0x7f),_0x9a4aa3(0x6b),_0x9a4aa3(0x7a)];if(_0x286de6[_0x9a4aa3(0x92)](_0x2ed6a1)||_0x3a48ef['endsWith']('.tpl')){const _0x5f11b1=await a308_0x1a3b79[_0x9a4aa3(0x96)][_0x9a4aa3(0x6f)](_0x3a48ef,_0x9a4aa3(0x9a)),_0x5bd06d=this['replaceContent'](_0x5f11b1,_0x5258e2,_0x49f4af);await a308_0x1a3b79['promises'][_0x9a4aa3(0x6a)](_0x22e538,_0x5bd06d,_0x9a4aa3(0x9a));}else await a308_0x1a3b79[_0x9a4aa3(0x96)][_0x9a4aa3(0x72)](_0x3a48ef,_0x22e538);}}
@@ -1 +1 @@
1
- (function(_0x30b9ee,_0xf0054d){const _0x32c363=a309_0x328f,_0x893c30=_0x30b9ee();while(!![]){try{const _0x403cae=-parseInt(_0x32c363(0x1be))/0x1*(parseInt(_0x32c363(0x1b5))/0x2)+-parseInt(_0x32c363(0x1b1))/0x3+parseInt(_0x32c363(0x1c2))/0x4+-parseInt(_0x32c363(0x1c1))/0x5+parseInt(_0x32c363(0x1c8))/0x6+-parseInt(_0x32c363(0x1ca))/0x7+parseInt(_0x32c363(0x1c9))/0x8;if(_0x403cae===_0xf0054d)break;else _0x893c30['push'](_0x893c30['shift']());}catch(_0x371991){_0x893c30['push'](_0x893c30['shift']());}}}(a309_0x3138,0x60f14));import{mkdir,readFile,writeFile}from'node:fs/promises';import{homedir}from'node:os';import{dirname,join}from'node:path';import a309_0xfe419d from'semver';import{CLI_BIN_NAME,NPM_PACKAGE_NAME}from'../constant/cli.js';import{getCliVersionPolicy}from'../utils/cli-version-policy.js';import{getCliVersion}from'../utils/version.js';const UPDATE_CHECK_TTL_MS=0xc*0x3c*0x3c*0x3e8,UPDATE_NOTICE_TTL_MS=0x18*0x3c*0x3c*0x3e8;function isUpdateNoticeDisabled(){const _0x30730e=a309_0x328f,_0xc0c420=process.env.RABETBASE_NO_UPDATE_NOTICE?.[_0x30730e(0x1cb)]()[_0x30730e(0x1c5)]();return _0xc0c420==='1'||_0xc0c420===_0x30730e(0x1bb)||_0xc0c420==='yes';}function a309_0x3138(){const _0x1289c7=['valid','https://www.npmjs.com/package/','parse','number','lastNotifiedAt','true','\x20available,\x20current\x20','utf8','6085RNzIOG','gte','update-check.json','2330885ORStdl','571740lWvqaR','now','object','toLowerCase','lastNotifiedVersion','.cache','3684654sdYivf','14643216uyulOW','1461544SHutHH','trim','/v/','checkedAt','2300838ZEXYSS',',\x20run:\x20','rabetbase-cli','stableVersion','246zpnjvP'];a309_0x3138=function(){return _0x1289c7;};return a309_0x3138();}function cacheRoot(){const _0xfc33fc=a309_0x328f;return process.env.XDG_CACHE_HOME||process.env.LOCALAPPDATA||join(homedir(),_0xfc33fc(0x1c7));}export function getUpdateNoticeCachePath(){const _0xf144a6=a309_0x328f;return join(cacheRoot(),_0xf144a6(0x1b3),_0xf144a6(0x1c0));}async function readUpdateNoticeCache(){const _0x3dd56d=a309_0x328f;try{const _0x2e2200=await readFile(getUpdateNoticeCachePath(),_0x3dd56d(0x1bd)),_0xc34bb5=JSON[_0x3dd56d(0x1b8)](_0x2e2200);if(!_0xc34bb5||typeof _0xc34bb5!==_0x3dd56d(0x1c4))return{};return _0xc34bb5;}catch{return{};}}function a309_0x328f(_0x1552d0,_0x52a87b){_0x1552d0=_0x1552d0-0x1b0;const _0x313881=a309_0x3138();let _0x328fcc=_0x313881[_0x1552d0];return _0x328fcc;}async function writeUpdateNoticeCache(_0x41c177){const _0x40eb1e=a309_0x328f;try{const _0x1b0545=getUpdateNoticeCachePath();await mkdir(dirname(_0x1b0545),{'recursive':!![]}),await writeFile(_0x1b0545,JSON['stringify'](_0x41c177,null,0x2)+'\x0a',_0x40eb1e(0x1bd));}catch{}}function isFreshCheck(_0x5ab496,_0x5369d1){const _0x381bf9=a309_0x328f;return typeof _0x5ab496[_0x381bf9(0x1b0)]==='number'&&_0x5369d1-_0x5ab496[_0x381bf9(0x1b0)]<UPDATE_CHECK_TTL_MS;}function isRecentlyNotified(_0x4a4c79,_0x5c6f7a,_0x4dfe4b){const _0xcb4979=a309_0x328f;return _0x4a4c79[_0xcb4979(0x1c6)]===_0x5c6f7a&&typeof _0x4a4c79[_0xcb4979(0x1ba)]===_0xcb4979(0x1b9)&&_0x4dfe4b-_0x4a4c79[_0xcb4979(0x1ba)]<UPDATE_NOTICE_TTL_MS;}export function buildNpmVersionUrl(_0x3afdb0){const _0x375473=a309_0x328f;return _0x375473(0x1b7)+NPM_PACKAGE_NAME+_0x375473(0x1cc)+_0x3afdb0;}export async function resolveLatestUpdateNotice(){const _0x18509e=a309_0x328f;if(isUpdateNoticeDisabled())return null;try{const _0x42081d=Date[_0x18509e(0x1c3)](),_0x3e2efd=getCliVersion(),_0x51d64e=await readUpdateNoticeCache();let _0x59ddf5=isFreshCheck(_0x51d64e,_0x42081d)?_0x51d64e['latest']?.[_0x18509e(0x1cb)]():undefined;if(!_0x59ddf5&&!isFreshCheck(_0x51d64e,_0x42081d)){const _0x3801bd=await getCliVersionPolicy();_0x59ddf5=_0x3801bd?.[_0x18509e(0x1b4)]?.[_0x18509e(0x1cb)]()||undefined,await writeUpdateNoticeCache({..._0x51d64e,'checkedAt':_0x42081d,'latest':_0x59ddf5,'failed':!_0x59ddf5});}if(!_0x59ddf5||!a309_0xfe419d[_0x18509e(0x1b6)](_0x3e2efd)||!a309_0xfe419d[_0x18509e(0x1b6)](_0x59ddf5))return null;if(a309_0xfe419d[_0x18509e(0x1bf)](_0x3e2efd,_0x59ddf5))return null;if(isRecentlyNotified(_0x51d64e,_0x59ddf5,_0x42081d))return null;const _0xafe86f=CLI_BIN_NAME+'\x20update';return await writeUpdateNoticeCache({..._0x51d64e,'checkedAt':isFreshCheck(_0x51d64e,_0x42081d)?_0x51d64e[_0x18509e(0x1b0)]:_0x42081d,'latest':_0x59ddf5,'failed':![],'lastNotifiedVersion':_0x59ddf5,'lastNotifiedAt':_0x42081d}),{'command':_0xafe86f,'current':_0x3e2efd,'latest':_0x59ddf5,'url':buildNpmVersionUrl(_0x59ddf5),'message':CLI_BIN_NAME+'\x20'+_0x59ddf5+_0x18509e(0x1bc)+_0x3e2efd+_0x18509e(0x1b2)+_0xafe86f};}catch{return null;}}
1
+ function a309_0x2907(){const _0x45f6de=['114VnRjdd','latest','number','\x20update','yes','.cache','10JmYXbg','1107090auKMOU','toLowerCase','3517065yauRUC','64epdoOa','6314315fiUJfs','stringify','valid','14BkNyag','update-check.json','/v/','\x20available,\x20current\x20','lastNotifiedAt','lastNotifiedVersion','checkedAt','utf8','185591uaCTAN','true','5747088bnJYwM','object','stableVersion','295708idrlyo','14569357AmZMVt','https://www.npmjs.com/package/','trim','parse',',\x20run:\x20'];a309_0x2907=function(){return _0x45f6de;};return a309_0x2907();}(function(_0x49e95b,_0x42d56d){const _0x4f513c=a309_0x4368,_0x2465ab=_0x49e95b();while(!![]){try{const _0x30cd3a=parseInt(_0x4f513c(0x9a))/0x1*(parseInt(_0x4f513c(0x92))/0x2)+parseInt(_0x4f513c(0xae))/0x3+-parseInt(_0x4f513c(0x9c))/0x4+parseInt(_0x4f513c(0xb0))/0x5+-parseInt(_0x4f513c(0xa5))/0x6*(-parseInt(_0x4f513c(0x9f))/0x7)+-parseInt(_0x4f513c(0xaf))/0x8*(parseInt(_0x4f513c(0xac))/0x9)+parseInt(_0x4f513c(0xab))/0xa*(-parseInt(_0x4f513c(0xa0))/0xb);if(_0x30cd3a===_0x42d56d)break;else _0x2465ab['push'](_0x2465ab['shift']());}catch(_0x48936b){_0x2465ab['push'](_0x2465ab['shift']());}}}(a309_0x2907,0xc1464));import{mkdir,readFile,writeFile}from'node:fs/promises';import{homedir}from'node:os';import{dirname,join}from'node:path';import a309_0xd54da3 from'semver';function a309_0x4368(_0x3d5b93,_0x4bb829){_0x3d5b93=_0x3d5b93-0x90;const _0x2907f8=a309_0x2907();let _0x43683f=_0x2907f8[_0x3d5b93];return _0x43683f;}import{CLI_BIN_NAME,NPM_PACKAGE_NAME}from'../constant/cli.js';import{getCliVersionPolicy}from'../utils/cli-version-policy.js';import{getCliVersion}from'../utils/version.js';const UPDATE_CHECK_TTL_MS=0xc*0x3c*0x3c*0x3e8,UPDATE_NOTICE_TTL_MS=0x18*0x3c*0x3c*0x3e8;function isUpdateNoticeDisabled(){const _0x17a5f8=a309_0x4368,_0x24d5b5=process.env.RABETBASE_NO_UPDATE_NOTICE?.[_0x17a5f8(0xa2)]()[_0x17a5f8(0xad)]();return _0x24d5b5==='1'||_0x24d5b5===_0x17a5f8(0x9b)||_0x24d5b5===_0x17a5f8(0xa9);}function cacheRoot(){const _0x48ece5=a309_0x4368;return process.env.XDG_CACHE_HOME||process.env.LOCALAPPDATA||join(homedir(),_0x48ece5(0xaa));}export function getUpdateNoticeCachePath(){const _0x291537=a309_0x4368;return join(cacheRoot(),'rabetbase-cli',_0x291537(0x93));}async function readUpdateNoticeCache(){const _0x37c5ea=a309_0x4368;try{const _0x19a907=await readFile(getUpdateNoticeCachePath(),_0x37c5ea(0x99)),_0x23201e=JSON[_0x37c5ea(0xa3)](_0x19a907);if(!_0x23201e||typeof _0x23201e!==_0x37c5ea(0x9d))return{};return _0x23201e;}catch{return{};}}async function writeUpdateNoticeCache(_0x17f9d2){const _0x49755b=a309_0x4368;try{const _0x10e3b6=getUpdateNoticeCachePath();await mkdir(dirname(_0x10e3b6),{'recursive':!![]}),await writeFile(_0x10e3b6,JSON[_0x49755b(0x90)](_0x17f9d2,null,0x2)+'\x0a',_0x49755b(0x99));}catch{}}function isFreshCheck(_0x157fd4,_0x400c31){const _0x24d858=a309_0x4368;return typeof _0x157fd4[_0x24d858(0x98)]===_0x24d858(0xa7)&&_0x400c31-_0x157fd4[_0x24d858(0x98)]<UPDATE_CHECK_TTL_MS;}function isRecentlyNotified(_0x592654,_0xb45f16,_0x24847b){const _0x39ba75=a309_0x4368;return _0x592654[_0x39ba75(0x97)]===_0xb45f16&&typeof _0x592654[_0x39ba75(0x96)]==='number'&&_0x24847b-_0x592654[_0x39ba75(0x96)]<UPDATE_NOTICE_TTL_MS;}export function buildNpmVersionUrl(_0x1102a2){const _0x41977b=a309_0x4368;return _0x41977b(0xa1)+NPM_PACKAGE_NAME+_0x41977b(0x94)+_0x1102a2;}export async function resolveLatestUpdateNotice(){const _0x46197a=a309_0x4368;if(isUpdateNoticeDisabled())return null;try{const _0x343b8f=Date['now'](),_0x3ea9f8=getCliVersion(),_0x145e31=await readUpdateNoticeCache();let _0x309561=isFreshCheck(_0x145e31,_0x343b8f)?_0x145e31[_0x46197a(0xa6)]?.[_0x46197a(0xa2)]():undefined;if(!_0x309561&&!isFreshCheck(_0x145e31,_0x343b8f)){const _0x232683=await getCliVersionPolicy();_0x309561=_0x232683?.[_0x46197a(0x9e)]?.[_0x46197a(0xa2)]()||undefined,await writeUpdateNoticeCache({..._0x145e31,'checkedAt':_0x343b8f,'latest':_0x309561,'failed':!_0x309561});}if(!_0x309561||!a309_0xd54da3['valid'](_0x3ea9f8)||!a309_0xd54da3[_0x46197a(0x91)](_0x309561))return null;if(a309_0xd54da3['gte'](_0x3ea9f8,_0x309561))return null;if(isRecentlyNotified(_0x145e31,_0x309561,_0x343b8f))return null;const _0xeb492=CLI_BIN_NAME+_0x46197a(0xa8);return await writeUpdateNoticeCache({..._0x145e31,'checkedAt':isFreshCheck(_0x145e31,_0x343b8f)?_0x145e31[_0x46197a(0x98)]:_0x343b8f,'latest':_0x309561,'failed':![],'lastNotifiedVersion':_0x309561,'lastNotifiedAt':_0x343b8f}),{'command':_0xeb492,'current':_0x3ea9f8,'latest':_0x309561,'url':buildNpmVersionUrl(_0x309561),'message':CLI_BIN_NAME+'\x20'+_0x309561+_0x46197a(0x95)+_0x3ea9f8+_0x46197a(0xa4)+_0xeb492};}catch{return null;}}
@@ -1 +1 @@
1
- function a310_0x5352(_0x533dd7,_0x1b8ec5){_0x533dd7=_0x533dd7-0x64;var _0x3d28b3=a310_0x3d28();var _0x535225=_0x3d28b3[_0x533dd7];return _0x535225;}function a310_0x3d28(){var _0x3b601c=['432184cGUDxB','111185dnhwzY','547598AlTPiD','1355920hlLviD','22092xKwlCz','11576cTorRn','400416NPRDHe','105zLToek'];a310_0x3d28=function(){return _0x3b601c;};return a310_0x3d28();}(function(_0x1af175,_0x4b5f92){var _0x34ce39=a310_0x5352,_0x33ed70=_0x1af175();while(!![]){try{var _0x37e6b9=-parseInt(_0x34ce39(0x69))/0x1+parseInt(_0x34ce39(0x66))/0x2+-parseInt(_0x34ce39(0x6a))/0x3+parseInt(_0x34ce39(0x64))/0x4+parseInt(_0x34ce39(0x65))/0x5+parseInt(_0x34ce39(0x68))/0x6*(parseInt(_0x34ce39(0x6b))/0x7)+-parseInt(_0x34ce39(0x67))/0x8;if(_0x37e6b9===_0x4b5f92)break;else _0x33ed70['push'](_0x33ed70['shift']());}catch(_0x5368d9){_0x33ed70['push'](_0x33ed70['shift']());}}}(a310_0x3d28,0x23586));import{VERSION}from'../generated/build-info.js';export function getCliVersion(){return VERSION;}
1
+ (function(_0x20609c,_0x93d62e){var _0x50096c=a310_0x3c20,_0x5eee45=_0x20609c();while(!![]){try{var _0x21a3e9=parseInt(_0x50096c(0x91))/0x1*(parseInt(_0x50096c(0x90))/0x2)+parseInt(_0x50096c(0x8b))/0x3*(-parseInt(_0x50096c(0x8c))/0x4)+parseInt(_0x50096c(0x8f))/0x5+parseInt(_0x50096c(0x94))/0x6*(parseInt(_0x50096c(0x8a))/0x7)+-parseInt(_0x50096c(0x8d))/0x8*(-parseInt(_0x50096c(0x89))/0x9)+-parseInt(_0x50096c(0x88))/0xa*(parseInt(_0x50096c(0x93))/0xb)+parseInt(_0x50096c(0x92))/0xc*(parseInt(_0x50096c(0x8e))/0xd);if(_0x21a3e9===_0x93d62e)break;else _0x5eee45['push'](_0x5eee45['shift']());}catch(_0x4876fa){_0x5eee45['push'](_0x5eee45['shift']());}}}(a310_0x923e,0x6d82b));import{VERSION}from'../generated/build-info.js';function a310_0x3c20(_0x51dfb2,_0x2217b1){_0x51dfb2=_0x51dfb2-0x88;var _0x923ecb=a310_0x923e();var _0x3c20f8=_0x923ecb[_0x51dfb2];return _0x3c20f8;}function a310_0x923e(){var _0x16b703=['1588027oKdKiQ','2569743vYDkMJ','4GjnmnS','3056392GRHTEK','13lcUSDx','1110070uEQuKq','1738wbzPnk','649JufcOA','1735248KwJpSt','2266UMiPhQ','12fkDAOt','22390IRHBcL','9dRThlY'];a310_0x923e=function(){return _0x16b703;};return a310_0x923e();}export function getCliVersion(){return VERSION;}
@@ -1 +1 @@
1
- function a311_0x4c17(_0xaf2806,_0x100baf){_0xaf2806=_0xaf2806-0xd5;var _0x14c33f=a311_0x14c3();var _0x4c17df=_0x14c33f[_0xaf2806];return _0x4c17df;}(function(_0x114cdb,_0x2c5ad8){var _0x52be75=a311_0x4c17,_0x59eacb=_0x114cdb();while(!![]){try{var _0x193750=-parseInt(_0x52be75(0xd8))/0x1*(parseInt(_0x52be75(0xdd))/0x2)+-parseInt(_0x52be75(0xdb))/0x3+-parseInt(_0x52be75(0xda))/0x4+-parseInt(_0x52be75(0xd6))/0x5+parseInt(_0x52be75(0xd5))/0x6+-parseInt(_0x52be75(0xd9))/0x7*(parseInt(_0x52be75(0xdc))/0x8)+parseInt(_0x52be75(0xd7))/0x9;if(_0x193750===_0x2c5ad8)break;else _0x59eacb['push'](_0x59eacb['shift']());}catch(_0x2d4e22){_0x59eacb['push'](_0x59eacb['shift']());}}}(a311_0x14c3,0xd6b8b));import{setActiveCookie,clearActiveCookie}from'../core/api-client.js';function a311_0x14c3(){var _0x3d64af=['44621730IJHCYl','55773vUwCzZ','14TyIkPJ','2248412UEKyMi','4019691OSvpbx','4374128kHjtAF','40rLNqYm','1969014QUpyPv','1478240ncexOW'];a311_0x14c3=function(){return _0x3d64af;};return a311_0x14c3();}export async function withActiveCookie(_0x426b1a,_0x5f4e81){setActiveCookie(_0x426b1a);try{return await _0x5f4e81();}finally{clearActiveCookie();}}
1
+ (function(_0x3dac68,_0x571e9d){var _0x3a589c=a311_0x2c4d,_0x5c5d9b=_0x3dac68();while(!![]){try{var _0x3c1b94=parseInt(_0x3a589c(0x16d))/0x1+parseInt(_0x3a589c(0x16e))/0x2+-parseInt(_0x3a589c(0x168))/0x3+parseInt(_0x3a589c(0x16b))/0x4*(parseInt(_0x3a589c(0x167))/0x5)+-parseInt(_0x3a589c(0x16a))/0x6+parseInt(_0x3a589c(0x16f))/0x7*(parseInt(_0x3a589c(0x16c))/0x8)+-parseInt(_0x3a589c(0x169))/0x9;if(_0x3c1b94===_0x571e9d)break;else _0x5c5d9b['push'](_0x5c5d9b['shift']());}catch(_0x232221){_0x5c5d9b['push'](_0x5c5d9b['shift']());}}}(a311_0x622b,0x51def));function a311_0x2c4d(_0x13d1e5,_0x4f8e06){_0x13d1e5=_0x13d1e5-0x167;var _0x622bf8=a311_0x622b();var _0x2c4dda=_0x622bf8[_0x13d1e5];return _0x2c4dda;}function a311_0x622b(){var _0x2223da=['3338532kbhewE','1863908zqYjqW','19056UYYLJP','625404fkkmoj','915392MPuDzl','1953qFyiDR','5NWXKjo','1542900LkZfnz','7268310qcGETd'];a311_0x622b=function(){return _0x2223da;};return a311_0x622b();}import{setActiveCookie,clearActiveCookie}from'../core/api-client.js';export async function withActiveCookie(_0x4fbbec,_0x3cdbf1){setActiveCookie(_0x4fbbec);try{return await _0x3cdbf1();}finally{clearActiveCookie();}}
@@ -1 +1 @@
1
- (function(_0x5a4058,_0x1c2d20){var _0x3f9ab0=a312_0x4d6a,_0x5737a1=_0x5a4058();while(!![]){try{var _0x3cc25=-parseInt(_0x3f9ab0(0x1db))/0x1+parseInt(_0x3f9ab0(0x1df))/0x2+parseInt(_0x3f9ab0(0x1de))/0x3*(parseInt(_0x3f9ab0(0x1e6))/0x4)+parseInt(_0x3f9ab0(0x1e4))/0x5*(-parseInt(_0x3f9ab0(0x1e2))/0x6)+parseInt(_0x3f9ab0(0x1e3))/0x7*(parseInt(_0x3f9ab0(0x1dc))/0x8)+-parseInt(_0x3f9ab0(0x1dd))/0x9*(-parseInt(_0x3f9ab0(0x1e5))/0xa)+-parseInt(_0x3f9ab0(0x1e7))/0xb;if(_0x3cc25===_0x1c2d20)break;else _0x5737a1['push'](_0x5737a1['shift']());}catch(_0x27f7df){_0x5737a1['push'](_0x5737a1['shift']());}}}(a312_0x56c8,0xc1966));function a312_0x56c8(){var _0x136e32=['2430254LSXsOZ','stderr','write','18QOhocw','3919951nkFcpo','723940pwQVKy','121170DoIobZ','3017644hAMtXX','13322573ELPYLD','857072omFNzv','16lLSjlW','153pGiQgp','3nRHIuO'];a312_0x56c8=function(){return _0x136e32;};return a312_0x56c8();}function a312_0x4d6a(_0x43f18c,_0x9d81b7){_0x43f18c=_0x43f18c-0x1db;var _0x56c81f=a312_0x56c8();var _0x4d6adb=_0x56c81f[_0x43f18c];return _0x4d6adb;}export function writeCliSideChannelLine(_0x53138b){var _0x800230=a312_0x4d6a;process[_0x800230(0x1e0)][_0x800230(0x1e1)](_0x53138b+'\x0a');}
1
+ (function(_0x4b099a,_0x26e175){var _0x281bee=a312_0x675d,_0x5ebb20=_0x4b099a();while(!![]){try{var _0x503803=parseInt(_0x281bee(0x17b))/0x1*(-parseInt(_0x281bee(0x17d))/0x2)+-parseInt(_0x281bee(0x183))/0x3*(-parseInt(_0x281bee(0x185))/0x4)+-parseInt(_0x281bee(0x186))/0x5*(-parseInt(_0x281bee(0x182))/0x6)+-parseInt(_0x281bee(0x17c))/0x7+parseInt(_0x281bee(0x17f))/0x8*(parseInt(_0x281bee(0x188))/0x9)+parseInt(_0x281bee(0x181))/0xa*(-parseInt(_0x281bee(0x187))/0xb)+parseInt(_0x281bee(0x17e))/0xc;if(_0x503803===_0x26e175)break;else _0x5ebb20['push'](_0x5ebb20['shift']());}catch(_0xf19d87){_0x5ebb20['push'](_0x5ebb20['shift']());}}}(a312_0x3080,0x9659c));function a312_0x3080(){var _0x5b1fb1=['5329258IsetxL','7088751YWeaQX','1ZEsYMY','5149543rOqQGo','2316838tLrqtQ','18234816BAHeEO','8fTdnQV','stderr','20XvBzhg','89022WQLhTA','3SVUVYM','write','3440304jaBxIF','105GuvaAR'];a312_0x3080=function(){return _0x5b1fb1;};return a312_0x3080();}function a312_0x675d(_0x129ec1,_0x192bdc){_0x129ec1=_0x129ec1-0x17b;var _0x3080ce=a312_0x3080();var _0x675df7=_0x3080ce[_0x129ec1];return _0x675df7;}export function writeCliSideChannelLine(_0xd7f08c){var _0x239604=a312_0x675d;process[_0x239604(0x180)][_0x239604(0x184)](_0xd7f08c+'\x0a');}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lovrabet/rabetbase-cli",
3
- "version": "2.5.1-beta.6",
3
+ "version": "2.5.1",
4
4
  "description": "Developer CLI for Lovrabet apps, datasets, pages, SQL, Backend Function, database connections, skills, and AI agent workflows.",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "keywords": [
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: rabetbase
3
- version: 2.5.1-beta.6
3
+ version: 2.5.1
4
4
  description: "Use for Lovrabet development work through the rabetbase CLI: create or bind projects (including creating an AppCode project in the current folder), pull Dataset/API facts and maintain SDK clients, or manage datasets, database connections, pages, SQL, Backend Functions, menus, notifications, knowledge bases and kb search, Agent Context Rules, roles, files, OCR, deployment metadata, platform issues, and 钉钉沙箱账号绑定. Trigger when the user mentions rabetbase, Lovrabet development, AppCode, Dataset, project creation, api pull/codegen, dblink, page, SQL, BFF, menu, notification, knowledge base, kb search, Agent Context Rules, RULES.md, DATABASE.md, rule list/get/set, role, file/OCR, or related development workflows."
5
5
  metadata:
6
6
  requires:
@@ -2,8 +2,8 @@
2
2
  "schemaVersion": 1,
3
3
  "name": "rabetbase",
4
4
  "packageName": "@lovrabet/rabetbase-cli",
5
- "packageVersion": "2.5.1-beta.6",
6
- "skillVersion": "2.5.1-beta.6",
5
+ "packageVersion": "2.5.1",
6
+ "skillVersion": "2.5.1",
7
7
  "files": [
8
8
  "SKILL.md",
9
9
  "guides/backend-function.md",
@@ -138,5 +138,5 @@
138
138
  "references/rabetbase-user-account.md",
139
139
  "references/rabetbase-workspace.md"
140
140
  ],
141
- "digest": "98b7253702684e995d266b76e92ef6bda5d7f868caadfd2e0dcab3f311a8cc13"
141
+ "digest": "e7dfbbba5a00b0bd70afeea096c0484a3c13b1abbffc3418d1d31e4cf8143dad"
142
142
  }