@lovrabet/rabetbase-cli 2.3.7-beta.3 → 2.3.7-beta.4
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 -0
- package/lib/commands/notification/index.js +1 -0
- 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(_0x2c2c15,_0x4f01c9){const _0x172358=a245_0x131f,_0x5d3c4c=_0x2c2c15();while(!![]){try{const _0x4438ce=-parseInt(_0x172358(0x154))/0x1+-parseInt(_0x172358(0x143))/0x2*(parseInt(_0x172358(0x149))/0x3)+parseInt(_0x172358(0x155))/0x4*(parseInt(_0x172358(0x140))/0x5)+parseInt(_0x172358(0x13e))/0x6+-parseInt(_0x172358(0x13f))/0x7*(-parseInt(_0x172358(0x141))/0x8)+-parseInt(_0x172358(0x147))/0x9+parseInt(_0x172358(0x146))/0xa;if(_0x4438ce===_0x4f01c9)break;else _0x5d3c4c['push'](_0x5d3c4c['shift']());}catch(_0x4dfd65){_0x5d3c4c['push'](_0x5d3c4c['shift']());}}}(a245_0x39a6,0x1ec62));import{mkdir,readFile,writeFile}from'node:fs/promises';import{homedir}from'node:os';import{dirname,join}from'node:path';import a245_0x5906fe from'semver';import{CLI_BIN_NAME,NPM_PACKAGE_NAME}from'../constant/cli.js';import{getCliVersionPolicy}from'../utils/cli-version-policy.js';function a245_0x131f(_0x5614e8,_0x1e8418){_0x5614e8=_0x5614e8-0x13c;const _0x39a699=a245_0x39a6();let _0x131fea=_0x39a699[_0x5614e8];return _0x131fea;}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 _0x499994=a245_0x131f,_0x78dd14=process.env.RABETBASE_NO_UPDATE_NOTICE?.[_0x499994(0x144)]()[_0x499994(0x142)]();return _0x78dd14==='1'||_0x78dd14==='true'||_0x78dd14===_0x499994(0x14b);}function cacheRoot(){const _0x5aa6f0=a245_0x131f;return process.env.XDG_CACHE_HOME||process.env.LOCALAPPDATA||join(homedir(),_0x5aa6f0(0x14f));}export function getUpdateNoticeCachePath(){const _0x119078=a245_0x131f;return join(cacheRoot(),_0x119078(0x14a),'update-check.json');}async function readUpdateNoticeCache(){const _0x39d301=a245_0x131f;try{const _0x3b3241=await readFile(getUpdateNoticeCachePath(),_0x39d301(0x14d)),_0xf19533=JSON[_0x39d301(0x148)](_0x3b3241);if(!_0xf19533||typeof _0xf19533!=='object')return{};return _0xf19533;}catch{return{};}}async function writeUpdateNoticeCache(_0x5aa6b0){const _0x54e299=a245_0x131f;try{const _0x1eeaef=getUpdateNoticeCachePath();await mkdir(dirname(_0x1eeaef),{'recursive':!![]}),await writeFile(_0x1eeaef,JSON['stringify'](_0x5aa6b0,null,0x2)+'\x0a',_0x54e299(0x14d));}catch{}}function isFreshCheck(_0x3e3e0c,_0x2f6b35){const _0x54d733=a245_0x131f;return typeof _0x3e3e0c[_0x54d733(0x14e)]===_0x54d733(0x150)&&_0x2f6b35-_0x3e3e0c['checkedAt']<UPDATE_CHECK_TTL_MS;}function a245_0x39a6(){const _0x50dc92=['\x20available,\x20current\x20','utf8','checkedAt','.cache','number','valid','lastNotifiedAt',',\x20run:\x20','251365hWEhON','660tQfmLw','gte','stableVersion','lastNotifiedVersion','984144jAVrWS','203ZvSmtH','3135vzFYAl','3448flxIpB','toLowerCase','14DsgOAq','trim','\x20update','2286110mYIoEl','661824CJijVE','parse','24702UXXdZZ','rabetbase-cli','yes'];a245_0x39a6=function(){return _0x50dc92;};return a245_0x39a6();}function isRecentlyNotified(_0x111cfd,_0x2ab3a3,_0x49496e){const _0x4affea=a245_0x131f;return _0x111cfd[_0x4affea(0x13d)]===_0x2ab3a3&&typeof _0x111cfd[_0x4affea(0x152)]===_0x4affea(0x150)&&_0x49496e-_0x111cfd['lastNotifiedAt']<UPDATE_NOTICE_TTL_MS;}export function buildNpmVersionUrl(_0xcac819){return'https://www.npmjs.com/package/'+NPM_PACKAGE_NAME+'/v/'+_0xcac819;}export async function resolveLatestUpdateNotice(){const _0x293d37=a245_0x131f;if(isUpdateNoticeDisabled())return null;try{const _0x7e18c8=Date['now'](),_0x46fee1=getCliVersion(),_0x10f75b=await readUpdateNoticeCache();let _0x10e3dd=isFreshCheck(_0x10f75b,_0x7e18c8)?_0x10f75b['latest']?.[_0x293d37(0x144)]():undefined;if(!_0x10e3dd&&!isFreshCheck(_0x10f75b,_0x7e18c8)){const _0x3a0e3b=await getCliVersionPolicy();_0x10e3dd=_0x3a0e3b?.[_0x293d37(0x13c)]?.[_0x293d37(0x144)]()||undefined,await writeUpdateNoticeCache({..._0x10f75b,'checkedAt':_0x7e18c8,'latest':_0x10e3dd,'failed':!_0x10e3dd});}if(!_0x10e3dd||!a245_0x5906fe[_0x293d37(0x151)](_0x46fee1)||!a245_0x5906fe[_0x293d37(0x151)](_0x10e3dd))return null;if(a245_0x5906fe[_0x293d37(0x156)](_0x46fee1,_0x10e3dd))return null;if(isRecentlyNotified(_0x10f75b,_0x10e3dd,_0x7e18c8))return null;const _0x1fd754=CLI_BIN_NAME+_0x293d37(0x145);return await writeUpdateNoticeCache({..._0x10f75b,'checkedAt':isFreshCheck(_0x10f75b,_0x7e18c8)?_0x10f75b[_0x293d37(0x14e)]:_0x7e18c8,'latest':_0x10e3dd,'failed':![],'lastNotifiedVersion':_0x10e3dd,'lastNotifiedAt':_0x7e18c8}),{'command':_0x1fd754,'current':_0x46fee1,'latest':_0x10e3dd,'url':buildNpmVersionUrl(_0x10e3dd),'message':CLI_BIN_NAME+'\x20'+_0x10e3dd+_0x293d37(0x14c)+_0x46fee1+_0x293d37(0x153)+_0x1fd754};}catch{return null;}}
|
package/lib/utils/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a246_0x11ab(_0x3eadf6,_0x2eacf2){_0x3eadf6=_0x3eadf6-0x7c;var _0x1ca375=a246_0x1ca3();var _0x11ab21=_0x1ca375[_0x3eadf6];return _0x11ab21;}(function(_0x47a986,_0x2e6186){var _0x1ea4cf=a246_0x11ab,_0x2357ad=_0x47a986();while(!![]){try{var _0x445c32=-parseInt(_0x1ea4cf(0x85))/0x1*(-parseInt(_0x1ea4cf(0x87))/0x2)+parseInt(_0x1ea4cf(0x7e))/0x3*(parseInt(_0x1ea4cf(0x83))/0x4)+parseInt(_0x1ea4cf(0x88))/0x5*(parseInt(_0x1ea4cf(0x82))/0x6)+parseInt(_0x1ea4cf(0x7d))/0x7+-parseInt(_0x1ea4cf(0x7f))/0x8*(-parseInt(_0x1ea4cf(0x7c))/0x9)+-parseInt(_0x1ea4cf(0x80))/0xa*(-parseInt(_0x1ea4cf(0x86))/0xb)+parseInt(_0x1ea4cf(0x84))/0xc*(-parseInt(_0x1ea4cf(0x81))/0xd);if(_0x445c32===_0x2e6186)break;else _0x2357ad['push'](_0x2357ad['shift']());}catch(_0xc07e5f){_0x2357ad['push'](_0x2357ad['shift']());}}}(a246_0x1ca3,0xb30fc));import{VERSION}from'../generated/build-info.js';export function getCliVersion(){return VERSION;}function a246_0x1ca3(){var _0x1da7a9=['338igVrHY','1671263bJbFnc','5812kCboHN','445435XoCqeE','1557lQrIeZ','1382157YBRmvC','3mwkagY','43184QOSsgl','10ecDKRQ','390bgvgWH','42uKBFGd','490124GVSYjV','911268pzyiiM'];a246_0x1ca3=function(){return _0x1da7a9;};return a246_0x1ca3();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a247_0x120c(_0x3847c9,_0x461cbc){_0x3847c9=_0x3847c9-0x1b5;var _0x4eafbf=a247_0x4eaf();var _0x120cf4=_0x4eafbf[_0x3847c9];return _0x120cf4;}(function(_0x2817aa,_0x1e1ddf){var _0x4fdc14=a247_0x120c,_0x434774=_0x2817aa();while(!![]){try{var _0x586ee9=parseInt(_0x4fdc14(0x1bb))/0x1*(parseInt(_0x4fdc14(0x1bc))/0x2)+-parseInt(_0x4fdc14(0x1bf))/0x3*(-parseInt(_0x4fdc14(0x1b9))/0x4)+parseInt(_0x4fdc14(0x1b5))/0x5*(parseInt(_0x4fdc14(0x1c0))/0x6)+parseInt(_0x4fdc14(0x1bd))/0x7*(parseInt(_0x4fdc14(0x1b7))/0x8)+parseInt(_0x4fdc14(0x1b8))/0x9*(parseInt(_0x4fdc14(0x1ba))/0xa)+parseInt(_0x4fdc14(0x1be))/0xb+-parseInt(_0x4fdc14(0x1b6))/0xc;if(_0x586ee9===_0x1e1ddf)break;else _0x434774['push'](_0x434774['shift']());}catch(_0x42e2e3){_0x434774['push'](_0x434774['shift']());}}}(a247_0x4eaf,0x3aab3));import{setActiveCookie,clearActiveCookie}from'../core/api-client.js';function a247_0x4eaf(){var _0x5c3a2b=['12025848zlwoyd','45512oUNNXd','173556qqYGNJ','5004kTSPrC','190BeXKYB','39TqoBBE','13236GaZZrG','182cdcTaU','2015904ONMCEk','495plywfc','48222hlCWJG','50JSOtjT'];a247_0x4eaf=function(){return _0x5c3a2b;};return a247_0x4eaf();}export async function withActiveCookie(_0x2ded43,_0x372a3e){setActiveCookie(_0x2ded43);try{return await _0x372a3e();}finally{clearActiveCookie();}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a248_0xe269(){var _0x4ee217=['7278324nXelwP','240734bfYXVt','15966vJMXgj','758884vJhhGI','1169KrBAmt','11tJTvEz','940rYovVL','1053882TARsof','496EeeGlx','1VSaYTv','write','5kOfDaX','stderr','1416258tVYGqz'];a248_0xe269=function(){return _0x4ee217;};return a248_0xe269();}function a248_0x343c(_0x34ddbe,_0xc04eed){_0x34ddbe=_0x34ddbe-0x11a;var _0xe26984=a248_0xe269();var _0x343cac=_0xe26984[_0x34ddbe];return _0x343cac;}(function(_0x2ddd28,_0x15077f){var _0x391d0d=a248_0x343c,_0x19d17b=_0x2ddd28();while(!![]){try{var _0x4cf1a6=-parseInt(_0x391d0d(0x127))/0x1*(parseInt(_0x391d0d(0x11f))/0x2)+parseInt(_0x391d0d(0x125))/0x3+parseInt(_0x391d0d(0x121))/0x4*(parseInt(_0x391d0d(0x11b))/0x5)+parseInt(_0x391d0d(0x11d))/0x6+parseInt(_0x391d0d(0x122))/0x7*(-parseInt(_0x391d0d(0x126))/0x8)+parseInt(_0x391d0d(0x120))/0x9*(parseInt(_0x391d0d(0x124))/0xa)+parseInt(_0x391d0d(0x123))/0xb*(-parseInt(_0x391d0d(0x11e))/0xc);if(_0x4cf1a6===_0x15077f)break;else _0x19d17b['push'](_0x19d17b['shift']());}catch(_0xe404c3){_0x19d17b['push'](_0x19d17b['shift']());}}}(a248_0xe269,0x326e6));export function writeCliSideChannelLine(_0x4e7e11){var _0x5a6dd0=a248_0x343c;process[_0x5a6dd0(0x11c)][_0x5a6dd0(0x11a)](_0x4e7e11+'\x0a');}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lovrabet/rabetbase-cli",
|
|
3
|
-
"version": "2.3.7-beta.
|
|
3
|
+
"version": "2.3.7-beta.4",
|
|
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": [
|