@lovrabet/lovrabet-cli 2.1.11 → 2.1.12

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 (119) hide show
  1. package/lib/cli.js +1 -1
  2. package/lib/commands/api-doc/index.js +1 -1
  3. package/lib/commands/app/cache.js +1 -1
  4. package/lib/commands/app/definitions.js +1 -1
  5. package/lib/commands/app/eligibility.js +1 -1
  6. package/lib/commands/app/mock-loader.js +1 -1
  7. package/lib/commands/app/remote-source.js +1 -1
  8. package/lib/commands/app/shared.js +1 -1
  9. package/lib/commands/app-config/get.js +1 -1
  10. package/lib/commands/app-config/index.js +1 -1
  11. package/lib/commands/app-config/shared.js +1 -1
  12. package/lib/commands/artifact/index.js +1 -1
  13. package/lib/commands/auth/index.js +1 -1
  14. package/lib/commands/auth/prompt.js +1 -1
  15. package/lib/commands/bff/detail.js +1 -1
  16. package/lib/commands/bff/exec.js +1 -1
  17. package/lib/commands/bff/index.js +1 -1
  18. package/lib/commands/cli-skill/index.js +1 -1
  19. package/lib/commands/common/config-policy.js +1 -1
  20. package/lib/commands/common/constraints.js +1 -1
  21. package/lib/commands/common/flags.js +1 -1
  22. package/lib/commands/common/local-file.js +1 -1
  23. package/lib/commands/config/definitions.js +1 -1
  24. package/lib/commands/config/shared.js +1 -1
  25. package/lib/commands/data/index.js +1 -1
  26. package/lib/commands/dataset/detail.js +1 -1
  27. package/lib/commands/dataset/index.js +1 -1
  28. package/lib/commands/dataset/list.js +1 -1
  29. package/lib/commands/dataset/sdk-doc.js +1 -1
  30. package/lib/commands/doctor.js +1 -1
  31. package/lib/commands/file/index.js +1 -1
  32. package/lib/commands/init.js +1 -1
  33. package/lib/commands/kb/index.js +1 -1
  34. package/lib/commands/logs/index.js +1 -1
  35. package/lib/commands/ocr/index.js +1 -1
  36. package/lib/commands/personal-bff/index.js +1 -1
  37. package/lib/commands/registry.js +1 -1
  38. package/lib/commands/schema.js +1 -1
  39. package/lib/commands/service/dynamic.js +1 -1
  40. package/lib/commands/service/index.js +1 -1
  41. package/lib/commands/service/registry.js +1 -1
  42. package/lib/commands/skill/commands/create.js +1 -1
  43. package/lib/commands/skill/commands/install.js +1 -1
  44. package/lib/commands/skill/commands/list.js +1 -1
  45. package/lib/commands/skill/commands/push.js +1 -1
  46. package/lib/commands/skill/commands/validate.js +1 -1
  47. package/lib/commands/skill/flags.js +1 -1
  48. package/lib/commands/skill/index.js +1 -1
  49. package/lib/commands/skill/manifest-helpers.js +1 -1
  50. package/lib/commands/skill/push-execute.js +1 -1
  51. package/lib/commands/skill/push-flow-helpers.js +1 -1
  52. package/lib/commands/skill/push-retarget.js +1 -1
  53. package/lib/commands/skill/scopes.js +1 -1
  54. package/lib/commands/skill/summary.js +1 -1
  55. package/lib/commands/skill/templates.js +1 -1
  56. package/lib/commands/skill/validate.js +1 -1
  57. package/lib/commands/sql/detail.js +1 -1
  58. package/lib/commands/sql/exec.js +1 -1
  59. package/lib/commands/sql/index.js +1 -1
  60. package/lib/commands/update.js +1 -1
  61. package/lib/commands/workspace/index.js +1 -1
  62. package/lib/config/schema.js +1 -1
  63. package/lib/constant/app.js +1 -1
  64. package/lib/constant/auth-mode.js +1 -1
  65. package/lib/constant/cli.js +1 -1
  66. package/lib/constant/defaults.js +1 -1
  67. package/lib/constant/distribution.js +1 -1
  68. package/lib/constant/domain.js +1 -1
  69. package/lib/constant/env.js +1 -1
  70. package/lib/constant/output.js +1 -1
  71. package/lib/constant/product.js +1 -1
  72. package/lib/constant/risk.js +1 -1
  73. package/lib/constant/url.js +1 -1
  74. package/lib/context.js +1 -1
  75. package/lib/core/api-client.js +1 -1
  76. package/lib/core/db-resolver.js +1 -1
  77. package/lib/core/sdk-client.js +1 -1
  78. package/lib/errors.js +1 -1
  79. package/lib/framework/build-all-flags.js +1 -1
  80. package/lib/framework/dryrun.js +1 -1
  81. package/lib/framework/flags.js +1 -1
  82. package/lib/framework/help.js +1 -1
  83. package/lib/framework/index.js +1 -1
  84. package/lib/framework/output.js +1 -1
  85. package/lib/framework/preparse.js +1 -1
  86. package/lib/framework/rate-limit.js +1 -1
  87. package/lib/framework/response.js +1 -1
  88. package/lib/framework/runner-confirmation.js +1 -1
  89. package/lib/framework/runner-error.js +1 -1
  90. package/lib/framework/runner.js +1 -1
  91. package/lib/framework/schema-export.js +1 -1
  92. package/lib/framework/service-order.js +1 -1
  93. package/lib/framework/types.js +1 -1
  94. package/lib/generated/build-info.js +1 -1
  95. package/lib/help.js +1 -1
  96. package/lib/skills/npx-skills-add.js +1 -1
  97. package/lib/skills/runtime-skill-sync/constants.js +1 -1
  98. package/lib/skills/runtime-skill-sync/fs-utils.js +1 -1
  99. package/lib/skills/runtime-skill-sync/hashing.js +1 -1
  100. package/lib/skills/runtime-skill-sync/links.js +1 -1
  101. package/lib/skills/runtime-skill-sync/list-local.js +1 -1
  102. package/lib/skills/runtime-skill-sync/local-files.js +1 -1
  103. package/lib/skills/runtime-skill-sync/materialize.js +1 -1
  104. package/lib/skills/runtime-skill-sync/metadata.js +1 -1
  105. package/lib/skills/runtime-skill-sync/paths.js +1 -1
  106. package/lib/skills/runtime-skill-sync/push.js +1 -1
  107. package/lib/skills/runtime-skill-sync/scopes.js +1 -1
  108. package/lib/skills/runtime-skill-sync/zip-codec.js +1 -1
  109. package/lib/skills/runtime-skill-sync/zip-package.js +1 -1
  110. package/lib/skills/runtime-skill-sync.js +1 -1
  111. package/lib/utils/apply-jq-filter.js +1 -1
  112. package/lib/utils/logger.js +1 -1
  113. package/lib/utils/lossless-json.js +1 -1
  114. package/lib/utils/params.js +1 -1
  115. package/lib/utils/platform.js +1 -1
  116. package/lib/utils/update-notice.js +1 -1
  117. package/lib/utils/version.js +1 -1
  118. package/lib/utils/write-cli-side-channel.js +1 -1
  119. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(_0x122f43,_0x7b9a7a){const _0x547c26=a106_0xd8b1,_0x2b89bc=_0x122f43();while(!![]){try{const _0x4d869e=-parseInt(_0x547c26(0x1e5))/0x1*(parseInt(_0x547c26(0x1dd))/0x2)+parseInt(_0x547c26(0x1e8))/0x3*(parseInt(_0x547c26(0x1e9))/0x4)+parseInt(_0x547c26(0x1e4))/0x5*(-parseInt(_0x547c26(0x1e1))/0x6)+-parseInt(_0x547c26(0x1de))/0x7*(parseInt(_0x547c26(0x1e0))/0x8)+-parseInt(_0x547c26(0x1e3))/0x9*(parseInt(_0x547c26(0x1d7))/0xa)+parseInt(_0x547c26(0x1df))/0xb+-parseInt(_0x547c26(0x1da))/0xc*(-parseInt(_0x547c26(0x1e7))/0xd);if(_0x4d869e===_0x7b9a7a)break;else _0x2b89bc['push'](_0x2b89bc['shift']());}catch(_0xfdf613){_0x2b89bc['push'](_0x2b89bc['shift']());}}}(a106_0x7afa,0x8c0a7));import{CliErrors}from'../../errors.js';function a106_0xd8b1(_0x396fb9,_0x4beb1a){_0x396fb9=_0x396fb9-0x1d6;const _0x7afa99=a106_0x7afa();let _0xd8b19c=_0x7afa99[_0x396fb9];return _0xd8b19c;}export function normalizeRuntimeSkillScopes(_0x342e2d){const _0x4f4332=a106_0xd8b1,_0x5b3d45=_0x342e2d&&_0x342e2d[_0x4f4332(0x1e2)]>0x0?_0x342e2d:['personal',_0x4f4332(0x1db),_0x4f4332(0x1d6)],_0x566334=[];for(const _0x53c942 of _0x5b3d45){if(!isRuntimeSkillScope(_0x53c942))throw CliErrors[_0x4f4332(0x1d8)]('Unsupported\x20runtime\x20Skill\x20scope:\x20'+_0x53c942);!_0x566334[_0x4f4332(0x1e6)](_0x53c942)&&_0x566334[_0x4f4332(0x1dc)](_0x53c942);}return _0x566334;}function a106_0x7afa(){const _0x342c1e=['23075HcMAmH','3rwyIuK','4532908UyYeqS','builtin','154250AujAzf','validation','personal','10740uIRCLg','company','push','64oXbeVU','4278218PrBpHs','2194742vlMLmF','8uozRFF','4350246ASRRsf','length','576BYoynS','5EKSqYS','761jYwKgp','includes'];a106_0x7afa=function(){return _0x342c1e;};return a106_0x7afa();}export function isRuntimeSkillScope(_0x50f2f2){const _0x56cf62=a106_0xd8b1;return _0x50f2f2===_0x56cf62(0x1d9)||_0x50f2f2==='company'||_0x50f2f2==='builtin';}
1
+ (function(_0x341da7,_0x3dd1b4){const _0x5833c3=a106_0x3c3d,_0x4f7f63=_0x341da7();while(!![]){try{const _0x484f39=-parseInt(_0x5833c3(0xa7))/0x1*(parseInt(_0x5833c3(0xa8))/0x2)+-parseInt(_0x5833c3(0xaf))/0x3+parseInt(_0x5833c3(0xa5))/0x4+parseInt(_0x5833c3(0xa6))/0x5+parseInt(_0x5833c3(0xb2))/0x6*(parseInt(_0x5833c3(0xb0))/0x7)+parseInt(_0x5833c3(0xa2))/0x8*(-parseInt(_0x5833c3(0xac))/0x9)+-parseInt(_0x5833c3(0xab))/0xa*(-parseInt(_0x5833c3(0xa3))/0xb);if(_0x484f39===_0x3dd1b4)break;else _0x4f7f63['push'](_0x4f7f63['shift']());}catch(_0x2ebb18){_0x4f7f63['push'](_0x4f7f63['shift']());}}}(a106_0x2660,0x3d941));import{CliErrors}from'../../errors.js';function a106_0x3c3d(_0x130367,_0x51461a){_0x130367=_0x130367-0xa2;const _0x26601d=a106_0x2660();let _0x3c3d7a=_0x26601d[_0x130367];return _0x3c3d7a;}export function normalizeRuntimeSkillScopes(_0x2e6806){const _0x45b1e0=a106_0x3c3d,_0xc2eb55=_0x2e6806&&_0x2e6806['length']>0x0?_0x2e6806:[_0x45b1e0(0xa4),_0x45b1e0(0xae),_0x45b1e0(0xb1)],_0x536df6=[];for(const _0x2be332 of _0xc2eb55){if(!isRuntimeSkillScope(_0x2be332))throw CliErrors['validation'](_0x45b1e0(0xaa)+_0x2be332);!_0x536df6[_0x45b1e0(0xa9)](_0x2be332)&&_0x536df6[_0x45b1e0(0xad)](_0x2be332);}return _0x536df6;}export function isRuntimeSkillScope(_0x4da910){const _0x39e10a=a106_0x3c3d;return _0x4da910==='personal'||_0x4da910===_0x39e10a(0xae)||_0x4da910===_0x39e10a(0xb1);}function a106_0x2660(){const _0x1a8ecc=['628662dhwTWy','406NfZzea','builtin','1914LoRLNG','104hPvjDA','605dOufhM','personal','1071948omWIgq','765970fvMKMd','61FQaDSS','9854FEHSCj','includes','Unsupported\x20runtime\x20Skill\x20scope:\x20','147970FEWxhH','340056ySUBTh','push','company'];a106_0x2660=function(){return _0x1a8ecc;};return a106_0x2660();}
@@ -1 +1 @@
1
- function a108_0x2fbc(_0x310722,_0x535207){_0x310722=_0x310722-0x1ed;const _0x438999=a108_0x4389();let _0x2fbc43=_0x438999[_0x310722];return _0x2fbc43;}const a108_0x52c580=a108_0x2fbc;(function(_0x3fc789,_0x48fcb2){const _0x3c669d=a108_0x2fbc,_0x4a7588=_0x3fc789();while(!![]){try{const _0x517d05=parseInt(_0x3c669d(0x1f9))/0x1*(parseInt(_0x3c669d(0x1f5))/0x2)+parseInt(_0x3c669d(0x1ed))/0x3+parseInt(_0x3c669d(0x1fa))/0x4+parseInt(_0x3c669d(0x1f2))/0x5+parseInt(_0x3c669d(0x1f8))/0x6+-parseInt(_0x3c669d(0x1ee))/0x7*(-parseInt(_0x3c669d(0x1f6))/0x8)+-parseInt(_0x3c669d(0x1f7))/0x9;if(_0x517d05===_0x48fcb2)break;else _0x4a7588['push'](_0x4a7588['shift']());}catch(_0x1c2699){_0x4a7588['push'](_0x4a7588['shift']());}}}(a108_0x4389,0x80489));import{unzipSync,zipSync}from'fflate';function a108_0x4389(){const _0x7752a5=['Runtime\x20Skill\x20package\x20is\x20not\x20a\x20valid\x20zip\x20file.','path','1980-01-01T00:00:00.000Z','Runtime\x20Skill\x20package\x20contains\x20directory\x20entry:\x20','sort','371301qyjHMb','5529083BiZpMc','validation_error','code','endsWith','3765310tYnadW','name','validation','45076FtCFDp','8yznZhJ','15130548sEFBsp','2166840uinAKM','7ufyLLd','84068rpXkWT','from','entries'];a108_0x4389=function(){return _0x7752a5;};return a108_0x4389();}import{CliErrors}from'../../errors.js';import{compareSkillFiles,fileContent,normalizeLocalFiles,normalizeSkillRelativePath}from'./local-files.js';const ZIP_MTIME=new Date(a108_0x52c580(0x1ff));export function createDeterministicZipPackage(_0x38edbd){const _0x5c7302=a108_0x52c580,_0x566c1c={};for(const _0x5b7e69 of normalizeLocalFiles(_0x38edbd)){_0x566c1c[_0x5b7e69[_0x5c7302(0x1fe)]]=fileContent(_0x5b7e69);}return Buffer[_0x5c7302(0x1fb)](zipSync(_0x566c1c,{'level':0x0,'mtime':ZIP_MTIME}));}export function parseZipPackage(_0x48b821){const _0x15ce12=a108_0x52c580;if(_0x48b821['length']<0x16)throw CliErrors['validation']('Runtime\x20Skill\x20package\x20is\x20not\x20a\x20valid\x20zip\x20file.');let _0x1e1a58;try{_0x1e1a58=unzipSync(_0x48b821,{'filter'(_0x269ae3){const _0x802340=a108_0x2fbc,_0x1414f1=normalizeSkillRelativePath(_0x269ae3[_0x802340(0x1f3)]);if(_0x1414f1[_0x802340(0x1f1)]('/'))throw CliErrors[_0x802340(0x1f4)](_0x802340(0x200)+_0x1414f1);return!![];}});}catch(_0x3183f8){if(isRuntimeSkillValidationError(_0x3183f8))throw _0x3183f8;throw CliErrors[_0x15ce12(0x1f4)](_0x15ce12(0x1fd));}return Object[_0x15ce12(0x1fc)](_0x1e1a58)['map'](([_0x378862,_0x2e3619])=>({'path':normalizeSkillRelativePath(_0x378862),'bytes':Buffer[_0x15ce12(0x1fb)](_0x2e3619)}))[_0x15ce12(0x201)](compareSkillFiles);}function isRuntimeSkillValidationError(_0x515eb0){const _0x5a7660=a108_0x52c580;return typeof _0x515eb0==='object'&&_0x515eb0!==null&&_0x5a7660(0x1f0)in _0x515eb0&&_0x515eb0[_0x5a7660(0x1f0)]===_0x5a7660(0x1ef);}
1
+ const a108_0x31366a=a108_0x89a6;(function(_0x2d981a,_0x5d04d0){const _0x3b220a=a108_0x89a6,_0x5570e8=_0x2d981a();while(!![]){try{const _0x466280=parseInt(_0x3b220a(0x1ef))/0x1*(-parseInt(_0x3b220a(0x1f6))/0x2)+-parseInt(_0x3b220a(0x1f1))/0x3+-parseInt(_0x3b220a(0x1f7))/0x4+-parseInt(_0x3b220a(0x1ed))/0x5*(-parseInt(_0x3b220a(0x1f2))/0x6)+-parseInt(_0x3b220a(0x1fd))/0x7+parseInt(_0x3b220a(0x1eb))/0x8+parseInt(_0x3b220a(0x1ec))/0x9;if(_0x466280===_0x5d04d0)break;else _0x5570e8['push'](_0x5570e8['shift']());}catch(_0x38b981){_0x5570e8['push'](_0x5570e8['shift']());}}}(a108_0x3373,0xa2a97));import{unzipSync,zipSync}from'fflate';import{CliErrors}from'../../errors.js';import{compareSkillFiles,fileContent,normalizeLocalFiles,normalizeSkillRelativePath}from'./local-files.js';const ZIP_MTIME=new Date(a108_0x31366a(0x1f8));export function createDeterministicZipPackage(_0x3c92c9){const _0x485370=a108_0x31366a,_0x3e33dd={};for(const _0x3cdfd8 of normalizeLocalFiles(_0x3c92c9)){_0x3e33dd[_0x3cdfd8[_0x485370(0x1fc)]]=fileContent(_0x3cdfd8);}return Buffer[_0x485370(0x1f4)](zipSync(_0x3e33dd,{'level':0x0,'mtime':ZIP_MTIME}));}export function parseZipPackage(_0x113185){const _0x327bc6=a108_0x31366a;if(_0x113185['length']<0x16)throw CliErrors[_0x327bc6(0x1ee)](_0x327bc6(0x1f3));let _0x2f52f0;try{_0x2f52f0=unzipSync(_0x113185,{'filter'(_0x3b2a21){const _0x5705a0=_0x327bc6,_0x18ffa9=normalizeSkillRelativePath(_0x3b2a21[_0x5705a0(0x1f9)]);if(_0x18ffa9['endsWith']('/'))throw CliErrors[_0x5705a0(0x1ee)](_0x5705a0(0x1fb)+_0x18ffa9);return!![];}});}catch(_0x1e32bd){if(isRuntimeSkillValidationError(_0x1e32bd))throw _0x1e32bd;throw CliErrors[_0x327bc6(0x1ee)](_0x327bc6(0x1f3));}return Object['entries'](_0x2f52f0)[_0x327bc6(0x1f0)](([_0x152012,_0x3d5dde])=>({'path':normalizeSkillRelativePath(_0x152012),'bytes':Buffer[_0x327bc6(0x1f4)](_0x3d5dde)}))[_0x327bc6(0x1fe)](compareSkillFiles);}function isRuntimeSkillValidationError(_0x44f914){const _0xbd01c1=a108_0x31366a;return typeof _0x44f914===_0xbd01c1(0x1fa)&&_0x44f914!==null&&_0xbd01c1(0x1f5)in _0x44f914&&_0x44f914[_0xbd01c1(0x1f5)]==='validation_error';}function a108_0x89a6(_0x2a8e4e,_0x5e9232){_0x2a8e4e=_0x2a8e4e-0x1eb;const _0x3373d7=a108_0x3373();let _0x89a649=_0x3373d7[_0x2a8e4e];return _0x89a649;}function a108_0x3373(){const _0x3848f0=['sort','1641048tSFPvK','21667473ezOVdK','3163855sHwwBj','validation','9OaNWMn','map','1293981pEiCcN','6wHZThh','Runtime\x20Skill\x20package\x20is\x20not\x20a\x20valid\x20zip\x20file.','from','code','177602bWCXun','3194860JBmIej','1980-01-01T00:00:00.000Z','name','object','Runtime\x20Skill\x20package\x20contains\x20directory\x20entry:\x20','path','3849195zuExdo'];a108_0x3373=function(){return _0x3848f0;};return a108_0x3373();}
@@ -1 +1 @@
1
- (function(_0x3700f8,_0x4099d3){const _0x49d373=a109_0x1cbc,_0x5fd215=_0x3700f8();while(!![]){try{const _0xfbb098=parseInt(_0x49d373(0xf2))/0x1*(parseInt(_0x49d373(0x11d))/0x2)+parseInt(_0x49d373(0x118))/0x3+-parseInt(_0x49d373(0x10e))/0x4*(parseInt(_0x49d373(0xfb))/0x5)+parseInt(_0x49d373(0x10d))/0x6*(parseInt(_0x49d373(0x119))/0x7)+-parseInt(_0x49d373(0x104))/0x8*(parseInt(_0x49d373(0x108))/0x9)+-parseInt(_0x49d373(0x10a))/0xa*(parseInt(_0x49d373(0xf4))/0xb)+parseInt(_0x49d373(0xf9))/0xc*(-parseInt(_0x49d373(0x11a))/0xd);if(_0xfbb098===_0x4099d3)break;else _0x5fd215['push'](_0x5fd215['shift']());}catch(_0x4e2ca5){_0x5fd215['push'](_0x5fd215['shift']());}}}(a109_0x2fbf,0x9e25a));import{CliErrors}from'../../errors.js';import{SKILL_FILE}from'./constants.js';import{bufferSha256,fileHash,fileTreeHash}from'./hashing.js';import{fileContent,isSha256Hex,normalizeLocalFiles,normalizeManifestFiles}from'./local-files.js';function a109_0x2fbf(){const _0x4020fb=['files','object','trim','schemaVersion','isArray','length','ossPath','string','2831730gmtsed','147QOsBDb','39oPSkOP','Runtime\x20Skill\x20file\x20tree\x20sha256\x20is\x20invalid.','isSafeInteger','6770sFfNYB','push','262dckpOC','Runtime\x20Skill\x20package\x20is\x20required\x20for\x20Skill\x20install:\x20','143WKKuWh','requireOssPath','bytes','map','Runtime\x20Skill\x20package\x20is\x20missing\x20','736176rFJIsi','sha256','1330570cvOTnM','treeSha256','zipSize','Runtime\x20Skill\x20package\x20file\x20size\x20mismatch:\x20','zipSha256','Runtime\x20Skill\x20package\x20file\x20sha256\x20mismatch:\x20','validation','Runtime\x20Skill\x20file\x20tree\x20sha256\x20mismatch.','get','856ZdfWXp','Runtime\x20Skill\x20package\x20sha256\x20mismatch.','Runtime\x20Skill\x20package\x20manifest\x20is\x20missing.','some','65133owikyM','Runtime\x20Skill\x20manifest\x20is\x20missing\x20','484300PpexIv','toLowerCase','Runtime\x20Skill\x20package\x20size\x20is\x20invalid.','191742BBWHMt','4WCLMva','path'];a109_0x2fbf=function(){return _0x4020fb;};return a109_0x2fbf();}import{createDeterministicZipPackage,parseZipPackage}from'./zip-codec.js';export function buildSkillPackage(_0x1ce72b){const _0x100934=a109_0x1cbc,_0x30c56f=normalizeLocalFiles(_0x1ce72b);if(!_0x30c56f[_0x100934(0x107)](_0x585d51=>_0x585d51[_0x100934(0x10f)]===SKILL_FILE))throw CliErrors[_0x100934(0x101)]('Missing\x20'+SKILL_FILE+'\x20in\x20Skill\x20file\x20package.');const _0x2b0266=localFilesToManifestFiles(_0x30c56f),_0x57c00f=createDeterministicZipPackage(_0x30c56f);return{'manifest':{'schemaVersion':0x2,'treeSha256':fileTreeHash(_0x2b0266),'zipSha256':bufferSha256(_0x57c00f),'zipSize':_0x57c00f[_0x100934(0x115)],'files':_0x2b0266},'packageBytes':_0x57c00f,'packageBase64':_0x57c00f['toString']('base64')};}export function verifyRuntimeSkillPackage(_0x4dc138,_0x4d1f29){const _0x2723eb=a109_0x1cbc,_0x3958fb=normalizePackageManifest(_0x4dc138,{'requireOssPath':![]});if(!_0x3958fb)throw CliErrors['validation'](_0x2723eb(0x106));return extractAndVerifyPackage(_0x3958fb,_0x4d1f29);}export function verifyRuntimeSkillBundle(_0x53f07b,_0x5663c1){const _0x54ea9e=a109_0x1cbc,_0x40211a=normalizePackageManifest(_0x53f07b,{'requireOssPath':![]});if(!_0x40211a)throw CliErrors[_0x54ea9e(0x101)](_0x54ea9e(0x106));return extractAndVerifyPackageFiles(_0x40211a,_0x5663c1);}export function tryNormalizePackageManifest(_0x3b8ffe){return normalizePackageManifest(_0x3b8ffe,{'requireOssPath':![]});}function a109_0x1cbc(_0x52ba14,_0x41ed21){_0x52ba14=_0x52ba14-0xf1;const _0x2fbf8e=a109_0x2fbf();let _0x1cbc3a=_0x2fbf8e[_0x52ba14];return _0x1cbc3a;}export function requirePackageBytes(_0x11dafe,_0x325b30){const _0x73ab9a=a109_0x1cbc;if(!_0x325b30||_0x325b30[_0x73ab9a(0x115)]===0x0)throw CliErrors[_0x73ab9a(0x101)](_0x73ab9a(0xf3)+_0x11dafe);return _0x325b30;}export function extractDownloadedPackage(_0x19c244){const _0x1d78ff=a109_0x1cbc,_0x2e7537=parseZipPackage(_0x19c244)['map'](_0x585a96=>({'path':_0x585a96[_0x1d78ff(0x10f)],'bytes':_0x585a96[_0x1d78ff(0xf6)]}));if(!_0x2e7537['some'](_0x314b5a=>_0x314b5a[_0x1d78ff(0x10f)]===SKILL_FILE))throw CliErrors['validation'](_0x1d78ff(0xf8)+SKILL_FILE+'.');return normalizeLocalFiles(_0x2e7537);}export function localFilesToManifestFiles(_0x50482f){const _0x1b8621=a109_0x1cbc;return normalizeLocalFiles(_0x50482f)[_0x1b8621(0xf7)](_0x4d0e4a=>({'path':_0x4d0e4a[_0x1b8621(0x10f)],'sha256':fileHash(_0x4d0e4a),'size':fileContent(_0x4d0e4a)[_0x1b8621(0x115)]}));}function normalizePackageManifest(_0x45be1b,_0x287851){const _0x22c0b4=a109_0x1cbc;if(!_0x45be1b||typeof _0x45be1b!==_0x22c0b4(0x111)||Array[_0x22c0b4(0x114)](_0x45be1b))return undefined;const _0xc3228=_0x45be1b,_0x536013=typeof _0xc3228[_0x22c0b4(0x116)]===_0x22c0b4(0x117)?_0xc3228[_0x22c0b4(0x116)][_0x22c0b4(0x112)]():undefined;if(_0x287851[_0x22c0b4(0xf5)]&&!_0x536013)return undefined;if(!Array['isArray'](_0xc3228[_0x22c0b4(0x110)])||_0xc3228[_0x22c0b4(0x110)]['length']===0x0)return undefined;if(!isSha256Hex(_0xc3228[_0x22c0b4(0xfc)]))throw CliErrors['validation'](_0x22c0b4(0x11b));if(!isSha256Hex(_0xc3228[_0x22c0b4(0xff)]))throw CliErrors[_0x22c0b4(0x101)]('Runtime\x20Skill\x20package\x20sha256\x20is\x20invalid.');if(!Number[_0x22c0b4(0x11c)](_0xc3228[_0x22c0b4(0xfd)])||_0xc3228[_0x22c0b4(0xfd)]<0x0)throw CliErrors['validation'](_0x22c0b4(0x10c));const _0x4a3bd9=normalizeManifestFiles(_0xc3228[_0x22c0b4(0x110)]);if(!_0x4a3bd9[_0x22c0b4(0x107)](_0x4f78b1=>_0x4f78b1['path']===SKILL_FILE))throw CliErrors[_0x22c0b4(0x101)](_0x22c0b4(0x109)+SKILL_FILE+'.');const _0xd7a241=fileTreeHash(_0x4a3bd9);if(_0xd7a241!==_0xc3228[_0x22c0b4(0xfc)][_0x22c0b4(0x10b)]())throw CliErrors[_0x22c0b4(0x101)](_0x22c0b4(0x102));return{'schemaVersion':Number[_0x22c0b4(0x11c)](_0xc3228[_0x22c0b4(0x113)])?_0xc3228[_0x22c0b4(0x113)]:0x2,'ossPath':_0x536013,'treeSha256':_0xd7a241,'zipSha256':_0xc3228['zipSha256']['toLowerCase'](),'zipSize':_0xc3228['zipSize'],'files':_0x4a3bd9};}function extractAndVerifyPackage(_0x8ff12d,_0x263a3){const _0x2e21cd=a109_0x1cbc,_0xa1dda4=normalizePackageManifest(_0x8ff12d,{'requireOssPath':![]});if(!_0xa1dda4)throw CliErrors[_0x2e21cd(0x101)](_0x2e21cd(0x106));if(_0x263a3[_0x2e21cd(0x115)]!==_0xa1dda4[_0x2e21cd(0xfd)])throw CliErrors[_0x2e21cd(0x101)]('Runtime\x20Skill\x20package\x20size\x20mismatch.');const _0x9cf241=bufferSha256(_0x263a3);if(_0x9cf241!==_0xa1dda4[_0x2e21cd(0xff)])throw CliErrors[_0x2e21cd(0x101)](_0x2e21cd(0x105));return extractAndVerifyPackageFiles(_0xa1dda4,_0x263a3);}function extractAndVerifyPackageFiles(_0x5f2b31,_0x461a57){const _0x42ef08=a109_0x1cbc,_0x31f46f=parseZipPackage(_0x461a57);if(_0x31f46f[_0x42ef08(0x115)]!==_0x5f2b31[_0x42ef08(0x110)][_0x42ef08(0x115)])throw CliErrors[_0x42ef08(0x101)]('Runtime\x20Skill\x20package\x20entry\x20list\x20mismatch.');const _0x196dfb=new Map();for(const _0x142501 of _0x31f46f){if(_0x196dfb['has'](_0x142501['path']))throw CliErrors[_0x42ef08(0x101)]('Duplicate\x20Skill\x20package\x20entry:\x20'+_0x142501[_0x42ef08(0x10f)]);_0x196dfb['set'](_0x142501[_0x42ef08(0x10f)],_0x142501);}const _0x11eed9=[];for(const _0x25d202 of _0x5f2b31[_0x42ef08(0x110)]){const _0x3b0969=_0x196dfb[_0x42ef08(0x103)](_0x25d202[_0x42ef08(0x10f)]);if(!_0x3b0969)throw CliErrors[_0x42ef08(0x101)]('Runtime\x20Skill\x20package\x20is\x20missing\x20entry:\x20'+_0x25d202[_0x42ef08(0x10f)]);if(_0x3b0969[_0x42ef08(0xf6)][_0x42ef08(0x115)]!==_0x25d202['size'])throw CliErrors[_0x42ef08(0x101)](_0x42ef08(0xfe)+_0x25d202['path']);const _0x241c11=bufferSha256(_0x3b0969[_0x42ef08(0xf6)]);if(_0x241c11!==_0x25d202[_0x42ef08(0xfa)])throw CliErrors[_0x42ef08(0x101)](_0x42ef08(0x100)+_0x25d202['path']);_0x11eed9[_0x42ef08(0xf1)]({'path':_0x25d202[_0x42ef08(0x10f)],'bytes':_0x3b0969[_0x42ef08(0xf6)]});}return normalizeLocalFiles(_0x11eed9);}
1
+ (function(_0x1e2ae8,_0x38ee52){const _0x50706e=a109_0x4777,_0x5d4056=_0x1e2ae8();while(!![]){try{const _0x662a4b=parseInt(_0x50706e(0xa8))/0x1*(-parseInt(_0x50706e(0xc9))/0x2)+parseInt(_0x50706e(0xaa))/0x3*(-parseInt(_0x50706e(0xb7))/0x4)+-parseInt(_0x50706e(0xd5))/0x5+parseInt(_0x50706e(0xb8))/0x6*(-parseInt(_0x50706e(0xbc))/0x7)+parseInt(_0x50706e(0xbf))/0x8*(-parseInt(_0x50706e(0xd3))/0x9)+-parseInt(_0x50706e(0xca))/0xa*(parseInt(_0x50706e(0xac))/0xb)+parseInt(_0x50706e(0xb4))/0xc;if(_0x662a4b===_0x38ee52)break;else _0x5d4056['push'](_0x5d4056['shift']());}catch(_0x43fc1b){_0x5d4056['push'](_0x5d4056['shift']());}}}(a109_0x2609,0x9735f));import{CliErrors}from'../../errors.js';function a109_0x4777(_0x33af4d,_0x8b19bb){_0x33af4d=_0x33af4d-0xa6;const _0x2609bb=a109_0x2609();let _0x4777d6=_0x2609bb[_0x33af4d];return _0x4777d6;}import{SKILL_FILE}from'./constants.js';import{bufferSha256,fileHash,fileTreeHash}from'./hashing.js';import{fileContent,isSha256Hex,normalizeLocalFiles,normalizeManifestFiles}from'./local-files.js';import{createDeterministicZipPackage,parseZipPackage}from'./zip-codec.js';export function buildSkillPackage(_0x16edf3){const _0xd6d940=a109_0x4777,_0x246e17=normalizeLocalFiles(_0x16edf3);if(!_0x246e17['some'](_0x31c64d=>_0x31c64d[_0xd6d940(0xbd)]===SKILL_FILE))throw CliErrors[_0xd6d940(0xb1)](_0xd6d940(0xd4)+SKILL_FILE+_0xd6d940(0xb2));const _0xe784c5=localFilesToManifestFiles(_0x246e17),_0x1e8a4f=createDeterministicZipPackage(_0x246e17);return{'manifest':{'schemaVersion':0x2,'treeSha256':fileTreeHash(_0xe784c5),'zipSha256':bufferSha256(_0x1e8a4f),'zipSize':_0x1e8a4f[_0xd6d940(0xbe)],'files':_0xe784c5},'packageBytes':_0x1e8a4f,'packageBase64':_0x1e8a4f[_0xd6d940(0xb6)](_0xd6d940(0xa9))};}export function verifyRuntimeSkillPackage(_0x11fb41,_0x5283f6){const _0x17501c=a109_0x4777,_0x454688=normalizePackageManifest(_0x11fb41,{'requireOssPath':![]});if(!_0x454688)throw CliErrors[_0x17501c(0xb1)](_0x17501c(0xc0));return extractAndVerifyPackage(_0x454688,_0x5283f6);}export function verifyRuntimeSkillBundle(_0x33fa4c,_0x551ad5){const _0x103cd3=a109_0x4777,_0x15b5fa=normalizePackageManifest(_0x33fa4c,{'requireOssPath':![]});if(!_0x15b5fa)throw CliErrors[_0x103cd3(0xb1)]('Runtime\x20Skill\x20package\x20manifest\x20is\x20missing.');return extractAndVerifyPackageFiles(_0x15b5fa,_0x551ad5);}function a109_0x2609(){const _0x9d2c11=['5785745JNmWvC','Runtime\x20Skill\x20file\x20tree\x20sha256\x20is\x20invalid.','has','get','zipSha256','2woOkPn','base64','706479DrIFwR','Runtime\x20Skill\x20package\x20size\x20mismatch.','22MGeBjN','ossPath','Runtime\x20Skill\x20package\x20sha256\x20mismatch.','bytes','requireOssPath','validation','\x20in\x20Skill\x20file\x20package.','isSafeInteger','53654016HcOwDy','toLowerCase','toString','16kYwczQ','6DvSZKH','set','schemaVersion','Runtime\x20Skill\x20package\x20is\x20missing\x20entry:\x20','2069585PeXBub','path','length','8gqYGes','Runtime\x20Skill\x20package\x20manifest\x20is\x20missing.','Runtime\x20Skill\x20package\x20is\x20missing\x20','string','Runtime\x20Skill\x20package\x20sha256\x20is\x20invalid.','object','trim','map','zipSize','Runtime\x20Skill\x20package\x20file\x20size\x20mismatch:\x20','213702WeNCbA','4730120nqcjbB','files','treeSha256','some','isArray','Runtime\x20Skill\x20package\x20is\x20required\x20for\x20Skill\x20install:\x20','Runtime\x20Skill\x20package\x20file\x20sha256\x20mismatch:\x20','size','Runtime\x20Skill\x20file\x20tree\x20sha256\x20mismatch.','2675763qGOfjA','Missing\x20'];a109_0x2609=function(){return _0x9d2c11;};return a109_0x2609();}export function tryNormalizePackageManifest(_0x2eeb24){return normalizePackageManifest(_0x2eeb24,{'requireOssPath':![]});}export function requirePackageBytes(_0x38bc6f,_0x50124e){const _0x1662ae=a109_0x4777;if(!_0x50124e||_0x50124e[_0x1662ae(0xbe)]===0x0)throw CliErrors['validation'](_0x1662ae(0xcf)+_0x38bc6f);return _0x50124e;}export function extractDownloadedPackage(_0x39b796){const _0x330538=a109_0x4777,_0xe208ba=parseZipPackage(_0x39b796)[_0x330538(0xc6)](_0xc34a4d=>({'path':_0xc34a4d['path'],'bytes':_0xc34a4d[_0x330538(0xaf)]}));if(!_0xe208ba[_0x330538(0xcd)](_0x44208=>_0x44208[_0x330538(0xbd)]===SKILL_FILE))throw CliErrors[_0x330538(0xb1)](_0x330538(0xc1)+SKILL_FILE+'.');return normalizeLocalFiles(_0xe208ba);}export function localFilesToManifestFiles(_0xe525){const _0xf43ff2=a109_0x4777;return normalizeLocalFiles(_0xe525)[_0xf43ff2(0xc6)](_0x585389=>({'path':_0x585389[_0xf43ff2(0xbd)],'sha256':fileHash(_0x585389),'size':fileContent(_0x585389)['length']}));}function normalizePackageManifest(_0x3ce3b6,_0x2f6ae5){const _0x474e34=a109_0x4777;if(!_0x3ce3b6||typeof _0x3ce3b6!==_0x474e34(0xc4)||Array[_0x474e34(0xce)](_0x3ce3b6))return undefined;const _0x1eebd1=_0x3ce3b6,_0x459276=typeof _0x1eebd1[_0x474e34(0xad)]===_0x474e34(0xc2)?_0x1eebd1['ossPath'][_0x474e34(0xc5)]():undefined;if(_0x2f6ae5[_0x474e34(0xb0)]&&!_0x459276)return undefined;if(!Array[_0x474e34(0xce)](_0x1eebd1[_0x474e34(0xcb)])||_0x1eebd1[_0x474e34(0xcb)][_0x474e34(0xbe)]===0x0)return undefined;if(!isSha256Hex(_0x1eebd1[_0x474e34(0xcc)]))throw CliErrors[_0x474e34(0xb1)](_0x474e34(0xd6));if(!isSha256Hex(_0x1eebd1['zipSha256']))throw CliErrors['validation'](_0x474e34(0xc3));if(!Number['isSafeInteger'](_0x1eebd1[_0x474e34(0xc7)])||_0x1eebd1[_0x474e34(0xc7)]<0x0)throw CliErrors['validation']('Runtime\x20Skill\x20package\x20size\x20is\x20invalid.');const _0x20e078=normalizeManifestFiles(_0x1eebd1[_0x474e34(0xcb)]);if(!_0x20e078[_0x474e34(0xcd)](_0x2ed6c3=>_0x2ed6c3[_0x474e34(0xbd)]===SKILL_FILE))throw CliErrors[_0x474e34(0xb1)]('Runtime\x20Skill\x20manifest\x20is\x20missing\x20'+SKILL_FILE+'.');const _0xc8e468=fileTreeHash(_0x20e078);if(_0xc8e468!==_0x1eebd1['treeSha256'][_0x474e34(0xb5)]())throw CliErrors[_0x474e34(0xb1)](_0x474e34(0xd2));return{'schemaVersion':Number[_0x474e34(0xb3)](_0x1eebd1[_0x474e34(0xba)])?_0x1eebd1[_0x474e34(0xba)]:0x2,'ossPath':_0x459276,'treeSha256':_0xc8e468,'zipSha256':_0x1eebd1['zipSha256'][_0x474e34(0xb5)](),'zipSize':_0x1eebd1[_0x474e34(0xc7)],'files':_0x20e078};}function extractAndVerifyPackage(_0x519ac2,_0x6fde27){const _0x17ba3c=a109_0x4777,_0x589a55=normalizePackageManifest(_0x519ac2,{'requireOssPath':![]});if(!_0x589a55)throw CliErrors[_0x17ba3c(0xb1)](_0x17ba3c(0xc0));if(_0x6fde27[_0x17ba3c(0xbe)]!==_0x589a55[_0x17ba3c(0xc7)])throw CliErrors[_0x17ba3c(0xb1)](_0x17ba3c(0xab));const _0x404782=bufferSha256(_0x6fde27);if(_0x404782!==_0x589a55[_0x17ba3c(0xa7)])throw CliErrors[_0x17ba3c(0xb1)](_0x17ba3c(0xae));return extractAndVerifyPackageFiles(_0x589a55,_0x6fde27);}function extractAndVerifyPackageFiles(_0x1ac2f7,_0x2e2b3c){const _0x5924ad=a109_0x4777,_0x3c7e64=parseZipPackage(_0x2e2b3c);if(_0x3c7e64['length']!==_0x1ac2f7[_0x5924ad(0xcb)][_0x5924ad(0xbe)])throw CliErrors[_0x5924ad(0xb1)]('Runtime\x20Skill\x20package\x20entry\x20list\x20mismatch.');const _0x34dca9=new Map();for(const _0x35e056 of _0x3c7e64){if(_0x34dca9[_0x5924ad(0xd7)](_0x35e056[_0x5924ad(0xbd)]))throw CliErrors[_0x5924ad(0xb1)]('Duplicate\x20Skill\x20package\x20entry:\x20'+_0x35e056[_0x5924ad(0xbd)]);_0x34dca9[_0x5924ad(0xb9)](_0x35e056[_0x5924ad(0xbd)],_0x35e056);}const _0x2d5d5f=[];for(const _0xe4982b of _0x1ac2f7[_0x5924ad(0xcb)]){const _0x252cd1=_0x34dca9[_0x5924ad(0xa6)](_0xe4982b[_0x5924ad(0xbd)]);if(!_0x252cd1)throw CliErrors[_0x5924ad(0xb1)](_0x5924ad(0xbb)+_0xe4982b[_0x5924ad(0xbd)]);if(_0x252cd1[_0x5924ad(0xaf)][_0x5924ad(0xbe)]!==_0xe4982b[_0x5924ad(0xd1)])throw CliErrors['validation'](_0x5924ad(0xc8)+_0xe4982b['path']);const _0x337205=bufferSha256(_0x252cd1[_0x5924ad(0xaf)]);if(_0x337205!==_0xe4982b['sha256'])throw CliErrors['validation'](_0x5924ad(0xd0)+_0xe4982b[_0x5924ad(0xbd)]);_0x2d5d5f['push']({'path':_0xe4982b['path'],'bytes':_0x252cd1[_0x5924ad(0xaf)]});}return normalizeLocalFiles(_0x2d5d5f);}
@@ -1 +1 @@
1
- (function(_0x1b83e4,_0x3b94a7){var _0x958649=a110_0x2788,_0x9479d4=_0x1b83e4();while(!![]){try{var _0x13e0fb=-parseInt(_0x958649(0x1a0))/0x1+parseInt(_0x958649(0x199))/0x2*(parseInt(_0x958649(0x19b))/0x3)+parseInt(_0x958649(0x19e))/0x4+parseInt(_0x958649(0x198))/0x5*(-parseInt(_0x958649(0x19a))/0x6)+parseInt(_0x958649(0x19f))/0x7+-parseInt(_0x958649(0x19d))/0x8*(-parseInt(_0x958649(0x19c))/0x9)+parseInt(_0x958649(0x197))/0xa*(-parseInt(_0x958649(0x1a1))/0xb);if(_0x13e0fb===_0x3b94a7)break;else _0x9479d4['push'](_0x9479d4['shift']());}catch(_0x51dee2){_0x9479d4['push'](_0x9479d4['shift']());}}}(a110_0x5e27,0x9423d));function a110_0x5e27(){var _0x7fda78=['6220487DRlPRC','502956ABlQIf','22vJEQYE','6948420kgGrIz','234640YqFKIf','5198DOSXzW','132zIwRyj','1191ELezTt','450yqHpwr','183688NZaqqZ','1853372eCXfSe'];a110_0x5e27=function(){return _0x7fda78;};return a110_0x5e27();}function a110_0x2788(_0x6773c6,_0xcc8fc4){_0x6773c6=_0x6773c6-0x197;var _0x5e270b=a110_0x5e27();var _0x2788e6=_0x5e270b[_0x6773c6];return _0x2788e6;}export{contentHash,fileTreeHash}from'./runtime-skill-sync/hashing.js';export{linkEffectiveRuntimeSkills,linkGlobalRuntimeSkills,pruneStaleRuntimeSkillCache,pruneStaleRuntimeSkillLinks}from'./runtime-skill-sync/links.js';export{listLocalRuntimeSkills}from'./runtime-skill-sync/list-local.js';export{materializeRuntimeSkill}from'./runtime-skill-sync/materialize.js';export{readMetadataIfPresent}from'./runtime-skill-sync/metadata.js';export{getRuntimeSkillCacheRoot,getRuntimeSkillDir,resolveSkillSyncPaths,runtimeAgentSkillRoots}from'./runtime-skill-sync/paths.js';export{deriveSkillCodeFromDirectory,readPushDirectory,refreshPushDirectoryMetadataFromRemote,recordPushedRuntimeSkill,resolvePushDirectoryIdentity}from'./runtime-skill-sync/push.js';export{buildSkillPackage,verifyRuntimeSkillBundle,verifyRuntimeSkillPackage}from'./runtime-skill-sync/zip-package.js';
1
+ (function(_0x24d10d,_0x24dcbe){var _0x405f32=a110_0x1b96,_0x3d5e4e=_0x24d10d();while(!![]){try{var _0xcb9a7c=-parseInt(_0x405f32(0xbf))/0x1*(parseInt(_0x405f32(0xc5))/0x2)+parseInt(_0x405f32(0xbc))/0x3*(-parseInt(_0x405f32(0xbd))/0x4)+-parseInt(_0x405f32(0xc1))/0x5+parseInt(_0x405f32(0xbe))/0x6*(-parseInt(_0x405f32(0xc0))/0x7)+-parseInt(_0x405f32(0xc2))/0x8+-parseInt(_0x405f32(0xc3))/0x9*(-parseInt(_0x405f32(0xc7))/0xa)+parseInt(_0x405f32(0xc6))/0xb*(parseInt(_0x405f32(0xc4))/0xc);if(_0xcb9a7c===_0x24dcbe)break;else _0x3d5e4e['push'](_0x3d5e4e['shift']());}catch(_0x2616b6){_0x3d5e4e['push'](_0x3d5e4e['shift']());}}}(a110_0x5da4,0x647d9));export{contentHash,fileTreeHash}from'./runtime-skill-sync/hashing.js';export{linkEffectiveRuntimeSkills,linkGlobalRuntimeSkills,pruneStaleRuntimeSkillCache,pruneStaleRuntimeSkillLinks}from'./runtime-skill-sync/links.js';function a110_0x1b96(_0x4bc290,_0x1505eb){_0x4bc290=_0x4bc290-0xbc;var _0x5da400=a110_0x5da4();var _0x1b96aa=_0x5da400[_0x4bc290];return _0x1b96aa;}function a110_0x5da4(){var _0x4df373=['2044375hZoKDN','6341528ZYguyg','54153yNVHlD','4524wymueN','1096svxnFC','78639TbDIwx','150hUDtKM','67623QNiEsn','80xiKWmt','18FtEIsf','1159KCsOUc','201369vRAtZI'];a110_0x5da4=function(){return _0x4df373;};return a110_0x5da4();}export{listLocalRuntimeSkills}from'./runtime-skill-sync/list-local.js';export{materializeRuntimeSkill}from'./runtime-skill-sync/materialize.js';export{readMetadataIfPresent}from'./runtime-skill-sync/metadata.js';export{getRuntimeSkillCacheRoot,getRuntimeSkillDir,resolveSkillSyncPaths,runtimeAgentSkillRoots}from'./runtime-skill-sync/paths.js';export{deriveSkillCodeFromDirectory,readPushDirectory,refreshPushDirectoryMetadataFromRemote,recordPushedRuntimeSkill,resolvePushDirectoryIdentity}from'./runtime-skill-sync/push.js';export{buildSkillPackage,verifyRuntimeSkillBundle,verifyRuntimeSkillPackage}from'./runtime-skill-sync/zip-package.js';
@@ -1 +1 @@
1
- function a111_0x4e03(){const _0x617ed6=['7536296urzmmH','2772504opvOVY','1136385uMkfeo','3253228rWsNsw','5jIniVd','7813645bKDKgq','609190Yssxpl','18UyDBPj','6357336ejfFbk'];a111_0x4e03=function(){return _0x617ed6;};return a111_0x4e03();}(function(_0x4c9b6e,_0x3e2a27){const _0x4e48c4=a111_0x3783,_0x31c3cf=_0x4c9b6e();while(!![]){try{const _0x3e554f=-parseInt(_0x4e48c4(0x86))/0x1+parseInt(_0x4e48c4(0x81))/0x2+parseInt(_0x4e48c4(0x85))/0x3+-parseInt(_0x4e48c4(0x87))/0x4*(-parseInt(_0x4e48c4(0x7f))/0x5)+-parseInt(_0x4e48c4(0x83))/0x6+-parseInt(_0x4e48c4(0x80))/0x7+-parseInt(_0x4e48c4(0x84))/0x8*(-parseInt(_0x4e48c4(0x82))/0x9);if(_0x3e554f===_0x3e2a27)break;else _0x31c3cf['push'](_0x31c3cf['shift']());}catch(_0x40e3e8){_0x31c3cf['push'](_0x31c3cf['shift']());}}}(a111_0x4e03,0x95e50));import{createJqFilter,resolveBundledJqPaths}from'@lovrabet/cli-framework';import{CliErrors}from'../errors.js';function a111_0x3783(_0x214643,_0x5dc0b5){_0x214643=_0x214643-0x7f;const _0x4e03ea=a111_0x4e03();let _0x3783bf=_0x4e03ea[_0x214643];return _0x3783bf;}export const applyJqFilter=createJqFilter(CliErrors,{'bundledJqPaths':resolveBundledJqPaths()});
1
+ (function(_0x5b2d02,_0x33d0b8){const _0x21cd17=a111_0x2057,_0x3a7eeb=_0x5b2d02();while(!![]){try{const _0xf51f9b=parseInt(_0x21cd17(0x9d))/0x1*(parseInt(_0x21cd17(0xa3))/0x2)+parseInt(_0x21cd17(0xa2))/0x3*(parseInt(_0x21cd17(0x9c))/0x4)+-parseInt(_0x21cd17(0x9f))/0x5*(parseInt(_0x21cd17(0x9b))/0x6)+-parseInt(_0x21cd17(0xa4))/0x7+-parseInt(_0x21cd17(0x9e))/0x8*(parseInt(_0x21cd17(0x99))/0x9)+-parseInt(_0x21cd17(0xa0))/0xa*(-parseInt(_0x21cd17(0xa1))/0xb)+parseInt(_0x21cd17(0x9a))/0xc;if(_0xf51f9b===_0x33d0b8)break;else _0x3a7eeb['push'](_0x3a7eeb['shift']());}catch(_0x106b1b){_0x3a7eeb['push'](_0x3a7eeb['shift']());}}}(a111_0x324d,0x5bcf3));function a111_0x324d(){const _0x6f4f51=['3828307bvxdVg','1753137lxwUCt','944136xVKfTQ','7134IGZRNP','4HOtcIW','274435pUHbEt','8XsYDrg','780CgeiFY','2430lnsPzM','13563vuWxje','1951491VBAKkq','2UKdULI'];a111_0x324d=function(){return _0x6f4f51;};return a111_0x324d();}import{createJqFilter,resolveBundledJqPaths}from'@lovrabet/cli-framework';function a111_0x2057(_0x2f558c,_0x28371b){_0x2f558c=_0x2f558c-0x99;const _0x324dfe=a111_0x324d();let _0x20573c=_0x324dfe[_0x2f558c];return _0x20573c;}import{CliErrors}from'../errors.js';export const applyJqFilter=createJqFilter(CliErrors,{'bundledJqPaths':resolveBundledJqPaths()});
@@ -1 +1 @@
1
- const a112_0x5d8cf8=a112_0x3951;(function(_0x1dc812,_0x595a9b){const _0x2504c6=a112_0x3951,_0x5ad101=_0x1dc812();while(!![]){try{const _0x566456=parseInt(_0x2504c6(0x1f0))/0x1*(parseInt(_0x2504c6(0x1d6))/0x2)+parseInt(_0x2504c6(0x1ce))/0x3*(parseInt(_0x2504c6(0x1f9))/0x4)+parseInt(_0x2504c6(0x1d0))/0x5*(-parseInt(_0x2504c6(0x1cf))/0x6)+parseInt(_0x2504c6(0x204))/0x7*(parseInt(_0x2504c6(0x1d9))/0x8)+-parseInt(_0x2504c6(0x1df))/0x9*(-parseInt(_0x2504c6(0x1ee))/0xa)+-parseInt(_0x2504c6(0x1da))/0xb+parseInt(_0x2504c6(0x1cb))/0xc;if(_0x566456===_0x595a9b)break;else _0x5ad101['push'](_0x5ad101['shift']());}catch(_0x175873){_0x5ad101['push'](_0x5ad101['shift']());}}}(a112_0x16b3,0xc3a46));function a112_0x3951(_0x4732ca,_0x45470d){_0x4732ca=_0x4732ca-0x1cb;const _0x16b3e7=a112_0x16b3();let _0x3951e9=_0x16b3e7[_0x4732ca];return _0x3951e9;}import a112_0x2e1fdc from'winston';import a112_0x22a61c from'node:fs';import a112_0xd294fa from'node:path';import{PRODUCT_CONFIG}from'../constant/product.js';function a112_0x16b3(){const _0x2dc873=['logTask','setRawCommand','12dYcqgN','394866odPtoS','95gsBHRq','timestamp','join','message','error','initWinstonLogger','317698zDHRNK','warn','details','120cSSXBT','12035243MjHTRM','log','yellow','Failed:\x20','transports','1282410YQEFQD','map','toISOString','duration','readFileSync','winstonLogger','parse','Failed\x20to\x20clear\x20logs:','currentRawCommand','rawCommand','filter','blue','info','logFilePath','File','20ONtzWw','readLogs','7Efwwmx','unknown','utf8','Failed\x20to\x20read\x20logs:','red','errors','green','setLogPath','success','935932CXpgnq','command','printf','trim','split','level','logFileName','addColors','format','now','combine','45983ljsSYf','8573784nRCZvY'];a112_0x16b3=function(){return _0x2dc873;};return a112_0x16b3();}class Logger{[a112_0x5d8cf8(0x1e4)];[a112_0x5d8cf8(0x1ec)]='';['currentRawCommand']='';constructor(){}[a112_0x5d8cf8(0x1cd)](_0x54202b){const _0x313b8f=a112_0x5d8cf8;this[_0x313b8f(0x1e7)]=_0x54202b;}[a112_0x5d8cf8(0x1f7)](_0x2df687){const _0x293cc6=a112_0x5d8cf8;this['logFilePath']=a112_0xd294fa[_0x293cc6(0x1d2)](_0x2df687,PRODUCT_CONFIG[_0x293cc6(0x1ff)]),this['winstonLogger']&&this[_0x293cc6(0x1e4)]['clear'](),this['initWinstonLogger']();}[a112_0x5d8cf8(0x1d5)](){const _0x10d965=a112_0x5d8cf8,_0x2f62f3=a112_0xd294fa['dirname'](this[_0x10d965(0x1ec)]);!a112_0x22a61c['existsSync'](_0x2f62f3)&&a112_0x22a61c['mkdirSync'](_0x2f62f3,{'recursive':!![]});const _0x3098ba=a112_0x2e1fdc[_0x10d965(0x201)][_0x10d965(0x203)](a112_0x2e1fdc['format'][_0x10d965(0x1d1)](),a112_0x2e1fdc[_0x10d965(0x201)][_0x10d965(0x1f5)]({'stack':!![]}),a112_0x2e1fdc[_0x10d965(0x201)][_0x10d965(0x1fb)](_0x3fc7fe=>{const _0x194dc1=_0x10d965,_0x5ec1b9={'timestamp':_0x3fc7fe[_0x194dc1(0x1d1)]||new Date()[_0x194dc1(0x1e1)](),'level':_0x3fc7fe[_0x194dc1(0x1fe)]||_0x194dc1(0x1eb),'command':_0x3fc7fe[_0x194dc1(0x1fa)]||_0x194dc1(0x1f1),'rawCommand':_0x3fc7fe[_0x194dc1(0x1e8)]||this[_0x194dc1(0x1e7)]||undefined,'message':_0x3fc7fe[_0x194dc1(0x1d3)]||'','duration':_0x3fc7fe[_0x194dc1(0x1e2)]||undefined,'details':_0x3fc7fe[_0x194dc1(0x1d8)]||undefined};return JSON['stringify'](_0x5ec1b9);}));this[_0x10d965(0x1e4)]=a112_0x2e1fdc['createLogger']({'level':'info','format':_0x3098ba,'transports':[new a112_0x2e1fdc[(_0x10d965(0x1de))][(_0x10d965(0x1ed))]({'filename':this[_0x10d965(0x1ec)],'level':'info'})],'silent':![]}),a112_0x2e1fdc[_0x10d965(0x200)]({'success':_0x10d965(0x1f6),'error':_0x10d965(0x1f4),'warn':_0x10d965(0x1dc),'info':_0x10d965(0x1ea)});}[a112_0x5d8cf8(0x1eb)](_0x28de1d,_0x21cfbe,_0x34f5f6){const _0x296187=a112_0x5d8cf8;if(!this[_0x296187(0x1ec)]||!this[_0x296187(0x1e4)])return;this[_0x296187(0x1e4)]['info'](_0x21cfbe,{'command':_0x28de1d,'details':_0x34f5f6});}[a112_0x5d8cf8(0x1f8)](_0x55abe7,_0xd1cb81,_0x2c2237,_0x4a47a0){const _0x50e2cd=a112_0x5d8cf8;if(!this[_0x50e2cd(0x1ec)]||!this[_0x50e2cd(0x1e4)])return;this[_0x50e2cd(0x1e4)][_0x50e2cd(0x1db)]('info',_0xd1cb81,{'level':_0x50e2cd(0x1f8),'command':_0x55abe7,'duration':_0x2c2237,'details':_0x4a47a0});}[a112_0x5d8cf8(0x1d4)](_0x2d5492,_0xe7ea2a,_0x331aed){const _0x35bce6=a112_0x5d8cf8;if(!this[_0x35bce6(0x1ec)]||!this[_0x35bce6(0x1e4)])return;this[_0x35bce6(0x1e4)][_0x35bce6(0x1d4)](_0xe7ea2a,{'command':_0x2d5492,'details':_0x331aed});}[a112_0x5d8cf8(0x1d7)](_0x7ca95,_0x4e108c,_0x2ec5fc){const _0x18d933=a112_0x5d8cf8;if(!this[_0x18d933(0x1ec)]||!this[_0x18d933(0x1e4)])return;this[_0x18d933(0x1e4)][_0x18d933(0x1d7)](_0x4e108c,{'command':_0x7ca95,'details':_0x2ec5fc});}async[a112_0x5d8cf8(0x1cc)](_0x1be41f,_0x548922,_0x2d4cb7){const _0x135299=a112_0x5d8cf8,_0x4fc79b=Date[_0x135299(0x202)]();this[_0x135299(0x1eb)](_0x1be41f,'Starting:\x20'+_0x548922);try{const _0x93d5b7=await _0x2d4cb7(),_0x551b5a=Date[_0x135299(0x202)]()-_0x4fc79b;return this[_0x135299(0x1f8)](_0x1be41f,'Completed:\x20'+_0x548922,_0x551b5a),_0x93d5b7;}catch(_0x2b879e){const _0x2f7bc0=Date[_0x135299(0x202)]()-_0x4fc79b;this[_0x135299(0x1d4)](_0x1be41f,_0x135299(0x1dd)+_0x548922,{'error':_0x2b879e instanceof Error?_0x2b879e[_0x135299(0x1d3)]:String(_0x2b879e),'duration':_0x2f7bc0});throw _0x2b879e;}}[a112_0x5d8cf8(0x1ef)](){const _0x23312b=a112_0x5d8cf8;try{if(!a112_0x22a61c['existsSync'](this[_0x23312b(0x1ec)]))return[];const _0x4fcb33=a112_0x22a61c[_0x23312b(0x1e3)](this['logFilePath'],_0x23312b(0x1f2));return _0x4fcb33[_0x23312b(0x1fd)](/\r?\n/)[_0x23312b(0x1e9)](_0x18864b=>_0x18864b[_0x23312b(0x1fc)]())[_0x23312b(0x1e0)](_0x4b2527=>JSON[_0x23312b(0x1e5)](_0x4b2527));}catch(_0x2ee246){return console[_0x23312b(0x1d7)](_0x23312b(0x1f3),_0x2ee246),[];}}['clearLogs'](){const _0x19fb13=a112_0x5d8cf8;try{a112_0x22a61c['existsSync'](this[_0x19fb13(0x1ec)])&&a112_0x22a61c['writeFileSync'](this['logFilePath'],'',_0x19fb13(0x1f2));}catch(_0x2994af){console['warn'](_0x19fb13(0x1e6),_0x2994af);}}['getWinstonInstance'](){const _0x4a6698=a112_0x5d8cf8;return this[_0x4a6698(0x1e4)];}}export const logger=new Logger();
1
+ const a112_0x14dc29=a112_0x406b;(function(_0x5d63c6,_0x547977){const _0x221c34=a112_0x406b,_0xce834b=_0x5d63c6();while(!![]){try{const _0x369bcf=-parseInt(_0x221c34(0xa2))/0x1*(-parseInt(_0x221c34(0x9f))/0x2)+parseInt(_0x221c34(0x95))/0x3*(parseInt(_0x221c34(0x8d))/0x4)+parseInt(_0x221c34(0x91))/0x5*(-parseInt(_0x221c34(0xb0))/0x6)+parseInt(_0x221c34(0xac))/0x7+parseInt(_0x221c34(0xb6))/0x8*(-parseInt(_0x221c34(0xbc))/0x9)+parseInt(_0x221c34(0x92))/0xa+-parseInt(_0x221c34(0xb4))/0xb*(parseInt(_0x221c34(0x90))/0xc);if(_0x369bcf===_0x547977)break;else _0xce834b['push'](_0xce834b['shift']());}catch(_0x4cb8c3){_0xce834b['push'](_0xce834b['shift']());}}}(a112_0x12fe,0x59f65));import a112_0xdf712d from'winston';import a112_0x3c41ed from'node:fs';import a112_0x139c51 from'node:path';import{PRODUCT_CONFIG}from'../constant/product.js';function a112_0x406b(_0x42c6e7,_0x44cf62){_0x42c6e7=_0x42c6e7-0x89;const _0x12feef=a112_0x12fe();let _0x406b9a=_0x12feef[_0x42c6e7];return _0x406b9a;}class Logger{[a112_0x14dc29(0xa4)];[a112_0x14dc29(0xbe)]='';['currentRawCommand']='';constructor(){}[a112_0x14dc29(0xb9)](_0x196a7a){const _0x4501e3=a112_0x14dc29;this[_0x4501e3(0xae)]=_0x196a7a;}[a112_0x14dc29(0x8a)](_0x53479a){const _0x5d30c3=a112_0x14dc29;this[_0x5d30c3(0xbe)]=a112_0x139c51['join'](_0x53479a,PRODUCT_CONFIG[_0x5d30c3(0x9b)]),this[_0x5d30c3(0xa4)]&&this['winstonLogger'][_0x5d30c3(0x9e)](),this[_0x5d30c3(0xab)]();}[a112_0x14dc29(0xab)](){const _0x4fe5a3=a112_0x14dc29,_0x4b1639=a112_0x139c51[_0x4fe5a3(0x96)](this[_0x4fe5a3(0xbe)]);!a112_0x3c41ed[_0x4fe5a3(0x93)](_0x4b1639)&&a112_0x3c41ed['mkdirSync'](_0x4b1639,{'recursive':!![]});const _0x47d244=a112_0xdf712d[_0x4fe5a3(0xbb)]['combine'](a112_0xdf712d[_0x4fe5a3(0xbb)]['timestamp'](),a112_0xdf712d['format'][_0x4fe5a3(0x8c)]({'stack':!![]}),a112_0xdf712d[_0x4fe5a3(0xbb)]['printf'](_0x5e5811=>{const _0x377133=_0x4fe5a3,_0x3a1b4a={'timestamp':_0x5e5811[_0x377133(0xad)]||new Date()[_0x377133(0x9a)](),'level':_0x5e5811['level']||_0x377133(0xa6),'command':_0x5e5811[_0x377133(0xb2)]||_0x377133(0x97),'rawCommand':_0x5e5811[_0x377133(0xa7)]||this['currentRawCommand']||undefined,'message':_0x5e5811[_0x377133(0xa3)]||'','duration':_0x5e5811[_0x377133(0x8b)]||undefined,'details':_0x5e5811[_0x377133(0xa8)]||undefined};return JSON[_0x377133(0xb7)](_0x3a1b4a);}));this['winstonLogger']=a112_0xdf712d[_0x4fe5a3(0x89)]({'level':'info','format':_0x47d244,'transports':[new a112_0xdf712d[(_0x4fe5a3(0xa9))][(_0x4fe5a3(0x8f))]({'filename':this['logFilePath'],'level':_0x4fe5a3(0xa6)})],'silent':![]}),a112_0xdf712d[_0x4fe5a3(0xa1)]({'success':_0x4fe5a3(0x99),'error':'red','warn':'yellow','info':'blue'});}[a112_0x14dc29(0xa6)](_0x5e83b3,_0x8ae307,_0x4663ad){const _0x191128=a112_0x14dc29;if(!this[_0x191128(0xbe)]||!this['winstonLogger'])return;this[_0x191128(0xa4)][_0x191128(0xa6)](_0x8ae307,{'command':_0x5e83b3,'details':_0x4663ad});}[a112_0x14dc29(0xb3)](_0x7f1d2d,_0x51df9f,_0x1a4ded,_0x3cdffa){const _0x53251e=a112_0x14dc29;if(!this[_0x53251e(0xbe)]||!this['winstonLogger'])return;this[_0x53251e(0xa4)]['log'](_0x53251e(0xa6),_0x51df9f,{'level':'success','command':_0x7f1d2d,'duration':_0x1a4ded,'details':_0x3cdffa});}[a112_0x14dc29(0xaa)](_0xecfc66,_0x2c15e0,_0x238f3b){const _0x2c2d14=a112_0x14dc29;if(!this[_0x2c2d14(0xbe)]||!this[_0x2c2d14(0xa4)])return;this[_0x2c2d14(0xa4)][_0x2c2d14(0xaa)](_0x2c15e0,{'command':_0xecfc66,'details':_0x238f3b});}['warn'](_0x58095d,_0x534d2a,_0x9bc6bf){const _0x126ef6=a112_0x14dc29;if(!this[_0x126ef6(0xbe)]||!this[_0x126ef6(0xa4)])return;this['winstonLogger']['warn'](_0x534d2a,{'command':_0x58095d,'details':_0x9bc6bf});}async['logTask'](_0x39ac45,_0x36e6dd,_0x41aa55){const _0x564aa4=a112_0x14dc29,_0x4a46c9=Date[_0x564aa4(0x94)]();this[_0x564aa4(0xa6)](_0x39ac45,'Starting:\x20'+_0x36e6dd);try{const _0x44f99f=await _0x41aa55(),_0x4fd756=Date[_0x564aa4(0x94)]()-_0x4a46c9;return this[_0x564aa4(0xb3)](_0x39ac45,_0x564aa4(0xb8)+_0x36e6dd,_0x4fd756),_0x44f99f;}catch(_0x12a12d){const _0x192a56=Date[_0x564aa4(0x94)]()-_0x4a46c9;this[_0x564aa4(0xaa)](_0x39ac45,'Failed:\x20'+_0x36e6dd,{'error':_0x12a12d instanceof Error?_0x12a12d[_0x564aa4(0xa3)]:String(_0x12a12d),'duration':_0x192a56});throw _0x12a12d;}}['readLogs'](){const _0x1aa140=a112_0x14dc29;try{if(!a112_0x3c41ed[_0x1aa140(0x93)](this['logFilePath']))return[];const _0x31097f=a112_0x3c41ed[_0x1aa140(0x9d)](this[_0x1aa140(0xbe)],_0x1aa140(0xaf));return _0x31097f[_0x1aa140(0xb5)](/\r?\n/)[_0x1aa140(0x9c)](_0x50bd63=>_0x50bd63[_0x1aa140(0xbd)]())[_0x1aa140(0x98)](_0x3c9719=>JSON[_0x1aa140(0x8e)](_0x3c9719));}catch(_0x2868c7){return console[_0x1aa140(0xa0)]('Failed\x20to\x20read\x20logs:',_0x2868c7),[];}}[a112_0x14dc29(0xba)](){const _0x1f8144=a112_0x14dc29;try{a112_0x3c41ed[_0x1f8144(0x93)](this[_0x1f8144(0xbe)])&&a112_0x3c41ed[_0x1f8144(0xa5)](this[_0x1f8144(0xbe)],'',_0x1f8144(0xaf));}catch(_0x15b35a){console['warn'](_0x1f8144(0xb1),_0x15b35a);}}['getWinstonInstance'](){const _0x2ee0f1=a112_0x14dc29;return this[_0x2ee0f1(0xa4)];}}export const logger=new Logger();function a112_0x12fe(){const _0x3332a9=['4377737lGjwNO','timestamp','currentRawCommand','utf8','275880nbZLGn','Failed\x20to\x20clear\x20logs:','command','success','4708DWGLJi','split','6136wpgIsC','stringify','Completed:\x20','setRawCommand','clearLogs','format','5409bwWeTm','trim','logFilePath','createLogger','setLogPath','duration','errors','114040zncoMF','parse','File','2832ZKDqxC','25akSdEs','3565920eDzIjk','existsSync','now','6GUVZSI','dirname','unknown','map','green','toISOString','logFileName','filter','readFileSync','clear','2EbjDgp','warn','addColors','121357IxjJEj','message','winstonLogger','writeFileSync','info','rawCommand','details','transports','error','initWinstonLogger'];a112_0x12fe=function(){return _0x3332a9;};return a112_0x12fe();}
@@ -1 +1 @@
1
- const a113_0x1c9d7b=a113_0x26c9;function a113_0x3236(){const _0x5511af=['parse','prototype','includes','186973aMqhHI','736vdgYfc','12999kVcEao','exec','1150710totdNS','slice','length','MAX_SAFE_INTEGER','25683fQhDjy','3632436xCjVEq','text','json','getOwnPropertyDescriptor','647646XEhDQZ','14453220KsFzof','2gRLNjj','defineProperty','388AHIDLk'];a113_0x3236=function(){return _0x5511af;};return a113_0x3236();}(function(_0x5e525e,_0x4683eb){const _0x486e10=a113_0x26c9,_0x5be319=_0x5e525e();while(!![]){try{const _0x29dc6d=-parseInt(_0x486e10(0x169))/0x1*(parseInt(_0x486e10(0x163))/0x2)+parseInt(_0x486e10(0x16b))/0x3*(-parseInt(_0x486e10(0x165))/0x4)+parseInt(_0x486e10(0x16d))/0x5+-parseInt(_0x486e10(0x161))/0x6+parseInt(_0x486e10(0x15c))/0x7*(-parseInt(_0x486e10(0x16a))/0x8)+-parseInt(_0x486e10(0x15d))/0x9+parseInt(_0x486e10(0x162))/0xa;if(_0x29dc6d===_0x4683eb)break;else _0x5be319['push'](_0x5be319['shift']());}catch(_0x55956f){_0x5be319['push'](_0x5be319['shift']());}}}(a113_0x3236,0x357d9));function a113_0x26c9(_0xe6cd94,_0x39b6ee){_0xe6cd94=_0xe6cd94-0x15a;const _0x323612=a113_0x3236();let _0x26c972=_0x323612[_0xe6cd94];return _0x26c972;}const JSON_NUMBER_PATTERN=/^-?(?:0|[1-9]\d*)(?:\.\d+)?(?:[eE][+-]?\d+)?/,MAX_SAFE_INTEGER=BigInt(Number[a113_0x1c9d7b(0x15b)]),MIN_SAFE_INTEGER=BigInt(Number['MIN_SAFE_INTEGER']);let restoreResponseJsonParser,responseJsonPrototype,originalResponseJsonDescriptor;function isUnsafeIntegerLiteral(_0x31410e){const _0x2b564e=a113_0x1c9d7b;if(_0x31410e[_0x2b564e(0x168)]('.')||_0x31410e[_0x2b564e(0x168)]('e')||_0x31410e['includes']('E'))return![];const _0x1816b0=BigInt(_0x31410e);return _0x1816b0>MAX_SAFE_INTEGER||_0x1816b0<MIN_SAFE_INTEGER;}function quoteUnsafeIntegerLiterals(_0xc3cde0){const _0x4e13c3=a113_0x1c9d7b;let _0x26ea30='',_0x27561b=![],_0x395eb2=![];for(let _0x35dced=0x0;_0x35dced<_0xc3cde0[_0x4e13c3(0x15a)];){const _0x2bf3f5=_0xc3cde0[_0x35dced];if(_0x27561b){_0x26ea30+=_0x2bf3f5,_0x35dced+=0x1;if(_0x395eb2)_0x395eb2=![];else{if(_0x2bf3f5==='\x5c')_0x395eb2=!![];else _0x2bf3f5==='\x22'&&(_0x27561b=![]);}continue;}if(_0x2bf3f5==='\x22'){_0x27561b=!![],_0x26ea30+=_0x2bf3f5,_0x35dced+=0x1;continue;}if(_0x2bf3f5==='-'||_0x2bf3f5>='0'&&_0x2bf3f5<='9'){const _0xede7ac=JSON_NUMBER_PATTERN[_0x4e13c3(0x16c)](_0xc3cde0[_0x4e13c3(0x16e)](_0x35dced))?.[0x0];if(_0xede7ac){_0x26ea30+=isUnsafeIntegerLiteral(_0xede7ac)?'\x22'+_0xede7ac+'\x22':_0xede7ac,_0x35dced+=_0xede7ac[_0x4e13c3(0x15a)];continue;}}_0x26ea30+=_0x2bf3f5,_0x35dced+=0x1;}return _0x26ea30;}export function parseLosslessJson(_0x1266c8){const _0x13773d=a113_0x1c9d7b;return JSON[_0x13773d(0x166)](quoteUnsafeIntegerLiterals(_0x1266c8));}export function installLosslessJsonResponseParser(){const _0x4ca693=a113_0x1c9d7b;if(typeof Response==='undefined')return()=>{};if(restoreResponseJsonParser)return restoreResponseJsonParser;return responseJsonPrototype=Response[_0x4ca693(0x167)],originalResponseJsonDescriptor=Object[_0x4ca693(0x160)](responseJsonPrototype,_0x4ca693(0x15f)),Object[_0x4ca693(0x164)](responseJsonPrototype,_0x4ca693(0x15f),{'configurable':!![],'enumerable':![],'value':async function _0x53c2c2(){const _0x1f18b4=_0x4ca693;return parseLosslessJson(await this[_0x1f18b4(0x15e)]());},'writable':!![]}),restoreResponseJsonParser=()=>{const _0xca6e0a=_0x4ca693;if(!responseJsonPrototype)return;originalResponseJsonDescriptor?Object[_0xca6e0a(0x164)](responseJsonPrototype,_0xca6e0a(0x15f),originalResponseJsonDescriptor):delete responseJsonPrototype[_0xca6e0a(0x15f)],responseJsonPrototype=undefined,originalResponseJsonDescriptor=undefined,restoreResponseJsonParser=undefined;},restoreResponseJsonParser;}export function restoreLosslessJsonResponseParser(){restoreResponseJsonParser?.();}
1
+ const a113_0x3caf3c=a113_0x9485;(function(_0x37dccf,_0x378c16){const _0x129540=a113_0x9485,_0x3c4ea7=_0x37dccf();while(!![]){try{const _0x57e060=-parseInt(_0x129540(0x1b5))/0x1+-parseInt(_0x129540(0x1b2))/0x2+-parseInt(_0x129540(0x1b7))/0x3+-parseInt(_0x129540(0x1af))/0x4*(parseInt(_0x129540(0x1b1))/0x5)+-parseInt(_0x129540(0x1bf))/0x6*(parseInt(_0x129540(0x1b3))/0x7)+-parseInt(_0x129540(0x1b9))/0x8*(-parseInt(_0x129540(0x1be))/0x9)+parseInt(_0x129540(0x1aa))/0xa*(parseInt(_0x129540(0x1bd))/0xb);if(_0x57e060===_0x378c16)break;else _0x3c4ea7['push'](_0x3c4ea7['shift']());}catch(_0x264f8e){_0x3c4ea7['push'](_0x3c4ea7['shift']());}}}(a113_0x15a9,0xb91de));const JSON_NUMBER_PATTERN=/^-?(?:0|[1-9]\d*)(?:\.\d+)?(?:[eE][+-]?\d+)?/,MAX_SAFE_INTEGER=BigInt(Number[a113_0x3caf3c(0x1a9)]),MIN_SAFE_INTEGER=BigInt(Number[a113_0x3caf3c(0x1ae)]);let restoreResponseJsonParser,responseJsonPrototype,originalResponseJsonDescriptor;function isUnsafeIntegerLiteral(_0x5ee1ba){const _0x5c17b8=a113_0x3caf3c;if(_0x5ee1ba[_0x5c17b8(0x1b6)]('.')||_0x5ee1ba[_0x5c17b8(0x1b6)]('e')||_0x5ee1ba[_0x5c17b8(0x1b6)]('E'))return![];const _0x56ef63=BigInt(_0x5ee1ba);return _0x56ef63>MAX_SAFE_INTEGER||_0x56ef63<MIN_SAFE_INTEGER;}function a113_0x9485(_0x35d3ed,_0x307068){_0x35d3ed=_0x35d3ed-0x1a9;const _0x15a9d1=a113_0x15a9();let _0x948596=_0x15a9d1[_0x35d3ed];return _0x948596;}function quoteUnsafeIntegerLiterals(_0x450c7b){const _0x86e797=a113_0x3caf3c;let _0x2b6b30='',_0xd141fb=![],_0x524e4d=![];for(let _0x4d492d=0x0;_0x4d492d<_0x450c7b[_0x86e797(0x1ab)];){const _0x438bfc=_0x450c7b[_0x4d492d];if(_0xd141fb){_0x2b6b30+=_0x438bfc,_0x4d492d+=0x1;if(_0x524e4d)_0x524e4d=![];else{if(_0x438bfc==='\x5c')_0x524e4d=!![];else _0x438bfc==='\x22'&&(_0xd141fb=![]);}continue;}if(_0x438bfc==='\x22'){_0xd141fb=!![],_0x2b6b30+=_0x438bfc,_0x4d492d+=0x1;continue;}if(_0x438bfc==='-'||_0x438bfc>='0'&&_0x438bfc<='9'){const _0x250abe=JSON_NUMBER_PATTERN[_0x86e797(0x1bc)](_0x450c7b[_0x86e797(0x1ba)](_0x4d492d))?.[0x0];if(_0x250abe){_0x2b6b30+=isUnsafeIntegerLiteral(_0x250abe)?'\x22'+_0x250abe+'\x22':_0x250abe,_0x4d492d+=_0x250abe[_0x86e797(0x1ab)];continue;}}_0x2b6b30+=_0x438bfc,_0x4d492d+=0x1;}return _0x2b6b30;}export function parseLosslessJson(_0x5db5e1){const _0x5dfaf2=a113_0x3caf3c;return JSON[_0x5dfaf2(0x1ad)](quoteUnsafeIntegerLiterals(_0x5db5e1));}export function installLosslessJsonResponseParser(){const _0x2e6b07=a113_0x3caf3c;if(typeof Response==='undefined')return()=>{};if(restoreResponseJsonParser)return restoreResponseJsonParser;return responseJsonPrototype=Response[_0x2e6b07(0x1bb)],originalResponseJsonDescriptor=Object[_0x2e6b07(0x1b0)](responseJsonPrototype,_0x2e6b07(0x1ac)),Object[_0x2e6b07(0x1b4)](responseJsonPrototype,_0x2e6b07(0x1ac),{'configurable':!![],'enumerable':![],'value':async function _0x4aa4a2(){const _0x14b118=_0x2e6b07;return parseLosslessJson(await this[_0x14b118(0x1b8)]());},'writable':!![]}),restoreResponseJsonParser=()=>{const _0x19b8ad=_0x2e6b07;if(!responseJsonPrototype)return;originalResponseJsonDescriptor?Object[_0x19b8ad(0x1b4)](responseJsonPrototype,'json',originalResponseJsonDescriptor):delete responseJsonPrototype[_0x19b8ad(0x1ac)],responseJsonPrototype=undefined,originalResponseJsonDescriptor=undefined,restoreResponseJsonParser=undefined;},restoreResponseJsonParser;}export function restoreLosslessJsonResponseParser(){restoreResponseJsonParser?.();}function a113_0x15a9(){const _0x4fd96f=['exec','2827IcicFo','2151BJPiqp','642ekrSyu','MAX_SAFE_INTEGER','165050JxAbPl','length','json','parse','MIN_SAFE_INTEGER','4VKHKgO','getOwnPropertyDescriptor','4180870bqwDQU','2545424ikRSMP','97370dqecVi','defineProperty','80854TJHgLL','includes','116820qTlCqu','text','7816nMUwac','slice','prototype'];a113_0x15a9=function(){return _0x4fd96f;};return a113_0x15a9();}
@@ -1 +1 @@
1
- (function(_0x24b080,_0x55f136){const _0x2bf05b=a114_0x4086,_0x3fb133=_0x24b080();while(!![]){try{const _0x2b9c52=parseInt(_0x2bf05b(0x1ee))/0x1*(parseInt(_0x2bf05b(0x1da))/0x2)+parseInt(_0x2bf05b(0x1ec))/0x3*(parseInt(_0x2bf05b(0x1ed))/0x4)+parseInt(_0x2bf05b(0x1e0))/0x5+-parseInt(_0x2bf05b(0x1ef))/0x6+parseInt(_0x2bf05b(0x1d8))/0x7+parseInt(_0x2bf05b(0x1df))/0x8*(parseInt(_0x2bf05b(0x1e4))/0x9)+-parseInt(_0x2bf05b(0x1e7))/0xa*(parseInt(_0x2bf05b(0x1d5))/0xb);if(_0x2b9c52===_0x55f136)break;else _0x3fb133['push'](_0x3fb133['shift']());}catch(_0x2af01c){_0x3fb133['push'](_0x3fb133['shift']());}}}(a114_0x1cc8,0x93627));import{CliErrors}from'../errors.js';function a114_0x4086(_0x36e9ff,_0x4f5103){_0x36e9ff=_0x36e9ff-0x1d4;const _0x1cc8fb=a114_0x1cc8();let _0x408635=_0x1cc8fb[_0x36e9ff];return _0x408635;}import{parseLosslessJson}from'../utils/lossless-json.js';export const MAX_DATA_UPDATE_IDS=0x3e8;export function parseJsonParams(_0x5408da){const _0x59221f=a114_0x4086;if(!_0x5408da)return undefined;try{return parseLosslessJson(_0x5408da);}catch{throw CliErrors[_0x59221f(0x1dd)](_0x59221f(0x1e6)+_0x5408da);}}export function parseJsonParamsValue(_0x5e6e38){const _0x43dc08=a114_0x4086;if(!_0x5e6e38)return undefined;try{return parseLosslessJson(_0x5e6e38);}catch{throw CliErrors[_0x43dc08(0x1dd)]('Invalid\x20JSON\x20for\x20--params:\x20'+_0x5e6e38);}}export function parseBatchCreateItemsFromParams(_0x843019){const _0x128afe=a114_0x4086;if(Array[_0x128afe(0x1eb)](_0x843019))return _0x843019;if(_0x843019!==null&&_0x843019!==undefined&&typeof _0x843019===_0x128afe(0x1ea)&&Array[_0x128afe(0x1eb)](_0x843019['items']))return _0x843019[_0x128afe(0x1d6)];throw CliErrors[_0x128afe(0x1dd)](_0x128afe(0x1d4),_0x128afe(0x1e3));}function parseDataUpdateId(_0x586635,_0x16f6ec){const _0x5a98e9=a114_0x4086;if(typeof _0x586635==='number'&&Number['isSafeInteger'](_0x586635)&&_0x586635>0x0)return _0x586635;if(typeof _0x586635==='string'){if(/^[1-9]\d*$/[_0x5a98e9(0x1e8)](_0x586635))return _0x586635;}throw CliErrors[_0x5a98e9(0x1dd)](_0x5a98e9(0x1e9)+_0x16f6ec+_0x5a98e9(0x1e2));}function a114_0x1cc8(){const _0x4418f1=['1123048NbSCqy','33638vitmwa','4268412jWCrFv','batchCreate\x20--params\x20must\x20be\x20a\x20JSON\x20array\x20or\x20{\x22items\x22:[...]}','481404ymOvuY','items','id[','7771043DqNpyI','join','64rwLxwO','data\x20update\x20can\x20update\x20at\x20most\x20','data\x20update\x20requires\x20\x22id\x22\x20in\x20--params.','validation','length','679088FLhJAZ','4038620gGGYhz','data\x20update\x20id\x20array\x20cannot\x20be\x20empty.','\x20must\x20be\x20a\x20positive\x20integer\x20or\x20numeric\x20string.','Example:\x20--params\x20\x27[{\x22name\x22:\x22a\x22},{\x22name\x22:\x22b\x22}]\x27','117SGvUpD','Example:\x20--params\x20\x27{\x22id\x22:[1,2,3],\x22status\x22:\x22done\x22}\x27','Invalid\x20JSON\x20for\x20--params:\x20','700UIpCnU','test','data\x20update\x20--params.','object','isArray','3mEbAEw'];a114_0x1cc8=function(){return _0x4418f1;};return a114_0x1cc8();}export function parseUpdateIdsFromParams(_0x16852d){const _0x3e044f=a114_0x4086;if(_0x16852d===null||_0x16852d===undefined||typeof _0x16852d!==_0x3e044f(0x1ea)||Array['isArray'](_0x16852d))throw CliErrors['validation']('data\x20update\x20--params\x20must\x20be\x20a\x20JSON\x20object\x20with\x20id.',_0x3e044f(0x1e5));const _0x48b9aa=_0x16852d['id'];if(_0x48b9aa===undefined||_0x48b9aa===null)throw CliErrors[_0x3e044f(0x1dd)](_0x3e044f(0x1dc),'Example:\x20--params\x20\x27{\x22id\x22:[1,2,3],\x22status\x22:\x22done\x22}\x27');const _0x41fea6=Array['isArray'](_0x48b9aa)?_0x48b9aa:[_0x48b9aa];if(_0x41fea6[_0x3e044f(0x1de)]===0x0)throw CliErrors[_0x3e044f(0x1dd)](_0x3e044f(0x1e1));if(_0x41fea6[_0x3e044f(0x1de)]>MAX_DATA_UPDATE_IDS)throw CliErrors[_0x3e044f(0x1dd)](_0x3e044f(0x1db)+MAX_DATA_UPDATE_IDS+'\x20records\x20per\x20call;\x20received\x20'+_0x41fea6['length']+'.');return _0x41fea6['map']((_0x388d3d,_0x13e177)=>parseDataUpdateId(_0x388d3d,Array['isArray'](_0x48b9aa)?_0x3e044f(0x1d7)+_0x13e177+']':'id'));}export function normalizeUpdateParamsForRuntime(_0x1e3a76,_0x550146){const _0x2ccdeb=a114_0x4086;if(Array['isArray'](_0x1e3a76['id'])&&_0x550146[_0x2ccdeb(0x1de)]>0x1)return{..._0x1e3a76,'id':_0x550146[_0x2ccdeb(0x1d9)](',')};return _0x1e3a76;}
1
+ (function(_0x44efce,_0x161d3a){const _0x3e1c7e=a114_0xe714,_0x1ab1db=_0x44efce();while(!![]){try{const _0x4c05c8=-parseInt(_0x3e1c7e(0x99))/0x1*(parseInt(_0x3e1c7e(0x96))/0x2)+-parseInt(_0x3e1c7e(0x95))/0x3*(-parseInt(_0x3e1c7e(0xa0))/0x4)+-parseInt(_0x3e1c7e(0x91))/0x5+parseInt(_0x3e1c7e(0xa4))/0x6+-parseInt(_0x3e1c7e(0x88))/0x7*(parseInt(_0x3e1c7e(0x9c))/0x8)+-parseInt(_0x3e1c7e(0x9b))/0x9+parseInt(_0x3e1c7e(0x8d))/0xa;if(_0x4c05c8===_0x161d3a)break;else _0x1ab1db['push'](_0x1ab1db['shift']());}catch(_0x4ef2a5){_0x1ab1db['push'](_0x1ab1db['shift']());}}}(a114_0x5563,0xb1545));function a114_0xe714(_0x5044ce,_0xb00d8a){_0x5044ce=_0x5044ce-0x86;const _0x55638e=a114_0x5563();let _0xe7141b=_0x55638e[_0x5044ce];return _0xe7141b;}import{CliErrors}from'../errors.js';import{parseLosslessJson}from'../utils/lossless-json.js';export const MAX_DATA_UPDATE_IDS=0x3e8;export function parseJsonParams(_0xeedf85){const _0x291a78=a114_0xe714;if(!_0xeedf85)return undefined;try{return parseLosslessJson(_0xeedf85);}catch{throw CliErrors[_0x291a78(0xa2)](_0x291a78(0x87)+_0xeedf85);}}export function parseJsonParamsValue(_0x502b51){const _0x5d6a62=a114_0xe714;if(!_0x502b51)return undefined;try{return parseLosslessJson(_0x502b51);}catch{throw CliErrors[_0x5d6a62(0xa2)]('Invalid\x20JSON\x20for\x20--params:\x20'+_0x502b51);}}function a114_0x5563(){const _0x3da17a=['id[','560616mAhezK','2LhkatY','items','test','1146793hETrVn','length','7326126HPwjQz','473864vagjjx','data\x20update\x20--params.','data\x20update\x20--params\x20must\x20be\x20a\x20JSON\x20object\x20with\x20id.','number','4zutVev','join','validation','map','8091738VJDdtl','string','Invalid\x20JSON\x20for\x20--params:\x20','49ZQxELe','Example:\x20--params\x20\x27{\x22id\x22:[1,2,3],\x22status\x22:\x22done\x22}\x27','Example:\x20--params\x20\x27[{\x22name\x22:\x22a\x22},{\x22name\x22:\x22b\x22}]\x27','batchCreate\x20--params\x20must\x20be\x20a\x20JSON\x20array\x20or\x20{\x22items\x22:[...]}','object','20754990UeWFIx','data\x20update\x20requires\x20\x22id\x22\x20in\x20--params.','data\x20update\x20id\x20array\x20cannot\x20be\x20empty.','\x20records\x20per\x20call;\x20received\x20','2546075sQJTqh','isArray','data\x20update\x20can\x20update\x20at\x20most\x20'];a114_0x5563=function(){return _0x3da17a;};return a114_0x5563();}export function parseBatchCreateItemsFromParams(_0x364280){const _0x738c33=a114_0xe714;if(Array[_0x738c33(0x92)](_0x364280))return _0x364280;if(_0x364280!==null&&_0x364280!==undefined&&typeof _0x364280==='object'&&Array['isArray'](_0x364280[_0x738c33(0x97)]))return _0x364280[_0x738c33(0x97)];throw CliErrors['validation'](_0x738c33(0x8b),_0x738c33(0x8a));}function parseDataUpdateId(_0x579842,_0x4918fe){const _0x1c91c0=a114_0xe714;if(typeof _0x579842===_0x1c91c0(0x9f)&&Number['isSafeInteger'](_0x579842)&&_0x579842>0x0)return _0x579842;if(typeof _0x579842===_0x1c91c0(0x86)){if(/^[1-9]\d*$/[_0x1c91c0(0x98)](_0x579842))return _0x579842;}throw CliErrors[_0x1c91c0(0xa2)](_0x1c91c0(0x9d)+_0x4918fe+'\x20must\x20be\x20a\x20positive\x20integer\x20or\x20numeric\x20string.');}export function parseUpdateIdsFromParams(_0x379f31){const _0x3fc4c4=a114_0xe714;if(_0x379f31===null||_0x379f31===undefined||typeof _0x379f31!==_0x3fc4c4(0x8c)||Array[_0x3fc4c4(0x92)](_0x379f31))throw CliErrors[_0x3fc4c4(0xa2)](_0x3fc4c4(0x9e),'Example:\x20--params\x20\x27{\x22id\x22:[1,2,3],\x22status\x22:\x22done\x22}\x27');const _0x453957=_0x379f31['id'];if(_0x453957===undefined||_0x453957===null)throw CliErrors[_0x3fc4c4(0xa2)](_0x3fc4c4(0x8e),_0x3fc4c4(0x89));const _0x4328a4=Array[_0x3fc4c4(0x92)](_0x453957)?_0x453957:[_0x453957];if(_0x4328a4[_0x3fc4c4(0x9a)]===0x0)throw CliErrors[_0x3fc4c4(0xa2)](_0x3fc4c4(0x8f));if(_0x4328a4[_0x3fc4c4(0x9a)]>MAX_DATA_UPDATE_IDS)throw CliErrors[_0x3fc4c4(0xa2)](_0x3fc4c4(0x93)+MAX_DATA_UPDATE_IDS+_0x3fc4c4(0x90)+_0x4328a4['length']+'.');return _0x4328a4[_0x3fc4c4(0xa3)]((_0x3e4fe7,_0x3483e9)=>parseDataUpdateId(_0x3e4fe7,Array['isArray'](_0x453957)?_0x3fc4c4(0x94)+_0x3483e9+']':'id'));}export function normalizeUpdateParamsForRuntime(_0x475758,_0x40ddee){const _0x2cd8fa=a114_0xe714;if(Array[_0x2cd8fa(0x92)](_0x475758['id'])&&_0x40ddee[_0x2cd8fa(0x9a)]>0x1)return{..._0x475758,'id':_0x40ddee[_0x2cd8fa(0xa1)](',')};return _0x475758;}
@@ -1 +1 @@
1
- function a115_0x54f1(_0x4c44d8,_0x36d0ca){_0x4c44d8=_0x4c44d8-0x1ad;const _0x41cafe=a115_0x41ca();let _0x54f1d6=_0x41cafe[_0x4c44d8];return _0x54f1d6;}const a115_0x69b6b8=a115_0x54f1;(function(_0x26eaa7,_0x54f3d7){const _0x517012=a115_0x54f1,_0x487c8c=_0x26eaa7();while(!![]){try{const _0x444b7e=-parseInt(_0x517012(0x1b3))/0x1*(parseInt(_0x517012(0x1b4))/0x2)+-parseInt(_0x517012(0x1b9))/0x3*(-parseInt(_0x517012(0x1b2))/0x4)+parseInt(_0x517012(0x1b7))/0x5+-parseInt(_0x517012(0x1b8))/0x6+parseInt(_0x517012(0x1b0))/0x7*(-parseInt(_0x517012(0x1b5))/0x8)+parseInt(_0x517012(0x1af))/0x9+parseInt(_0x517012(0x1b6))/0xa;if(_0x444b7e===_0x54f3d7)break;else _0x487c8c['push'](_0x487c8c['shift']());}catch(_0x194781){_0x487c8c['push'](_0x487c8c['shift']());}}}(a115_0x41ca,0xdca0b));function a115_0x41ca(){const _0x39d2be=['win32','platform','6526161SUsqVj','2107puSSrx','.cmd','4kXHwha','1MXtakn','958610QHGZUJ','27672CafAaB','13109840VoSJkT','7540885SxTRwO','7410024OwUnze','344607eDvOOw'];a115_0x41ca=function(){return _0x39d2be;};return a115_0x41ca();}export const isWindows=process[a115_0x69b6b8(0x1ae)]===a115_0x69b6b8(0x1ad);export function resolveNpmBin(_0x33cbad){const _0x59e549=a115_0x69b6b8;return isWindows?_0x33cbad+_0x59e549(0x1b1):_0x33cbad;}
1
+ function a115_0x2009(){const _0x1624fe=['2002662IjXkPu','500938sKuWrQ','852276IqDqwr','win32','platform','16069608pPjcgV','6488447PBPBPz','.cmd','8RNRkEm','4259031BektbM','8iXbdeb','603715RZTRNs'];a115_0x2009=function(){return _0x1624fe;};return a115_0x2009();}function a115_0x7b20(_0x319149,_0x2719a3){_0x319149=_0x319149-0xb9;const _0x200932=a115_0x2009();let _0x7b2068=_0x200932[_0x319149];return _0x7b2068;}const a115_0x47ac9f=a115_0x7b20;(function(_0x166677,_0x2cca9b){const _0x46f7ae=a115_0x7b20,_0x112024=_0x166677();while(!![]){try{const _0xad47cc=-parseInt(_0x46f7ae(0xc2))/0x1+-parseInt(_0x46f7ae(0xc1))/0x2+-parseInt(_0x46f7ae(0xbd))/0x3+parseInt(_0x46f7ae(0xbc))/0x4*(parseInt(_0x46f7ae(0xbf))/0x5)+parseInt(_0x46f7ae(0xc0))/0x6+parseInt(_0x46f7ae(0xba))/0x7*(parseInt(_0x46f7ae(0xbe))/0x8)+parseInt(_0x46f7ae(0xb9))/0x9;if(_0xad47cc===_0x2cca9b)break;else _0x112024['push'](_0x112024['shift']());}catch(_0x57fb0c){_0x112024['push'](_0x112024['shift']());}}}(a115_0x2009,0xbad5a));export const isWindows=process[a115_0x47ac9f(0xc4)]===a115_0x47ac9f(0xc3);export function resolveNpmBin(_0x40e4aa){const _0x25aeae=a115_0x47ac9f;return isWindows?_0x40e4aa+_0x25aeae(0xbb):_0x40e4aa;}
@@ -1 +1 @@
1
- (function(_0xe20fee,_0x2042e4){const _0x11f35b=a116_0x38f5,_0x11d122=_0xe20fee();while(!![]){try{const _0x505522=-parseInt(_0x11f35b(0xb1))/0x1+-parseInt(_0x11f35b(0xc8))/0x2+parseInt(_0x11f35b(0xc0))/0x3*(parseInt(_0x11f35b(0xb9))/0x4)+-parseInt(_0x11f35b(0xc7))/0x5+parseInt(_0x11f35b(0xb7))/0x6*(-parseInt(_0x11f35b(0xc5))/0x7)+-parseInt(_0x11f35b(0xc9))/0x8+parseInt(_0x11f35b(0xcb))/0x9;if(_0x505522===_0x2042e4)break;else _0x11d122['push'](_0x11d122['shift']());}catch(_0x367b1b){_0x11d122['push'](_0x11d122['shift']());}}}(a116_0xc616,0x6a544));import{mkdir,readFile,writeFile}from'node:fs/promises';function a116_0xc616(){const _0x497894=['/dist-tags','/-/package/',',\x20run:\x20','lastNotifiedVersion','filter','440278XnbvrX','number','patch','utf8','.cache','latest','12cQXuFA','toLowerCase','176FPwjpM','\x20update','true','/v/','Invalid\x20semver','entries','timeout','41118IsNjFA','stringify','object','prerelease','\x20available,\x20current\x20','942508hWrJxF','trim','1448145vbHHJR','1019304kKFbeN','2033856zOPOHw','checkedAt','14359851sZkwpn','match','update-check.json','yes'];a116_0xc616=function(){return _0x497894;};return a116_0xc616();}import{homedir}from'node:os';import{dirname,join}from'node:path';import{LOVRABET_NPM_PACKAGE_NAME,NPM_REGISTRY_BASE_URL}from'../constant/distribution.js';import{CLI_BIN_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 parseSemver(_0x595747){const _0x3fef50=a116_0x38f5,_0x5811b1=_0x595747[_0x3fef50(0xc6)]()[_0x3fef50(0xcc)](/^(\d+)\.(\d+)\.(\d+)(?:-([0-9A-Za-z.-]+))?$/);if(!_0x5811b1)return null;return{'major':Number(_0x5811b1[0x1]),'minor':Number(_0x5811b1[0x2]),'patch':Number(_0x5811b1[0x3]),'prerelease':_0x5811b1[0x4]};}function compareSemver(_0x584953,_0x5b23e9){const _0x50acd4=a116_0x38f5,_0x1cfe05=parseSemver(_0x584953),_0x155eab=parseSemver(_0x5b23e9);if(!_0x1cfe05||!_0x155eab)throw new Error(_0x50acd4(0xbd));for(const _0x1bf678 of['major','minor',_0x50acd4(0xb3)]){if(_0x1cfe05[_0x1bf678]<_0x155eab[_0x1bf678])return-0x1;if(_0x1cfe05[_0x1bf678]>_0x155eab[_0x1bf678])return 0x1;}if(!_0x1cfe05[_0x50acd4(0xc3)]&&!_0x155eab[_0x50acd4(0xc3)])return 0x0;if(!_0x1cfe05[_0x50acd4(0xc3)])return 0x1;if(!_0x155eab[_0x50acd4(0xc3)])return-0x1;if(_0x1cfe05[_0x50acd4(0xc3)]===_0x155eab[_0x50acd4(0xc3)])return 0x0;return _0x1cfe05[_0x50acd4(0xc3)]<_0x155eab[_0x50acd4(0xc3)]?-0x1:0x1;}function isUpdateNoticeDisabled(){const _0xd665d7=a116_0x38f5,_0xf1de4e=process.env.LOVRABET_NO_UPDATE_NOTICE?.[_0xd665d7(0xc6)]()[_0xd665d7(0xb8)]();return _0xf1de4e==='1'||_0xf1de4e===_0xd665d7(0xbb)||_0xf1de4e===_0xd665d7(0xce);}function a116_0x38f5(_0x332d99,_0x3168be){_0x332d99=_0x332d99-0xaf;const _0xc61664=a116_0xc616();let _0x38f59e=_0xc61664[_0x332d99];return _0x38f59e;}function cacheRoot(){const _0x174a97=a116_0x38f5;return process.env.XDG_CACHE_HOME||process.env.LOCALAPPDATA||join(homedir(),_0x174a97(0xb5));}export function getUpdateNoticeCachePath(){const _0x4505a4=a116_0x38f5;return join(cacheRoot(),'lovrabet-cli',_0x4505a4(0xcd));}async function readUpdateNoticeCache(){const _0x491dce=a116_0x38f5;try{const _0x30bd52=await readFile(getUpdateNoticeCachePath(),'utf8'),_0x12b11a=JSON['parse'](_0x30bd52);if(!_0x12b11a||typeof _0x12b11a!==_0x491dce(0xc2))return{};return _0x12b11a;}catch{return{};}}async function writeUpdateNoticeCache(_0x2a0576){const _0x3e5609=a116_0x38f5;try{const _0x4ad5c6=getUpdateNoticeCachePath();await mkdir(dirname(_0x4ad5c6),{'recursive':!![]}),await writeFile(_0x4ad5c6,JSON[_0x3e5609(0xc1)](_0x2a0576,null,0x2)+'\x0a',_0x3e5609(0xb4));}catch{}}function isFreshCheck(_0x2dafa6,_0x76fa49){const _0x234499=a116_0x38f5;return typeof _0x2dafa6[_0x234499(0xca)]===_0x234499(0xb2)&&_0x76fa49-_0x2dafa6[_0x234499(0xca)]<UPDATE_CHECK_TTL_MS;}function isRecentlyNotified(_0x522cf4,_0x26be68,_0x2e94ed){const _0x1e7b90=a116_0x38f5;return _0x522cf4[_0x1e7b90(0xaf)]===_0x26be68&&typeof _0x522cf4['lastNotifiedAt']===_0x1e7b90(0xb2)&&_0x2e94ed-_0x522cf4['lastNotifiedAt']<UPDATE_NOTICE_TTL_MS;}async function fetchNpmDistTags(_0x189c93=0x5dc){const _0x1cb431=a116_0x38f5;try{const _0x392a5d=NPM_REGISTRY_BASE_URL+_0x1cb431(0xd0)+encodeURIComponent(LOVRABET_NPM_PACKAGE_NAME)+_0x1cb431(0xcf),_0x3b84e2=await fetch(_0x392a5d,{'signal':AbortSignal[_0x1cb431(0xbf)](_0x189c93)});if(!_0x3b84e2['ok'])return null;const _0x424b66=await _0x3b84e2['json']();if(!_0x424b66||typeof _0x424b66!==_0x1cb431(0xc2))return null;return Object['fromEntries'](Object[_0x1cb431(0xbe)](_0x424b66)[_0x1cb431(0xb0)](([,_0x2e6191])=>typeof _0x2e6191==='string'&&_0x2e6191[_0x1cb431(0xc6)]())['map'](([_0xa52301,_0x1e2141])=>[_0xa52301,String(_0x1e2141)[_0x1cb431(0xc6)]()]));}catch{return null;}}export function buildNpmVersionUrl(_0x402915){const _0x5e5b04=a116_0x38f5;return'https://www.npmjs.com/package/'+LOVRABET_NPM_PACKAGE_NAME+_0x5e5b04(0xbc)+_0x402915;}export async function resolveLatestUpdateNotice(){const _0x31b928=a116_0x38f5;if(isUpdateNoticeDisabled())return null;try{const _0x1bb153=Date['now'](),_0xa912ee=getCliVersion(),_0x57c385=await readUpdateNoticeCache();let _0x481ddc=isFreshCheck(_0x57c385,_0x1bb153)?_0x57c385[_0x31b928(0xb6)]?.[_0x31b928(0xc6)]():undefined;if(!_0x481ddc&&!isFreshCheck(_0x57c385,_0x1bb153)){const _0x33429a=await fetchNpmDistTags();_0x481ddc=_0x33429a?.['latest']?.[_0x31b928(0xc6)](),await writeUpdateNoticeCache({..._0x57c385,'checkedAt':_0x1bb153,'latest':_0x481ddc,'failed':!_0x481ddc});}if(!_0x481ddc||compareSemver(_0xa912ee,_0x481ddc)>=0x0)return null;if(isRecentlyNotified(_0x57c385,_0x481ddc,_0x1bb153))return null;const _0x481fb4=CLI_BIN_NAME+_0x31b928(0xba);return await writeUpdateNoticeCache({..._0x57c385,'checkedAt':isFreshCheck(_0x57c385,_0x1bb153)?_0x57c385[_0x31b928(0xca)]:_0x1bb153,'latest':_0x481ddc,'failed':![],'lastNotifiedVersion':_0x481ddc,'lastNotifiedAt':_0x1bb153}),{'command':_0x481fb4,'current':_0xa912ee,'latest':_0x481ddc,'url':buildNpmVersionUrl(_0x481ddc),'message':CLI_BIN_NAME+'\x20'+_0x481ddc+_0x31b928(0xc4)+_0xa912ee+_0x31b928(0xd1)+_0x481fb4};}catch{return null;}}
1
+ (function(_0x2d1700,_0x1e603b){const _0x2988e5=a116_0x188e,_0x27a0be=_0x2d1700();while(!![]){try{const _0x4e654a=-parseInt(_0x2988e5(0x16c))/0x1*(-parseInt(_0x2988e5(0x181))/0x2)+-parseInt(_0x2988e5(0x17a))/0x3*(-parseInt(_0x2988e5(0x183))/0x4)+parseInt(_0x2988e5(0x18d))/0x5+-parseInt(_0x2988e5(0x16e))/0x6+parseInt(_0x2988e5(0x185))/0x7*(-parseInt(_0x2988e5(0x174))/0x8)+parseInt(_0x2988e5(0x188))/0x9+-parseInt(_0x2988e5(0x180))/0xa;if(_0x4e654a===_0x1e603b)break;else _0x27a0be['push'](_0x27a0be['shift']());}catch(_0x58291a){_0x27a0be['push'](_0x27a0be['shift']());}}}(a116_0x361c,0xcd7f6));import{mkdir,readFile,writeFile}from'node:fs/promises';import{homedir}from'node:os';function a116_0x188e(_0x22e2c6,_0x2ed0bb){_0x22e2c6=_0x22e2c6-0x16b;const _0x361c62=a116_0x361c();let _0x188ea5=_0x361c62[_0x22e2c6];return _0x188ea5;}import{dirname,join}from'node:path';import{LOVRABET_NPM_PACKAGE_NAME,NPM_REGISTRY_BASE_URL}from'../constant/distribution.js';import{CLI_BIN_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 parseSemver(_0x45e00c){const _0xfe87d8=a116_0x188e,_0xb8527b=_0x45e00c[_0xfe87d8(0x18a)]()[_0xfe87d8(0x17b)](/^(\d+)\.(\d+)\.(\d+)(?:-([0-9A-Za-z.-]+))?$/);if(!_0xb8527b)return null;return{'major':Number(_0xb8527b[0x1]),'minor':Number(_0xb8527b[0x2]),'patch':Number(_0xb8527b[0x3]),'prerelease':_0xb8527b[0x4]};}function compareSemver(_0x1df8fb,_0x88f972){const _0xa53f1e=a116_0x188e,_0x73ebe4=parseSemver(_0x1df8fb),_0x3c3a5d=parseSemver(_0x88f972);if(!_0x73ebe4||!_0x3c3a5d)throw new Error('Invalid\x20semver');for(const _0x588227 of[_0xa53f1e(0x178),_0xa53f1e(0x18e),'patch']){if(_0x73ebe4[_0x588227]<_0x3c3a5d[_0x588227])return-0x1;if(_0x73ebe4[_0x588227]>_0x3c3a5d[_0x588227])return 0x1;}if(!_0x73ebe4[_0xa53f1e(0x17f)]&&!_0x3c3a5d[_0xa53f1e(0x17f)])return 0x0;if(!_0x73ebe4[_0xa53f1e(0x17f)])return 0x1;if(!_0x3c3a5d[_0xa53f1e(0x17f)])return-0x1;if(_0x73ebe4[_0xa53f1e(0x17f)]===_0x3c3a5d['prerelease'])return 0x0;return _0x73ebe4[_0xa53f1e(0x17f)]<_0x3c3a5d[_0xa53f1e(0x17f)]?-0x1:0x1;}function isUpdateNoticeDisabled(){const _0xd2ec6=a116_0x188e,_0x7e7736=process.env.LOVRABET_NO_UPDATE_NOTICE?.['trim']()[_0xd2ec6(0x171)]();return _0x7e7736==='1'||_0x7e7736===_0xd2ec6(0x172)||_0x7e7736===_0xd2ec6(0x177);}function cacheRoot(){const _0xe91e9d=a116_0x188e;return process.env.XDG_CACHE_HOME||process.env.LOCALAPPDATA||join(homedir(),_0xe91e9d(0x17c));}export function getUpdateNoticeCachePath(){const _0x5dd6df=a116_0x188e;return join(cacheRoot(),'lovrabet-cli',_0x5dd6df(0x17d));}function a116_0x361c(){const _0x207b08=['yes','major','lastNotifiedVersion','161991IWxAbR','match','.cache','update-check.json',',\x20run:\x20','prerelease','9733740xvYodc','750666WCttGe','stringify','24ecJjGh','number','181748aZaHRf','map','\x20update','9581571lvljoN','/-/package/','trim','entries','utf8','743575ZzlBYX','minor','object','fromEntries','string','4HidzQS','\x20available,\x20current\x20','1733112xwpJNE','/v/','parse','toLowerCase','true','https://www.npmjs.com/package/','288UqbgRn','checkedAt','latest'];a116_0x361c=function(){return _0x207b08;};return a116_0x361c();}async function readUpdateNoticeCache(){const _0x48ce7e=a116_0x188e;try{const _0x525742=await readFile(getUpdateNoticeCachePath(),_0x48ce7e(0x18c)),_0x394f46=JSON[_0x48ce7e(0x170)](_0x525742);if(!_0x394f46||typeof _0x394f46!==_0x48ce7e(0x18f))return{};return _0x394f46;}catch{return{};}}async function writeUpdateNoticeCache(_0x5dfd14){const _0x50d212=a116_0x188e;try{const _0x4c6e81=getUpdateNoticeCachePath();await mkdir(dirname(_0x4c6e81),{'recursive':!![]}),await writeFile(_0x4c6e81,JSON[_0x50d212(0x182)](_0x5dfd14,null,0x2)+'\x0a','utf8');}catch{}}function isFreshCheck(_0x3160ca,_0x23e27a){const _0x3d55a1=a116_0x188e;return typeof _0x3160ca[_0x3d55a1(0x175)]===_0x3d55a1(0x184)&&_0x23e27a-_0x3160ca[_0x3d55a1(0x175)]<UPDATE_CHECK_TTL_MS;}function isRecentlyNotified(_0xcf6267,_0x497887,_0x47ad61){const _0x184710=a116_0x188e;return _0xcf6267[_0x184710(0x179)]===_0x497887&&typeof _0xcf6267['lastNotifiedAt']==='number'&&_0x47ad61-_0xcf6267['lastNotifiedAt']<UPDATE_NOTICE_TTL_MS;}async function fetchNpmDistTags(_0x3b099b=0x5dc){const _0x496833=a116_0x188e;try{const _0x156c3a=NPM_REGISTRY_BASE_URL+_0x496833(0x189)+encodeURIComponent(LOVRABET_NPM_PACKAGE_NAME)+'/dist-tags',_0x1cc14e=await fetch(_0x156c3a,{'signal':AbortSignal['timeout'](_0x3b099b)});if(!_0x1cc14e['ok'])return null;const _0x471388=await _0x1cc14e['json']();if(!_0x471388||typeof _0x471388!=='object')return null;return Object[_0x496833(0x190)](Object[_0x496833(0x18b)](_0x471388)['filter'](([,_0xc89c03])=>typeof _0xc89c03===_0x496833(0x16b)&&_0xc89c03['trim']())[_0x496833(0x186)](([_0x520d71,_0x254f8f])=>[_0x520d71,String(_0x254f8f)[_0x496833(0x18a)]()]));}catch{return null;}}export function buildNpmVersionUrl(_0x4fbe11){const _0x4ff134=a116_0x188e;return _0x4ff134(0x173)+LOVRABET_NPM_PACKAGE_NAME+_0x4ff134(0x16f)+_0x4fbe11;}export async function resolveLatestUpdateNotice(){const _0x1c743e=a116_0x188e;if(isUpdateNoticeDisabled())return null;try{const _0x81a2=Date['now'](),_0x2af76b=getCliVersion(),_0x310f58=await readUpdateNoticeCache();let _0x1d4cf7=isFreshCheck(_0x310f58,_0x81a2)?_0x310f58['latest']?.[_0x1c743e(0x18a)]():undefined;if(!_0x1d4cf7&&!isFreshCheck(_0x310f58,_0x81a2)){const _0x4c94ef=await fetchNpmDistTags();_0x1d4cf7=_0x4c94ef?.[_0x1c743e(0x176)]?.[_0x1c743e(0x18a)](),await writeUpdateNoticeCache({..._0x310f58,'checkedAt':_0x81a2,'latest':_0x1d4cf7,'failed':!_0x1d4cf7});}if(!_0x1d4cf7||compareSemver(_0x2af76b,_0x1d4cf7)>=0x0)return null;if(isRecentlyNotified(_0x310f58,_0x1d4cf7,_0x81a2))return null;const _0xaf2ecd=CLI_BIN_NAME+_0x1c743e(0x187);return await writeUpdateNoticeCache({..._0x310f58,'checkedAt':isFreshCheck(_0x310f58,_0x81a2)?_0x310f58['checkedAt']:_0x81a2,'latest':_0x1d4cf7,'failed':![],'lastNotifiedVersion':_0x1d4cf7,'lastNotifiedAt':_0x81a2}),{'command':_0xaf2ecd,'current':_0x2af76b,'latest':_0x1d4cf7,'url':buildNpmVersionUrl(_0x1d4cf7),'message':CLI_BIN_NAME+'\x20'+_0x1d4cf7+_0x1c743e(0x16d)+_0x2af76b+_0x1c743e(0x17e)+_0xaf2ecd};}catch{return null;}}
@@ -1 +1 @@
1
- (function(_0xe57584,_0x2ac567){const _0x43eef4=a117_0x13ab,_0x248c2e=_0xe57584();while(!![]){try{const _0x1cce21=parseInt(_0x43eef4(0xa3))/0x1+-parseInt(_0x43eef4(0xa1))/0x2*(-parseInt(_0x43eef4(0x99))/0x3)+parseInt(_0x43eef4(0x9b))/0x4*(parseInt(_0x43eef4(0x9e))/0x5)+parseInt(_0x43eef4(0xa0))/0x6+parseInt(_0x43eef4(0xa2))/0x7+parseInt(_0x43eef4(0x9d))/0x8+-parseInt(_0x43eef4(0x9c))/0x9;if(_0x1cce21===_0x2ac567)break;else _0x248c2e['push'](_0x248c2e['shift']());}catch(_0x30e25f){_0x248c2e['push'](_0x248c2e['shift']());}}}(a117_0x25d0,0x8f892));import{BUILD_TIME,GIT_COMMIT,VERSION}from'../generated/build-info.js';function a117_0x25d0(){const _0x428ff3=['4635844SrkNyZ','41477058JCmgpJ','5446568hVONIi','5XKlSvy','unknown','5015106ROomMV','934CfoKjS','4119640mFMFDS','1030554URerFt','5793EFrrcQ','slice'];a117_0x25d0=function(){return _0x428ff3;};return a117_0x25d0();}function a117_0x13ab(_0x477409,_0x4bdc7a){_0x477409=_0x477409-0x99;const _0x25d051=a117_0x25d0();let _0x13aba0=_0x25d051[_0x477409];return _0x13aba0;}export function getCliVersion(){return VERSION;}export function getCliGitCommit(){const _0x132fb9=a117_0x13ab,_0x5837c8=String(GIT_COMMIT);return _0x5837c8&&_0x5837c8!==_0x132fb9(0x9f)?_0x5837c8:'';}export function getCliVersionDisplay(){const _0x23a86b=a117_0x13ab,_0x3b3846=getCliGitCommit(),_0x331501=BUILD_TIME[_0x23a86b(0x9a)](0x0,0xa);if(!_0x3b3846||!_0x331501)return VERSION;return VERSION+'\x20('+_0x3b3846+',\x20'+_0x331501+')';}
1
+ (function(_0x736e9,_0x35e6b4){const _0x35b80b=a117_0x208b,_0x2ba9fe=_0x736e9();while(!![]){try{const _0xb2a5f2=parseInt(_0x35b80b(0x1bf))/0x1*(parseInt(_0x35b80b(0x1c1))/0x2)+parseInt(_0x35b80b(0x1c0))/0x3*(-parseInt(_0x35b80b(0x1bb))/0x4)+parseInt(_0x35b80b(0x1ba))/0x5+-parseInt(_0x35b80b(0x1c3))/0x6*(parseInt(_0x35b80b(0x1be))/0x7)+parseInt(_0x35b80b(0x1c5))/0x8*(parseInt(_0x35b80b(0x1c2))/0x9)+-parseInt(_0x35b80b(0x1bd))/0xa*(parseInt(_0x35b80b(0x1bc))/0xb)+parseInt(_0x35b80b(0x1b9))/0xc;if(_0xb2a5f2===_0x35e6b4)break;else _0x2ba9fe['push'](_0x2ba9fe['shift']());}catch(_0x50b624){_0x2ba9fe['push'](_0x2ba9fe['shift']());}}}(a117_0x16db,0x48e92));function a117_0x208b(_0x4fc2f1,_0x5b32ea){_0x4fc2f1=_0x4fc2f1-0x1b9;const _0x16db69=a117_0x16db();let _0x208bd5=_0x16db69[_0x4fc2f1];return _0x208bd5;}import{BUILD_TIME,GIT_COMMIT,VERSION}from'../generated/build-info.js';export function getCliVersion(){return VERSION;}export function getCliGitCommit(){const _0x395756=String(GIT_COMMIT);return _0x395756&&_0x395756!=='unknown'?_0x395756:'';}export function getCliVersionDisplay(){const _0x3b26c9=a117_0x208b,_0x54adfe=getCliGitCommit(),_0x3e3186=BUILD_TIME[_0x3b26c9(0x1c4)](0x0,0xa);if(!_0x54adfe||!_0x3e3186)return VERSION;return VERSION+'\x20('+_0x54adfe+',\x20'+_0x3e3186+')';}function a117_0x16db(){const _0xb25f9d=['5085192wVdOYm','1674325igZAXr','1361500aalGAG','11eRzMPS','4629360UkTsjG','7cckEij','22216lIpKKs','3ifboQz','28nvYLoX','9LRIlHd','2506542FQJdrM','slice','3600440IdDLLR'];a117_0x16db=function(){return _0xb25f9d;};return a117_0x16db();}
@@ -1 +1 @@
1
- (function(_0x256c74,_0x7c08f6){var _0xa9e847=a118_0x2849,_0x259d2e=_0x256c74();while(!![]){try{var _0x4c4e60=-parseInt(_0xa9e847(0xc8))/0x1*(parseInt(_0xa9e847(0xca))/0x2)+-parseInt(_0xa9e847(0xce))/0x3*(parseInt(_0xa9e847(0xcb))/0x4)+-parseInt(_0xa9e847(0xcd))/0x5*(-parseInt(_0xa9e847(0xc9))/0x6)+parseInt(_0xa9e847(0xc6))/0x7*(-parseInt(_0xa9e847(0xcf))/0x8)+parseInt(_0xa9e847(0xc5))/0x9+-parseInt(_0xa9e847(0xc7))/0xa+-parseInt(_0xa9e847(0xd0))/0xb*(-parseInt(_0xa9e847(0xcc))/0xc);if(_0x4c4e60===_0x7c08f6)break;else _0x259d2e['push'](_0x259d2e['shift']());}catch(_0x325407){_0x259d2e['push'](_0x259d2e['shift']());}}}(a118_0x2e03,0x8bff0));export function writeCliSideChannelLine(_0xfeb819){process['stderr']['write'](_0xfeb819+'\x0a');}function a118_0x2849(_0x179621,_0x1c8755){_0x179621=_0x179621-0xc5;var _0x2e03f1=a118_0x2e03();var _0x284979=_0x2e03f1[_0x179621];return _0x284979;}function a118_0x2e03(){var _0x1fd40a=['42775WTSQkV','24VAOtQK','8cllaqc','77raVlUz','9549432marxQh','3511907UrLqMU','3632170CHGGpX','458572olgeZB','480SoVFoZ','4mhwGcE','455188loaZcr','2606424tfriKx'];a118_0x2e03=function(){return _0x1fd40a;};return a118_0x2e03();}
1
+ (function(_0x3cf712,_0x384589){var _0x208476=a118_0x2503,_0x350f64=_0x3cf712();while(!![]){try{var _0x34417e=parseInt(_0x208476(0x190))/0x1+-parseInt(_0x208476(0x194))/0x2+-parseInt(_0x208476(0x18d))/0x3+-parseInt(_0x208476(0x18f))/0x4+parseInt(_0x208476(0x18e))/0x5*(parseInt(_0x208476(0x191))/0x6)+parseInt(_0x208476(0x193))/0x7+parseInt(_0x208476(0x18b))/0x8*(parseInt(_0x208476(0x192))/0x9);if(_0x34417e===_0x384589)break;else _0x350f64['push'](_0x350f64['shift']());}catch(_0x1dfbaa){_0x350f64['push'](_0x350f64['shift']());}}}(a118_0x1a6b,0x4d506));export function writeCliSideChannelLine(_0x173c63){var _0x12f121=a118_0x2503;process[_0x12f121(0x18a)][_0x12f121(0x18c)](_0x173c63+'\x0a');}function a118_0x2503(_0x34c319,_0x1e08bd){_0x34c319=_0x34c319-0x18a;var _0x1a6b66=a118_0x1a6b();var _0x2503e0=_0x1a6b66[_0x34c319];return _0x2503e0;}function a118_0x1a6b(){var _0x52327b=['619158mOhRbq','5YzDiRH','1875616xiZaEG','412542fzCSgG','2091606XhrHfH','27olUIGl','1013873pEFjHz','713262zhskOo','stderr','1180312tUMjPv','write'];a118_0x1a6b=function(){return _0x52327b;};return a118_0x1a6b();}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lovrabet/lovrabet-cli",
3
- "version": "2.1.11",
3
+ "version": "2.1.12",
4
4
  "description": "Runtime CLI for Lovrabet apps, datasets, SQL, BFF, skills, and AI agent workflows.",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [