@warmhub/cli 0.56.0 → 0.57.0
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/dist/wh.js +3 -3
- package/package.json +1 -1
package/dist/wh.js
CHANGED
|
@@ -21441,7 +21441,7 @@ function findSystemComponent(componentId) {
|
|
|
21441
21441
|
// ../../packages/sdk-ts/package.json
|
|
21442
21442
|
var package_default = {
|
|
21443
21443
|
name: "@warmhub/sdk-ts",
|
|
21444
|
-
version: "0.
|
|
21444
|
+
version: "0.57.0",
|
|
21445
21445
|
private: false,
|
|
21446
21446
|
type: "module",
|
|
21447
21447
|
description: "The TypeScript SDK for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
|
|
@@ -38736,7 +38736,7 @@ function resolveLogLevel(flags, env) {
|
|
|
38736
38736
|
// package.json
|
|
38737
38737
|
var package_default3 = {
|
|
38738
38738
|
name: "@warmhub/cli",
|
|
38739
|
-
version: "0.
|
|
38739
|
+
version: "0.57.0",
|
|
38740
38740
|
private: false,
|
|
38741
38741
|
type: "module",
|
|
38742
38742
|
description: "The wh CLI for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
|
|
@@ -39377,4 +39377,4 @@ if (!updateCheckSuppressedByArgv && shouldRunUpdateCheck(updateEligibility)) {
|
|
|
39377
39377
|
var interceptedExitCode = await maybeHandleComponentShellBoundary(dispatchArgv);
|
|
39378
39378
|
process.exitCode = interceptedExitCode === undefined ? await runCli(dispatchArgv, { version: package_default3.version }) : interceptedExitCode;
|
|
39379
39379
|
|
|
39380
|
-
//# debugId=
|
|
39380
|
+
//# debugId=C665F4BA94FD1E0F64756E2164756E21
|
package/package.json
CHANGED