@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.
- package/lib/cli.js +1 -1
- package/lib/commands/api-doc/index.js +1 -1
- package/lib/commands/app/cache.js +1 -1
- package/lib/commands/app/definitions.js +1 -1
- package/lib/commands/app/eligibility.js +1 -1
- package/lib/commands/app/mock-loader.js +1 -1
- package/lib/commands/app/remote-source.js +1 -1
- package/lib/commands/app/shared.js +1 -1
- package/lib/commands/artifact/index.js +1 -1
- package/lib/commands/auth/index.js +1 -1
- package/lib/commands/auth/prompt.js +1 -1
- package/lib/commands/bff/detail.js +1 -1
- package/lib/commands/bff/exec.js +1 -1
- package/lib/commands/bff/index.js +1 -1
- package/lib/commands/cli-skill/index.js +1 -1
- package/lib/commands/common/config-policy.js +1 -1
- package/lib/commands/common/constraints.js +1 -1
- package/lib/commands/common/flags.js +1 -1
- package/lib/commands/config/definitions.js +1 -1
- package/lib/commands/config/shared.js +1 -1
- package/lib/commands/data/index.js +1 -1
- package/lib/commands/dataset/detail.js +1 -1
- package/lib/commands/dataset/index.js +1 -1
- package/lib/commands/dataset/list.js +1 -1
- package/lib/commands/dataset/sdk-doc.js +1 -1
- package/lib/commands/doctor.js +1 -1
- package/lib/commands/init.js +1 -1
- package/lib/commands/kb/index.js +1 -1
- package/lib/commands/logs/index.js +1 -1
- package/lib/commands/personal-bff/index.js +1 -1
- package/lib/commands/registry.js +1 -1
- package/lib/commands/schema.js +1 -1
- package/lib/commands/service/dynamic.js +1 -1
- package/lib/commands/service/index.js +1 -1
- package/lib/commands/service/registry.js +1 -1
- package/lib/commands/skill/commands/create.js +1 -0
- package/lib/commands/skill/commands/install.js +1 -0
- package/lib/commands/skill/commands/list.js +1 -0
- package/lib/commands/skill/commands/push.js +1 -0
- package/lib/commands/skill/commands/validate.js +1 -0
- package/lib/commands/skill/flags.js +1 -0
- package/lib/commands/skill/index.js +1 -1
- package/lib/commands/skill/manifest-helpers.js +1 -0
- package/lib/commands/skill/scopes.js +1 -0
- package/lib/commands/skill/summary.js +1 -0
- package/lib/commands/skill/templates.js +1 -1
- package/lib/commands/skill/validate.js +1 -1
- package/lib/commands/sql/detail.js +1 -1
- package/lib/commands/sql/exec.js +1 -1
- package/lib/commands/sql/index.js +1 -1
- package/lib/commands/update.js +1 -1
- package/lib/commands/workspace/index.js +1 -1
- package/lib/config/schema.js +1 -1
- package/lib/constant/app.js +1 -1
- package/lib/constant/auth-mode.js +1 -1
- package/lib/constant/cli.js +1 -1
- package/lib/constant/defaults.js +1 -1
- package/lib/constant/distribution.js +1 -1
- package/lib/constant/domain.js +1 -1
- package/lib/constant/env.js +1 -1
- package/lib/constant/output.js +1 -1
- package/lib/constant/product.js +1 -1
- package/lib/constant/risk.js +1 -1
- package/lib/constant/url.js +1 -1
- package/lib/context.js +1 -1
- package/lib/core/api-client.js +1 -1
- package/lib/core/db-resolver.js +1 -1
- package/lib/core/sdk-client.js +1 -1
- package/lib/errors.js +1 -1
- package/lib/framework/build-all-flags.js +1 -1
- package/lib/framework/dryrun.js +1 -1
- package/lib/framework/flags.js +1 -1
- package/lib/framework/help.js +1 -1
- package/lib/framework/index.js +1 -1
- package/lib/framework/output.js +1 -1
- package/lib/framework/preparse.js +1 -1
- package/lib/framework/response.js +1 -1
- package/lib/framework/runner-confirmation.js +1 -1
- package/lib/framework/runner-error.js +1 -1
- package/lib/framework/runner.js +1 -1
- package/lib/framework/schema-export.js +1 -1
- package/lib/framework/types.js +1 -1
- package/lib/generated/build-info.js +1 -1
- package/lib/help.js +1 -1
- package/lib/skills/npx-skills-add.js +1 -1
- package/lib/skills/runtime-skill-sync/constants.js +1 -0
- package/lib/skills/runtime-skill-sync/fs-utils.js +1 -0
- package/lib/skills/runtime-skill-sync/hashing.js +1 -0
- package/lib/skills/runtime-skill-sync/links.js +1 -0
- package/lib/skills/runtime-skill-sync/list-local.js +1 -0
- package/lib/skills/runtime-skill-sync/local-files.js +1 -0
- package/lib/skills/runtime-skill-sync/materialize.js +1 -0
- package/lib/skills/runtime-skill-sync/metadata.js +1 -0
- package/lib/skills/runtime-skill-sync/paths.js +1 -0
- package/lib/skills/runtime-skill-sync/push.js +1 -0
- package/lib/skills/runtime-skill-sync/scopes.js +1 -0
- package/lib/skills/runtime-skill-sync/types.js +1 -0
- package/lib/skills/runtime-skill-sync/zip-codec.js +1 -0
- package/lib/skills/runtime-skill-sync/zip-package.js +1 -0
- package/lib/skills/runtime-skill-sync.js +1 -1
- package/lib/utils/apply-jq-filter.js +1 -1
- package/lib/utils/logger.js +1 -1
- package/lib/utils/params.js +1 -1
- package/lib/utils/platform.js +1 -1
- package/lib/utils/update-notice.js +1 -1
- package/lib/utils/version.js +1 -1
- package/lib/utils/write-cli-side-channel.js +1 -1
- package/package.json +4 -1
package/lib/utils/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
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(
|
|
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.
|
|
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",
|