@lovrabet/rabetbase-cli 2.3.1 → 2.3.2

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 (218) 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/app-config/delete.js +1 -1
  27. package/lib/commands/app-config/get.js +1 -1
  28. package/lib/commands/app-config/index.js +1 -1
  29. package/lib/commands/app-config/list.js +1 -1
  30. package/lib/commands/app-config/set.js +1 -1
  31. package/lib/commands/app-config/shared.js +1 -1
  32. package/lib/commands/auth/index.js +1 -1
  33. package/lib/commands/bff/create.js +1 -1
  34. package/lib/commands/bff/delete.js +1 -1
  35. package/lib/commands/bff/detail.js +1 -1
  36. package/lib/commands/bff/index.js +1 -1
  37. package/lib/commands/bff/list.js +1 -1
  38. package/lib/commands/bff/pull.js +1 -1
  39. package/lib/commands/bff/push.js +1 -1
  40. package/lib/commands/bff/status.js +1 -1
  41. package/lib/commands/cli-skill/index.js +1 -1
  42. package/lib/commands/cli-update.js +1 -1
  43. package/lib/commands/codegen/index.js +1 -1
  44. package/lib/commands/codegen/sdk.js +1 -1
  45. package/lib/commands/codegen/sql.js +1 -1
  46. package/lib/commands/common/app-selector.js +1 -1
  47. package/lib/commands/common/flags.js +1 -1
  48. package/lib/commands/common/validate.js +1 -1
  49. package/lib/commands/config/get.js +1 -1
  50. package/lib/commands/config/index.js +1 -1
  51. package/lib/commands/config/list.js +1 -1
  52. package/lib/commands/config/set.js +1 -1
  53. package/lib/commands/config/shared.js +1 -1
  54. package/lib/commands/data/filter.js +1 -1
  55. package/lib/commands/data/getOne.js +1 -1
  56. package/lib/commands/data/index.js +1 -1
  57. package/lib/commands/data/shared.js +1 -1
  58. package/lib/commands/dataset/business-group-update.js +1 -1
  59. package/lib/commands/dataset/capability.js +1 -1
  60. package/lib/commands/dataset/delete.js +1 -1
  61. package/lib/commands/dataset/detail.js +1 -1
  62. package/lib/commands/dataset/extend-update.js +1 -1
  63. package/lib/commands/dataset/field-update.js +1 -1
  64. package/lib/commands/dataset/index.js +1 -1
  65. package/lib/commands/dataset/list.js +1 -1
  66. package/lib/commands/dataset/operations.js +1 -1
  67. package/lib/commands/dataset/relation-audit.js +1 -0
  68. package/lib/commands/dataset/relation-create.js +1 -1
  69. package/lib/commands/dataset/relation-delete.js +1 -1
  70. package/lib/commands/dataset/relation-shared.js +1 -1
  71. package/lib/commands/dataset/relation-update.js +1 -1
  72. package/lib/commands/dataset/relations.js +1 -1
  73. package/lib/commands/dataset/rename.js +1 -1
  74. package/lib/commands/dataset/restore.js +1 -1
  75. package/lib/commands/db/analyze-cancel.js +1 -1
  76. package/lib/commands/db/analyze-start.js +1 -1
  77. package/lib/commands/db/analyze-status.js +1 -1
  78. package/lib/commands/db/create.js +1 -1
  79. package/lib/commands/db/delete.js +1 -1
  80. package/lib/commands/db/detail.js +1 -1
  81. package/lib/commands/db/diff.js +1 -1
  82. package/lib/commands/db/index.js +1 -1
  83. package/lib/commands/db/list.js +1 -1
  84. package/lib/commands/db/shared.js +1 -1
  85. package/lib/commands/db/tables.js +1 -1
  86. package/lib/commands/db/test.js +1 -1
  87. package/lib/commands/db/update.js +1 -1
  88. package/lib/commands/doctor.js +1 -1
  89. package/lib/commands/init/index.js +1 -1
  90. package/lib/commands/issue/index.js +1 -1
  91. package/lib/commands/issue/nudge.js +1 -1
  92. package/lib/commands/issue/report.js +1 -1
  93. package/lib/commands/issue/shared.js +1 -1
  94. package/lib/commands/logs/index.js +1 -1
  95. package/lib/commands/menu/index.js +1 -1
  96. package/lib/commands/menu/list.js +1 -1
  97. package/lib/commands/menu/shared/compare-table.js +1 -1
  98. package/lib/commands/menu/shared/index.js +1 -1
  99. package/lib/commands/menu/shared/inquirer.js +1 -1
  100. package/lib/commands/menu/shared/local-pages.js +1 -1
  101. package/lib/commands/menu/shared/logic.js +1 -1
  102. package/lib/commands/menu/shared/service.js +1 -1
  103. package/lib/commands/menu/shared/sync-core.js +1 -1
  104. package/lib/commands/menu/shared/update-core.js +1 -1
  105. package/lib/commands/menu/shared/valid-url.js +1 -1
  106. package/lib/commands/menu/sync.js +1 -1
  107. package/lib/commands/menu/update.js +1 -1
  108. package/lib/commands/page/generate-start.js +1 -1
  109. package/lib/commands/page/generate-status.js +1 -1
  110. package/lib/commands/page/index.js +1 -1
  111. package/lib/commands/page/pull.js +1 -1
  112. package/lib/commands/page/push.js +1 -1
  113. package/lib/commands/page/relation-audit.js +1 -1
  114. package/lib/commands/page/shared.js +1 -1
  115. package/lib/commands/page/standard-page-status.js +1 -1
  116. package/lib/commands/page/sync.js +1 -1
  117. package/lib/commands/project/create/enhanced-guided-create.js +1 -1
  118. package/lib/commands/project/create/format-elapsed.js +1 -1
  119. package/lib/commands/project/create/main.js +1 -1
  120. package/lib/commands/project/create/non-interactive.js +1 -1
  121. package/lib/commands/project/create/project-template-path.js +1 -1
  122. package/lib/commands/project/create/use-copy-project-template.js +1 -1
  123. package/lib/commands/project/create/use-format-code.js +1 -1
  124. package/lib/commands/project/create/use-install-dependencies.js +1 -1
  125. package/lib/commands/project/index.js +1 -1
  126. package/lib/commands/project/init.js +1 -1
  127. package/lib/commands/project/upgrade.js +1 -1
  128. package/lib/commands/registry.js +1 -1
  129. package/lib/commands/run/index.js +1 -1
  130. package/lib/commands/schema.js +1 -1
  131. package/lib/commands/sql/create.js +1 -1
  132. package/lib/commands/sql/delete.js +1 -1
  133. package/lib/commands/sql/detail.js +1 -1
  134. package/lib/commands/sql/exec.js +1 -1
  135. package/lib/commands/sql/index.js +1 -1
  136. package/lib/commands/sql/list.js +1 -1
  137. package/lib/commands/sql/pull.js +1 -1
  138. package/lib/commands/sql/push.js +1 -1
  139. package/lib/commands/sql/save.js +1 -1
  140. package/lib/commands/sql/shared.js +1 -1
  141. package/lib/commands/sql/status.js +1 -1
  142. package/lib/commands/sql/validate.js +1 -1
  143. package/lib/commands/workspace/index.js +1 -1
  144. package/lib/config/schema.js +1 -1
  145. package/lib/constant/cdn.js +1 -1
  146. package/lib/constant/cli.js +1 -1
  147. package/lib/constant/defaults.js +1 -1
  148. package/lib/constant/domain.js +1 -1
  149. package/lib/constant/env.js +1 -1
  150. package/lib/constant/output.js +1 -1
  151. package/lib/constant/paths.js +1 -1
  152. package/lib/constant/risk.js +1 -1
  153. package/lib/context/app-resolver.js +1 -1
  154. package/lib/context/auth-resolver.js +1 -1
  155. package/lib/context/config-loader.js +1 -1
  156. package/lib/context.js +1 -1
  157. package/lib/core/alias-resolver.js +1 -1
  158. package/lib/core/api-client.js +1 -1
  159. package/lib/core/bff/config.js +1 -1
  160. package/lib/core/bff/file-system.js +1 -1
  161. package/lib/core/bff/hash.js +1 -1
  162. package/lib/core/bff/lock.js +1 -1
  163. package/lib/core/bff/utils.js +1 -1
  164. package/lib/core/db-resolver.js +1 -1
  165. package/lib/core/page/file-system.js +1 -1
  166. package/lib/core/page/hash.js +1 -1
  167. package/lib/core/page/lock.js +1 -1
  168. package/lib/core/sql-sync/config.js +1 -1
  169. package/lib/core/sql-sync/file-system.js +1 -1
  170. package/lib/core/sql-sync/hash.js +1 -1
  171. package/lib/core/sql-sync/lock.js +1 -1
  172. package/lib/core/sql-sync/utils.js +1 -1
  173. package/lib/core/sql-validator.js +1 -1
  174. package/lib/errors.js +1 -1
  175. package/lib/framework/build-all-flags.js +1 -1
  176. package/lib/framework/flags.js +1 -1
  177. package/lib/framework/help.js +1 -1
  178. package/lib/framework/index.js +1 -1
  179. package/lib/framework/output.js +1 -1
  180. package/lib/framework/response.js +1 -1
  181. package/lib/framework/runner-alias.js +1 -1
  182. package/lib/framework/runner.js +1 -1
  183. package/lib/framework/schema-export.js +1 -1
  184. package/lib/framework/types.js +1 -1
  185. package/lib/generated/build-info.js +1 -1
  186. package/lib/help.js +1 -1
  187. package/lib/skills/main.js +1 -1
  188. package/lib/skills/npx-skills-add.js +1 -1
  189. package/lib/telemetry/cli-command-trace.js +1 -1
  190. package/lib/telemetry/cli-help-trace.js +1 -1
  191. package/lib/telemetry/ensure-cli-otel-config.js +1 -1
  192. package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
  193. package/lib/telemetry/send-cli-trace-log.js +1 -1
  194. package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
  195. package/lib/utils/ai_config.js +1 -1
  196. package/lib/utils/apply-jq-filter.js +1 -1
  197. package/lib/utils/cdn-config.js +1 -1
  198. package/lib/utils/check-sdk-version.js +1 -1
  199. package/lib/utils/cli-version-check.js +1 -1
  200. package/lib/utils/cli-version-policy.js +1 -1
  201. package/lib/utils/config.js +1 -1
  202. package/lib/utils/copy-directory.js +1 -1
  203. package/lib/utils/entity-with-id.js +1 -1
  204. package/lib/utils/file-utils.js +1 -1
  205. package/lib/utils/guides-cdn.js +1 -1
  206. package/lib/utils/http-client.js +1 -1
  207. package/lib/utils/is-non-interactive.js +1 -1
  208. package/lib/utils/logger.js +1 -1
  209. package/lib/utils/params.js +1 -1
  210. package/lib/utils/platform.js +1 -1
  211. package/lib/utils/rules-cdn.js +1 -1
  212. package/lib/utils/sleep.js +1 -1
  213. package/lib/utils/template-replacer.js +1 -1
  214. package/lib/utils/update-notice.js +1 -1
  215. package/lib/utils/version.js +1 -1
  216. package/lib/utils/with-active-cookie.js +1 -1
  217. package/lib/utils/write-cli-side-channel.js +1 -1
  218. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(_0x3a6bb0,_0x26f45b){const _0x3c635=a217_0x2657,_0x112e55=_0x3a6bb0();while(!![]){try{const _0x29cff7=parseInt(_0x3c635(0x16a))/0x1*(-parseInt(_0x3c635(0x168))/0x2)+-parseInt(_0x3c635(0x16f))/0x3*(parseInt(_0x3c635(0x17c))/0x4)+parseInt(_0x3c635(0x179))/0x5*(parseInt(_0x3c635(0x177))/0x6)+-parseInt(_0x3c635(0x17d))/0x7*(-parseInt(_0x3c635(0x176))/0x8)+-parseInt(_0x3c635(0x16e))/0x9+parseInt(_0x3c635(0x17a))/0xa*(-parseInt(_0x3c635(0x180))/0xb)+parseInt(_0x3c635(0x16c))/0xc;if(_0x29cff7===_0x26f45b)break;else _0x112e55['push'](_0x112e55['shift']());}catch(_0x16c868){_0x112e55['push'](_0x112e55['shift']());}}}(a217_0x3245,0xbc648));import{mkdir,readFile,writeFile}from'node:fs/promises';import{homedir}from'node:os';import{dirname,join}from'node:path';import a217_0x224785 from'semver';import{CLI_BIN_NAME,NPM_PACKAGE_NAME}from'../constant/cli.js';function a217_0x3245(){const _0x149287=['valid','12679799bCZOod',',\x20run:\x20','now','\x20available,\x20current\x20','849084hLCpiL','true','2BytRaq','https://www.npmjs.com/package/','38239884mPobLm','checkedAt','7240023ZIXBSH','309siQAxi','utf8','parse','.cache','number','lastNotifiedVersion','yes','128SkANye','18aBldzO','trim','452105NWdbXx','10UahvSF','lastNotifiedAt','35168HPfuFi','448679nidPTK','stableVersion'];a217_0x3245=function(){return _0x149287;};return a217_0x3245();}import{getCliVersionPolicy}from'../utils/cli-version-policy.js';import{getCliVersion}from'../utils/version.js';function a217_0x2657(_0x42a869,_0x3084ec){_0x42a869=_0x42a869-0x168;const _0x32452d=a217_0x3245();let _0x265740=_0x32452d[_0x42a869];return _0x265740;}const UPDATE_CHECK_TTL_MS=0xc*0x3c*0x3c*0x3e8,UPDATE_NOTICE_TTL_MS=0x18*0x3c*0x3c*0x3e8;function isUpdateNoticeDisabled(){const _0x101702=a217_0x2657,_0x5d8476=process.env.RABETBASE_NO_UPDATE_NOTICE?.['trim']()['toLowerCase']();return _0x5d8476==='1'||_0x5d8476===_0x101702(0x169)||_0x5d8476===_0x101702(0x175);}function cacheRoot(){const _0x53b9b1=a217_0x2657;return process.env.XDG_CACHE_HOME||process.env.LOCALAPPDATA||join(homedir(),_0x53b9b1(0x172));}export function getUpdateNoticeCachePath(){return join(cacheRoot(),'rabetbase-cli','update-check.json');}async function readUpdateNoticeCache(){const _0x5929b9=a217_0x2657;try{const _0x4308e2=await readFile(getUpdateNoticeCachePath(),'utf8'),_0x53fa56=JSON[_0x5929b9(0x171)](_0x4308e2);if(!_0x53fa56||typeof _0x53fa56!=='object')return{};return _0x53fa56;}catch{return{};}}async function writeUpdateNoticeCache(_0x21c6b4){const _0x3a743a=a217_0x2657;try{const _0x1be7c3=getUpdateNoticeCachePath();await mkdir(dirname(_0x1be7c3),{'recursive':!![]}),await writeFile(_0x1be7c3,JSON['stringify'](_0x21c6b4,null,0x2)+'\x0a',_0x3a743a(0x170));}catch{}}function isFreshCheck(_0x55e818,_0x289a79){const _0x21fcc0=a217_0x2657;return typeof _0x55e818['checkedAt']===_0x21fcc0(0x173)&&_0x289a79-_0x55e818[_0x21fcc0(0x16d)]<UPDATE_CHECK_TTL_MS;}function isRecentlyNotified(_0x6ba8f0,_0x1dfb8a,_0x443db1){const _0x580568=a217_0x2657;return _0x6ba8f0[_0x580568(0x174)]===_0x1dfb8a&&typeof _0x6ba8f0[_0x580568(0x17b)]===_0x580568(0x173)&&_0x443db1-_0x6ba8f0[_0x580568(0x17b)]<UPDATE_NOTICE_TTL_MS;}export function buildNpmVersionUrl(_0x1a182f){const _0x23d2bc=a217_0x2657;return _0x23d2bc(0x16b)+NPM_PACKAGE_NAME+'/v/'+_0x1a182f;}export async function resolveLatestUpdateNotice(){const _0x3bbec4=a217_0x2657;if(isUpdateNoticeDisabled())return null;try{const _0x29afdf=Date[_0x3bbec4(0x182)](),_0x5cfb17=getCliVersion(),_0x1df803=await readUpdateNoticeCache();let _0x2feda5=isFreshCheck(_0x1df803,_0x29afdf)?_0x1df803['latest']?.[_0x3bbec4(0x178)]():undefined;if(!_0x2feda5&&!isFreshCheck(_0x1df803,_0x29afdf)){const _0x2e4c01=await getCliVersionPolicy();_0x2feda5=_0x2e4c01?.[_0x3bbec4(0x17e)]?.[_0x3bbec4(0x178)]()||undefined,await writeUpdateNoticeCache({..._0x1df803,'checkedAt':_0x29afdf,'latest':_0x2feda5,'failed':!_0x2feda5});}if(!_0x2feda5||!a217_0x224785[_0x3bbec4(0x17f)](_0x5cfb17)||!a217_0x224785[_0x3bbec4(0x17f)](_0x2feda5))return null;if(a217_0x224785['gte'](_0x5cfb17,_0x2feda5))return null;if(isRecentlyNotified(_0x1df803,_0x2feda5,_0x29afdf))return null;const _0x47eae9=CLI_BIN_NAME+'\x20update';return await writeUpdateNoticeCache({..._0x1df803,'checkedAt':isFreshCheck(_0x1df803,_0x29afdf)?_0x1df803[_0x3bbec4(0x16d)]:_0x29afdf,'latest':_0x2feda5,'failed':![],'lastNotifiedVersion':_0x2feda5,'lastNotifiedAt':_0x29afdf}),{'command':_0x47eae9,'current':_0x5cfb17,'latest':_0x2feda5,'url':buildNpmVersionUrl(_0x2feda5),'message':CLI_BIN_NAME+'\x20'+_0x2feda5+_0x3bbec4(0x183)+_0x5cfb17+_0x3bbec4(0x181)+_0x47eae9};}catch{return null;}}
1
+ (function(_0x3c4c09,_0x57b434){const _0x38cd7f=a218_0x35b7,_0x3b9de4=_0x3c4c09();while(!![]){try{const _0x29f231=-parseInt(_0x38cd7f(0x1c8))/0x1*(-parseInt(_0x38cd7f(0x1c6))/0x2)+parseInt(_0x38cd7f(0x1d0))/0x3+-parseInt(_0x38cd7f(0x1d2))/0x4+-parseInt(_0x38cd7f(0x1da))/0x5*(parseInt(_0x38cd7f(0x1d3))/0x6)+parseInt(_0x38cd7f(0x1dd))/0x7+parseInt(_0x38cd7f(0x1d6))/0x8+parseInt(_0x38cd7f(0x1cd))/0x9;if(_0x29f231===_0x57b434)break;else _0x3b9de4['push'](_0x3b9de4['shift']());}catch(_0x336071){_0x3b9de4['push'](_0x3b9de4['shift']());}}}(a218_0x6260,0x64185));import{mkdir,readFile,writeFile}from'node:fs/promises';import{homedir}from'node:os';import{dirname,join}from'node:path';import a218_0x12990a 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 _0x5b27ef=a218_0x35b7,_0x8c559a=process.env.RABETBASE_NO_UPDATE_NOTICE?.['trim']()['toLowerCase']();return _0x8c559a==='1'||_0x8c559a===_0x5b27ef(0x1d7)||_0x8c559a===_0x5b27ef(0x1d1);}function cacheRoot(){const _0x28d2d3=a218_0x35b7;return process.env.XDG_CACHE_HOME||process.env.LOCALAPPDATA||join(homedir(),_0x28d2d3(0x1d9));}export function getUpdateNoticeCachePath(){const _0x1a2eb0=a218_0x35b7;return join(cacheRoot(),'rabetbase-cli',_0x1a2eb0(0x1c5));}async function readUpdateNoticeCache(){const _0x1bfa78=a218_0x35b7;try{const _0x46540c=await readFile(getUpdateNoticeCachePath(),'utf8'),_0x64bf4a=JSON['parse'](_0x46540c);if(!_0x64bf4a||typeof _0x64bf4a!==_0x1bfa78(0x1d5))return{};return _0x64bf4a;}catch{return{};}}async function writeUpdateNoticeCache(_0x1d352c){try{const _0x30f193=getUpdateNoticeCachePath();await mkdir(dirname(_0x30f193),{'recursive':!![]}),await writeFile(_0x30f193,JSON['stringify'](_0x1d352c,null,0x2)+'\x0a','utf8');}catch{}}function a218_0x35b7(_0x32bc82,_0x56c2e){_0x32bc82=_0x32bc82-0x1c5;const _0x62600f=a218_0x6260();let _0x35b7e8=_0x62600f[_0x32bc82];return _0x35b7e8;}function isFreshCheck(_0x5ccd6b,_0x4a0031){const _0xcbe18b=a218_0x35b7;return typeof _0x5ccd6b[_0xcbe18b(0x1ce)]==='number'&&_0x4a0031-_0x5ccd6b[_0xcbe18b(0x1ce)]<UPDATE_CHECK_TTL_MS;}function isRecentlyNotified(_0x95addd,_0x33840f,_0x13e178){const _0xcc0b87=a218_0x35b7;return _0x95addd[_0xcc0b87(0x1cc)]===_0x33840f&&typeof _0x95addd['lastNotifiedAt']==='number'&&_0x13e178-_0x95addd[_0xcc0b87(0x1d8)]<UPDATE_NOTICE_TTL_MS;}export function buildNpmVersionUrl(_0x237076){const _0x153f63=a218_0x35b7;return _0x153f63(0x1d4)+NPM_PACKAGE_NAME+'/v/'+_0x237076;}function a218_0x6260(){const _0x26397c=['lastNotifiedAt','.cache','880TTUxdW','latest','gte','1751848pOUqbV','trim','update-check.json','2GdvblK','valid','479002XaUKyx','\x20update',',\x20run:\x20','\x20available,\x20current\x20','lastNotifiedVersion','1859373fomMYA','checkedAt','now','1520850TcXJXq','yes','3022400sDHxxv','16044VlrbbZ','https://www.npmjs.com/package/','object','1547200bhtIlm','true'];a218_0x6260=function(){return _0x26397c;};return a218_0x6260();}export async function resolveLatestUpdateNotice(){const _0xb443ba=a218_0x35b7;if(isUpdateNoticeDisabled())return null;try{const _0x4e3400=Date[_0xb443ba(0x1cf)](),_0x1f4cfd=getCliVersion(),_0x52f7d2=await readUpdateNoticeCache();let _0x3887a4=isFreshCheck(_0x52f7d2,_0x4e3400)?_0x52f7d2[_0xb443ba(0x1db)]?.[_0xb443ba(0x1de)]():undefined;if(!_0x3887a4&&!isFreshCheck(_0x52f7d2,_0x4e3400)){const _0x25086d=await getCliVersionPolicy();_0x3887a4=_0x25086d?.['stableVersion']?.[_0xb443ba(0x1de)]()||undefined,await writeUpdateNoticeCache({..._0x52f7d2,'checkedAt':_0x4e3400,'latest':_0x3887a4,'failed':!_0x3887a4});}if(!_0x3887a4||!a218_0x12990a[_0xb443ba(0x1c7)](_0x1f4cfd)||!a218_0x12990a[_0xb443ba(0x1c7)](_0x3887a4))return null;if(a218_0x12990a[_0xb443ba(0x1dc)](_0x1f4cfd,_0x3887a4))return null;if(isRecentlyNotified(_0x52f7d2,_0x3887a4,_0x4e3400))return null;const _0x54a476=CLI_BIN_NAME+_0xb443ba(0x1c9);return await writeUpdateNoticeCache({..._0x52f7d2,'checkedAt':isFreshCheck(_0x52f7d2,_0x4e3400)?_0x52f7d2[_0xb443ba(0x1ce)]:_0x4e3400,'latest':_0x3887a4,'failed':![],'lastNotifiedVersion':_0x3887a4,'lastNotifiedAt':_0x4e3400}),{'command':_0x54a476,'current':_0x1f4cfd,'latest':_0x3887a4,'url':buildNpmVersionUrl(_0x3887a4),'message':CLI_BIN_NAME+'\x20'+_0x3887a4+_0xb443ba(0x1cb)+_0x1f4cfd+_0xb443ba(0x1ca)+_0x54a476};}catch{return null;}}
@@ -1 +1 @@
1
- (function(_0x373195,_0x305470){var _0x25d51b=a218_0xbfe1,_0x4a046b=_0x373195();while(!![]){try{var _0x3a5278=-parseInt(_0x25d51b(0x1b0))/0x1+-parseInt(_0x25d51b(0x1b7))/0x2+parseInt(_0x25d51b(0x1b5))/0x3*(parseInt(_0x25d51b(0x1b2))/0x4)+-parseInt(_0x25d51b(0x1b1))/0x5+-parseInt(_0x25d51b(0x1b4))/0x6*(parseInt(_0x25d51b(0x1b6))/0x7)+-parseInt(_0x25d51b(0x1b3))/0x8+parseInt(_0x25d51b(0x1b8))/0x9;if(_0x3a5278===_0x305470)break;else _0x4a046b['push'](_0x4a046b['shift']());}catch(_0x14cc55){_0x4a046b['push'](_0x4a046b['shift']());}}}(a218_0x4b29,0x1889e));import{VERSION}from'../generated/build-info.js';function a218_0xbfe1(_0x381f81,_0x4bf5eb){_0x381f81=_0x381f81-0x1b0;var _0x4b2939=a218_0x4b29();var _0xbfe18e=_0x4b2939[_0x381f81];return _0xbfe18e;}function a218_0x4b29(){var _0x59700e=['3429054sMpFZq','154929PTLNZD','690720MNJrLe','816ZPwQfO','309800dAkQtP','76098HhygDK','1125rsKHwo','7tdTnhj','25030vUrJEX'];a218_0x4b29=function(){return _0x59700e;};return a218_0x4b29();}export function getCliVersion(){return VERSION;}
1
+ function a219_0x3929(_0xe64b00,_0x2308cb){_0xe64b00=_0xe64b00-0x113;var _0x121eb9=a219_0x121e();var _0x392913=_0x121eb9[_0xe64b00];return _0x392913;}(function(_0x423b8e,_0x4c721c){var _0x3f0133=a219_0x3929,_0xfeb03f=_0x423b8e();while(!![]){try{var _0x211f6a=-parseInt(_0x3f0133(0x117))/0x1+parseInt(_0x3f0133(0x116))/0x2+parseInt(_0x3f0133(0x11a))/0x3*(-parseInt(_0x3f0133(0x113))/0x4)+-parseInt(_0x3f0133(0x119))/0x5+parseInt(_0x3f0133(0x118))/0x6+-parseInt(_0x3f0133(0x114))/0x7+parseInt(_0x3f0133(0x115))/0x8;if(_0x211f6a===_0x4c721c)break;else _0xfeb03f['push'](_0xfeb03f['shift']());}catch(_0x3873ff){_0xfeb03f['push'](_0xfeb03f['shift']());}}}(a219_0x121e,0x48c29));function a219_0x121e(){var _0x2ffaf9=['468955sWoeED','6nqmYFF','288292IEHFSs','618702mPfVHn','1558704CHLeHp','682626xjSLkx','265285NCwOkN','2120892CKAWmB'];a219_0x121e=function(){return _0x2ffaf9;};return a219_0x121e();}import{VERSION}from'../generated/build-info.js';export function getCliVersion(){return VERSION;}
@@ -1 +1 @@
1
- (function(_0x6339a2,_0x430219){var _0x24ef75=a219_0x349e,_0x60b5d1=_0x6339a2();while(!![]){try{var _0x4a6101=parseInt(_0x24ef75(0x8c))/0x1+parseInt(_0x24ef75(0x8e))/0x2+parseInt(_0x24ef75(0x94))/0x3*(-parseInt(_0x24ef75(0x8f))/0x4)+-parseInt(_0x24ef75(0x92))/0x5*(parseInt(_0x24ef75(0x8b))/0x6)+-parseInt(_0x24ef75(0x93))/0x7*(parseInt(_0x24ef75(0x95))/0x8)+parseInt(_0x24ef75(0x8a))/0x9*(parseInt(_0x24ef75(0x91))/0xa)+-parseInt(_0x24ef75(0x8d))/0xb*(-parseInt(_0x24ef75(0x90))/0xc);if(_0x4a6101===_0x430219)break;else _0x60b5d1['push'](_0x60b5d1['shift']());}catch(_0x3ec832){_0x60b5d1['push'](_0x60b5d1['shift']());}}}(a219_0x451a,0x58c13));import{setActiveCookie,clearActiveCookie}from'../core/api-client.js';function a219_0x349e(_0x108999,_0x5323dc){_0x108999=_0x108999-0x8a;var _0x451a3c=a219_0x451a();var _0x349e18=_0x451a3c[_0x108999];return _0x349e18;}function a219_0x451a(){var _0x1f0331=['630707bfrVzS','350312gbTVZj','20516PwNflW','228yBcbET','20eFlKbw','5HzRwfp','133CxOPjb','153KcacPA','255512XfapVn','1110078OLujsx','4246062OpVqjw','428393slVRdY'];a219_0x451a=function(){return _0x1f0331;};return a219_0x451a();}export async function withActiveCookie(_0x1698a3,_0x345a9d){setActiveCookie(_0x1698a3);try{return await _0x345a9d();}finally{clearActiveCookie();}}
1
+ (function(_0x2c36ee,_0x5618bc){var _0x4a2deb=a220_0x87d2,_0x20e13e=_0x2c36ee();while(!![]){try{var _0x3001f7=-parseInt(_0x4a2deb(0x100))/0x1*(parseInt(_0x4a2deb(0xff))/0x2)+parseInt(_0x4a2deb(0x103))/0x3+-parseInt(_0x4a2deb(0x106))/0x4+-parseInt(_0x4a2deb(0x101))/0x5*(parseInt(_0x4a2deb(0x105))/0x6)+parseInt(_0x4a2deb(0x104))/0x7*(-parseInt(_0x4a2deb(0x102))/0x8)+parseInt(_0x4a2deb(0xfe))/0x9+parseInt(_0x4a2deb(0x107))/0xa;if(_0x3001f7===_0x5618bc)break;else _0x20e13e['push'](_0x20e13e['shift']());}catch(_0x2b8a75){_0x20e13e['push'](_0x20e13e['shift']());}}}(a220_0x4bdd,0xbcf88));import{setActiveCookie,clearActiveCookie}from'../core/api-client.js';function a220_0x4bdd(){var _0x29544a=['20413950uZFKHz','10249686YTVHPL','535754fGkmiI','5ySOCgI','5tLYLWV','32sSdGqu','3140889QcagPP','539735wQTZvq','5297970HLOcye','3689552gZbqPg'];a220_0x4bdd=function(){return _0x29544a;};return a220_0x4bdd();}function a220_0x87d2(_0x2e0dc2,_0x41e3f3){_0x2e0dc2=_0x2e0dc2-0xfe;var _0x4bdddc=a220_0x4bdd();var _0x87d21b=_0x4bdddc[_0x2e0dc2];return _0x87d21b;}export async function withActiveCookie(_0x3e1c1a,_0x2eaae0){setActiveCookie(_0x3e1c1a);try{return await _0x2eaae0();}finally{clearActiveCookie();}}
@@ -1 +1 @@
1
- function a220_0x25a2(){var _0x396cae=['5IDqUxt','126GMNNfq','1777494LXCMNZ','176680dHkxFh','stderr','622340aAQczU','16784TXTlrJ','518842qdQkyo','447rheSwR','7369182UHZQCt','write','430NrEBqF','387706CgiNDT'];a220_0x25a2=function(){return _0x396cae;};return a220_0x25a2();}(function(_0x36db9d,_0x3a4869){var _0x445892=a220_0x464f,_0x254226=_0x36db9d();while(!![]){try{var _0x8a006a=-parseInt(_0x445892(0x1bb))/0x1+parseInt(_0x445892(0x1b9))/0x2+-parseInt(_0x445892(0x1bc))/0x3*(-parseInt(_0x445892(0x1ba))/0x4)+-parseInt(_0x445892(0x1b4))/0x5*(parseInt(_0x445892(0x1b6))/0x6)+-parseInt(_0x445892(0x1b5))/0x7*(parseInt(_0x445892(0x1b7))/0x8)+-parseInt(_0x445892(0x1bd))/0x9+parseInt(_0x445892(0x1b2))/0xa*(parseInt(_0x445892(0x1b3))/0xb);if(_0x8a006a===_0x3a4869)break;else _0x254226['push'](_0x254226['shift']());}catch(_0x4a54ea){_0x254226['push'](_0x254226['shift']());}}}(a220_0x25a2,0x66ab5));function a220_0x464f(_0x192e10,_0x4740df){_0x192e10=_0x192e10-0x1b2;var _0x25a25e=a220_0x25a2();var _0x464f66=_0x25a25e[_0x192e10];return _0x464f66;}export function writeCliSideChannelLine(_0x27835e){var _0x52d581=a220_0x464f;process[_0x52d581(0x1b8)][_0x52d581(0x1be)](_0x27835e+'\x0a');}
1
+ (function(_0x291fda,_0x83d8){var _0x4d02b7=a221_0xc8d8,_0x332a9d=_0x291fda();while(!![]){try{var _0x5c0ad7=parseInt(_0x4d02b7(0x160))/0x1*(parseInt(_0x4d02b7(0x162))/0x2)+parseInt(_0x4d02b7(0x161))/0x3*(parseInt(_0x4d02b7(0x15e))/0x4)+-parseInt(_0x4d02b7(0x15b))/0x5*(-parseInt(_0x4d02b7(0x15d))/0x6)+-parseInt(_0x4d02b7(0x15f))/0x7+-parseInt(_0x4d02b7(0x158))/0x8+-parseInt(_0x4d02b7(0x15c))/0x9*(parseInt(_0x4d02b7(0x156))/0xa)+-parseInt(_0x4d02b7(0x159))/0xb*(parseInt(_0x4d02b7(0x157))/0xc);if(_0x5c0ad7===_0x83d8)break;else _0x332a9d['push'](_0x332a9d['shift']());}catch(_0x1d8437){_0x332a9d['push'](_0x332a9d['shift']());}}}(a221_0x1fda,0x75775));function a221_0x1fda(){var _0xda78fc=['6raoKYL','112CzHsRg','3694768nEOzlK','1ZtYhWs','75540WEUbCh','1903638yyCmWm','write','5734730OXepIX','12FZJRsR','8056MdUSOD','4182497rnDYJO','stderr','1534065TFJIIf','9jtpohd'];a221_0x1fda=function(){return _0xda78fc;};return a221_0x1fda();}function a221_0xc8d8(_0x3d15f7,_0x37321b){_0x3d15f7=_0x3d15f7-0x155;var _0x1fda08=a221_0x1fda();var _0xc8d8fb=_0x1fda08[_0x3d15f7];return _0xc8d8fb;}export function writeCliSideChannelLine(_0x19127f){var _0xffe912=a221_0xc8d8;process[_0xffe912(0x15a)][_0xffe912(0x155)](_0x19127f+'\x0a');}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lovrabet/rabetbase-cli",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "repository": {
6
6
  "type": "git",