@lovrabet/lovrabet-cli 2.1.2 → 2.1.3

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 (108) 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/artifact/index.js +1 -1
  10. package/lib/commands/auth/index.js +1 -1
  11. package/lib/commands/auth/prompt.js +1 -1
  12. package/lib/commands/bff/detail.js +1 -1
  13. package/lib/commands/bff/exec.js +1 -1
  14. package/lib/commands/bff/index.js +1 -1
  15. package/lib/commands/cli-skill/index.js +1 -1
  16. package/lib/commands/common/config-policy.js +1 -1
  17. package/lib/commands/common/constraints.js +1 -1
  18. package/lib/commands/common/flags.js +1 -1
  19. package/lib/commands/config/definitions.js +1 -1
  20. package/lib/commands/config/shared.js +1 -1
  21. package/lib/commands/data/index.js +1 -1
  22. package/lib/commands/dataset/detail.js +1 -1
  23. package/lib/commands/dataset/index.js +1 -1
  24. package/lib/commands/dataset/list.js +1 -1
  25. package/lib/commands/dataset/sdk-doc.js +1 -1
  26. package/lib/commands/doctor.js +1 -1
  27. package/lib/commands/init.js +1 -1
  28. package/lib/commands/kb/index.js +1 -1
  29. package/lib/commands/logs/index.js +1 -1
  30. package/lib/commands/personal-bff/index.js +1 -1
  31. package/lib/commands/registry.js +1 -1
  32. package/lib/commands/schema.js +1 -1
  33. package/lib/commands/service/dynamic.js +1 -1
  34. package/lib/commands/service/index.js +1 -1
  35. package/lib/commands/service/registry.js +1 -1
  36. package/lib/commands/skill/commands/create.js +1 -0
  37. package/lib/commands/skill/commands/install.js +1 -0
  38. package/lib/commands/skill/commands/list.js +1 -0
  39. package/lib/commands/skill/commands/push.js +1 -0
  40. package/lib/commands/skill/commands/validate.js +1 -0
  41. package/lib/commands/skill/flags.js +1 -0
  42. package/lib/commands/skill/index.js +1 -1
  43. package/lib/commands/skill/manifest-helpers.js +1 -0
  44. package/lib/commands/skill/scopes.js +1 -0
  45. package/lib/commands/skill/summary.js +1 -0
  46. package/lib/commands/skill/templates.js +1 -1
  47. package/lib/commands/skill/validate.js +1 -1
  48. package/lib/commands/sql/detail.js +1 -1
  49. package/lib/commands/sql/exec.js +1 -1
  50. package/lib/commands/sql/index.js +1 -1
  51. package/lib/commands/update.js +1 -1
  52. package/lib/commands/workspace/index.js +1 -1
  53. package/lib/config/schema.js +1 -1
  54. package/lib/constant/app.js +1 -1
  55. package/lib/constant/auth-mode.js +1 -1
  56. package/lib/constant/cli.js +1 -1
  57. package/lib/constant/defaults.js +1 -1
  58. package/lib/constant/distribution.js +1 -1
  59. package/lib/constant/domain.js +1 -1
  60. package/lib/constant/env.js +1 -1
  61. package/lib/constant/output.js +1 -1
  62. package/lib/constant/product.js +1 -1
  63. package/lib/constant/risk.js +1 -1
  64. package/lib/constant/url.js +1 -1
  65. package/lib/context.js +1 -1
  66. package/lib/core/api-client.js +1 -1
  67. package/lib/core/db-resolver.js +1 -1
  68. package/lib/core/sdk-client.js +1 -1
  69. package/lib/errors.js +1 -1
  70. package/lib/framework/build-all-flags.js +1 -1
  71. package/lib/framework/dryrun.js +1 -1
  72. package/lib/framework/flags.js +1 -1
  73. package/lib/framework/help.js +1 -1
  74. package/lib/framework/index.js +1 -1
  75. package/lib/framework/output.js +1 -1
  76. package/lib/framework/preparse.js +1 -1
  77. package/lib/framework/response.js +1 -1
  78. package/lib/framework/runner-confirmation.js +1 -1
  79. package/lib/framework/runner-error.js +1 -1
  80. package/lib/framework/runner.js +1 -1
  81. package/lib/framework/schema-export.js +1 -1
  82. package/lib/framework/types.js +1 -1
  83. package/lib/generated/build-info.js +1 -1
  84. package/lib/help.js +1 -1
  85. package/lib/skills/npx-skills-add.js +1 -1
  86. package/lib/skills/runtime-skill-sync/constants.js +1 -0
  87. package/lib/skills/runtime-skill-sync/fs-utils.js +1 -0
  88. package/lib/skills/runtime-skill-sync/hashing.js +1 -0
  89. package/lib/skills/runtime-skill-sync/links.js +1 -0
  90. package/lib/skills/runtime-skill-sync/list-local.js +1 -0
  91. package/lib/skills/runtime-skill-sync/local-files.js +1 -0
  92. package/lib/skills/runtime-skill-sync/materialize.js +1 -0
  93. package/lib/skills/runtime-skill-sync/metadata.js +1 -0
  94. package/lib/skills/runtime-skill-sync/paths.js +1 -0
  95. package/lib/skills/runtime-skill-sync/push.js +1 -0
  96. package/lib/skills/runtime-skill-sync/scopes.js +1 -0
  97. package/lib/skills/runtime-skill-sync/types.js +1 -0
  98. package/lib/skills/runtime-skill-sync/zip-codec.js +1 -0
  99. package/lib/skills/runtime-skill-sync/zip-package.js +1 -0
  100. package/lib/skills/runtime-skill-sync.js +1 -1
  101. package/lib/utils/apply-jq-filter.js +1 -1
  102. package/lib/utils/logger.js +1 -1
  103. package/lib/utils/params.js +1 -1
  104. package/lib/utils/platform.js +1 -1
  105. package/lib/utils/update-notice.js +1 -1
  106. package/lib/utils/version.js +1 -1
  107. package/lib/utils/write-cli-side-channel.js +1 -1
  108. package/package.json +4 -1
@@ -1 +1 @@
1
- function a82_0x526c(_0x53ad8d,_0x207ad2){_0x53ad8d=_0x53ad8d-0x16e;const _0x23b216=a82_0x23b2();let _0x526ce9=_0x23b216[_0x53ad8d];return _0x526ce9;}(function(_0x282eee,_0x35b6a0){const _0x46fb=a82_0x526c,_0x306bb9=_0x282eee();while(!![]){try{const _0x3ff864=-parseInt(_0x46fb(0x170))/0x1*(-parseInt(_0x46fb(0x173))/0x2)+parseInt(_0x46fb(0x174))/0x3+parseInt(_0x46fb(0x175))/0x4+parseInt(_0x46fb(0x172))/0x5*(-parseInt(_0x46fb(0x16f))/0x6)+-parseInt(_0x46fb(0x179))/0x7+-parseInt(_0x46fb(0x177))/0x8+parseInt(_0x46fb(0x176))/0x9*(-parseInt(_0x46fb(0x16e))/0xa);if(_0x3ff864===_0x35b6a0)break;else _0x306bb9['push'](_0x306bb9['shift']());}catch(_0x344caf){_0x306bb9['push'](_0x306bb9['shift']());}}}(a82_0x23b2,0x9a19e));import{BUILD_TIME,GIT_COMMIT,VERSION}from'../generated/build-info.js';function a82_0x23b2(){const _0x4ed678=['9xFJHMK','877792MUgOXJ','unknown','6031662kklZIu','837180kievoM','6YazfrZ','14143PvCtez','slice','1108505RIvNWp','102YoJerv','2031798GmaNGS','2037792jfUDOq'];a82_0x23b2=function(){return _0x4ed678;};return a82_0x23b2();}export function getCliVersion(){return VERSION;}export function getCliGitCommit(){const _0x51044d=a82_0x526c,_0x2ae1b1=String(GIT_COMMIT);return _0x2ae1b1&&_0x2ae1b1!==_0x51044d(0x178)?_0x2ae1b1:'';}export function getCliVersionDisplay(){const _0x4c1d81=a82_0x526c,_0x445dd6=getCliGitCommit(),_0x16c9bd=BUILD_TIME[_0x4c1d81(0x171)](0x0,0xa);if(!_0x445dd6||!_0x16c9bd)return VERSION;return VERSION+'\x20('+_0x445dd6+',\x20'+_0x16c9bd+')';}
1
+ (function(_0x1b5c73,_0x56dfcc){const _0x3df6c0=a105_0x4b72,_0x4d252b=_0x1b5c73();while(!![]){try{const _0x1922d6=-parseInt(_0x3df6c0(0x133))/0x1*(parseInt(_0x3df6c0(0x12b))/0x2)+parseInt(_0x3df6c0(0x12c))/0x3+parseInt(_0x3df6c0(0x131))/0x4+-parseInt(_0x3df6c0(0x134))/0x5*(parseInt(_0x3df6c0(0x132))/0x6)+-parseInt(_0x3df6c0(0x130))/0x7+parseInt(_0x3df6c0(0x12a))/0x8+parseInt(_0x3df6c0(0x12d))/0x9*(parseInt(_0x3df6c0(0x12e))/0xa);if(_0x1922d6===_0x56dfcc)break;else _0x4d252b['push'](_0x4d252b['shift']());}catch(_0x8129f4){_0x4d252b['push'](_0x4d252b['shift']());}}}(a105_0x539e,0xf2916));import{BUILD_TIME,GIT_COMMIT,VERSION}from'../generated/build-info.js';function a105_0x4b72(_0x3444ed,_0x48870b){_0x3444ed=_0x3444ed-0x12a;const _0x539e2f=a105_0x539e();let _0x4b7275=_0x539e2f[_0x3444ed];return _0x4b7275;}export function getCliVersion(){return VERSION;}function a105_0x539e(){const _0x10d415=['911519buRFKR','6966800BwAoLa','6FpFTPA','11NjoEjP','8289740rjQwLw','734792dNWnEN','12364yOrtti','718833eFQAMk','776565TKLuCY','90WeKkFd','slice'];a105_0x539e=function(){return _0x10d415;};return a105_0x539e();}export function getCliGitCommit(){const _0x23622a=String(GIT_COMMIT);return _0x23622a&&_0x23622a!=='unknown'?_0x23622a:'';}export function getCliVersionDisplay(){const _0x40760=a105_0x4b72,_0x21ad92=getCliGitCommit(),_0x13b3a1=BUILD_TIME[_0x40760(0x12f)](0x0,0xa);if(!_0x21ad92||!_0x13b3a1)return VERSION;return VERSION+'\x20('+_0x21ad92+',\x20'+_0x13b3a1+')';}
@@ -1 +1 @@
1
- (function(_0xfdf0b5,_0xbe3ed0){var _0x8ef329=a83_0x14ac,_0x1d154f=_0xfdf0b5();while(!![]){try{var _0x15e75b=-parseInt(_0x8ef329(0x144))/0x1*(-parseInt(_0x8ef329(0x145))/0x2)+-parseInt(_0x8ef329(0x141))/0x3*(-parseInt(_0x8ef329(0x13f))/0x4)+parseInt(_0x8ef329(0x142))/0x5+-parseInt(_0x8ef329(0x146))/0x6*(parseInt(_0x8ef329(0x13d))/0x7)+-parseInt(_0x8ef329(0x13c))/0x8+parseInt(_0x8ef329(0x140))/0x9*(-parseInt(_0x8ef329(0x143))/0xa)+parseInt(_0x8ef329(0x13e))/0xb;if(_0x15e75b===_0xbe3ed0)break;else _0x1d154f['push'](_0x1d154f['shift']());}catch(_0x543dda){_0x1d154f['push'](_0x1d154f['shift']());}}}(a83_0x4ad8,0xd05d5));function a83_0x14ac(_0x34cad3,_0x3a130c){_0x34cad3=_0x34cad3-0x13c;var _0x4ad8d2=a83_0x4ad8();var _0x14ac0c=_0x4ad8d2[_0x34cad3];return _0x14ac0c;}function a83_0x4ad8(){var _0x1d0417=['2210960YYayRi','15090WlluHl','4fufZzT','86732Xzgsgt','6OpVObs','stderr','5652120KHbfnN','11002887VPsfZi','21561815ZDbjLJ','156cTMWVe','4923cMTGtS','106263opNHfT'];a83_0x4ad8=function(){return _0x1d0417;};return a83_0x4ad8();}export function writeCliSideChannelLine(_0xb289e){var _0x2811c6=a83_0x14ac;process[_0x2811c6(0x147)]['write'](_0xb289e+'\x0a');}
1
+ (function(_0x3196c0,_0x293154){var _0x4744c6=a106_0x2ae6,_0x1f073e=_0x3196c0();while(!![]){try{var _0x2080bd=-parseInt(_0x4744c6(0x1d1))/0x1+parseInt(_0x4744c6(0x1cd))/0x2*(-parseInt(_0x4744c6(0x1cf))/0x3)+-parseInt(_0x4744c6(0x1c8))/0x4+parseInt(_0x4744c6(0x1ca))/0x5+parseInt(_0x4744c6(0x1c9))/0x6*(parseInt(_0x4744c6(0x1d0))/0x7)+parseInt(_0x4744c6(0x1cc))/0x8+parseInt(_0x4744c6(0x1cb))/0x9;if(_0x2080bd===_0x293154)break;else _0x1f073e['push'](_0x1f073e['shift']());}catch(_0x96f4cf){_0x1f073e['push'](_0x1f073e['shift']());}}}(a106_0x1aae,0x8a4f1));function a106_0x2ae6(_0x2ba7e5,_0x57d8af){_0x2ba7e5=_0x2ba7e5-0x1c8;var _0x1aae31=a106_0x1aae();var _0x2ae6e5=_0x1aae31[_0x2ba7e5];return _0x2ae6e5;}function a106_0x1aae(){var _0x5c855c=['2178701CTbuZA','448062TzSYrG','3154472tfcznO','12iEeSBO','4000075hblHOu','5163111wGKJWp','6060072IzfVpk','633664mjeBoY','write','9SnExND'];a106_0x1aae=function(){return _0x5c855c;};return a106_0x1aae();}export function writeCliSideChannelLine(_0x310cf6){var _0x981d53=a106_0x2ae6;process['stderr'][_0x981d53(0x1ce)](_0x310cf6+'\x0a');}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lovrabet/lovrabet-cli",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -51,6 +51,8 @@
51
51
  "@lovrabet/cli-framework": "1.0.5",
52
52
  "@lovrabet/sdk": "1.4.2",
53
53
  "chalk": "^5.6.2",
54
+ "fflate": "^0.8.3",
55
+ "fs-extra": "^11.3.6",
54
56
  "ink": "^6.2.3",
55
57
  "ink-spinner": "^5.0.0",
56
58
  "meow": "^13.2.0",
@@ -59,6 +61,7 @@
59
61
  "ws": "8.20.1"
60
62
  },
61
63
  "devDependencies": {
64
+ "@types/fs-extra": "^11.0.4",
62
65
  "@types/node": "^24.5.2",
63
66
  "@types/react": "^19.2.0",
64
67
  "@vitest/coverage-v8": "^4.1.2",