@lovrabet/rabetbase-cli 2.1.13 → 2.1.14-beta.0

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 (201) hide show
  1. package/lib/api/api-doc.js +1 -1
  2. package/lib/api/fetch-model-list.js +1 -1
  3. package/lib/api/generate-api-file.js +1 -1
  4. package/lib/auth/auth-server-ui.js +1 -1
  5. package/lib/auth/auth-server.js +1 -1
  6. package/lib/auth/constant.js +1 -1
  7. package/lib/auth/get-cookie.js +1 -1
  8. package/lib/auth/get-session-user.js +1 -1
  9. package/lib/auth/is-session-valid.js +1 -1
  10. package/lib/auth/login-success-html.js +1 -1
  11. package/lib/auth/logout.js +1 -1
  12. package/lib/cli-flags.js +1 -1
  13. package/lib/cli.js +1 -1
  14. package/lib/commands/api/generate.js +1 -1
  15. package/lib/commands/api/index.js +1 -1
  16. package/lib/commands/api/list.js +1 -1
  17. package/lib/commands/api/pull.js +1 -1
  18. package/lib/commands/api/shared.js +1 -1
  19. package/lib/commands/app/add.js +1 -1
  20. package/lib/commands/app/discover.js +1 -1
  21. package/lib/commands/app/index.js +1 -1
  22. package/lib/commands/app/list.js +1 -1
  23. package/lib/commands/app/remove.js +1 -1
  24. package/lib/commands/app/shared.js +1 -1
  25. package/lib/commands/app/use.js +1 -1
  26. package/lib/commands/auth/index.js +1 -1
  27. package/lib/commands/bff/create.js +1 -1
  28. package/lib/commands/bff/delete.js +1 -1
  29. package/lib/commands/bff/detail.js +1 -1
  30. package/lib/commands/bff/index.js +1 -1
  31. package/lib/commands/bff/list.js +1 -1
  32. package/lib/commands/bff/pull.js +1 -1
  33. package/lib/commands/bff/push.js +1 -1
  34. package/lib/commands/bff/status.js +1 -1
  35. package/lib/commands/cli-update.js +1 -1
  36. package/lib/commands/codegen/index.js +1 -1
  37. package/lib/commands/codegen/sdk.js +1 -1
  38. package/lib/commands/codegen/sql.js +1 -1
  39. package/lib/commands/common/app-selector.js +1 -1
  40. package/lib/commands/common/flags.js +1 -1
  41. package/lib/commands/common/validate.js +1 -1
  42. package/lib/commands/config/get.js +1 -1
  43. package/lib/commands/config/index.js +1 -1
  44. package/lib/commands/config/list.js +1 -1
  45. package/lib/commands/config/set.js +1 -1
  46. package/lib/commands/config/shared.js +1 -1
  47. package/lib/commands/data/filter.js +1 -1
  48. package/lib/commands/data/getOne.js +1 -1
  49. package/lib/commands/data/index.js +1 -1
  50. package/lib/commands/data/shared.js +1 -1
  51. package/lib/commands/dataset/capability.js +1 -1
  52. package/lib/commands/dataset/delete.js +1 -1
  53. package/lib/commands/dataset/detail.js +1 -1
  54. package/lib/commands/dataset/field-update.js +1 -1
  55. package/lib/commands/dataset/index.js +1 -1
  56. package/lib/commands/dataset/link-create.js +1 -1
  57. package/lib/commands/dataset/link-delete.js +1 -1
  58. package/lib/commands/dataset/link-shared.js +1 -1
  59. package/lib/commands/dataset/link-update.js +1 -1
  60. package/lib/commands/dataset/links.js +1 -1
  61. package/lib/commands/dataset/list.js +1 -1
  62. package/lib/commands/dataset/operations.js +1 -1
  63. package/lib/commands/dataset/rename.js +1 -0
  64. package/lib/commands/db/analyze-cancel.js +1 -1
  65. package/lib/commands/db/analyze-start.js +1 -1
  66. package/lib/commands/db/analyze-status.js +1 -1
  67. package/lib/commands/db/create.js +1 -1
  68. package/lib/commands/db/delete.js +1 -1
  69. package/lib/commands/db/detail.js +1 -1
  70. package/lib/commands/db/diff.js +1 -1
  71. package/lib/commands/db/index.js +1 -1
  72. package/lib/commands/db/list.js +1 -1
  73. package/lib/commands/db/shared.js +1 -1
  74. package/lib/commands/db/tables.js +1 -1
  75. package/lib/commands/db/test.js +1 -1
  76. package/lib/commands/db/update.js +1 -1
  77. package/lib/commands/doctor.js +1 -1
  78. package/lib/commands/init/index.js +1 -1
  79. package/lib/commands/issue/index.js +1 -1
  80. package/lib/commands/issue/nudge.js +1 -1
  81. package/lib/commands/issue/report.js +1 -1
  82. package/lib/commands/issue/shared.js +1 -1
  83. package/lib/commands/logs/index.js +1 -1
  84. package/lib/commands/menu/index.js +1 -1
  85. package/lib/commands/menu/shared/compare-table.js +1 -1
  86. package/lib/commands/menu/shared/index.js +1 -1
  87. package/lib/commands/menu/shared/inquirer.js +1 -1
  88. package/lib/commands/menu/shared/local-pages.js +1 -1
  89. package/lib/commands/menu/shared/logic.js +1 -1
  90. package/lib/commands/menu/shared/service.js +1 -1
  91. package/lib/commands/menu/shared/sync-core.js +1 -1
  92. package/lib/commands/menu/shared/update-core.js +1 -1
  93. package/lib/commands/menu/shared/valid-url.js +1 -1
  94. package/lib/commands/menu/sync.js +1 -1
  95. package/lib/commands/menu/update.js +1 -1
  96. package/lib/commands/page/generate-start.js +1 -1
  97. package/lib/commands/page/generate-status.js +1 -1
  98. package/lib/commands/page/index.js +1 -1
  99. package/lib/commands/page/pull.js +1 -1
  100. package/lib/commands/page/push.js +1 -1
  101. package/lib/commands/page/shared.js +1 -1
  102. package/lib/commands/page/standard-page-status.js +1 -1
  103. package/lib/commands/page/sync.js +1 -1
  104. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  105. package/lib/commands/project/create/format-elapsed.js +1 -1
  106. package/lib/commands/project/create/main.js +1 -1
  107. package/lib/commands/project/create/non-interactive.js +1 -1
  108. package/lib/commands/project/create/project-template-path.js +1 -1
  109. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  110. package/lib/commands/project/create/use-format-code.js +1 -1
  111. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  112. package/lib/commands/project/index.js +1 -1
  113. package/lib/commands/project/init.js +1 -1
  114. package/lib/commands/project/upgrade.js +1 -1
  115. package/lib/commands/registry.js +1 -1
  116. package/lib/commands/run/index.js +1 -1
  117. package/lib/commands/schema.js +1 -1
  118. package/lib/commands/skill/index.js +1 -1
  119. package/lib/commands/sql/create.js +1 -1
  120. package/lib/commands/sql/delete.js +1 -1
  121. package/lib/commands/sql/detail.js +1 -1
  122. package/lib/commands/sql/exec.js +1 -1
  123. package/lib/commands/sql/index.js +1 -1
  124. package/lib/commands/sql/list.js +1 -1
  125. package/lib/commands/sql/pull.js +1 -1
  126. package/lib/commands/sql/push.js +1 -1
  127. package/lib/commands/sql/save.js +1 -1
  128. package/lib/commands/sql/shared.js +1 -1
  129. package/lib/commands/sql/status.js +1 -1
  130. package/lib/commands/sql/validate.js +1 -1
  131. package/lib/config/schema.js +1 -1
  132. package/lib/constant/cdn.js +1 -1
  133. package/lib/constant/cli.js +1 -1
  134. package/lib/constant/defaults.js +1 -1
  135. package/lib/constant/domain.js +1 -1
  136. package/lib/constant/env.js +1 -1
  137. package/lib/constant/output.js +1 -1
  138. package/lib/constant/paths.js +1 -1
  139. package/lib/constant/risk.js +1 -1
  140. package/lib/context.js +1 -1
  141. package/lib/core/alias-resolver.js +1 -1
  142. package/lib/core/api-client.js +1 -1
  143. package/lib/core/bff/config.js +1 -1
  144. package/lib/core/bff/file-system.js +1 -1
  145. package/lib/core/bff/hash.js +1 -1
  146. package/lib/core/bff/lock.js +1 -1
  147. package/lib/core/bff/utils.js +1 -1
  148. package/lib/core/db-resolver.js +1 -1
  149. package/lib/core/page/file-system.js +1 -1
  150. package/lib/core/page/hash.js +1 -1
  151. package/lib/core/page/lock.js +1 -1
  152. package/lib/core/sql-sync/config.js +1 -1
  153. package/lib/core/sql-sync/file-system.js +1 -1
  154. package/lib/core/sql-sync/hash.js +1 -1
  155. package/lib/core/sql-sync/lock.js +1 -1
  156. package/lib/core/sql-sync/utils.js +1 -1
  157. package/lib/core/sql-validator.js +1 -1
  158. package/lib/errors.js +1 -1
  159. package/lib/framework/build-all-flags.js +1 -1
  160. package/lib/framework/flags.js +1 -1
  161. package/lib/framework/help.js +1 -1
  162. package/lib/framework/index.js +1 -1
  163. package/lib/framework/output.js +1 -1
  164. package/lib/framework/response.js +1 -1
  165. package/lib/framework/runner-alias.js +1 -1
  166. package/lib/framework/runner.js +1 -1
  167. package/lib/framework/schema-export.js +1 -1
  168. package/lib/framework/types.js +1 -1
  169. package/lib/generated/build-info.js +1 -1
  170. package/lib/help.js +1 -1
  171. package/lib/skills/main.js +1 -1
  172. package/lib/skills/npx-skills-add.js +1 -1
  173. package/lib/telemetry/cli-command-trace.js +1 -1
  174. package/lib/telemetry/cli-help-trace.js +1 -1
  175. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  176. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  177. package/lib/telemetry/send-cli-trace-log.js +1 -1
  178. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  179. package/lib/utils/ai_config.js +1 -1
  180. package/lib/utils/apply-jq-filter.js +1 -1
  181. package/lib/utils/cdn-config.js +1 -1
  182. package/lib/utils/check-sdk-version.js +1 -1
  183. package/lib/utils/cli-version-check.js +1 -1
  184. package/lib/utils/cli-version-policy.js +1 -1
  185. package/lib/utils/config.js +1 -1
  186. package/lib/utils/copy-directory.js +1 -1
  187. package/lib/utils/entity-with-id.js +1 -1
  188. package/lib/utils/file-utils.js +1 -1
  189. package/lib/utils/guides-cdn.js +1 -1
  190. package/lib/utils/http-client.js +1 -1
  191. package/lib/utils/is-non-interactive.js +1 -1
  192. package/lib/utils/logger.js +1 -1
  193. package/lib/utils/params.js +1 -1
  194. package/lib/utils/platform.js +1 -1
  195. package/lib/utils/rules-cdn.js +1 -1
  196. package/lib/utils/sleep.js +1 -1
  197. package/lib/utils/template-replacer.js +1 -1
  198. package/lib/utils/version.js +1 -1
  199. package/lib/utils/with-active-cookie.js +1 -1
  200. package/lib/utils/write-cli-side-channel.js +1 -1
  201. package/package.json +1 -1
@@ -1 +1 @@
1
- function a193_0x5575(){const _0xcee973=['11970hwAfjI','859608cLqeGC','includes','signal','6ydBRLB','10806630jYBIEk','Request\x20failed','get','url','1784sNHMlX','43443iqkPLI','2377392ekvISE','5OOfjpb','*\x20请求失败,','ms\x20后进行第\x20','status','message','\x20次重试...','fetch','TypeError','text','log','statusText','abort','ECONNRESET','headers','AbortError','2818647ZVxzvs','487432buDqHH','ENOTFOUND'];a193_0x5575=function(){return _0xcee973;};return a193_0x5575();}(function(_0x19c39e,_0x553a50){const _0x2dd004=a193_0x3202,_0x525e07=_0x19c39e();while(!![]){try{const _0x3d419a=parseInt(_0x2dd004(0x185))/0x1+parseInt(_0x2dd004(0x18b))/0x2*(-parseInt(_0x2dd004(0x191))/0x3)+parseInt(_0x2dd004(0x192))/0x4+parseInt(_0x2dd004(0x193))/0x5*(-parseInt(_0x2dd004(0x188))/0x6)+-parseInt(_0x2dd004(0x187))/0x7*(-parseInt(_0x2dd004(0x190))/0x8)+parseInt(_0x2dd004(0x184))/0x9+-parseInt(_0x2dd004(0x18c))/0xa;if(_0x3d419a===_0x553a50)break;else _0x525e07['push'](_0x525e07['shift']());}catch(_0x103b15){_0x525e07['push'](_0x525e07['shift']());}}}(a193_0x5575,0x7c3f7));function a193_0x3202(_0x1df3c9,_0x3939f4){_0x1df3c9=_0x1df3c9-0x17b;const _0x557557=a193_0x5575();let _0x320224=_0x557557[_0x1df3c9];return _0x320224;}export async function httpRequest(_0x152128,_0x5cfec9={}){const _0x1faf4f=a193_0x3202,{timeout:timeout=0x7530,retries:retries=0x3,retryDelay:retryDelay=0x3e8,headers:headers={}}=_0x5cfec9;let _0x214c20=null;for(let _0x39274e=0x0;_0x39274e<=retries;_0x39274e++){try{const _0x40503d=new AbortController(),_0x4ab226=setTimeout(()=>_0x40503d[_0x1faf4f(0x180)](),timeout),_0x53a60c=await fetch(_0x152128,{'headers':headers,'signal':_0x40503d[_0x1faf4f(0x18a)]});clearTimeout(_0x4ab226);let _0x5062bc;const _0x1b1b67=_0x53a60c[_0x1faf4f(0x182)][_0x1faf4f(0x18e)]('content-type');return _0x1b1b67?.[_0x1faf4f(0x189)]('application/json')?_0x5062bc=await _0x53a60c['json']():_0x5062bc=await _0x53a60c[_0x1faf4f(0x17d)](),{'ok':_0x53a60c['ok'],'status':_0x53a60c[_0x1faf4f(0x196)],'statusText':_0x53a60c[_0x1faf4f(0x17f)],'data':_0x5062bc,'headers':_0x53a60c[_0x1faf4f(0x182)],'url':_0x53a60c[_0x1faf4f(0x18f)],'text':()=>_0x53a60c[_0x1faf4f(0x17d)]()};}catch(_0x46f25b){_0x214c20=_0x46f25b instanceof Error?_0x46f25b:new Error(String(_0x46f25b));if(_0x39274e===retries)break;if(shouldRetry(_0x46f25b)){console[_0x1faf4f(0x17e)](_0x1faf4f(0x194)+retryDelay+_0x1faf4f(0x195)+(_0x39274e+0x1)+_0x1faf4f(0x198)),await sleep(retryDelay);continue;}else break;}}throw _0x214c20||new Error(_0x1faf4f(0x18d));}function shouldRetry(_0x46f031){const _0x5910cd=a193_0x3202;if(_0x46f031 instanceof Error){if(_0x46f031['name']===_0x5910cd(0x183))return![];if(_0x46f031['name']===_0x5910cd(0x17c)&&_0x46f031[_0x5910cd(0x197)]['includes'](_0x5910cd(0x17b)))return!![];if(_0x46f031[_0x5910cd(0x197)][_0x5910cd(0x189)](_0x5910cd(0x181)))return!![];if(_0x46f031['message'][_0x5910cd(0x189)](_0x5910cd(0x186)))return![];}return![];}function sleep(_0x2a0964){return new Promise(_0x1bf02c=>setTimeout(_0x1bf02c,_0x2a0964));}export function validateUrl(_0x3f4774){try{return new URL(_0x3f4774),!![];}catch{return![];}}
1
+ function a194_0x22ff(_0x293efe,_0x26bf1c){_0x293efe=_0x293efe-0x1cc;const _0x534726=a194_0x5347();let _0x22ffd9=_0x534726[_0x293efe];return _0x22ffd9;}function a194_0x5347(){const _0x45d26a=['20728XZRJdN','ms\x20后进行第\x20','4565826uYQOoG','1981IkGSZv','includes','460072vPogGy','10lSoPRj','33325011lFjalq','abort','10ZOQfdq','fetch','\x20次重试...','text','AbortError','log','application/json','get','*\x20请求失败,','1232875qpCYUT','ENOTFOUND','headers','1278762mukKZR','name','statusText','ECONNRESET','4341648xiHJzU','message','url','TypeError','status','json','Request\x20failed'];a194_0x5347=function(){return _0x45d26a;};return a194_0x5347();}(function(_0x39236a,_0x4b319e){const _0x4e2bd2=a194_0x22ff,_0x1cdf4e=_0x39236a();while(!![]){try{const _0x18127c=-parseInt(_0x4e2bd2(0x1d6))/0x1+-parseInt(_0x4e2bd2(0x1d9))/0x2+-parseInt(_0x4e2bd2(0x1e6))/0x3+-parseInt(_0x4e2bd2(0x1e9))/0x4+parseInt(_0x4e2bd2(0x1cd))/0x5*(parseInt(_0x4e2bd2(0x1dd))/0x6)+-parseInt(_0x4e2bd2(0x1e7))/0x7*(parseInt(_0x4e2bd2(0x1e4))/0x8)+parseInt(_0x4e2bd2(0x1eb))/0x9*(parseInt(_0x4e2bd2(0x1ea))/0xa);if(_0x18127c===_0x4b319e)break;else _0x1cdf4e['push'](_0x1cdf4e['shift']());}catch(_0x534452){_0x1cdf4e['push'](_0x1cdf4e['shift']());}}}(a194_0x5347,0xdd906));export async function httpRequest(_0x41ff60,_0x3b4894={}){const _0x5ba22a=a194_0x22ff,{timeout:timeout=0x7530,retries:retries=0x3,retryDelay:retryDelay=0x3e8,headers:headers={}}=_0x3b4894;let _0x205647=null;for(let _0x496f6a=0x0;_0x496f6a<=retries;_0x496f6a++){try{const _0x887d85=new AbortController(),_0x5b2aa6=setTimeout(()=>_0x887d85[_0x5ba22a(0x1cc)](),timeout),_0x301875=await fetch(_0x41ff60,{'headers':headers,'signal':_0x887d85['signal']});clearTimeout(_0x5b2aa6);let _0x393150;const _0x429332=_0x301875['headers'][_0x5ba22a(0x1d4)]('content-type');return _0x429332?.[_0x5ba22a(0x1e8)](_0x5ba22a(0x1d3))?_0x393150=await _0x301875[_0x5ba22a(0x1e2)]():_0x393150=await _0x301875['text'](),{'ok':_0x301875['ok'],'status':_0x301875[_0x5ba22a(0x1e1)],'statusText':_0x301875[_0x5ba22a(0x1db)],'data':_0x393150,'headers':_0x301875[_0x5ba22a(0x1d8)],'url':_0x301875[_0x5ba22a(0x1df)],'text':()=>_0x301875[_0x5ba22a(0x1d0)]()};}catch(_0x3ba5ff){_0x205647=_0x3ba5ff instanceof Error?_0x3ba5ff:new Error(String(_0x3ba5ff));if(_0x496f6a===retries)break;if(shouldRetry(_0x3ba5ff)){console[_0x5ba22a(0x1d2)](_0x5ba22a(0x1d5)+retryDelay+_0x5ba22a(0x1e5)+(_0x496f6a+0x1)+_0x5ba22a(0x1cf)),await sleep(retryDelay);continue;}else break;}}throw _0x205647||new Error(_0x5ba22a(0x1e3));}function shouldRetry(_0x45281d){const _0x529d38=a194_0x22ff;if(_0x45281d instanceof Error){if(_0x45281d[_0x529d38(0x1da)]===_0x529d38(0x1d1))return![];if(_0x45281d[_0x529d38(0x1da)]===_0x529d38(0x1e0)&&_0x45281d[_0x529d38(0x1de)][_0x529d38(0x1e8)](_0x529d38(0x1ce)))return!![];if(_0x45281d[_0x529d38(0x1de)][_0x529d38(0x1e8)](_0x529d38(0x1dc)))return!![];if(_0x45281d[_0x529d38(0x1de)][_0x529d38(0x1e8)](_0x529d38(0x1d7)))return![];}return![];}function sleep(_0x8ad7de){return new Promise(_0x442945=>setTimeout(_0x442945,_0x8ad7de));}export function validateUrl(_0x453775){try{return new URL(_0x453775),!![];}catch{return![];}}
@@ -1 +1 @@
1
- (function(_0x541c2e,_0x53d570){const _0x3a75a9=a194_0x2c38,_0x5c082b=_0x541c2e();while(!![]){try{const _0x522edb=-parseInt(_0x3a75a9(0x110))/0x1+parseInt(_0x3a75a9(0x111))/0x2*(-parseInt(_0x3a75a9(0x10d))/0x3)+parseInt(_0x3a75a9(0x113))/0x4*(parseInt(_0x3a75a9(0x116))/0x5)+parseInt(_0x3a75a9(0x115))/0x6*(-parseInt(_0x3a75a9(0x105))/0x7)+-parseInt(_0x3a75a9(0x10e))/0x8*(-parseInt(_0x3a75a9(0x106))/0x9)+-parseInt(_0x3a75a9(0x10a))/0xa+parseInt(_0x3a75a9(0x10b))/0xb*(parseInt(_0x3a75a9(0x108))/0xc);if(_0x522edb===_0x53d570)break;else _0x5c082b['push'](_0x5c082b['shift']());}catch(_0x3854bd){_0x5c082b['push'](_0x5c082b['shift']());}}}(a194_0x1cc4,0xf1163));function env(_0x5bbdde){return process.env[`RABETBASE_${_0x5bbdde}`]||process.env[`LOVRABET_${_0x5bbdde}`]||undefined;}function a194_0x1cc4(){const _0x164d46=['3168950ihYxwq','143kYCkqP','setRawMode','329844jqkshs','9568nGawIN','isRaw','1898337ajmlYp','10nZYvyk','stdin','72OJtTOq','true','38964WHNrdi','526940ImuTSi','1610agkDGi','13734QRPCRc','nonInteractive','1406772pKYnym','isTTY'];a194_0x1cc4=function(){return _0x164d46;};return a194_0x1cc4();}export function isNonInteractive(_0x197f7b){const _0x9a51b6=a194_0x2c38;return!!(_0x197f7b[_0x9a51b6(0x107)]||_0x197f7b['ci']||env('CI')==='true'||process.env.CI===_0x9a51b6(0x114)||!process['stdout'][_0x9a51b6(0x109)]||!isStdinRawModeSupported());}function a194_0x2c38(_0x3de253,_0x599def){_0x3de253=_0x3de253-0x105;const _0x1cc414=a194_0x1cc4();let _0x2c38ac=_0x1cc414[_0x3de253];return _0x2c38ac;}function isStdinRawModeSupported(){const _0x3ae091=a194_0x2c38;if(!process[_0x3ae091(0x112)][_0x3ae091(0x109)])return![];try{const _0x5d2f65=process[_0x3ae091(0x112)][_0x3ae091(0x10f)];return process[_0x3ae091(0x112)][_0x3ae091(0x10c)](!![]),process[_0x3ae091(0x112)][_0x3ae091(0x10c)](_0x5d2f65??![]),!![];}catch{return![];}}
1
+ (function(_0x5e8eab,_0x2ec27c){const _0x41cf4a=a195_0x500c,_0x1e3279=_0x5e8eab();while(!![]){try{const _0x22d367=parseInt(_0x41cf4a(0xa9))/0x1*(parseInt(_0x41cf4a(0xa5))/0x2)+parseInt(_0x41cf4a(0x9d))/0x3*(-parseInt(_0x41cf4a(0xa6))/0x4)+-parseInt(_0x41cf4a(0xa8))/0x5+-parseInt(_0x41cf4a(0xa1))/0x6*(-parseInt(_0x41cf4a(0xa2))/0x7)+parseInt(_0x41cf4a(0xac))/0x8*(parseInt(_0x41cf4a(0x9e))/0x9)+parseInt(_0x41cf4a(0xa4))/0xa*(-parseInt(_0x41cf4a(0xa0))/0xb)+parseInt(_0x41cf4a(0x9f))/0xc;if(_0x22d367===_0x2ec27c)break;else _0x1e3279['push'](_0x1e3279['shift']());}catch(_0x75feea){_0x1e3279['push'](_0x1e3279['shift']());}}}(a195_0x952b,0x1cb9a));function a195_0x500c(_0x4085fe,_0x576c60){_0x4085fe=_0x4085fe-0x9d;const _0x952bd5=a195_0x952b();let _0x500c5e=_0x952bd5[_0x4085fe];return _0x500c5e;}function env(_0x266a15){return process.env[`RABETBASE_${_0x266a15}`]||process.env[`LOVRABET_${_0x266a15}`]||undefined;}export function isNonInteractive(_0x4422c5){const _0x19942f=a195_0x500c;return!!(_0x4422c5[_0x19942f(0xa3)]||_0x4422c5['ci']||env('CI')==='true'||process.env.CI==='true'||!process[_0x19942f(0xaa)][_0x19942f(0xa7)]||!isStdinRawModeSupported());}function a195_0x952b(){const _0x29e8e8=['20zGZUtL','698AsKFxp','412PpvPpR','isTTY','939210pAzcxA','3btGZNs','stdout','setRawMode','2400UElRaj','stdin','3237fjUtVm','5229szxYEN','3715380gVDfIo','1112056vNWFzT','803202agkwHH','7lLovgG','nonInteractive'];a195_0x952b=function(){return _0x29e8e8;};return a195_0x952b();}function isStdinRawModeSupported(){const _0x28fe19=a195_0x500c;if(!process[_0x28fe19(0xad)][_0x28fe19(0xa7)])return![];try{const _0x11f58b=process['stdin']['isRaw'];return process[_0x28fe19(0xad)][_0x28fe19(0xab)](!![]),process[_0x28fe19(0xad)][_0x28fe19(0xab)](_0x11f58b??![]),!![];}catch{return![];}}
@@ -1 +1 @@
1
- const a195_0x369a34=a195_0x1715;(function(_0x3ca003,_0x44bd01){const _0xcc7aaf=a195_0x1715,_0x5991f2=_0x3ca003();while(!![]){try{const _0x3d80f6=-parseInt(_0xcc7aaf(0x14d))/0x1*(parseInt(_0xcc7aaf(0x154))/0x2)+parseInt(_0xcc7aaf(0x169))/0x3+parseInt(_0xcc7aaf(0x156))/0x4+-parseInt(_0xcc7aaf(0x158))/0x5+-parseInt(_0xcc7aaf(0x14a))/0x6+parseInt(_0xcc7aaf(0x14f))/0x7*(parseInt(_0xcc7aaf(0x146))/0x8)+parseInt(_0xcc7aaf(0x16c))/0x9*(-parseInt(_0xcc7aaf(0x147))/0xa);if(_0x3d80f6===_0x44bd01)break;else _0x5991f2['push'](_0x5991f2['shift']());}catch(_0x144abe){_0x5991f2['push'](_0x5991f2['shift']());}}}(a195_0x45e1,0x3098f));import a195_0x430232 from'winston';import a195_0x476222 from'node:fs';function a195_0x1715(_0x21970f,_0x3bab0d){_0x21970f=_0x21970f-0x146;const _0x45e162=a195_0x45e1();let _0x1715fb=_0x45e162[_0x21970f];return _0x1715fb;}function a195_0x45e1(){const _0x13735a=['readFileSync','10165LKgWkW','开始执行:\x20','join','createLogger','now','timestamp','unknown','mkdirSync','setLogPath','.lovrabet.log','details','stringify','winstonLogger','green','File','success','writeFileSync','293760yCjwYc','errors','addColors','3626091jNVQDb','clearLogs','yellow','duration','parse','readLogs','currentRawCommand','message','red','existsSync','Failed\x20to\x20clear\x20logs:','initWinstonLogger','rawCommand','transports','utf8','log','clear','1555816fPkWcC','10cHcDNZ','format','blue','44562kYYCQT','getWinstonInstance','info','1XNIZHW','printf','14EvvZfW','warn','Failed\x20to\x20read\x20logs:','logFilePath','error','153808mWiywr','setRawCommand','805776qplEPU'];a195_0x45e1=function(){return _0x13735a;};return a195_0x45e1();}import a195_0x1546d0 from'node:path';class Logger{[a195_0x369a34(0x164)];[a195_0x369a34(0x152)];[a195_0x369a34(0x172)]='';constructor(){const _0x25b66b=a195_0x369a34;this[_0x25b66b(0x152)]='';}[a195_0x369a34(0x155)](_0x421071){this['currentRawCommand']=_0x421071;}[a195_0x369a34(0x177)](){const _0x57ac83=a195_0x369a34,_0xa554ef=a195_0x1546d0['dirname'](this['logFilePath']);!a195_0x476222[_0x57ac83(0x175)](_0xa554ef)&&a195_0x476222[_0x57ac83(0x15f)](_0xa554ef,{'recursive':!![]});const _0x321764=a195_0x430232[_0x57ac83(0x148)]['combine'](a195_0x430232[_0x57ac83(0x148)][_0x57ac83(0x15d)](),a195_0x430232[_0x57ac83(0x148)][_0x57ac83(0x16a)]({'stack':!![]}),a195_0x430232['format'][_0x57ac83(0x14e)](_0x572700=>{const _0x23d690=_0x57ac83,_0x26d790={'timestamp':_0x572700['timestamp']||new Date()['toISOString'](),'level':_0x572700['level']||_0x23d690(0x14c),'command':_0x572700['command']||_0x23d690(0x15e),'rawCommand':_0x572700[_0x23d690(0x178)]||this[_0x23d690(0x172)]||undefined,'message':_0x572700[_0x23d690(0x173)]||'','duration':_0x572700[_0x23d690(0x16f)]||undefined,'details':_0x572700[_0x23d690(0x162)]||undefined};return JSON[_0x23d690(0x163)](_0x26d790);}));this[_0x57ac83(0x164)]=a195_0x430232[_0x57ac83(0x15b)]({'level':'info','format':_0x321764,'transports':[new a195_0x430232[(_0x57ac83(0x179))][(_0x57ac83(0x166))]({'filename':this[_0x57ac83(0x152)],'level':_0x57ac83(0x14c)})],'silent':![]}),a195_0x430232[_0x57ac83(0x16b)]({'success':_0x57ac83(0x165),'error':_0x57ac83(0x174),'warn':_0x57ac83(0x16e),'info':_0x57ac83(0x149)});}[a195_0x369a34(0x160)](_0x3ed4ef){const _0x36c373=a195_0x369a34;this['logFilePath']=a195_0x1546d0[_0x36c373(0x15a)](_0x3ed4ef,_0x36c373(0x161)),this[_0x36c373(0x164)]&&this[_0x36c373(0x164)][_0x36c373(0x17c)](),this[_0x36c373(0x177)]();}[a195_0x369a34(0x14c)](_0x3d26f1,_0x36be71,_0xcd835){const _0x6a120f=a195_0x369a34;if(!this[_0x6a120f(0x152)]||!this[_0x6a120f(0x164)])return;this[_0x6a120f(0x164)][_0x6a120f(0x14c)](_0x36be71,{'command':_0x3d26f1,'details':_0xcd835});}[a195_0x369a34(0x167)](_0x19ceed,_0x4fe323,_0x1bd98f,_0x5b2052){const _0x48ada1=a195_0x369a34;if(!this[_0x48ada1(0x152)]||!this[_0x48ada1(0x164)])return;this[_0x48ada1(0x164)][_0x48ada1(0x17b)]('info',_0x4fe323,{'level':_0x48ada1(0x167),'command':_0x19ceed,'duration':_0x1bd98f,'details':_0x5b2052});}['error'](_0x271717,_0x254dda,_0x4687db){const _0x2eeabf=a195_0x369a34;if(!this['logFilePath']||!this['winstonLogger'])return;this[_0x2eeabf(0x164)][_0x2eeabf(0x153)](_0x254dda,{'command':_0x271717,'details':_0x4687db});}[a195_0x369a34(0x150)](_0x5f388a,_0x21d3fe,_0x4c1785){const _0x11c18a=a195_0x369a34;if(!this[_0x11c18a(0x152)]||!this['winstonLogger'])return;this['winstonLogger'][_0x11c18a(0x150)](_0x21d3fe,{'command':_0x5f388a,'details':_0x4c1785});}async['logTask'](_0x441826,_0x34eba9,_0x2b3835){const _0x2e8505=a195_0x369a34,_0x1a9b20=Date[_0x2e8505(0x15c)]();this[_0x2e8505(0x14c)](_0x441826,_0x2e8505(0x159)+_0x34eba9);try{const _0x2dbf42=await _0x2b3835(),_0x1da043=Date['now']()-_0x1a9b20;return this[_0x2e8505(0x167)](_0x441826,'完成:\x20'+_0x34eba9,_0x1da043),_0x2dbf42;}catch(_0x1b221e){const _0x52d9a2=Date[_0x2e8505(0x15c)]()-_0x1a9b20;this[_0x2e8505(0x153)](_0x441826,'失败:\x20'+_0x34eba9,{'error':_0x1b221e instanceof Error?_0x1b221e['message']:String(_0x1b221e),'duration':_0x52d9a2});throw _0x1b221e;}}[a195_0x369a34(0x171)](){const _0x28bec8=a195_0x369a34;try{if(!a195_0x476222[_0x28bec8(0x175)](this[_0x28bec8(0x152)]))return[];const _0x6318dd=a195_0x476222[_0x28bec8(0x157)](this[_0x28bec8(0x152)],'utf8');return _0x6318dd['split']('\x0a')['filter'](_0x3bce62=>_0x3bce62['trim']())['map'](_0x2f81c7=>JSON[_0x28bec8(0x170)](_0x2f81c7));}catch(_0x3a6aeb){return console[_0x28bec8(0x150)](_0x28bec8(0x151),_0x3a6aeb),[];}}[a195_0x369a34(0x16d)](){const _0x89a474=a195_0x369a34;try{a195_0x476222['existsSync'](this[_0x89a474(0x152)])&&a195_0x476222[_0x89a474(0x168)](this['logFilePath'],'',_0x89a474(0x17a));}catch(_0x1fc51b){console['warn'](_0x89a474(0x176),_0x1fc51b);}}[a195_0x369a34(0x14b)](){return this['winstonLogger'];}}export const logger=new Logger();
1
+ const a196_0x594715=a196_0x53a0;function a196_0x53a0(_0x57ca7e,_0xdd681c){_0x57ca7e=_0x57ca7e-0x11f;const _0x50321f=a196_0x5032();let _0x53a09d=_0x50321f[_0x57ca7e];return _0x53a09d;}(function(_0x440a21,_0x2502d8){const _0x2d1bc4=a196_0x53a0,_0x4f8b14=_0x440a21();while(!![]){try{const _0x2b0ce0=-parseInt(_0x2d1bc4(0x123))/0x1*(-parseInt(_0x2d1bc4(0x14f))/0x2)+-parseInt(_0x2d1bc4(0x155))/0x3*(parseInt(_0x2d1bc4(0x149))/0x4)+-parseInt(_0x2d1bc4(0x14d))/0x5*(parseInt(_0x2d1bc4(0x153))/0x6)+parseInt(_0x2d1bc4(0x12b))/0x7*(parseInt(_0x2d1bc4(0x157))/0x8)+parseInt(_0x2d1bc4(0x13c))/0x9+-parseInt(_0x2d1bc4(0x135))/0xa+parseInt(_0x2d1bc4(0x13a))/0xb;if(_0x2b0ce0===_0x2502d8)break;else _0x4f8b14['push'](_0x4f8b14['shift']());}catch(_0x5b578d){_0x4f8b14['push'](_0x4f8b14['shift']());}}}(a196_0x5032,0x2e2ad));import a196_0x12b4c3 from'winston';import a196_0x595078 from'node:fs';function a196_0x5032(){const _0x1c64a9=['File','stringify','unknown','Failed\x20to\x20read\x20logs:','2468530eaVWPO','writeFileSync','duration','message','command','2121119fffBMw','readLogs','125964xXKrax','error','combine','parse','red','trim','logFilePath','blue','currentRawCommand','now','success','yellow','winstonLogger','15492fVNRvu','map','errors','printf','355lcRzgI','format','30SDmWgO','createLogger','getWinstonInstance','dirname','2994RxGNkJ','.lovrabet.log','3xwBMoT','clearLogs','24XcSfMj','utf8','开始执行:\x20','info','addColors','1103QTvhsD','readFileSync','join','green','warn','split','timestamp','initWinstonLogger','587734fqMOOG','existsSync','rawCommand','setLogPath','clear','details'];a196_0x5032=function(){return _0x1c64a9;};return a196_0x5032();}import a196_0x32fd93 from'node:path';class Logger{['winstonLogger'];[a196_0x594715(0x142)];[a196_0x594715(0x144)]='';constructor(){const _0x301e41=a196_0x594715;this[_0x301e41(0x142)]='';}['setRawCommand'](_0x700b50){const _0x3deeca=a196_0x594715;this[_0x3deeca(0x144)]=_0x700b50;}['initWinstonLogger'](){const _0x12b3a9=a196_0x594715,_0x2b8146=a196_0x32fd93[_0x12b3a9(0x152)](this['logFilePath']);!a196_0x595078[_0x12b3a9(0x12c)](_0x2b8146)&&a196_0x595078['mkdirSync'](_0x2b8146,{'recursive':!![]});const _0x3729d9=a196_0x12b4c3[_0x12b3a9(0x14e)][_0x12b3a9(0x13e)](a196_0x12b4c3[_0x12b3a9(0x14e)][_0x12b3a9(0x129)](),a196_0x12b4c3[_0x12b3a9(0x14e)][_0x12b3a9(0x14b)]({'stack':!![]}),a196_0x12b4c3[_0x12b3a9(0x14e)][_0x12b3a9(0x14c)](_0x174195=>{const _0x85cc02=_0x12b3a9,_0x14dc56={'timestamp':_0x174195[_0x85cc02(0x129)]||new Date()['toISOString'](),'level':_0x174195['level']||_0x85cc02(0x121),'command':_0x174195[_0x85cc02(0x139)]||_0x85cc02(0x133),'rawCommand':_0x174195[_0x85cc02(0x12d)]||this[_0x85cc02(0x144)]||undefined,'message':_0x174195[_0x85cc02(0x138)]||'','duration':_0x174195[_0x85cc02(0x137)]||undefined,'details':_0x174195[_0x85cc02(0x130)]||undefined};return JSON[_0x85cc02(0x132)](_0x14dc56);}));this[_0x12b3a9(0x148)]=a196_0x12b4c3[_0x12b3a9(0x150)]({'level':_0x12b3a9(0x121),'format':_0x3729d9,'transports':[new a196_0x12b4c3['transports'][(_0x12b3a9(0x131))]({'filename':this[_0x12b3a9(0x142)],'level':_0x12b3a9(0x121)})],'silent':![]}),a196_0x12b4c3[_0x12b3a9(0x122)]({'success':_0x12b3a9(0x126),'error':_0x12b3a9(0x140),'warn':_0x12b3a9(0x147),'info':_0x12b3a9(0x143)});}[a196_0x594715(0x12e)](_0x572b70){const _0x5ee679=a196_0x594715;this['logFilePath']=a196_0x32fd93[_0x5ee679(0x125)](_0x572b70,_0x5ee679(0x154)),this['winstonLogger']&&this[_0x5ee679(0x148)][_0x5ee679(0x12f)](),this[_0x5ee679(0x12a)]();}[a196_0x594715(0x121)](_0x195e74,_0x7418f2,_0x4805fc){const _0xe070a0=a196_0x594715;if(!this[_0xe070a0(0x142)]||!this[_0xe070a0(0x148)])return;this[_0xe070a0(0x148)][_0xe070a0(0x121)](_0x7418f2,{'command':_0x195e74,'details':_0x4805fc});}[a196_0x594715(0x146)](_0x3228c8,_0x277088,_0x16f934,_0x1a2227){const _0x399168=a196_0x594715;if(!this['logFilePath']||!this[_0x399168(0x148)])return;this[_0x399168(0x148)]['log'](_0x399168(0x121),_0x277088,{'level':'success','command':_0x3228c8,'duration':_0x16f934,'details':_0x1a2227});}[a196_0x594715(0x13d)](_0x359fcc,_0x4f50e0,_0x3893b0){const _0x1680de=a196_0x594715;if(!this['logFilePath']||!this[_0x1680de(0x148)])return;this['winstonLogger'][_0x1680de(0x13d)](_0x4f50e0,{'command':_0x359fcc,'details':_0x3893b0});}[a196_0x594715(0x127)](_0x23203b,_0x1f1e05,_0x353b32){const _0x115fc4=a196_0x594715;if(!this[_0x115fc4(0x142)]||!this[_0x115fc4(0x148)])return;this['winstonLogger']['warn'](_0x1f1e05,{'command':_0x23203b,'details':_0x353b32});}async['logTask'](_0xad03be,_0x2b60c3,_0x121ce9){const _0x31ae73=a196_0x594715,_0x4cf30d=Date[_0x31ae73(0x145)]();this[_0x31ae73(0x121)](_0xad03be,_0x31ae73(0x120)+_0x2b60c3);try{const _0x7d22ef=await _0x121ce9(),_0x52ea86=Date['now']()-_0x4cf30d;return this['success'](_0xad03be,'完成:\x20'+_0x2b60c3,_0x52ea86),_0x7d22ef;}catch(_0x20cd8c){const _0x37fd2a=Date[_0x31ae73(0x145)]()-_0x4cf30d;this[_0x31ae73(0x13d)](_0xad03be,'失败:\x20'+_0x2b60c3,{'error':_0x20cd8c instanceof Error?_0x20cd8c['message']:String(_0x20cd8c),'duration':_0x37fd2a});throw _0x20cd8c;}}[a196_0x594715(0x13b)](){const _0x559fcc=a196_0x594715;try{if(!a196_0x595078[_0x559fcc(0x12c)](this[_0x559fcc(0x142)]))return[];const _0xacd311=a196_0x595078[_0x559fcc(0x124)](this['logFilePath'],_0x559fcc(0x11f));return _0xacd311[_0x559fcc(0x128)]('\x0a')['filter'](_0x1e1164=>_0x1e1164[_0x559fcc(0x141)]())[_0x559fcc(0x14a)](_0x366a65=>JSON[_0x559fcc(0x13f)](_0x366a65));}catch(_0x3fa30b){return console[_0x559fcc(0x127)](_0x559fcc(0x134),_0x3fa30b),[];}}[a196_0x594715(0x156)](){const _0x5d3f33=a196_0x594715;try{a196_0x595078['existsSync'](this[_0x5d3f33(0x142)])&&a196_0x595078[_0x5d3f33(0x136)](this[_0x5d3f33(0x142)],'','utf8');}catch(_0x254693){console[_0x5d3f33(0x127)]('Failed\x20to\x20clear\x20logs:',_0x254693);}}[a196_0x594715(0x151)](){const _0xcff104=a196_0x594715;return this[_0xcff104(0x148)];}}export const logger=new Logger();
@@ -1 +1 @@
1
- (function(_0x3e9f0a,_0xaa0261){const _0x354b66=a196_0x1d8b,_0x3684bd=_0x3e9f0a();while(!![]){try{const _0x37928b=-parseInt(_0x354b66(0xae))/0x1+parseInt(_0x354b66(0xb9))/0x2*(-parseInt(_0x354b66(0xb5))/0x3)+parseInt(_0x354b66(0xb6))/0x4*(parseInt(_0x354b66(0xb7))/0x5)+-parseInt(_0x354b66(0xad))/0x6*(parseInt(_0x354b66(0xb0))/0x7)+parseInt(_0x354b66(0xbd))/0x8*(parseInt(_0x354b66(0xb1))/0x9)+-parseInt(_0x354b66(0xbb))/0xa*(parseInt(_0x354b66(0xac))/0xb)+parseInt(_0x354b66(0xb2))/0xc;if(_0x37928b===_0xaa0261)break;else _0x3684bd['push'](_0x3684bd['shift']());}catch(_0x288972){_0x3684bd['push'](_0x3684bd['shift']());}}}(a196_0x56f8,0x64a6b));function a196_0x1d8b(_0x41942d,_0x227e86){_0x41942d=_0x41942d-0xac;const _0x56f817=a196_0x56f8();let _0x1d8bf7=_0x56f817[_0x41942d];return _0x1d8bf7;}import{CliErrors}from'../errors.js';function a196_0x56f8(){const _0x37ff08=['585836HxTsQW','Example:\x20--params\x20\x27{\x22id\x22:123}\x27','49777fppjDV','99tWiOWs','18406848BCnMjW','--params\x20must\x20be\x20a\x20JSON\x20object','object','29373dPqRwj','1192aJraNz','9170fWYjkt','isArray','142dWjejS','parse','5430jjCRrr','validation','118720jFyGiP','2651gPGDiR','354XohGhz'];a196_0x56f8=function(){return _0x37ff08;};return a196_0x56f8();}export function parseJsonParams(_0x27d8ee){const _0x4860eb=a196_0x1d8b;if(!_0x27d8ee)return undefined;let _0x568294;try{_0x568294=JSON[_0x4860eb(0xba)](_0x27d8ee);}catch{throw CliErrors[_0x4860eb(0xbc)]('Invalid\x20JSON\x20for\x20--params:\x20'+_0x27d8ee);}if(!_0x568294||typeof _0x568294!==_0x4860eb(0xb4)||Array[_0x4860eb(0xb8)](_0x568294))throw CliErrors[_0x4860eb(0xbc)](_0x4860eb(0xb3),_0x4860eb(0xaf));return _0x568294;}
1
+ function a197_0x494d(_0x509dc2,_0x86e061){_0x509dc2=_0x509dc2-0x8d;const _0x1b2ff8=a197_0x1b2f();let _0x494dfa=_0x1b2ff8[_0x509dc2];return _0x494dfa;}(function(_0x590bf6,_0x3d93d9){const _0x148eb5=a197_0x494d,_0x139bd7=_0x590bf6();while(!![]){try{const _0x45b5b4=parseInt(_0x148eb5(0x98))/0x1+parseInt(_0x148eb5(0x96))/0x2+-parseInt(_0x148eb5(0x8f))/0x3+parseInt(_0x148eb5(0x97))/0x4*(-parseInt(_0x148eb5(0x8d))/0x5)+parseInt(_0x148eb5(0x99))/0x6+-parseInt(_0x148eb5(0x95))/0x7+-parseInt(_0x148eb5(0x93))/0x8;if(_0x45b5b4===_0x3d93d9)break;else _0x139bd7['push'](_0x139bd7['shift']());}catch(_0x133038){_0x139bd7['push'](_0x139bd7['shift']());}}}(a197_0x1b2f,0xe5650));function a197_0x1b2f(){const _0x327109=['object','392574sQImdJ','validation','Invalid\x20JSON\x20for\x20--params:\x20','parse','15662472oNjRnD','Example:\x20--params\x20\x27{\x22id\x22:123}\x27','10107923THNseC','3644502WKIeuB','13044VbzWBA','1786813VaVuKU','10481538AcIVGU','1355eWuNlY'];a197_0x1b2f=function(){return _0x327109;};return a197_0x1b2f();}import{CliErrors}from'../errors.js';export function parseJsonParams(_0x2aa28e){const _0x4a1f70=a197_0x494d;if(!_0x2aa28e)return undefined;let _0x2c22cd;try{_0x2c22cd=JSON[_0x4a1f70(0x92)](_0x2aa28e);}catch{throw CliErrors[_0x4a1f70(0x90)](_0x4a1f70(0x91)+_0x2aa28e);}if(!_0x2c22cd||typeof _0x2c22cd!==_0x4a1f70(0x8e)||Array['isArray'](_0x2c22cd))throw CliErrors['validation']('--params\x20must\x20be\x20a\x20JSON\x20object',_0x4a1f70(0x94));return _0x2c22cd;}
@@ -1 +1 @@
1
- const a197_0x3101a8=a197_0x22f5;function a197_0x22f5(_0x3860b9,_0x1e1f42){_0x3860b9=_0x3860b9-0x10a;const _0x18ac0e=a197_0x18ac();let _0x22f55e=_0x18ac0e[_0x3860b9];return _0x22f55e;}(function(_0xce7be,_0x2f44c5){const _0x7a5b83=a197_0x22f5,_0x4f5e1c=_0xce7be();while(!![]){try{const _0x1ea8ce=-parseInt(_0x7a5b83(0x112))/0x1*(parseInt(_0x7a5b83(0x10f))/0x2)+-parseInt(_0x7a5b83(0x115))/0x3+-parseInt(_0x7a5b83(0x10c))/0x4*(-parseInt(_0x7a5b83(0x114))/0x5)+parseInt(_0x7a5b83(0x113))/0x6+-parseInt(_0x7a5b83(0x10b))/0x7+parseInt(_0x7a5b83(0x10d))/0x8*(-parseInt(_0x7a5b83(0x10e))/0x9)+parseInt(_0x7a5b83(0x116))/0xa;if(_0x1ea8ce===_0x2f44c5)break;else _0x4f5e1c['push'](_0x4f5e1c['shift']());}catch(_0x1b844d){_0x4f5e1c['push'](_0x4f5e1c['shift']());}}}(a197_0x18ac,0xa3a13));export const isWindows=process[a197_0x3101a8(0x110)]===a197_0x3101a8(0x111);export function resolveNpmBin(_0x4ada17){const _0x12f1fb=a197_0x3101a8;return isWindows?_0x4ada17+_0x12f1fb(0x10a):_0x4ada17;}function a197_0x18ac(){const _0x56ee1c=['win32','13pYjmQj','310506uIVOAC','107880YDscqU','3451167BJNLhO','32492490RAOmtn','.cmd','6525498rcDOgE','128CpOflE','41376suxeMb','171BXvLko','175436sfeQon','platform'];a197_0x18ac=function(){return _0x56ee1c;};return a197_0x18ac();}
1
+ const a198_0x4136e0=a198_0x12b9;function a198_0x2369(){const _0x5d1314=['1144644TxCjRG','22068IMPoUz','5Xrpjny','610492mQYsxi','136YirnuS','platform','22558ECliSE','3icthFR','410ebVpQz','.cmd','4065754bYqqBz','win32','990835pzPMWY','48398ALcWJz'];a198_0x2369=function(){return _0x5d1314;};return a198_0x2369();}(function(_0x49975b,_0x27e975){const _0x20195e=a198_0x12b9,_0x522085=_0x49975b();while(!![]){try{const _0x33fa68=-parseInt(_0x20195e(0x9f))/0x1*(parseInt(_0x20195e(0xa3))/0x2)+parseInt(_0x20195e(0xa4))/0x3*(-parseInt(_0x20195e(0xa0))/0x4)+-parseInt(_0x20195e(0xa9))/0x5+parseInt(_0x20195e(0x9d))/0x6+parseInt(_0x20195e(0x9c))/0x7*(-parseInt(_0x20195e(0xa1))/0x8)+parseInt(_0x20195e(0x9e))/0x9*(parseInt(_0x20195e(0xa5))/0xa)+parseInt(_0x20195e(0xa7))/0xb;if(_0x33fa68===_0x27e975)break;else _0x522085['push'](_0x522085['shift']());}catch(_0x101fcd){_0x522085['push'](_0x522085['shift']());}}}(a198_0x2369,0x21405));export const isWindows=process[a198_0x4136e0(0xa2)]===a198_0x4136e0(0xa8);function a198_0x12b9(_0x2c6254,_0xc3ae4f){_0x2c6254=_0x2c6254-0x9c;const _0x236902=a198_0x2369();let _0x12b9d7=_0x236902[_0x2c6254];return _0x12b9d7;}export function resolveNpmBin(_0x483554){const _0x227132=a198_0x4136e0;return isWindows?_0x483554+_0x227132(0xa6):_0x483554;}
@@ -1 +1 @@
1
- function a198_0x57eb(_0x1cbab0,_0x351baa){_0x1cbab0=_0x1cbab0-0xc6;const _0x32dc82=a198_0x32dc();let _0x57ebc0=_0x32dc82[_0x1cbab0];return _0x57ebc0;}const a198_0x252e3b=a198_0x57eb;(function(_0x290276,_0xe37058){const _0x36e4eb=a198_0x57eb,_0x6dc4ef=_0x290276();while(!![]){try{const _0x469a1f=parseInt(_0x36e4eb(0xce))/0x1*(-parseInt(_0x36e4eb(0xdc))/0x2)+parseInt(_0x36e4eb(0xe1))/0x3*(parseInt(_0x36e4eb(0xcd))/0x4)+parseInt(_0x36e4eb(0xd8))/0x5*(parseInt(_0x36e4eb(0xcf))/0x6)+-parseInt(_0x36e4eb(0xd9))/0x7*(-parseInt(_0x36e4eb(0xdd))/0x8)+-parseInt(_0x36e4eb(0xda))/0x9*(parseInt(_0x36e4eb(0xca))/0xa)+parseInt(_0x36e4eb(0xcc))/0xb+-parseInt(_0x36e4eb(0xd0))/0xc;if(_0x469a1f===_0xe37058)break;else _0x6dc4ef['push'](_0x6dc4ef['shift']());}catch(_0x4365cd){_0x6dc4ef['push'](_0x6dc4ef['shift']());}}}(a198_0x32dc,0x5ae1c));import{existsSync,mkdirSync,readFileSync,writeFileSync}from'node:fs';import{dirname,join,resolve}from'node:path';import{fileURLToPath}from'node:url';import{getTemplateBaseUrl}from'../utils/config.js';import{appendUpdateTime}from'../utils/guides-cdn.js';const __filename=fileURLToPath(import.meta.url),__dirname=dirname(__filename);function getRulesCdnUrl(){const _0x34f12a=a198_0x57eb,_0x34455f=getTemplateBaseUrl();return _0x34455f+_0x34f12a(0xd3);}const LOCAL_TEMPLATE_PATH=resolve(__dirname,a198_0x252e3b(0xd2));export async function fetchRulesFromCDN(){const _0x5b7397=a198_0x252e3b,_0x5b7192=getRulesCdnUrl(),_0x4baea5=await fetch(_0x5b7192,{'headers':{'Accept':_0x5b7397(0xe0)}});if(!_0x4baea5['ok'])throw new Error(_0x5b7397(0xd7)+_0x4baea5[_0x5b7397(0xc9)]+'\x20'+_0x4baea5['statusText']);const _0x47c9e1=await _0x4baea5[_0x5b7397(0xdb)]();if(!_0x47c9e1['content']||typeof _0x47c9e1[_0x5b7397(0xd1)]!==_0x5b7397(0xc8))throw new Error(_0x5b7397(0xc7));return _0x47c9e1;}export async function getRulesContent(){const _0x35fe1b=a198_0x252e3b;try{const _0x4f0551=await fetchRulesFromCDN();return _0x4f0551[_0x35fe1b(0xd1)];}catch{return readLocalTemplate();}}export function readLocalTemplate(){const _0x3ba289=a198_0x252e3b;if(existsSync(LOCAL_TEMPLATE_PATH))return readFileSync(LOCAL_TEMPLATE_PATH,'utf-8');throw new Error(_0x3ba289(0xc6)+LOCAL_TEMPLATE_PATH);}function a198_0x32dc(){const _0x22f2dc=['15TNOdcv','本地模板文件不存在:\x20','CDN\x20返回数据格式错误','string','status','10NBwkvp','agents.md','1592316gEKUgi','571608LIWZSt','9JQVSzZ','3104922JKGzdL','11000664PsowYR','content','../../templates/rules/lovrabet_rules.mdc.tpl','/rules/rules.json','catch','.cursor/rules','lovrabet_rules.mdc','CDN\x20请求失败:\x20','5vJMUwK','7kSncfQ','1010043HLNUbm','json','153342wUiScg','5715896fTZnfZ','lastUpdated','utf-8','application/json'];a198_0x32dc=function(){return _0x22f2dc;};return a198_0x32dc();}export async function writeRulesFile(_0x5540bc){const _0x370ad4=a198_0x252e3b,_0x1ca96e=await fetchRulesFromCDN()[_0x370ad4(0xd4)](()=>null);let _0x41737e;_0x1ca96e?(_0x41737e=_0x1ca96e[_0x370ad4(0xd1)],_0x1ca96e['lastUpdated']&&(_0x41737e=appendUpdateTime(_0x41737e,_0x1ca96e[_0x370ad4(0xde)]))):_0x41737e=readLocalTemplate();const _0x530ea0=dirname(_0x5540bc);!existsSync(_0x530ea0)&&mkdirSync(_0x530ea0,{'recursive':!![]}),writeFileSync(_0x5540bc,_0x41737e,_0x370ad4(0xdf));}export async function copyRulesToCursor(_0x53421d){const _0x5827cc=a198_0x252e3b,_0x1a1061=join(_0x53421d,_0x5827cc(0xd5)),_0x6f9161=join(_0x1a1061,_0x5827cc(0xd6));if(existsSync(_0x6f9161))return![];return await writeRulesFile(_0x6f9161),!![];}export async function copyRulesToAgentsMd(_0x3a7bc4){const _0x328839=a198_0x252e3b,_0x30a9f5=join(_0x3a7bc4,_0x328839(0xcb));if(existsSync(_0x30a9f5))return![];return await writeRulesFile(_0x30a9f5),!![];}
1
+ const a199_0x5d3850=a199_0x190f;(function(_0x19c04c,_0x2afdee){const _0x4b5854=a199_0x190f,_0x276ec8=_0x19c04c();while(!![]){try{const _0xaa88e8=-parseInt(_0x4b5854(0x196))/0x1*(-parseInt(_0x4b5854(0x19d))/0x2)+-parseInt(_0x4b5854(0x191))/0x3*(parseInt(_0x4b5854(0x199))/0x4)+-parseInt(_0x4b5854(0x195))/0x5+parseInt(_0x4b5854(0x1a0))/0x6+parseInt(_0x4b5854(0x19f))/0x7*(parseInt(_0x4b5854(0x198))/0x8)+-parseInt(_0x4b5854(0x19e))/0x9+parseInt(_0x4b5854(0x19c))/0xa;if(_0xaa88e8===_0x2afdee)break;else _0x276ec8['push'](_0x276ec8['shift']());}catch(_0x76754c){_0x276ec8['push'](_0x276ec8['shift']());}}}(a199_0xce15,0x6b6fb));import{existsSync,mkdirSync,readFileSync,writeFileSync}from'node:fs';import{dirname,join,resolve}from'node:path';import{fileURLToPath}from'node:url';import{getTemplateBaseUrl}from'../utils/config.js';import{appendUpdateTime}from'../utils/guides-cdn.js';const __filename=fileURLToPath(import.meta.url),__dirname=dirname(__filename);function getRulesCdnUrl(){const _0x1342dc=a199_0x190f,_0x53ad8e=getTemplateBaseUrl();return _0x53ad8e+_0x1342dc(0x1a5);}const LOCAL_TEMPLATE_PATH=resolve(__dirname,a199_0x5d3850(0x193));export async function fetchRulesFromCDN(){const _0x1f1689=a199_0x5d3850,_0x4115b6=getRulesCdnUrl(),_0x596e62=await fetch(_0x4115b6,{'headers':{'Accept':_0x1f1689(0x190)}});if(!_0x596e62['ok'])throw new Error('CDN\x20请求失败:\x20'+_0x596e62['status']+'\x20'+_0x596e62[_0x1f1689(0x19b)]);const _0x540391=await _0x596e62[_0x1f1689(0x1a3)]();if(!_0x540391[_0x1f1689(0x19a)]||typeof _0x540391['content']!==_0x1f1689(0x197))throw new Error('CDN\x20返回数据格式错误');return _0x540391;}export async function getRulesContent(){const _0x126d0c=a199_0x5d3850;try{const _0xb902dd=await fetchRulesFromCDN();return _0xb902dd[_0x126d0c(0x19a)];}catch{return readLocalTemplate();}}export function readLocalTemplate(){const _0x4c63c1=a199_0x5d3850;if(existsSync(LOCAL_TEMPLATE_PATH))return readFileSync(LOCAL_TEMPLATE_PATH,_0x4c63c1(0x192));throw new Error(_0x4c63c1(0x194)+LOCAL_TEMPLATE_PATH);}function a199_0xce15(){const _0x2f40e3=['483cqqbPG','3150456PTbkqL','catch','lastUpdated','json','agents.md','/rules/rules.json','application/json','37998rsqaMy','utf-8','../../templates/rules/lovrabet_rules.mdc.tpl','本地模板文件不存在:\x20','125195sPHjKu','70135xlpjSO','string','69752QJPPiE','236jYiODZ','content','statusText','187790CRsRMb','10aDRjZJ','2553741tZQuSO'];a199_0xce15=function(){return _0x2f40e3;};return a199_0xce15();}export async function writeRulesFile(_0x59134e){const _0x2d9e28=a199_0x5d3850,_0x4eeedb=await fetchRulesFromCDN()[_0x2d9e28(0x1a1)](()=>null);let _0x2e9f52;_0x4eeedb?(_0x2e9f52=_0x4eeedb[_0x2d9e28(0x19a)],_0x4eeedb[_0x2d9e28(0x1a2)]&&(_0x2e9f52=appendUpdateTime(_0x2e9f52,_0x4eeedb[_0x2d9e28(0x1a2)]))):_0x2e9f52=readLocalTemplate();const _0x143e87=dirname(_0x59134e);!existsSync(_0x143e87)&&mkdirSync(_0x143e87,{'recursive':!![]}),writeFileSync(_0x59134e,_0x2e9f52,_0x2d9e28(0x192));}function a199_0x190f(_0x5452f3,_0x58498d){_0x5452f3=_0x5452f3-0x190;const _0xce152f=a199_0xce15();let _0x190fdd=_0xce152f[_0x5452f3];return _0x190fdd;}export async function copyRulesToCursor(_0x587e66){const _0x55d68a=join(_0x587e66,'.cursor/rules'),_0x1a177a=join(_0x55d68a,'lovrabet_rules.mdc');if(existsSync(_0x1a177a))return![];return await writeRulesFile(_0x1a177a),!![];}export async function copyRulesToAgentsMd(_0x28601d){const _0x38fbbf=a199_0x5d3850,_0x407843=join(_0x28601d,_0x38fbbf(0x1a4));if(existsSync(_0x407843))return![];return await writeRulesFile(_0x407843),!![];}
@@ -1 +1 @@
1
- export function sleep(_0x369924){return new Promise(_0x5e03d6=>setTimeout(_0x5e03d6,_0x369924));}
1
+ export function sleep(_0x4c2c37){return new Promise(_0x2000da=>setTimeout(_0x2000da,_0x4c2c37));}
@@ -1 +1 @@
1
- const a200_0x40b83e=a200_0x1aab;function a200_0x10c6(){const _0x4f8225=['toLowerCase','promises','mkdir','split','alias','YourModel','pop','toUpperCase','info','api','12ZHSsTF','2430666OCvgCT','toDisplayTitle','replaceContent','getMinutes','isDirectory','pad','getFullYear','.css','processTemplate','.json','replace','endsWith','utf8','message','now','readFile','success','6779210JMjeKg','开始处理模板内容替换','getMonth','getHours','.js','模板内容替换失败','push','tableName:\x20\x22','replaceApiContent','join','.ts','.jsx','formatLocalTimestamp','9rhavrS','tableName','charAt','getDate','.tpl','3477592nykcfK','3146sGpxNz','.scss','13eHKaal','1169715OHQeaS','toComponentName','6711834XzbqEo','name','padStart','processFile','readdir','template','toISOString','extname','processDirectory','1495212qFHYLK','map','datasetCode:\x20\x22','default','datasetCode'];a200_0x10c6=function(){return _0x4f8225;};return a200_0x10c6();}(function(_0x5066ac,_0x4a0ba7){const _0x57f2ba=a200_0x1aab,_0x556251=_0x5066ac();while(!![]){try{const _0x3b0360=-parseInt(_0x57f2ba(0x1ec))/0x1*(-parseInt(_0x57f2ba(0x1ea))/0x2)+-parseInt(_0x57f2ba(0x1f8))/0x3+-parseInt(_0x57f2ba(0x207))/0x4*(-parseInt(_0x57f2ba(0x1ed))/0x5)+-parseInt(_0x57f2ba(0x1ef))/0x6+parseInt(_0x57f2ba(0x208))/0x7+parseInt(_0x57f2ba(0x1e9))/0x8*(parseInt(_0x57f2ba(0x226))/0x9)+parseInt(_0x57f2ba(0x219))/0xa;if(_0x3b0360===_0x4a0ba7)break;else _0x556251['push'](_0x556251['shift']());}catch(_0x85b4f2){_0x556251['push'](_0x556251['shift']());}}}(a200_0x10c6,0x89f65));function a200_0x1aab(_0x113350,_0x371e01){_0x113350=_0x113350-0x1e8;const _0x10c6cf=a200_0x10c6();let _0x1aab32=_0x10c6cf[_0x113350];return _0x1aab32;}import a200_0x138e29 from'node:fs';import a200_0x568796 from'node:path';import{logger}from'../utils/logger.js';import{getCliVersion}from'../utils/version.js';const CLI_VERSION=getCliVersion();export class TemplateReplacer{static[a200_0x40b83e(0x20d)](_0x331d66){const _0x2f67ce=a200_0x40b83e;return String(_0x331d66)[_0x2f67ce(0x1f1)](0x2,'0');}static[a200_0x40b83e(0x225)](_0x14a97f){const _0x281dbe=a200_0x40b83e,_0x1b6e8d=_0x14a97f[_0x281dbe(0x20e)](),_0x35a522=this[_0x281dbe(0x20d)](_0x14a97f[_0x281dbe(0x21b)]()+0x1),_0x55bd15=this[_0x281dbe(0x20d)](_0x14a97f[_0x281dbe(0x229)]()),_0x56a4f1=this[_0x281dbe(0x20d)](_0x14a97f[_0x281dbe(0x21c)]()),_0x3dd875=this[_0x281dbe(0x20d)](_0x14a97f[_0x281dbe(0x20b)]()),_0xb7e99d=this[_0x281dbe(0x20d)](_0x14a97f['getSeconds']());return{'createdAt':_0x1b6e8d+'-'+_0x35a522+'-'+_0x55bd15+'\x20'+_0x56a4f1+':'+_0x3dd875+':'+_0xb7e99d,'createdDate':_0x1b6e8d+'-'+_0x35a522+'-'+_0x55bd15,'createdTime':_0x56a4f1+':'+_0x3dd875+':'+_0xb7e99d};}static[a200_0x40b83e(0x1ee)](_0x51d7ee){const _0x5be001=a200_0x40b83e,_0x28a5bb=_0x51d7ee[_0x5be001(0x200)]('/')[_0x5be001(0x203)]()||_0x51d7ee;return _0x28a5bb[_0x5be001(0x200)]('-')[_0x5be001(0x1f9)](_0x445bde=>_0x445bde[_0x5be001(0x228)](0x0)[_0x5be001(0x204)]()+_0x445bde['slice'](0x1)[_0x5be001(0x1fd)]())[_0x5be001(0x222)]('');}static[a200_0x40b83e(0x209)](_0x428bc0){const _0x50babc=a200_0x40b83e,_0x1fbf41=_0x428bc0[_0x50babc(0x200)]('/')['pop']()||_0x428bc0;return _0x1fbf41[_0x50babc(0x200)]('-')[_0x50babc(0x1f9)](_0x1ef135=>_0x1ef135[_0x50babc(0x228)](0x0)[_0x50babc(0x204)]()+_0x1ef135['slice'](0x1)[_0x50babc(0x1fd)]())[_0x50babc(0x222)]('\x20');}static[a200_0x40b83e(0x20a)](_0x3ba7d1,_0x482594,_0x17e511){const _0x53a61a=a200_0x40b83e,_0x134025=this[_0x53a61a(0x1ee)](_0x482594),_0x2b9b87=this['toDisplayTitle'](_0x482594),{createdAt:_0x47b06c,createdDate:_0x4004a2,createdTime:_0x25204e}=this[_0x53a61a(0x225)](new Date());let _0x12ae0b=_0x3ba7d1[_0x53a61a(0x212)](/\{CliVersion\}/g,CLI_VERSION)['replace'](/\{ComponentName\}/g,_0x134025)[_0x53a61a(0x212)](/\{DisplayTitle\}/g,_0x2b9b87)[_0x53a61a(0x212)](/\{PageName\}/g,_0x482594)[_0x53a61a(0x212)](/\{TemplateName\}/g,_0x17e511)[_0x53a61a(0x212)](/\{CreatedAt\}/g,_0x47b06c)[_0x53a61a(0x212)](/\{CreatedDate\}/g,_0x4004a2)[_0x53a61a(0x212)](/\{CreatedTime\}/g,_0x25204e);return _0x12ae0b;}static[a200_0x40b83e(0x221)](_0x2a2a84,_0x5622ff,_0x43f8d9,_0xd98fc0,_0x3f2e60,_0x4c9217,_0x51e1ba,_0x5cb099){const _0x3eb41c=a200_0x40b83e,_0x24102f=new Date(),_0x4f293b=_0x24102f[_0x3eb41c(0x1f5)](),_0x162b35=_0x43f8d9[_0x3eb41c(0x1f9)](_0x88b611=>{const _0x3d2683=_0x3eb41c,_0x1a2905=[_0x3d2683(0x1fa)+_0x88b611[_0x3d2683(0x1fc)]+'\x22',_0x3d2683(0x220)+_0x88b611[_0x3d2683(0x227)]+'\x22','name:\x20\x22'+_0x88b611[_0x3d2683(0x1f0)]+'\x22'];return _0x88b611[_0x3d2683(0x201)]&&_0x1a2905[_0x3d2683(0x21f)]('alias:\x20\x22'+_0x88b611[_0x3d2683(0x201)]+'\x22'),'\x0a\x20\x20\x20\x20{\x20'+_0x1a2905['join'](',\x20')+'\x20},';})['join'](''),_0x5c57b0=_0xd98fc0||_0x43f8d9[0x0]?.[_0x3eb41c(0x201)]||_0x3eb41c(0x202);let _0x5970ef=_0x2a2a84[_0x3eb41c(0x212)](/\{AppCode\}/g,_0x5622ff)[_0x3eb41c(0x212)](/\{ModelConfigs\}/g,_0x162b35)[_0x3eb41c(0x212)](/\{ExampleModelName\}/g,_0x5c57b0)['replace'](/\{ApiFileName\}/g,_0x3f2e60||_0x3eb41c(0x206))['replace'](/\{ConfigName\}/g,_0x4c9217||_0x3eb41c(0x1fb))['replace'](/\{ClientConfigParam\}/g,_0x51e1ba||'')[_0x3eb41c(0x212)](/\{VarPrefix\}/g,_0x5cb099||'LOVRABET')[_0x3eb41c(0x212)](/\{CreatedAt\}/g,_0x4f293b);return _0x5970ef;}static async[a200_0x40b83e(0x210)](_0x1f83ba,_0x23db96,_0x59dd16,_0x305de9,_0x4ae19f=!![]){const _0x50aa4f=a200_0x40b83e,_0x5d7bcd=Date['now']();try{_0x4ae19f&&logger[_0x50aa4f(0x205)]('template',_0x50aa4f(0x21a),{'templatePath':_0x1f83ba,'targetPath':_0x23db96,'pageName':_0x59dd16,'templateName':_0x305de9});await a200_0x138e29['promises'][_0x50aa4f(0x1ff)](_0x23db96,{'recursive':!![]}),await this[_0x50aa4f(0x1f7)](_0x1f83ba,_0x23db96,_0x59dd16,_0x305de9);if(_0x4ae19f){const _0x1e0d1f=Date[_0x50aa4f(0x216)]()-_0x5d7bcd;logger[_0x50aa4f(0x218)](_0x50aa4f(0x1f4),'模板内容替换完成',_0x1e0d1f,{'pageName':_0x59dd16,'templateName':_0x305de9});}}catch(_0x112a18){if(_0x4ae19f){const _0x3d7e56=Date[_0x50aa4f(0x216)]()-_0x5d7bcd;logger['error'](_0x50aa4f(0x1f4),_0x50aa4f(0x21e),{'templatePath':_0x1f83ba,'targetPath':_0x23db96,'pageName':_0x59dd16,'templateName':_0x305de9,'error':_0x112a18 instanceof Error?_0x112a18[_0x50aa4f(0x215)]:String(_0x112a18),'duration':_0x3d7e56});}throw _0x112a18;}}static async['processDirectory'](_0x1d9bb5,_0x3cd686,_0x2c8c8e,_0x349e1d){const _0x4a9098=a200_0x40b83e,_0x185287=await a200_0x138e29['promises'][_0x4a9098(0x1f3)](_0x1d9bb5,{'withFileTypes':!![]});for(const _0xe2a4dd of _0x185287){const _0x2ed1e8=a200_0x568796[_0x4a9098(0x222)](_0x1d9bb5,_0xe2a4dd[_0x4a9098(0x1f0)]);let _0x4063bd=a200_0x568796[_0x4a9098(0x222)](_0x3cd686,_0xe2a4dd[_0x4a9098(0x1f0)]);_0xe2a4dd[_0x4a9098(0x1f0)]['endsWith'](_0x4a9098(0x1e8))&&(_0x4063bd=a200_0x568796[_0x4a9098(0x222)](_0x3cd686,_0xe2a4dd['name']['replace'](/\.tpl$/,'')));if(_0xe2a4dd[_0x4a9098(0x20c)]())await a200_0x138e29[_0x4a9098(0x1fe)][_0x4a9098(0x1ff)](_0x4063bd,{'recursive':!![]}),await this['processDirectory'](_0x2ed1e8,_0x4063bd,_0x2c8c8e,_0x349e1d);else _0xe2a4dd['isFile']()&&await this[_0x4a9098(0x1f2)](_0x2ed1e8,_0x4063bd,_0x2c8c8e,_0x349e1d);}}static async['processFile'](_0x3859eb,_0x57872d,_0x358cb4,_0x349d3c){const _0x2a8efe=a200_0x40b83e,_0x39a63d=a200_0x568796[_0x2a8efe(0x1f6)](_0x3859eb)[_0x2a8efe(0x1fd)]();_0x3859eb[_0x2a8efe(0x213)](_0x2a8efe(0x1e8))&&(_0x57872d=_0x57872d[_0x2a8efe(0x212)](/\.tpl$/,''));const _0x3c1be3=['.tsx',_0x2a8efe(0x223),_0x2a8efe(0x224),_0x2a8efe(0x21d),_0x2a8efe(0x211),'.md',_0x2a8efe(0x20f),_0x2a8efe(0x1eb),'.tpl'];if(_0x3c1be3['includes'](_0x39a63d)||_0x3859eb[_0x2a8efe(0x213)]('.tpl')){const _0x4f8faf=await a200_0x138e29[_0x2a8efe(0x1fe)][_0x2a8efe(0x217)](_0x3859eb,_0x2a8efe(0x214)),_0x48ccbf=this[_0x2a8efe(0x20a)](_0x4f8faf,_0x358cb4,_0x349d3c);await a200_0x138e29[_0x2a8efe(0x1fe)]['writeFile'](_0x57872d,_0x48ccbf,'utf8');}else await a200_0x138e29['promises']['copyFile'](_0x3859eb,_0x57872d);}}
1
+ const a201_0x2a9f61=a201_0x1511;(function(_0x29b62c,_0x548d68){const _0x531471=a201_0x1511,_0x2f1053=_0x29b62c();while(!![]){try{const _0x1796ae=parseInt(_0x531471(0x15f))/0x1*(parseInt(_0x531471(0x180))/0x2)+parseInt(_0x531471(0x147))/0x3*(-parseInt(_0x531471(0x15a))/0x4)+-parseInt(_0x531471(0x16c))/0x5+parseInt(_0x531471(0x183))/0x6+-parseInt(_0x531471(0x144))/0x7*(parseInt(_0x531471(0x14f))/0x8)+-parseInt(_0x531471(0x164))/0x9+parseInt(_0x531471(0x16e))/0xa;if(_0x1796ae===_0x548d68)break;else _0x2f1053['push'](_0x2f1053['shift']());}catch(_0x26c843){_0x2f1053['push'](_0x2f1053['shift']());}}}(a201_0x504b,0xefe67));import a201_0x59ffe8 from'node:fs';import a201_0x164d17 from'node:path';function a201_0x1511(_0x2388f3,_0x485a17){_0x2388f3=_0x2388f3-0x143;const _0x504b6e=a201_0x504b();let _0x151184=_0x504b6e[_0x2388f3];return _0x151184;}function a201_0x504b(){const _0x56b57c=['模板内容替换失败','writeFile','.css','name','copyFile','pop','getFullYear','.scss','push','182672YTTaPa','template','.js','1791DNcIiR','getMonth','promises','开始处理模板内容替换','getHours','join','toLowerCase','YourModel','360lfYAqz','.tsx','模板内容替换完成','padStart','.tpl','datasetCode','endsWith','LOVRABET','processTemplate','\x0a\x20\x20\x20\x20{\x20','now','5724MqOcJR','.ts','readFile','pad','message','1677642hVyyZu','toUpperCase','extname','mkdir','name:\x20\x22','11368890uYrwIv','processFile','api','isFile','replaceContent','getDate','tableName','alias','9627620jcmJai','.json','42946290nZmBHD','formatLocalTimestamp','.jsx','slice','includes','split','default','isDirectory','datasetCode:\x20\x22','map','toComponentName','\x20},','getSeconds','processDirectory','error','utf8','alias:\x20\x22','replace','2QwxjHG','tableName:\x20\x22','toISOString','1366326QClTuI'];a201_0x504b=function(){return _0x56b57c;};return a201_0x504b();}import{logger}from'../utils/logger.js';import{getCliVersion}from'../utils/version.js';const CLI_VERSION=getCliVersion();export class TemplateReplacer{static[a201_0x2a9f61(0x15d)](_0x36f90b){const _0x3dbb83=a201_0x2a9f61;return String(_0x36f90b)[_0x3dbb83(0x152)](0x2,'0');}static['formatLocalTimestamp'](_0xf1f8a){const _0x47d39f=a201_0x2a9f61,_0x40df6a=_0xf1f8a[_0x47d39f(0x18a)](),_0x6dae13=this[_0x47d39f(0x15d)](_0xf1f8a[_0x47d39f(0x148)]()+0x1),_0x142cdf=this[_0x47d39f(0x15d)](_0xf1f8a[_0x47d39f(0x169)]()),_0x60900e=this['pad'](_0xf1f8a[_0x47d39f(0x14b)]()),_0x461b1b=this[_0x47d39f(0x15d)](_0xf1f8a['getMinutes']()),_0x88b9d6=this[_0x47d39f(0x15d)](_0xf1f8a[_0x47d39f(0x17a)]());return{'createdAt':_0x40df6a+'-'+_0x6dae13+'-'+_0x142cdf+'\x20'+_0x60900e+':'+_0x461b1b+':'+_0x88b9d6,'createdDate':_0x40df6a+'-'+_0x6dae13+'-'+_0x142cdf,'createdTime':_0x60900e+':'+_0x461b1b+':'+_0x88b9d6};}static[a201_0x2a9f61(0x178)](_0x1d3b05){const _0x17a639=a201_0x2a9f61,_0x2f3077=_0x1d3b05[_0x17a639(0x173)]('/')[_0x17a639(0x189)]()||_0x1d3b05;return _0x2f3077['split']('-')[_0x17a639(0x177)](_0x59ce06=>_0x59ce06['charAt'](0x0)[_0x17a639(0x160)]()+_0x59ce06[_0x17a639(0x171)](0x1)['toLowerCase']())['join']('');}static['toDisplayTitle'](_0x382049){const _0x3c9246=a201_0x2a9f61,_0x3d4737=_0x382049['split']('/')[_0x3c9246(0x189)]()||_0x382049;return _0x3d4737[_0x3c9246(0x173)]('-')[_0x3c9246(0x177)](_0x42eda0=>_0x42eda0['charAt'](0x0)[_0x3c9246(0x160)]()+_0x42eda0['slice'](0x1)[_0x3c9246(0x14d)]())[_0x3c9246(0x14c)]('\x20');}static[a201_0x2a9f61(0x168)](_0x19271f,_0x178a77,_0x49b94c){const _0x585dc7=a201_0x2a9f61,_0x1672ab=this['toComponentName'](_0x178a77),_0xbc1d72=this['toDisplayTitle'](_0x178a77),{createdAt:_0x4ab2bd,createdDate:_0x28c9fa,createdTime:_0x48e80a}=this[_0x585dc7(0x16f)](new Date());let _0x1c7a44=_0x19271f[_0x585dc7(0x17f)](/\{CliVersion\}/g,CLI_VERSION)[_0x585dc7(0x17f)](/\{ComponentName\}/g,_0x1672ab)[_0x585dc7(0x17f)](/\{DisplayTitle\}/g,_0xbc1d72)['replace'](/\{PageName\}/g,_0x178a77)[_0x585dc7(0x17f)](/\{TemplateName\}/g,_0x49b94c)[_0x585dc7(0x17f)](/\{CreatedAt\}/g,_0x4ab2bd)['replace'](/\{CreatedDate\}/g,_0x28c9fa)[_0x585dc7(0x17f)](/\{CreatedTime\}/g,_0x48e80a);return _0x1c7a44;}static['replaceApiContent'](_0x1be65a,_0x179bbf,_0x3d70e5,_0x819b50,_0x15069b,_0xa594bb,_0x368fbb,_0x35beba){const _0x26b489=a201_0x2a9f61,_0xa30abc=new Date(),_0x40efa9=_0xa30abc[_0x26b489(0x182)](),_0x7d8907=_0x3d70e5[_0x26b489(0x177)](_0x3de76a=>{const _0x5c25b5=_0x26b489,_0x14fda9=[_0x5c25b5(0x176)+_0x3de76a[_0x5c25b5(0x154)]+'\x22',_0x5c25b5(0x181)+_0x3de76a[_0x5c25b5(0x16a)]+'\x22',_0x5c25b5(0x163)+_0x3de76a[_0x5c25b5(0x187)]+'\x22'];return _0x3de76a['alias']&&_0x14fda9[_0x5c25b5(0x143)](_0x5c25b5(0x17e)+_0x3de76a[_0x5c25b5(0x16b)]+'\x22'),_0x5c25b5(0x158)+_0x14fda9['join'](',\x20')+_0x5c25b5(0x179);})[_0x26b489(0x14c)](''),_0x671edc=_0x819b50||_0x3d70e5[0x0]?.[_0x26b489(0x16b)]||_0x26b489(0x14e);let _0x5a0018=_0x1be65a['replace'](/\{AppCode\}/g,_0x179bbf)[_0x26b489(0x17f)](/\{ModelConfigs\}/g,_0x7d8907)[_0x26b489(0x17f)](/\{ExampleModelName\}/g,_0x671edc)['replace'](/\{ApiFileName\}/g,_0x15069b||_0x26b489(0x166))['replace'](/\{ConfigName\}/g,_0xa594bb||_0x26b489(0x174))[_0x26b489(0x17f)](/\{ClientConfigParam\}/g,_0x368fbb||'')['replace'](/\{VarPrefix\}/g,_0x35beba||_0x26b489(0x156))[_0x26b489(0x17f)](/\{CreatedAt\}/g,_0x40efa9);return _0x5a0018;}static async[a201_0x2a9f61(0x157)](_0x286c31,_0x61af78,_0x4e7ce8,_0x1b24ae,_0x2897ff=!![]){const _0x3aec35=a201_0x2a9f61,_0x5148b9=Date[_0x3aec35(0x159)]();try{_0x2897ff&&logger['info'](_0x3aec35(0x145),_0x3aec35(0x14a),{'templatePath':_0x286c31,'targetPath':_0x61af78,'pageName':_0x4e7ce8,'templateName':_0x1b24ae});await a201_0x59ffe8[_0x3aec35(0x149)][_0x3aec35(0x162)](_0x61af78,{'recursive':!![]}),await this['processDirectory'](_0x286c31,_0x61af78,_0x4e7ce8,_0x1b24ae);if(_0x2897ff){const _0x117b00=Date[_0x3aec35(0x159)]()-_0x5148b9;logger['success']('template',_0x3aec35(0x151),_0x117b00,{'pageName':_0x4e7ce8,'templateName':_0x1b24ae});}}catch(_0x53833f){if(_0x2897ff){const _0x233bc4=Date['now']()-_0x5148b9;logger[_0x3aec35(0x17c)]('template',_0x3aec35(0x184),{'templatePath':_0x286c31,'targetPath':_0x61af78,'pageName':_0x4e7ce8,'templateName':_0x1b24ae,'error':_0x53833f instanceof Error?_0x53833f[_0x3aec35(0x15e)]:String(_0x53833f),'duration':_0x233bc4});}throw _0x53833f;}}static async[a201_0x2a9f61(0x17b)](_0x58fcb0,_0x120e3e,_0x2424ea,_0x586ab0){const _0x3ba21e=a201_0x2a9f61,_0x3a0863=await a201_0x59ffe8['promises']['readdir'](_0x58fcb0,{'withFileTypes':!![]});for(const _0x18050b of _0x3a0863){const _0x20993c=a201_0x164d17[_0x3ba21e(0x14c)](_0x58fcb0,_0x18050b[_0x3ba21e(0x187)]);let _0x319bdd=a201_0x164d17[_0x3ba21e(0x14c)](_0x120e3e,_0x18050b['name']);_0x18050b[_0x3ba21e(0x187)][_0x3ba21e(0x155)](_0x3ba21e(0x153))&&(_0x319bdd=a201_0x164d17[_0x3ba21e(0x14c)](_0x120e3e,_0x18050b[_0x3ba21e(0x187)]['replace'](/\.tpl$/,'')));if(_0x18050b[_0x3ba21e(0x175)]())await a201_0x59ffe8['promises'][_0x3ba21e(0x162)](_0x319bdd,{'recursive':!![]}),await this[_0x3ba21e(0x17b)](_0x20993c,_0x319bdd,_0x2424ea,_0x586ab0);else _0x18050b[_0x3ba21e(0x167)]()&&await this[_0x3ba21e(0x165)](_0x20993c,_0x319bdd,_0x2424ea,_0x586ab0);}}static async[a201_0x2a9f61(0x165)](_0x5e6297,_0x4c8b92,_0x21ef3d,_0x34968e){const _0x563a4c=a201_0x2a9f61,_0x5b147b=a201_0x164d17[_0x563a4c(0x161)](_0x5e6297)[_0x563a4c(0x14d)]();_0x5e6297[_0x563a4c(0x155)](_0x563a4c(0x153))&&(_0x4c8b92=_0x4c8b92['replace'](/\.tpl$/,''));const _0x3cf00f=[_0x563a4c(0x150),_0x563a4c(0x15b),_0x563a4c(0x170),_0x563a4c(0x146),_0x563a4c(0x16d),'.md',_0x563a4c(0x186),_0x563a4c(0x18b),_0x563a4c(0x153)];if(_0x3cf00f[_0x563a4c(0x172)](_0x5b147b)||_0x5e6297['endsWith'](_0x563a4c(0x153))){const _0x50835f=await a201_0x59ffe8[_0x563a4c(0x149)][_0x563a4c(0x15c)](_0x5e6297,_0x563a4c(0x17d)),_0x1330b3=this['replaceContent'](_0x50835f,_0x21ef3d,_0x34968e);await a201_0x59ffe8['promises'][_0x563a4c(0x185)](_0x4c8b92,_0x1330b3,_0x563a4c(0x17d));}else await a201_0x59ffe8[_0x563a4c(0x149)][_0x563a4c(0x188)](_0x5e6297,_0x4c8b92);}}
@@ -1 +1 @@
1
- (function(_0x2881d8,_0x44df63){var _0x4f7330=a201_0x24a0,_0x40b941=_0x2881d8();while(!![]){try{var _0x4eff9d=parseInt(_0x4f7330(0xea))/0x1*(parseInt(_0x4f7330(0xef))/0x2)+parseInt(_0x4f7330(0xe8))/0x3+-parseInt(_0x4f7330(0xe9))/0x4+-parseInt(_0x4f7330(0xe7))/0x5*(-parseInt(_0x4f7330(0xeb))/0x6)+-parseInt(_0x4f7330(0xec))/0x7*(-parseInt(_0x4f7330(0xed))/0x8)+parseInt(_0x4f7330(0xe6))/0x9*(parseInt(_0x4f7330(0xee))/0xa)+-parseInt(_0x4f7330(0xf0))/0xb;if(_0x4eff9d===_0x44df63)break;else _0x40b941['push'](_0x40b941['shift']());}catch(_0x3ef3d0){_0x40b941['push'](_0x40b941['shift']());}}}(a201_0x1022,0xc9723));function a201_0x24a0(_0x59811d,_0x33911a){_0x59811d=_0x59811d-0xe6;var _0x1022e7=a201_0x1022();var _0x24a01d=_0x1022e7[_0x59811d];return _0x24a01d;}import{VERSION}from'../generated/build-info.js';function a201_0x1022(){var _0x14cfcf=['1542603URXOxO','1439640zfWDtD','319WgXRfb','89184PbSkIz','1253yCSocl','65128NeMphW','5010nzxITr','4054thVYHL','33989054gdcuES','6534nDeicf','435oGPEjf'];a201_0x1022=function(){return _0x14cfcf;};return a201_0x1022();}export function getCliVersion(){return VERSION;}
1
+ function a202_0x2896(){var _0x21e51e=['988630hlbwBd','84YNNnJe','21796hHDVmJ','1FjobdN','10199pnpStv','41404zgznGZ','3387168LCdvWc','804140VWluBX','3432EZhsvp','192490BboQxw','606UxgdsQ','9ZnCLho'];a202_0x2896=function(){return _0x21e51e;};return a202_0x2896();}(function(_0xe03afe,_0xb53689){var _0x3979f5=a202_0x2774,_0x3d312c=_0xe03afe();while(!![]){try{var _0x423aee=-parseInt(_0x3979f5(0x1da))/0x1*(-parseInt(_0x3979f5(0x1e3))/0x2)+parseInt(_0x3979f5(0x1e4))/0x3*(parseInt(_0x3979f5(0x1d9))/0x4)+parseInt(_0x3979f5(0x1de))/0x5+-parseInt(_0x3979f5(0x1e1))/0x6*(-parseInt(_0x3979f5(0x1db))/0x7)+parseInt(_0x3979f5(0x1dd))/0x8+-parseInt(_0x3979f5(0x1e2))/0x9*(-parseInt(_0x3979f5(0x1e0))/0xa)+-parseInt(_0x3979f5(0x1dc))/0xb*(parseInt(_0x3979f5(0x1df))/0xc);if(_0x423aee===_0xb53689)break;else _0x3d312c['push'](_0x3d312c['shift']());}catch(_0x1011a9){_0x3d312c['push'](_0x3d312c['shift']());}}}(a202_0x2896,0x4e5f5));function a202_0x2774(_0x579e4b,_0x2a14a8){_0x579e4b=_0x579e4b-0x1d9;var _0x2896eb=a202_0x2896();var _0x2774d1=_0x2896eb[_0x579e4b];return _0x2774d1;}import{VERSION}from'../generated/build-info.js';export function getCliVersion(){return VERSION;}
@@ -1 +1 @@
1
- (function(_0x2febb2,_0x589e35){var _0x2d54f4=a202_0x14c8,_0x140d4b=_0x2febb2();while(!![]){try{var _0x413569=-parseInt(_0x2d54f4(0x1b7))/0x1+-parseInt(_0x2d54f4(0x1b5))/0x2*(parseInt(_0x2d54f4(0x1bc))/0x3)+parseInt(_0x2d54f4(0x1b8))/0x4*(parseInt(_0x2d54f4(0x1b4))/0x5)+parseInt(_0x2d54f4(0x1b9))/0x6*(-parseInt(_0x2d54f4(0x1bd))/0x7)+-parseInt(_0x2d54f4(0x1b3))/0x8+parseInt(_0x2d54f4(0x1b6))/0x9*(parseInt(_0x2d54f4(0x1bb))/0xa)+-parseInt(_0x2d54f4(0x1b2))/0xb*(-parseInt(_0x2d54f4(0x1ba))/0xc);if(_0x413569===_0x589e35)break;else _0x140d4b['push'](_0x140d4b['shift']());}catch(_0x560ca3){_0x140d4b['push'](_0x140d4b['shift']());}}}(a202_0x2702,0xc4dd2));function a202_0x14c8(_0x35064d,_0x1e789c){_0x35064d=_0x35064d-0x1b2;var _0x270206=a202_0x2702();var _0x14c8ba=_0x270206[_0x35064d];return _0x14c8ba;}function a202_0x2702(){var _0x37967c=['528111fDhyyv','2937053Hytayk','23320187CozJIj','7642368sgGYxT','120VFTvEd','2zutmxC','63lLdEYE','41774pSouAn','11372HMqenh','6QoLCDd','12ZlZVzg','301130mHjrvO'];a202_0x2702=function(){return _0x37967c;};return a202_0x2702();}import{setActiveCookie,clearActiveCookie}from'../core/api-client.js';export async function withActiveCookie(_0x3fc242,_0xb8ff1f){setActiveCookie(_0x3fc242);try{return await _0xb8ff1f();}finally{clearActiveCookie();}}
1
+ (function(_0x3fc496,_0x1bd4b2){var _0x2d0cde=a203_0x1b2a,_0xee5400=_0x3fc496();while(!![]){try{var _0x5f4225=-parseInt(_0x2d0cde(0xde))/0x1*(parseInt(_0x2d0cde(0xe0))/0x2)+parseInt(_0x2d0cde(0xdc))/0x3*(-parseInt(_0x2d0cde(0xd9))/0x4)+parseInt(_0x2d0cde(0xda))/0x5+parseInt(_0x2d0cde(0xd7))/0x6+parseInt(_0x2d0cde(0xd8))/0x7*(-parseInt(_0x2d0cde(0xdf))/0x8)+-parseInt(_0x2d0cde(0xdb))/0x9+parseInt(_0x2d0cde(0xdd))/0xa*(parseInt(_0x2d0cde(0xe1))/0xb);if(_0x5f4225===_0x1bd4b2)break;else _0xee5400['push'](_0xee5400['shift']());}catch(_0x2d5084){_0xee5400['push'](_0xee5400['shift']());}}}(a203_0x110a,0x5403a));function a203_0x1b2a(_0x4fa186,_0x23be96){_0x4fa186=_0x4fa186-0xd7;var _0x110aeb=a203_0x110a();var _0x1b2a5b=_0x110aeb[_0x4fa186];return _0x1b2a5b;}import{setActiveCookie,clearActiveCookie}from'../core/api-client.js';export async function withActiveCookie(_0x48e05b,_0x15faf4){setActiveCookie(_0x48e05b);try{return await _0x15faf4();}finally{clearActiveCookie();}}function a203_0x110a(){var _0x3feb31=['259KvbGih','180jLRrFD','3373250ChEPTP','5663349WRXwpv','9066RWuJIS','176830sbAvPV','1kOFOQI','80432cSrKiY','11404UOPvZA','264EQuvej','2328186JDVNIM'];a203_0x110a=function(){return _0x3feb31;};return a203_0x110a();}
@@ -1 +1 @@
1
- function a203_0x44c2(){var _0x1f02a0=['259CFghSZ','9816ExojAF','3bluPGj','3338568Farxwv','8116174ZIPcXp','write','5088420BZRFLy','115062dbTqiq','1293484vHMkFc','stderr','1910075HBrUwl','18lpKwVt','16jJovlf'];a203_0x44c2=function(){return _0x1f02a0;};return a203_0x44c2();}function a203_0x54f4(_0x2bb8d4,_0x3385d3){_0x2bb8d4=_0x2bb8d4-0x10b;var _0x44c201=a203_0x44c2();var _0x54f493=_0x44c201[_0x2bb8d4];return _0x54f493;}(function(_0x35da70,_0x129b64){var _0x492906=a203_0x54f4,_0x50e93b=_0x35da70();while(!![]){try{var _0x1a5ccc=parseInt(_0x492906(0x111))/0x1*(parseInt(_0x492906(0x10f))/0x2)+-parseInt(_0x492906(0x112))/0x3*(-parseInt(_0x492906(0x10b))/0x4)+parseInt(_0x492906(0x10d))/0x5+parseInt(_0x492906(0x117))/0x6*(parseInt(_0x492906(0x110))/0x7)+parseInt(_0x492906(0x113))/0x8*(-parseInt(_0x492906(0x10e))/0x9)+parseInt(_0x492906(0x116))/0xa+-parseInt(_0x492906(0x114))/0xb;if(_0x1a5ccc===_0x129b64)break;else _0x50e93b['push'](_0x50e93b['shift']());}catch(_0x43f567){_0x50e93b['push'](_0x50e93b['shift']());}}}(a203_0x44c2,0x68f05));export function writeCliSideChannelLine(_0x2d235d){var _0x5bc866=a203_0x54f4;process[_0x5bc866(0x10c)][_0x5bc866(0x115)](_0x2d235d+'\x0a');}
1
+ (function(_0x44d434,_0x5ea1a7){var _0x140a77=a204_0x3b2a,_0x218be0=_0x44d434();while(!![]){try{var _0x4a2a44=-parseInt(_0x140a77(0x1b2))/0x1+parseInt(_0x140a77(0x1b5))/0x2+parseInt(_0x140a77(0x1b3))/0x3*(-parseInt(_0x140a77(0x1b8))/0x4)+parseInt(_0x140a77(0x1af))/0x5+parseInt(_0x140a77(0x1b9))/0x6*(parseInt(_0x140a77(0x1b0))/0x7)+parseInt(_0x140a77(0x1b4))/0x8+-parseInt(_0x140a77(0x1b7))/0x9;if(_0x4a2a44===_0x5ea1a7)break;else _0x218be0['push'](_0x218be0['shift']());}catch(_0x3bc104){_0x218be0['push'](_0x218be0['shift']());}}}(a204_0xc8ae,0x3a1b7));export function writeCliSideChannelLine(_0x1ee61e){var _0x45a176=a204_0x3b2a;process[_0x45a176(0x1b1)][_0x45a176(0x1b6)](_0x1ee61e+'\x0a');}function a204_0x3b2a(_0x309cba,_0x1faa70){_0x309cba=_0x309cba-0x1af;var _0xc8ae0=a204_0xc8ae();var _0x3b2af1=_0xc8ae0[_0x309cba];return _0x3b2af1;}function a204_0xc8ae(){var _0xc84473=['144924KIWWFc','1105528BjJRdb','951128McunvC','write','3449853YejprB','8zNUSMy','6FJbYvC','844485PXoZtB','2167193csjdHQ','stderr','374311lSYMzP'];a204_0xc8ae=function(){return _0xc84473;};return a204_0xc8ae();}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lovrabet/rabetbase-cli",
3
- "version": "2.1.13",
3
+ "version": "2.1.14-beta.0",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "repository": {
6
6
  "type": "git",