@lovrabet/rabetbase-cli 2.2.0-beta.1 → 2.2.0-beta.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.
- 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/discover.js +1 -1
- package/lib/commands/app/index.js +1 -1
- package/lib/commands/app/list.js +1 -1
- package/lib/commands/app/remove.js +1 -1
- package/lib/commands/app/shared.js +1 -1
- package/lib/commands/app/use.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-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-selector.js +1 -1
- package/lib/commands/common/flags.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/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/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-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/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/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/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/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/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/run/index.js +1 -1
- package/lib/commands/schema.js +1 -1
- package/lib/commands/skill/index.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/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.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(_0x2118ba,_0x2c7e06){const _0x5e4027=a204_0x5087,_0x3e8f54=_0x2118ba();while(!![]){try{const _0xde16fd=-parseInt(_0x5e4027(0x12e))/0x1*(-parseInt(_0x5e4027(0x135))/0x2)+-parseInt(_0x5e4027(0x125))/0x3*(parseInt(_0x5e4027(0x131))/0x4)+parseInt(_0x5e4027(0x145))/0x5*(-parseInt(_0x5e4027(0x123))/0x6)+-parseInt(_0x5e4027(0x134))/0x7+-parseInt(_0x5e4027(0x12c))/0x8+parseInt(_0x5e4027(0x143))/0x9+parseInt(_0x5e4027(0x13d))/0xa;if(_0xde16fd===_0x2c7e06)break;else _0x3e8f54['push'](_0x3e8f54['shift']());}catch(_0xabca97){_0x3e8f54['push'](_0x3e8f54['shift']());}}}(a204_0x1266,0xf1132));import{mkdir,readFile,writeFile}from'node:fs/promises';function a204_0x5087(_0x1397a8,_0x336b50){_0x1397a8=_0x1397a8-0x122;const _0x1266fe=a204_0x1266();let _0x508747=_0x1266fe[_0x1397a8];return _0x508747;}import{homedir}from'node:os';import{dirname,join}from'node:path';function a204_0x1266(){const _0x565371=['17156bauThe','gte','entries','2740822XCfQuu','4vLLxLJ','length','now','valid','parse','.cache','rabetbase-cli','lastNotifiedVersion','18216650XvxDqN',',\x20run:\x20','stringify','utf8','timeout','toLowerCase','15017949uXMKne','https://registry.npmjs.org/-/package/','1370wsxqZs','map','json','/dist-tags','\x20update','fromEntries','checkedAt','trim','33648qFhTfb','lastNotifiedAt','138AqplFu','/v/','string','latest','true','filter','update-check.json','7949488vdPgmC','object','308117WfLHtJ','yes','number'];a204_0x1266=function(){return _0x565371;};return a204_0x1266();}import a204_0x6b51a6 from'semver';import{CLI_BIN_NAME,NPM_PACKAGE_NAME}from'../constant/cli.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 _0x3ef63c=a204_0x5087,_0x78d905=process.env.RABETBASE_NO_UPDATE_NOTICE?.[_0x3ef63c(0x122)]()[_0x3ef63c(0x142)]();return _0x78d905==='1'||_0x78d905===_0x3ef63c(0x129)||_0x78d905===_0x3ef63c(0x12f);}function cacheRoot(){const _0x5a0c5d=a204_0x5087;return process.env.XDG_CACHE_HOME||process.env.LOCALAPPDATA||join(homedir(),_0x5a0c5d(0x13a));}export function getUpdateNoticeCachePath(){const _0x30887d=a204_0x5087;return join(cacheRoot(),_0x30887d(0x13b),_0x30887d(0x12b));}async function readUpdateNoticeCache(){const _0x59c563=a204_0x5087;try{const _0x528c3d=await readFile(getUpdateNoticeCachePath(),_0x59c563(0x140)),_0x4fbb0f=JSON[_0x59c563(0x139)](_0x528c3d);if(!_0x4fbb0f||typeof _0x4fbb0f!==_0x59c563(0x12d))return{};return _0x4fbb0f;}catch{return{};}}async function writeUpdateNoticeCache(_0x369161){const _0x2c739f=a204_0x5087;try{const _0x523c44=getUpdateNoticeCachePath();await mkdir(dirname(_0x523c44),{'recursive':!![]}),await writeFile(_0x523c44,JSON[_0x2c739f(0x13f)](_0x369161,null,0x2)+'\x0a',_0x2c739f(0x140));}catch{}}function isFreshCheck(_0x4cc61c,_0x36982b){const _0x19ca84=a204_0x5087;return typeof _0x4cc61c[_0x19ca84(0x14b)]===_0x19ca84(0x130)&&_0x36982b-_0x4cc61c[_0x19ca84(0x14b)]<UPDATE_CHECK_TTL_MS;}function isRecentlyNotified(_0x634b05,_0xd5e858,_0x5c92e0){const _0x100360=a204_0x5087;return _0x634b05[_0x100360(0x13c)]===_0xd5e858&&typeof _0x634b05[_0x100360(0x124)]===_0x100360(0x130)&&_0x5c92e0-_0x634b05['lastNotifiedAt']<UPDATE_NOTICE_TTL_MS;}async function fetchNpmDistTags(_0x12e35a=0x5dc){const _0x3f31dd=a204_0x5087;try{const _0xf3eb38=await fetch(_0x3f31dd(0x144)+encodeURIComponent(NPM_PACKAGE_NAME)+_0x3f31dd(0x148),{'signal':AbortSignal[_0x3f31dd(0x141)](_0x12e35a)});if(!_0xf3eb38['ok'])return null;const _0x9ba398=await _0xf3eb38[_0x3f31dd(0x147)]();if(!_0x9ba398||typeof _0x9ba398!==_0x3f31dd(0x12d))return null;return Object[_0x3f31dd(0x14a)](Object[_0x3f31dd(0x133)](_0x9ba398)[_0x3f31dd(0x12a)](([,_0x54a30d])=>typeof _0x54a30d===_0x3f31dd(0x127)&&_0x54a30d[_0x3f31dd(0x122)]()[_0x3f31dd(0x136)]>0x0)[_0x3f31dd(0x146)](([_0xd48ce6,_0x43bb64])=>[_0xd48ce6,String(_0x43bb64)['trim']()]));}catch{return null;}}export function buildNpmVersionUrl(_0x13886f){const _0x424c7f=a204_0x5087;return'https://www.npmjs.com/package/'+NPM_PACKAGE_NAME+_0x424c7f(0x126)+_0x13886f;}export async function resolveLatestUpdateNotice(){const _0x3ee1b5=a204_0x5087;if(isUpdateNoticeDisabled())return null;try{const _0xc90a9d=Date[_0x3ee1b5(0x137)](),_0x2621b7=getCliVersion(),_0x3a7aa2=await readUpdateNoticeCache();let _0x2e1a0c=isFreshCheck(_0x3a7aa2,_0xc90a9d)?_0x3a7aa2[_0x3ee1b5(0x128)]?.[_0x3ee1b5(0x122)]():undefined;if(!_0x2e1a0c&&!isFreshCheck(_0x3a7aa2,_0xc90a9d)){const _0x123de7=await fetchNpmDistTags();_0x2e1a0c=_0x123de7?.[_0x3ee1b5(0x128)]?.[_0x3ee1b5(0x122)](),await writeUpdateNoticeCache({..._0x3a7aa2,'checkedAt':_0xc90a9d,'latest':_0x2e1a0c,'failed':!_0x2e1a0c});}if(!_0x2e1a0c||!a204_0x6b51a6['valid'](_0x2621b7)||!a204_0x6b51a6[_0x3ee1b5(0x138)](_0x2e1a0c))return null;if(a204_0x6b51a6[_0x3ee1b5(0x132)](_0x2621b7,_0x2e1a0c))return null;if(isRecentlyNotified(_0x3a7aa2,_0x2e1a0c,_0xc90a9d))return null;const _0x5d65ce=CLI_BIN_NAME+_0x3ee1b5(0x149);return await writeUpdateNoticeCache({..._0x3a7aa2,'checkedAt':isFreshCheck(_0x3a7aa2,_0xc90a9d)?_0x3a7aa2[_0x3ee1b5(0x14b)]:_0xc90a9d,'latest':_0x2e1a0c,'failed':![],'lastNotifiedVersion':_0x2e1a0c,'lastNotifiedAt':_0xc90a9d}),{'command':_0x5d65ce,'current':_0x2621b7,'latest':_0x2e1a0c,'url':buildNpmVersionUrl(_0x2e1a0c),'message':CLI_BIN_NAME+'\x20'+_0x2e1a0c+'\x20available,\x20current\x20'+_0x2621b7+_0x3ee1b5(0x13e)+_0x5d65ce};}catch{return null;}}
|
package/lib/utils/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x212dbb,_0x85bfe2){var _0x5d7e37=a205_0x53ed,_0x38c2aa=_0x212dbb();while(!![]){try{var _0x2b77da=parseInt(_0x5d7e37(0x83))/0x1*(parseInt(_0x5d7e37(0x7d))/0x2)+parseInt(_0x5d7e37(0x7c))/0x3*(-parseInt(_0x5d7e37(0x80))/0x4)+parseInt(_0x5d7e37(0x85))/0x5*(parseInt(_0x5d7e37(0x7b))/0x6)+parseInt(_0x5d7e37(0x7f))/0x7*(parseInt(_0x5d7e37(0x84))/0x8)+-parseInt(_0x5d7e37(0x82))/0x9+-parseInt(_0x5d7e37(0x7e))/0xa*(parseInt(_0x5d7e37(0x87))/0xb)+-parseInt(_0x5d7e37(0x81))/0xc*(-parseInt(_0x5d7e37(0x86))/0xd);if(_0x2b77da===_0x85bfe2)break;else _0x38c2aa['push'](_0x38c2aa['shift']());}catch(_0x259214){_0x38c2aa['push'](_0x38c2aa['shift']());}}}(a205_0x71f4,0xa2da6));function a205_0x53ed(_0x317a9e,_0x10e399){_0x317a9e=_0x317a9e-0x7b;var _0x71f491=a205_0x71f4();var _0x53ed77=_0x71f491[_0x317a9e];return _0x53ed77;}function a205_0x71f4(){var _0x39c728=['11IJSnOH','40002OjaLkI','191319hNooFR','116776iZEJHL','4472450lFDIoK','730275QVfPtC','4qKijGD','586512bzcWII','7454421SXwhan','1tWUVlO','56IbAXcb','510rJPUVQ','143MzsiEs'];a205_0x71f4=function(){return _0x39c728;};return a205_0x71f4();}import{VERSION}from'../generated/build-info.js';export function getCliVersion(){return VERSION;}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a206_0x3e34(_0x8ec61b,_0x40045c){_0x8ec61b=_0x8ec61b-0x7e;var _0x74fbbd=a206_0x74fb();var _0x3e3434=_0x74fbbd[_0x8ec61b];return _0x3e3434;}(function(_0x1666ea,_0x30566f){var _0xc94954=a206_0x3e34,_0x5aaf8c=_0x1666ea();while(!![]){try{var _0x4abc23=-parseInt(_0xc94954(0x88))/0x1*(parseInt(_0xc94954(0x82))/0x2)+parseInt(_0xc94954(0x83))/0x3+-parseInt(_0xc94954(0x87))/0x4*(-parseInt(_0xc94954(0x86))/0x5)+parseInt(_0xc94954(0x85))/0x6*(parseInt(_0xc94954(0x7f))/0x7)+parseInt(_0xc94954(0x84))/0x8+-parseInt(_0xc94954(0x7e))/0x9+-parseInt(_0xc94954(0x80))/0xa*(parseInt(_0xc94954(0x81))/0xb);if(_0x4abc23===_0x30566f)break;else _0x5aaf8c['push'](_0x5aaf8c['shift']());}catch(_0x45b4ca){_0x5aaf8c['push'](_0x5aaf8c['shift']());}}}(a206_0x74fb,0x98f51));import{setActiveCookie,clearActiveCookie}from'../core/api-client.js';export async function withActiveCookie(_0x5d771a,_0x21bd27){setActiveCookie(_0x5d771a);try{return await _0x21bd27();}finally{clearActiveCookie();}}function a206_0x74fb(){var _0x21f6a5=['170NKEVlO','518457avqNsJ','2845496TrRflK','6BIcqbW','9470GgcXfK','412OhXHpk','279KeWQor','491571VEsqzC','1177897OtPQPT','280RQqaAx','73469GFdOBR'];a206_0x74fb=function(){return _0x21f6a5;};return a206_0x74fb();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x356926,_0x1bca1c){var _0x1ad3c6=a207_0xb84c,_0x5e4a9b=_0x356926();while(!![]){try{var _0x7ccb5f=parseInt(_0x1ad3c6(0x1e2))/0x1+-parseInt(_0x1ad3c6(0x1e1))/0x2+-parseInt(_0x1ad3c6(0x1e0))/0x3+parseInt(_0x1ad3c6(0x1df))/0x4+parseInt(_0x1ad3c6(0x1e4))/0x5*(-parseInt(_0x1ad3c6(0x1dd))/0x6)+-parseInt(_0x1ad3c6(0x1e3))/0x7+-parseInt(_0x1ad3c6(0x1dc))/0x8*(-parseInt(_0x1ad3c6(0x1de))/0x9);if(_0x7ccb5f===_0x1bca1c)break;else _0x5e4a9b['push'](_0x5e4a9b['shift']());}catch(_0x16fcde){_0x5e4a9b['push'](_0x5e4a9b['shift']());}}}(a207_0x557d,0x39c1b));function a207_0x557d(){var _0x289148=['223840lMlOjN','228636CnLSHr','1466773xZxcQz','888275RMdqJP','write','48rDhQsp','6ssvzhi','428436vMTQQr','1718808OBoxQv','624831uxHhLs'];a207_0x557d=function(){return _0x289148;};return a207_0x557d();}function a207_0xb84c(_0x51a2d2,_0x487702){_0x51a2d2=_0x51a2d2-0x1dc;var _0x557d13=a207_0x557d();var _0xb84c2=_0x557d13[_0x51a2d2];return _0xb84c2;}export function writeCliSideChannelLine(_0x29b542){var _0x1d722c=a207_0xb84c;process['stderr'][_0x1d722c(0x1e5)](_0x29b542+'\x0a');}
|