@lovrabet/rabetbase-cli 2.0.9 → 2.0.11
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/logout.js +1 -1
- package/lib/cli-flags.js +1 -1
- package/lib/cli.js +1 -1
- package/lib/commands/api/doc.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.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/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/new.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/dataset/detail.js +1 -1
- package/lib/commands/dataset/index.js +1 -1
- package/lib/commands/dataset/links.js +1 -1
- package/lib/commands/dataset/list.js +1 -1
- package/lib/commands/dataset/operations.js +1 -1
- package/lib/commands/doctor.js +1 -1
- package/lib/commands/init/index.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/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/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/save.js +1 -1
- package/lib/commands/sql/validate.js +1 -1
- package/lib/constant/cli.js +1 -1
- package/lib/constant/domain.js +1 -1
- package/lib/constant/env.js +1 -1
- package/lib/constant/paths.js +1 -0
- 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/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.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/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/config.js +1 -1
- package/lib/utils/copy-directory.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/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/version.js +1 -1
- package/lib/utils/with-active-cookie.js +1 -1
- package/package.json +2 -2
package/lib/utils/rules-cdn.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a135_0x5c4fee=a135_0x1353;function a135_0x50c8(){const _0x520177=['application/json','2354816QjMpBD','8790010OZBkqg','status','75216nRuxqX','/rules/rules.json','agents.md','lastUpdated','19260zogtQz','2296336cOoqYE','1708KJSSZK','9bqMxMV','1795036tVLYDg','catch','content','../../templates/rules/lovrabet_rules.mdc.tpl','string','statusText','.cursor/rules','json','941151PWzery','15FdbGkb'];a135_0x50c8=function(){return _0x520177;};return a135_0x50c8();}(function(_0x2cd681,_0x465066){const _0xc5336f=a135_0x1353,_0x187c4e=_0x2cd681();while(!![]){try{const _0x67ca98=parseInt(_0xc5336f(0x1d4))/0x1+-parseInt(_0xc5336f(0x1df))/0x2+-parseInt(_0xc5336f(0x1da))/0x3+-parseInt(_0xc5336f(0x1e2))/0x4*(-parseInt(_0xc5336f(0x1d5))/0x5)+parseInt(_0xc5336f(0x1de))/0x6*(parseInt(_0xc5336f(0x1e0))/0x7)+-parseInt(_0xc5336f(0x1d7))/0x8+parseInt(_0xc5336f(0x1e1))/0x9*(-parseInt(_0xc5336f(0x1d8))/0xa);if(_0x67ca98===_0x465066)break;else _0x187c4e['push'](_0x187c4e['shift']());}catch(_0x110b41){_0x187c4e['push'](_0x187c4e['shift']());}}}(a135_0x50c8,0xb0c6b));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';function a135_0x1353(_0x5ee69a,_0x5958d0){_0x5ee69a=_0x5ee69a-0x1cd;const _0x50c868=a135_0x50c8();let _0x135355=_0x50c868[_0x5ee69a];return _0x135355;}import{appendUpdateTime}from'../utils/guides-cdn.js';const __filename=fileURLToPath(import.meta.url),__dirname=dirname(__filename);function getRulesCdnUrl(){const _0x1f39e2=a135_0x1353,_0x473cf0=getTemplateBaseUrl();return _0x473cf0+_0x1f39e2(0x1db);}const LOCAL_TEMPLATE_PATH=resolve(__dirname,a135_0x5c4fee(0x1cf));export async function fetchRulesFromCDN(){const _0x12c1be=a135_0x5c4fee,_0x3fb971=getRulesCdnUrl(),_0x546525=await fetch(_0x3fb971,{'headers':{'Accept':_0x12c1be(0x1d6)}});if(!_0x546525['ok'])throw new Error('CDN\x20请求失败:\x20'+_0x546525[_0x12c1be(0x1d9)]+'\x20'+_0x546525[_0x12c1be(0x1d1)]);const _0x25fc1a=await _0x546525[_0x12c1be(0x1d3)]();if(!_0x25fc1a['content']||typeof _0x25fc1a[_0x12c1be(0x1ce)]!==_0x12c1be(0x1d0))throw new Error('CDN\x20返回数据格式错误');return _0x25fc1a;}export async function getRulesContent(){try{const _0x39247b=await fetchRulesFromCDN();return _0x39247b['content'];}catch{return readLocalTemplate();}}export function readLocalTemplate(){if(existsSync(LOCAL_TEMPLATE_PATH))return readFileSync(LOCAL_TEMPLATE_PATH,'utf-8');throw new Error('本地模板文件不存在:\x20'+LOCAL_TEMPLATE_PATH);}export async function writeRulesFile(_0x27efec){const _0x43e770=a135_0x5c4fee,_0x524c5f=await fetchRulesFromCDN()[_0x43e770(0x1cd)](()=>null);let _0x57ea36;_0x524c5f?(_0x57ea36=_0x524c5f[_0x43e770(0x1ce)],_0x524c5f[_0x43e770(0x1dd)]&&(_0x57ea36=appendUpdateTime(_0x57ea36,_0x524c5f[_0x43e770(0x1dd)]))):_0x57ea36=readLocalTemplate();const _0x14297d=dirname(_0x27efec);!existsSync(_0x14297d)&&mkdirSync(_0x14297d,{'recursive':!![]}),writeFileSync(_0x27efec,_0x57ea36,'utf-8');}export async function copyRulesToCursor(_0x5262b9){const _0x1e20e7=a135_0x5c4fee,_0x56e354=join(_0x5262b9,_0x1e20e7(0x1d2)),_0x3b44d6=join(_0x56e354,'lovrabet_rules.mdc');if(existsSync(_0x3b44d6))return![];return await writeRulesFile(_0x3b44d6),!![];}export async function copyRulesToAgentsMd(_0x4c2833){const _0x243746=a135_0x5c4fee,_0x1b1490=join(_0x4c2833,_0x243746(0x1dc));if(existsSync(_0x1b1490))return![];return await writeRulesFile(_0x1b1490),!![];}
|
package/lib/utils/sleep.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export function sleep(
|
|
1
|
+
export function sleep(_0x227ea9){return new Promise(_0x19e471=>setTimeout(_0x19e471,_0x227ea9));}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a137_0xbe56(_0x58e409,_0x3ef99d){_0x58e409=_0x58e409-0xab;const _0x563db5=a137_0x563d();let _0xbe5647=_0x563db5[_0x58e409];return _0xbe5647;}const a137_0x446f6c=a137_0xbe56;(function(_0x741062,_0x5ab263){const _0x16371a=a137_0xbe56,_0x5b5b9d=_0x741062();while(!![]){try{const _0x26c45c=parseInt(_0x16371a(0xd3))/0x1+-parseInt(_0x16371a(0xb7))/0x2*(parseInt(_0x16371a(0xc5))/0x3)+parseInt(_0x16371a(0xcc))/0x4*(-parseInt(_0x16371a(0xbd))/0x5)+-parseInt(_0x16371a(0xb8))/0x6*(-parseInt(_0x16371a(0xb9))/0x7)+-parseInt(_0x16371a(0xc7))/0x8*(parseInt(_0x16371a(0xeb))/0x9)+-parseInt(_0x16371a(0xb6))/0xa+parseInt(_0x16371a(0xbc))/0xb;if(_0x26c45c===_0x5ab263)break;else _0x5b5b9d['push'](_0x5b5b9d['shift']());}catch(_0x2cb861){_0x5b5b9d['push'](_0x5b5b9d['shift']());}}}(a137_0x563d,0xcf1d4));import a137_0x25d2e5 from'node:fs';import a137_0x1171f9 from'node:path';import{logger}from'../utils/logger.js';function a137_0x563d(){const _0x44462c=['toLowerCase','51406388JRZXZG','5858315GLsqof','error','.json','alias:\x20\x22','extname','\x0a\x20\x20\x20\x20{\x20','replaceApiContent','endsWith','6411AZDteD','toUpperCase','24RwiPmr','promises','LOVRABET','toLocaleString','.md','4VdhLUG','utf8','default','.scss','YourModel','isDirectory','replace','40903XVlCKH','datasetCode','readFile','slice','tableName','processFile','toLocaleDateString','datasetCode:\x20\x22','join','toDisplayTitle','push','name:\x20\x22','alias','map','toComponentName','mkdir','.tsx','processDirectory','template','2-digit','name','开始处理模板内容替换','now','info','750033DalZXQ','\x20},','toLocaleTimeString','.tpl','includes','copyFile','processTemplate','numeric','toISOString','success','.ts','pop','charAt','13854440rdeDBe','1114ZXWPKq','228rjWhmb','24234qzNKvw','split'];a137_0x563d=function(){return _0x44462c;};return a137_0x563d();}import{getCliVersion}from'../utils/version.js';const CLI_VERSION=getCliVersion();export class TemplateReplacer{static[a137_0x446f6c(0xe1)](_0x1f0fcf){const _0x179cfd=a137_0x446f6c,_0xf692bc=_0x1f0fcf[_0x179cfd(0xba)]('/')[_0x179cfd(0xb4)]()||_0x1f0fcf;return _0xf692bc['split']('-')[_0x179cfd(0xe0)](_0x311391=>_0x311391['charAt'](0x0)['toUpperCase']()+_0x311391[_0x179cfd(0xd6)](0x1)[_0x179cfd(0xbb)]())['join']('');}static[a137_0x446f6c(0xdc)](_0x3f4eb6){const _0x3f801d=a137_0x446f6c,_0x337b2e=_0x3f4eb6[_0x3f801d(0xba)]('/')['pop']()||_0x3f4eb6;return _0x337b2e[_0x3f801d(0xba)]('-')[_0x3f801d(0xe0)](_0x22a4ce=>_0x22a4ce[_0x3f801d(0xb5)](0x0)[_0x3f801d(0xc6)]()+_0x22a4ce['slice'](0x1)['toLowerCase']())['join']('\x20');}static['replaceContent'](_0x423c1d,_0x402e86,_0xa3a2c6){const _0x2d1451=a137_0x446f6c,_0x40c417=this[_0x2d1451(0xe1)](_0x402e86),_0x210d5a=this[_0x2d1451(0xdc)](_0x402e86),_0x2a1c0e=new Date(),_0x40f7e7=_0x2a1c0e[_0x2d1451(0xca)](undefined,{'year':_0x2d1451(0xb0),'month':_0x2d1451(0xe6),'day':_0x2d1451(0xe6),'hour':'2-digit','minute':_0x2d1451(0xe6),'second':_0x2d1451(0xe6),'hour12':![]})[_0x2d1451(0xd2)](/\//g,'-'),_0x474367=_0x2a1c0e[_0x2d1451(0xd9)](undefined,{'year':'numeric','month':_0x2d1451(0xe6),'day':_0x2d1451(0xe6)})[_0x2d1451(0xd2)](/\//g,'-'),_0x1acf5f=_0x2a1c0e[_0x2d1451(0xab)](undefined,{'hour12':![]});let _0x470860=_0x423c1d['replace'](/\{CliVersion\}/g,CLI_VERSION)[_0x2d1451(0xd2)](/\{ComponentName\}/g,_0x40c417)[_0x2d1451(0xd2)](/\{DisplayTitle\}/g,_0x210d5a)[_0x2d1451(0xd2)](/\{PageName\}/g,_0x402e86)[_0x2d1451(0xd2)](/\{TemplateName\}/g,_0xa3a2c6)[_0x2d1451(0xd2)](/\{CreatedAt\}/g,_0x40f7e7)['replace'](/\{CreatedDate\}/g,_0x474367)[_0x2d1451(0xd2)](/\{CreatedTime\}/g,_0x1acf5f);return _0x470860;}static[a137_0x446f6c(0xc3)](_0x20109a,_0x4c2478,_0x275870,_0x5217b3,_0x4bfe6a,_0x1f5c07,_0x240118,_0x5df4a6){const _0x54cdf2=a137_0x446f6c,_0x2c10c5=new Date(),_0x184dc7=_0x2c10c5[_0x54cdf2(0xb1)](),_0x51dcb2=_0x275870[_0x54cdf2(0xe0)](_0x44efdb=>{const _0x4ba0e9=_0x54cdf2,_0x1683e9=[_0x4ba0e9(0xda)+_0x44efdb[_0x4ba0e9(0xd4)]+'\x22','tableName:\x20\x22'+_0x44efdb[_0x4ba0e9(0xd7)]+'\x22',_0x4ba0e9(0xde)+_0x44efdb[_0x4ba0e9(0xe7)]+'\x22'];return _0x44efdb[_0x4ba0e9(0xdf)]&&_0x1683e9[_0x4ba0e9(0xdd)](_0x4ba0e9(0xc0)+_0x44efdb[_0x4ba0e9(0xdf)]+'\x22'),_0x4ba0e9(0xc2)+_0x1683e9[_0x4ba0e9(0xdb)](',\x20')+_0x4ba0e9(0xec);})[_0x54cdf2(0xdb)](''),_0x523eab=_0x5217b3||_0x275870[0x0]?.[_0x54cdf2(0xdf)]||_0x54cdf2(0xd0);let _0x4ef032=_0x20109a[_0x54cdf2(0xd2)](/\{AppCode\}/g,_0x4c2478)[_0x54cdf2(0xd2)](/\{ModelConfigs\}/g,_0x51dcb2)['replace'](/\{ExampleModelName\}/g,_0x523eab)['replace'](/\{ApiFileName\}/g,_0x4bfe6a||'api')['replace'](/\{ConfigName\}/g,_0x1f5c07||_0x54cdf2(0xce))[_0x54cdf2(0xd2)](/\{ClientConfigParam\}/g,_0x240118||'')[_0x54cdf2(0xd2)](/\{VarPrefix\}/g,_0x5df4a6||_0x54cdf2(0xc9))[_0x54cdf2(0xd2)](/\{CreatedAt\}/g,_0x184dc7);return _0x4ef032;}static async[a137_0x446f6c(0xaf)](_0x41d8fd,_0x538d77,_0xf3b129,_0x23b3c4,_0x535ef6=!![]){const _0x53167e=a137_0x446f6c,_0xb6afcc=Date[_0x53167e(0xe9)]();try{_0x535ef6&&logger[_0x53167e(0xea)]('template',_0x53167e(0xe8),{'templatePath':_0x41d8fd,'targetPath':_0x538d77,'pageName':_0xf3b129,'templateName':_0x23b3c4});await a137_0x25d2e5[_0x53167e(0xc8)][_0x53167e(0xe2)](_0x538d77,{'recursive':!![]}),await this[_0x53167e(0xe4)](_0x41d8fd,_0x538d77,_0xf3b129,_0x23b3c4);if(_0x535ef6){const _0x341c86=Date[_0x53167e(0xe9)]()-_0xb6afcc;logger[_0x53167e(0xb2)](_0x53167e(0xe5),'模板内容替换完成',_0x341c86,{'pageName':_0xf3b129,'templateName':_0x23b3c4});}}catch(_0x1a9504){if(_0x535ef6){const _0x1a2bd0=Date[_0x53167e(0xe9)]()-_0xb6afcc;logger[_0x53167e(0xbe)](_0x53167e(0xe5),'模板内容替换失败',{'templatePath':_0x41d8fd,'targetPath':_0x538d77,'pageName':_0xf3b129,'templateName':_0x23b3c4,'error':_0x1a9504 instanceof Error?_0x1a9504['message']:String(_0x1a9504),'duration':_0x1a2bd0});}throw _0x1a9504;}}static async[a137_0x446f6c(0xe4)](_0x1f2915,_0x25bb52,_0x24fc45,_0x8f9248){const _0x301a4a=a137_0x446f6c,_0x2ffb71=await a137_0x25d2e5[_0x301a4a(0xc8)]['readdir'](_0x1f2915,{'withFileTypes':!![]});for(const _0x2ac891 of _0x2ffb71){const _0x73e57f=a137_0x1171f9[_0x301a4a(0xdb)](_0x1f2915,_0x2ac891[_0x301a4a(0xe7)]);let _0x13784d=a137_0x1171f9[_0x301a4a(0xdb)](_0x25bb52,_0x2ac891[_0x301a4a(0xe7)]);_0x2ac891[_0x301a4a(0xe7)][_0x301a4a(0xc4)](_0x301a4a(0xac))&&(_0x13784d=a137_0x1171f9['join'](_0x25bb52,_0x2ac891['name']['replace'](/\.tpl$/,'')));if(_0x2ac891[_0x301a4a(0xd1)]())await a137_0x25d2e5['promises']['mkdir'](_0x13784d,{'recursive':!![]}),await this[_0x301a4a(0xe4)](_0x73e57f,_0x13784d,_0x24fc45,_0x8f9248);else _0x2ac891['isFile']()&&await this[_0x301a4a(0xd8)](_0x73e57f,_0x13784d,_0x24fc45,_0x8f9248);}}static async['processFile'](_0x32f414,_0xd09552,_0x14067c,_0x2c23f4){const _0x53dd41=a137_0x446f6c,_0x353fd7=a137_0x1171f9[_0x53dd41(0xc1)](_0x32f414)['toLowerCase']();_0x32f414[_0x53dd41(0xc4)](_0x53dd41(0xac))&&(_0xd09552=_0xd09552['replace'](/\.tpl$/,''));const _0x54b36b=[_0x53dd41(0xe3),_0x53dd41(0xb3),'.jsx','.js',_0x53dd41(0xbf),_0x53dd41(0xcb),'.css',_0x53dd41(0xcf),_0x53dd41(0xac)];if(_0x54b36b[_0x53dd41(0xad)](_0x353fd7)||_0x32f414[_0x53dd41(0xc4)](_0x53dd41(0xac))){const _0x2c11b7=await a137_0x25d2e5[_0x53dd41(0xc8)][_0x53dd41(0xd5)](_0x32f414,_0x53dd41(0xcd)),_0x3c3b69=this['replaceContent'](_0x2c11b7,_0x14067c,_0x2c23f4);await a137_0x25d2e5['promises']['writeFile'](_0xd09552,_0x3c3b69,_0x53dd41(0xcd));}else await a137_0x25d2e5[_0x53dd41(0xc8)][_0x53dd41(0xae)](_0x32f414,_0xd09552);}}
|
package/lib/utils/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x17d687,_0x3458d7){var _0x557b62=a138_0x9214,_0x52861d=_0x17d687();while(!![]){try{var _0x5431b7=-parseInt(_0x557b62(0xbd))/0x1+-parseInt(_0x557b62(0xb4))/0x2*(parseInt(_0x557b62(0xb9))/0x3)+-parseInt(_0x557b62(0xb8))/0x4+-parseInt(_0x557b62(0xb3))/0x5*(-parseInt(_0x557b62(0xba))/0x6)+parseInt(_0x557b62(0xbb))/0x7*(parseInt(_0x557b62(0xb6))/0x8)+-parseInt(_0x557b62(0xbc))/0x9*(-parseInt(_0x557b62(0xb5))/0xa)+parseInt(_0x557b62(0xb7))/0xb;if(_0x5431b7===_0x3458d7)break;else _0x52861d['push'](_0x52861d['shift']());}catch(_0x23b4b6){_0x52861d['push'](_0x52861d['shift']());}}}(a138_0x35f6,0x24cf4));function a138_0x35f6(){var _0x51a4fa=['15550cLPttn','256XYddKj','2979515xwckGL','452884JZWVGB','3qcWgZz','1068mQLpNd','63532SFkXMu','504YJyXIQ','226185hbZolt','1325CEUfmy','410738cJdlIP'];a138_0x35f6=function(){return _0x51a4fa;};return a138_0x35f6();}function a138_0x9214(_0x30b4d2,_0x47793c){_0x30b4d2=_0x30b4d2-0xb3;var _0x35f66f=a138_0x35f6();var _0x9214e4=_0x35f66f[_0x30b4d2];return _0x9214e4;}import{VERSION}from'../generated/build-info.js';export function getCliVersion(){return VERSION;}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x3d32af,_0x1c92b6){var _0x3168dc=a139_0x27b1,_0xd60676=_0x3d32af();while(!![]){try{var _0x4bab6a=parseInt(_0x3168dc(0x18f))/0x1*(-parseInt(_0x3168dc(0x18e))/0x2)+-parseInt(_0x3168dc(0x18d))/0x3*(-parseInt(_0x3168dc(0x191))/0x4)+-parseInt(_0x3168dc(0x193))/0x5+-parseInt(_0x3168dc(0x18c))/0x6*(parseInt(_0x3168dc(0x190))/0x7)+parseInt(_0x3168dc(0x18b))/0x8*(-parseInt(_0x3168dc(0x189))/0x9)+-parseInt(_0x3168dc(0x188))/0xa+-parseInt(_0x3168dc(0x192))/0xb*(-parseInt(_0x3168dc(0x18a))/0xc);if(_0x4bab6a===_0x1c92b6)break;else _0xd60676['push'](_0xd60676['shift']());}catch(_0x2270d2){_0xd60676['push'](_0xd60676['shift']());}}}(a139_0x5d81,0xe29dd));function a139_0x27b1(_0xbb1e53,_0x2f48dd){_0xbb1e53=_0xbb1e53-0x188;var _0x5d8165=a139_0x5d81();var _0x27b17f=_0x5d8165[_0xbb1e53];return _0x27b17f;}import{setActiveCookie,clearActiveCookie}from'../core/api-client.js';export async function withActiveCookie(_0x54ae8f,_0x550184){setActiveCookie(_0x54ae8f);try{return await _0x550184();}finally{clearActiveCookie();}}function a139_0x5d81(){var _0x1be954=['1305044MrZYxE','11DsGcFm','290505GdyJmf','10332080dbLNgF','882TqSgGd','37544700DAutxu','83272vcZpZE','90xTbbyJ','6RhrJGi','190gWwQRQ','718PcMsWj','314265aCrfnr'];a139_0x5d81=function(){return _0x1be954;};return a139_0x5d81();}
|
package/package.json
CHANGED