@lovrabet/rabetbase-cli 2.3.7-beta.4 → 2.3.7
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.
- package/lib/api/api-doc.js +1 -1
- package/lib/api/fetch-model-list.js +1 -1
- package/lib/api/generate-api-file.js +1 -1
- package/lib/auth/auth-server-ui.js +1 -1
- package/lib/auth/auth-server.js +1 -1
- package/lib/auth/constant.js +1 -1
- package/lib/auth/get-cookie.js +1 -1
- package/lib/auth/get-session-user.js +1 -1
- package/lib/auth/is-session-valid.js +1 -1
- package/lib/auth/login-success-html.js +1 -1
- package/lib/auth/logout.js +1 -1
- package/lib/cli-flags.js +1 -1
- package/lib/cli.js +1 -1
- package/lib/commands/api/generate.js +1 -1
- package/lib/commands/api/index.js +1 -1
- package/lib/commands/api/list.js +1 -1
- package/lib/commands/api/pull.js +1 -1
- package/lib/commands/api/shared.js +1 -1
- package/lib/commands/app/add.js +1 -1
- package/lib/commands/app/index.js +1 -1
- package/lib/commands/app/list.js +1 -1
- package/lib/commands/app/remote-directory.js +1 -1
- package/lib/commands/app/remove.js +1 -1
- package/lib/commands/app/shared.js +1 -1
- package/lib/commands/app-config/delete.js +1 -1
- package/lib/commands/app-config/get.js +1 -1
- package/lib/commands/app-config/index.js +1 -1
- package/lib/commands/app-config/list.js +1 -1
- package/lib/commands/app-config/set.js +1 -1
- package/lib/commands/app-config/shared.js +1 -1
- package/lib/commands/auth/index.js +1 -1
- package/lib/commands/bff/create.js +1 -1
- package/lib/commands/bff/delete.js +1 -1
- package/lib/commands/bff/detail.js +1 -1
- package/lib/commands/bff/index.js +1 -1
- package/lib/commands/bff/list.js +1 -1
- package/lib/commands/bff/pull.js +1 -1
- package/lib/commands/bff/push.js +1 -1
- package/lib/commands/bff/status.js +1 -1
- package/lib/commands/cli-skill/index.js +1 -1
- package/lib/commands/cli-update.js +1 -1
- package/lib/commands/codegen/index.js +1 -1
- package/lib/commands/codegen/sdk.js +1 -1
- package/lib/commands/codegen/sql.js +1 -1
- package/lib/commands/common/app-registry.js +1 -1
- package/lib/commands/common/app-selector.js +1 -1
- package/lib/commands/common/dry-run.js +1 -1
- package/lib/commands/common/flags.js +1 -1
- package/lib/commands/common/local-file.js +1 -1
- package/lib/commands/common/validate.js +1 -1
- package/lib/commands/config/get.js +1 -1
- package/lib/commands/config/index.js +1 -1
- package/lib/commands/config/list.js +1 -1
- package/lib/commands/config/set.js +1 -1
- package/lib/commands/config/shared.js +1 -1
- package/lib/commands/data/filter.js +1 -1
- package/lib/commands/data/getOne.js +1 -1
- package/lib/commands/data/index.js +1 -1
- package/lib/commands/data/shared.js +1 -1
- package/lib/commands/dataset/business-group-update.js +1 -1
- package/lib/commands/dataset/capability.js +1 -1
- package/lib/commands/dataset/delete.js +1 -1
- package/lib/commands/dataset/detail.js +1 -1
- package/lib/commands/dataset/extend-update.js +1 -1
- package/lib/commands/dataset/field-update.js +1 -1
- package/lib/commands/dataset/generate.js +1 -1
- package/lib/commands/dataset/index.js +1 -1
- package/lib/commands/dataset/list.js +1 -1
- package/lib/commands/dataset/operations.js +1 -1
- package/lib/commands/dataset/relation-audit.js +1 -1
- package/lib/commands/dataset/relation-create.js +1 -1
- package/lib/commands/dataset/relation-delete.js +1 -1
- package/lib/commands/dataset/relation-shared.js +1 -1
- package/lib/commands/dataset/relation-update.js +1 -1
- package/lib/commands/dataset/relations.js +1 -1
- package/lib/commands/dataset/rename.js +1 -1
- package/lib/commands/dataset/restore.js +1 -1
- package/lib/commands/db/analysis-batching.js +1 -1
- package/lib/commands/db/analyze-batch-plan.js +1 -1
- package/lib/commands/db/analyze-cancel.js +1 -1
- package/lib/commands/db/analyze-start.js +1 -1
- package/lib/commands/db/analyze-status.js +1 -1
- package/lib/commands/db/create.js +1 -1
- package/lib/commands/db/delete.js +1 -1
- package/lib/commands/db/detail.js +1 -1
- package/lib/commands/db/diff.js +1 -1
- package/lib/commands/db/index.js +1 -1
- package/lib/commands/db/list.js +1 -1
- package/lib/commands/db/shared.js +1 -1
- package/lib/commands/db/tables.js +1 -1
- package/lib/commands/db/test.js +1 -1
- package/lib/commands/db/update.js +1 -1
- package/lib/commands/doctor.js +1 -1
- package/lib/commands/file/index.js +1 -1
- package/lib/commands/init/index.js +1 -1
- package/lib/commands/issue/index.js +1 -1
- package/lib/commands/issue/nudge.js +1 -1
- package/lib/commands/issue/report.js +1 -1
- package/lib/commands/issue/shared.js +1 -1
- package/lib/commands/logs/index.js +1 -1
- package/lib/commands/menu/index.js +1 -1
- package/lib/commands/menu/list.js +1 -1
- package/lib/commands/menu/shared/compare-table.js +1 -1
- package/lib/commands/menu/shared/index.js +1 -1
- package/lib/commands/menu/shared/inquirer.js +1 -1
- package/lib/commands/menu/shared/local-pages.js +1 -1
- package/lib/commands/menu/shared/logic.js +1 -1
- package/lib/commands/menu/shared/service.js +1 -1
- package/lib/commands/menu/shared/sync-core.js +1 -1
- package/lib/commands/menu/shared/update-core.js +1 -1
- package/lib/commands/menu/shared/valid-url.js +1 -1
- package/lib/commands/menu/sync.js +1 -1
- package/lib/commands/menu/update.js +1 -1
- package/lib/commands/notification/config-list.js +1 -1
- package/lib/commands/notification/index.js +1 -1
- package/lib/commands/page/generate-start.js +1 -1
- package/lib/commands/page/generate-status.js +1 -1
- package/lib/commands/page/index.js +1 -1
- package/lib/commands/page/pull.js +1 -1
- package/lib/commands/page/push.js +1 -1
- package/lib/commands/page/relation-audit.js +1 -1
- package/lib/commands/page/shared.js +1 -1
- package/lib/commands/page/standard-page-status.js +1 -1
- package/lib/commands/page/sync.js +1 -1
- package/lib/commands/permit/index.js +1 -1
- package/lib/commands/permit/page-get.js +1 -1
- package/lib/commands/permit/page-set.js +1 -1
- package/lib/commands/permit/role-apis-set.js +1 -1
- package/lib/commands/permit/role-menus-set.js +1 -1
- package/lib/commands/permit/role-menus.js +1 -1
- package/lib/commands/permit/shared.js +1 -1
- package/lib/commands/project/create/enhanced-guided-create.js +1 -1
- package/lib/commands/project/create/format-elapsed.js +1 -1
- package/lib/commands/project/create/main.js +1 -1
- package/lib/commands/project/create/non-interactive.js +1 -1
- package/lib/commands/project/create/project-template-path.js +1 -1
- package/lib/commands/project/create/use-copy-project-template.js +1 -1
- package/lib/commands/project/create/use-format-code.js +1 -1
- package/lib/commands/project/create/use-install-dependencies.js +1 -1
- package/lib/commands/project/index.js +1 -1
- package/lib/commands/project/init.js +1 -1
- package/lib/commands/project/upgrade.js +1 -1
- package/lib/commands/registry.js +1 -1
- package/lib/commands/role/create.js +1 -1
- package/lib/commands/role/delete.js +1 -1
- package/lib/commands/role/detail.js +1 -1
- package/lib/commands/role/index.js +1 -1
- package/lib/commands/role/list.js +1 -1
- package/lib/commands/role/shared.js +1 -1
- package/lib/commands/role/update.js +1 -1
- package/lib/commands/role/user-add.js +1 -1
- package/lib/commands/role/user-remove.js +1 -1
- package/lib/commands/role/user-resolve.js +1 -1
- package/lib/commands/run/index.js +1 -1
- package/lib/commands/schema.js +1 -1
- package/lib/commands/sql/create.js +1 -1
- package/lib/commands/sql/delete.js +1 -1
- package/lib/commands/sql/detail.js +1 -1
- package/lib/commands/sql/exec.js +1 -1
- package/lib/commands/sql/index.js +1 -1
- package/lib/commands/sql/list.js +1 -1
- package/lib/commands/sql/pull.js +1 -1
- package/lib/commands/sql/push.js +1 -1
- package/lib/commands/sql/save.js +1 -1
- package/lib/commands/sql/shared.js +1 -1
- package/lib/commands/sql/status.js +1 -1
- package/lib/commands/sql/validate.js +1 -1
- package/lib/commands/workspace/add.js +1 -1
- package/lib/commands/workspace/index.js +1 -1
- package/lib/commands/workspace/remove.js +1 -1
- package/lib/config/schema.js +1 -1
- package/lib/constant/cdn.js +1 -1
- package/lib/constant/cli.js +1 -1
- package/lib/constant/defaults.js +1 -1
- package/lib/constant/domain.js +1 -1
- package/lib/constant/env.js +1 -1
- package/lib/constant/output.js +1 -1
- package/lib/constant/paths.js +1 -1
- package/lib/constant/risk.js +1 -1
- package/lib/context/app-resolver.js +1 -1
- package/lib/context/auth-resolver.js +1 -1
- package/lib/context/config-loader.js +1 -1
- package/lib/context.js +1 -1
- package/lib/core/alias-resolver.js +1 -1
- package/lib/core/api-client.js +1 -1
- package/lib/core/bff/config.js +1 -1
- package/lib/core/bff/file-system.js +1 -1
- package/lib/core/bff/hash.js +1 -1
- package/lib/core/bff/lock.js +1 -1
- package/lib/core/bff/utils.js +1 -1
- package/lib/core/db-resolver.js +1 -1
- package/lib/core/page/file-system.js +1 -1
- package/lib/core/page/hash.js +1 -1
- package/lib/core/page/lock.js +1 -1
- package/lib/core/sql-sync/config.js +1 -1
- package/lib/core/sql-sync/file-system.js +1 -1
- package/lib/core/sql-sync/hash.js +1 -1
- package/lib/core/sql-sync/lock.js +1 -1
- package/lib/core/sql-sync/utils.js +1 -1
- package/lib/core/sql-validator.js +1 -1
- package/lib/errors.js +1 -1
- package/lib/framework/build-all-flags.js +1 -1
- package/lib/framework/flags.js +1 -1
- package/lib/framework/help.js +1 -1
- package/lib/framework/index.js +1 -1
- package/lib/framework/output.js +1 -1
- package/lib/framework/response.js +1 -1
- package/lib/framework/runner-alias.js +1 -1
- package/lib/framework/runner.js +1 -1
- package/lib/framework/schema-export.js +1 -1
- package/lib/framework/types.js +1 -1
- package/lib/generated/build-info.js +1 -1
- package/lib/help.js +1 -1
- package/lib/skills/main.js +1 -1
- package/lib/skills/npx-skills-add.js +1 -1
- package/lib/telemetry/cli-command-trace.js +1 -1
- package/lib/telemetry/cli-help-trace.js +1 -1
- package/lib/telemetry/ensure-cli-otel-config.js +1 -1
- package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
- package/lib/telemetry/send-cli-trace-log.js +1 -1
- package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
- package/lib/utils/ai_config.js +1 -1
- package/lib/utils/apply-jq-filter.js +1 -1
- package/lib/utils/cdn-config.js +1 -1
- package/lib/utils/check-sdk-version.js +1 -1
- package/lib/utils/cli-version-check.js +1 -1
- package/lib/utils/cli-version-policy.js +1 -1
- package/lib/utils/config.js +1 -1
- package/lib/utils/copy-directory.js +1 -1
- package/lib/utils/entity-with-id.js +1 -1
- package/lib/utils/file-utils.js +1 -1
- package/lib/utils/guides-cdn.js +1 -1
- package/lib/utils/http-client.js +1 -1
- package/lib/utils/is-non-interactive.js +1 -1
- package/lib/utils/logger.js +1 -1
- package/lib/utils/params.js +1 -1
- package/lib/utils/platform.js +1 -1
- package/lib/utils/rules-cdn.js +1 -1
- package/lib/utils/sleep.js +1 -1
- package/lib/utils/template-replacer.js +1 -1
- package/lib/utils/update-notice.js +1 -1
- package/lib/utils/version.js +1 -1
- package/lib/utils/with-active-cookie.js +1 -1
- package/lib/utils/write-cli-side-channel.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x41e760,_0x2f2e29){const _0x1c82ca=a245_0x3ef3,_0x4b2289=_0x41e760();while(!![]){try{const _0x1b53a3=parseInt(_0x1c82ca(0x1fb))/0x1+-parseInt(_0x1c82ca(0x1fe))/0x2*(-parseInt(_0x1c82ca(0x1fd))/0x3)+-parseInt(_0x1c82ca(0x1f7))/0x4*(-parseInt(_0x1c82ca(0x208))/0x5)+parseInt(_0x1c82ca(0x20d))/0x6*(parseInt(_0x1c82ca(0x1f8))/0x7)+parseInt(_0x1c82ca(0x1fa))/0x8*(-parseInt(_0x1c82ca(0x205))/0x9)+parseInt(_0x1c82ca(0x1f6))/0xa+-parseInt(_0x1c82ca(0x203))/0xb;if(_0x1b53a3===_0x2f2e29)break;else _0x4b2289['push'](_0x4b2289['shift']());}catch(_0x27bb0d){_0x4b2289['push'](_0x4b2289['shift']());}}}(a245_0x2040,0x4c692));function a245_0x3ef3(_0x37a5c8,_0x56157b){_0x37a5c8=_0x37a5c8-0x1f3;const _0x2040c9=a245_0x2040();let _0x3ef3ee=_0x2040c9[_0x37a5c8];return _0x3ef3ee;}import{mkdir,readFile,writeFile}from'node:fs/promises';import{homedir}from'node:os';import{dirname,join}from'node:path';import a245_0xe70c20 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 _0xeebd1b=a245_0x3ef3,_0x79e283=process.env.RABETBASE_NO_UPDATE_NOTICE?.['trim']()['toLowerCase']();return _0x79e283==='1'||_0x79e283===_0xeebd1b(0x1f5)||_0x79e283==='yes';}function cacheRoot(){const _0x4bd2d2=a245_0x3ef3;return process.env.XDG_CACHE_HOME||process.env.LOCALAPPDATA||join(homedir(),_0x4bd2d2(0x207));}export function getUpdateNoticeCachePath(){const _0x27fb1f=a245_0x3ef3;return join(cacheRoot(),_0x27fb1f(0x1f4),_0x27fb1f(0x209));}async function readUpdateNoticeCache(){const _0x579333=a245_0x3ef3;try{const _0x5a1c53=await readFile(getUpdateNoticeCachePath(),_0x579333(0x20f)),_0x5e9029=JSON['parse'](_0x5a1c53);if(!_0x5e9029||typeof _0x5e9029!==_0x579333(0x204))return{};return _0x5e9029;}catch{return{};}}async function writeUpdateNoticeCache(_0x557ac5){const _0x42e16b=a245_0x3ef3;try{const _0x159b69=getUpdateNoticeCachePath();await mkdir(dirname(_0x159b69),{'recursive':!![]}),await writeFile(_0x159b69,JSON[_0x42e16b(0x20c)](_0x557ac5,null,0x2)+'\x0a',_0x42e16b(0x20f));}catch{}}function isFreshCheck(_0x5ec8b1,_0x28e927){const _0x126155=a245_0x3ef3;return typeof _0x5ec8b1[_0x126155(0x202)]===_0x126155(0x20e)&&_0x28e927-_0x5ec8b1[_0x126155(0x202)]<UPDATE_CHECK_TTL_MS;}function isRecentlyNotified(_0x7d61a1,_0x42d554,_0x5bd6e1){const _0x19e55c=a245_0x3ef3;return _0x7d61a1[_0x19e55c(0x1fc)]===_0x42d554&&typeof _0x7d61a1['lastNotifiedAt']==='number'&&_0x5bd6e1-_0x7d61a1[_0x19e55c(0x1f9)]<UPDATE_NOTICE_TTL_MS;}function a245_0x2040(){const _0x1967d7=['lastNotifiedAt','8REzvBW','551772OUVHwE','lastNotifiedVersion','25863mPIivW','76uHamFz','trim','now','/v/','checkedAt','9180061Koynpj','object','3137121sccOLv','valid','.cache','5hJGrRP','update-check.json','stableVersion','gte','stringify','24lYGmNI','number','utf8','\x20available,\x20current\x20','rabetbase-cli','true','3614810BKzIPG','855980jfkHAu','72191VnSThJ'];a245_0x2040=function(){return _0x1967d7;};return a245_0x2040();}export function buildNpmVersionUrl(_0x4bcc1f){const _0x5daff7=a245_0x3ef3;return'https://www.npmjs.com/package/'+NPM_PACKAGE_NAME+_0x5daff7(0x201)+_0x4bcc1f;}export async function resolveLatestUpdateNotice(){const _0x1fa228=a245_0x3ef3;if(isUpdateNoticeDisabled())return null;try{const _0x5c8d8c=Date[_0x1fa228(0x200)](),_0x5b7470=getCliVersion(),_0x2463e8=await readUpdateNoticeCache();let _0x47a544=isFreshCheck(_0x2463e8,_0x5c8d8c)?_0x2463e8['latest']?.[_0x1fa228(0x1ff)]():undefined;if(!_0x47a544&&!isFreshCheck(_0x2463e8,_0x5c8d8c)){const _0x9ad7de=await getCliVersionPolicy();_0x47a544=_0x9ad7de?.[_0x1fa228(0x20a)]?.[_0x1fa228(0x1ff)]()||undefined,await writeUpdateNoticeCache({..._0x2463e8,'checkedAt':_0x5c8d8c,'latest':_0x47a544,'failed':!_0x47a544});}if(!_0x47a544||!a245_0xe70c20['valid'](_0x5b7470)||!a245_0xe70c20[_0x1fa228(0x206)](_0x47a544))return null;if(a245_0xe70c20[_0x1fa228(0x20b)](_0x5b7470,_0x47a544))return null;if(isRecentlyNotified(_0x2463e8,_0x47a544,_0x5c8d8c))return null;const _0x1e6a8a=CLI_BIN_NAME+'\x20update';return await writeUpdateNoticeCache({..._0x2463e8,'checkedAt':isFreshCheck(_0x2463e8,_0x5c8d8c)?_0x2463e8['checkedAt']:_0x5c8d8c,'latest':_0x47a544,'failed':![],'lastNotifiedVersion':_0x47a544,'lastNotifiedAt':_0x5c8d8c}),{'command':_0x1e6a8a,'current':_0x5b7470,'latest':_0x47a544,'url':buildNpmVersionUrl(_0x47a544),'message':CLI_BIN_NAME+'\x20'+_0x47a544+_0x1fa228(0x1f3)+_0x5b7470+',\x20run:\x20'+_0x1e6a8a};}catch{return null;}}
|
package/lib/utils/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x34792b,_0x599766){var _0x4fec19=a246_0x56f5,_0x3520f1=_0x34792b();while(!![]){try{var _0x19b725=-parseInt(_0x4fec19(0x137))/0x1*(parseInt(_0x4fec19(0x13e))/0x2)+-parseInt(_0x4fec19(0x13b))/0x3*(parseInt(_0x4fec19(0x134))/0x4)+-parseInt(_0x4fec19(0x13d))/0x5*(parseInt(_0x4fec19(0x13c))/0x6)+-parseInt(_0x4fec19(0x13a))/0x7*(parseInt(_0x4fec19(0x139))/0x8)+parseInt(_0x4fec19(0x136))/0x9+parseInt(_0x4fec19(0x135))/0xa+parseInt(_0x4fec19(0x138))/0xb;if(_0x19b725===_0x599766)break;else _0x3520f1['push'](_0x3520f1['shift']());}catch(_0x6e14e1){_0x3520f1['push'](_0x3520f1['shift']());}}}(a246_0x3561,0x883a5));import{VERSION}from'../generated/build-info.js';function a246_0x56f5(_0x2e830e,_0x4d40d0){_0x2e830e=_0x2e830e-0x134;var _0x356114=a246_0x3561();var _0x56f5ce=_0x356114[_0x2e830e];return _0x56f5ce;}export function getCliVersion(){return VERSION;}function a246_0x3561(){var _0x144426=['4485082vuTULN','3eHEugO','3077574ldFdjl','5jyqGCw','917552LBqwlL','3963716zjSEwv','5828950QNAxrd','7957269piBxAf','1rpvmzu','18637443bgmDnF','8LETXIg'];a246_0x3561=function(){return _0x144426;};return a246_0x3561();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x165b1e,_0x3dce52){var _0x18167d=a247_0x4bcb,_0x43e47d=_0x165b1e();while(!![]){try{var _0x57321c=-parseInt(_0x18167d(0x16c))/0x1+-parseInt(_0x18167d(0x16e))/0x2+-parseInt(_0x18167d(0x16a))/0x3+parseInt(_0x18167d(0x16b))/0x4+parseInt(_0x18167d(0x16d))/0x5*(-parseInt(_0x18167d(0x16f))/0x6)+-parseInt(_0x18167d(0x168))/0x7+parseInt(_0x18167d(0x169))/0x8;if(_0x57321c===_0x3dce52)break;else _0x43e47d['push'](_0x43e47d['shift']());}catch(_0x359a6c){_0x43e47d['push'](_0x43e47d['shift']());}}}(a247_0x30b5,0xa75f2));import{setActiveCookie,clearActiveCookie}from'../core/api-client.js';function a247_0x4bcb(_0x39f32d,_0x554789){_0x39f32d=_0x39f32d-0x168;var _0x30b584=a247_0x30b5();var _0x4bcb17=_0x30b584[_0x39f32d];return _0x4bcb17;}export async function withActiveCookie(_0x2624bb,_0x4a55a3){setActiveCookie(_0x2624bb);try{return await _0x4a55a3();}finally{clearActiveCookie();}}function a247_0x30b5(){var _0x26cca6=['5231009EbUyNr','24974672DwoSUd','4070661hDhMQV','4056112YeSssx','164748DKNjSt','5uVyDPV','233182TlnqGi','6388770QykwBa'];a247_0x30b5=function(){return _0x26cca6;};return a247_0x30b5();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a248_0x19a8(_0x4c78f7,_0x5ecb11){_0x4c78f7=_0x4c78f7-0xcf;var _0x460995=a248_0x4609();var _0x19a83f=_0x460995[_0x4c78f7];return _0x19a83f;}function a248_0x4609(){var _0x2fb869=['stderr','20egebNE','408606xgqorN','641308AqqHzD','620474uiuURU','14470390VumSav','write','3bRXUNL','5150360PtNUZN','1484883RHaSiN','1059738TZoNVI','147bHAUTK'];a248_0x4609=function(){return _0x2fb869;};return a248_0x4609();}(function(_0x1f0d40,_0x116639){var _0xe7b72f=a248_0x19a8,_0x451382=_0x1f0d40();while(!![]){try{var _0x3a2979=-parseInt(_0xe7b72f(0xd8))/0x1+-parseInt(_0xe7b72f(0xd2))/0x2*(-parseInt(_0xe7b72f(0xd5))/0x3)+parseInt(_0xe7b72f(0xd1))/0x4*(parseInt(_0xe7b72f(0xcf))/0x5)+-parseInt(_0xe7b72f(0xd0))/0x6*(parseInt(_0xe7b72f(0xd9))/0x7)+parseInt(_0xe7b72f(0xd6))/0x8+parseInt(_0xe7b72f(0xd7))/0x9+parseInt(_0xe7b72f(0xd3))/0xa;if(_0x3a2979===_0x116639)break;else _0x451382['push'](_0x451382['shift']());}catch(_0x2015aa){_0x451382['push'](_0x451382['shift']());}}}(a248_0x4609,0xaf2c3));export function writeCliSideChannelLine(_0x937dc1){var _0x29abab=a248_0x19a8;process[_0x29abab(0xda)][_0x29abab(0xd4)](_0x937dc1+'\x0a');}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lovrabet/rabetbase-cli",
|
|
3
|
-
"version": "2.3.7
|
|
3
|
+
"version": "2.3.7",
|
|
4
4
|
"description": "Developer CLI for Lovrabet apps, datasets, pages, SQL, BFF, database connections, skills, and AI agent workflows.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"keywords": [
|