@warmhub/cli 0.49.0 → 0.49.1
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
|
@@ -19527,7 +19527,7 @@ function findSystemComponent(componentId) {
|
|
|
19527
19527
|
// ../../packages/sdk-ts/package.json
|
|
19528
19528
|
var package_default = {
|
|
19529
19529
|
name: "@warmhub/sdk-ts",
|
|
19530
|
-
version: "0.
|
|
19530
|
+
version: "0.49.0",
|
|
19531
19531
|
private: false,
|
|
19532
19532
|
type: "module",
|
|
19533
19533
|
description: "The TypeScript SDK for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
|
|
@@ -37733,7 +37733,7 @@ function resolveLogLevel(flags, env) {
|
|
|
37733
37733
|
// package.json
|
|
37734
37734
|
var package_default3 = {
|
|
37735
37735
|
name: "@warmhub/cli",
|
|
37736
|
-
version: "0.49.
|
|
37736
|
+
version: "0.49.1",
|
|
37737
37737
|
private: false,
|
|
37738
37738
|
type: "module",
|
|
37739
37739
|
description: "The wh CLI for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
|
|
@@ -38760,4 +38760,4 @@ if (!updateCheckSuppressedByArgv && shouldRunUpdateCheck(updateEligibility)) {
|
|
|
38760
38760
|
var interceptedExitCode = await maybeHandleComponentShellBoundary(dispatchArgv);
|
|
38761
38761
|
process.exitCode = interceptedExitCode === undefined ? await runCli(dispatchArgv, { version: package_default3.version }) : interceptedExitCode;
|
|
38762
38762
|
|
|
38763
|
-
//# debugId=
|
|
38763
|
+
//# debugId=C7B962EC82038B1364756E2164756E21
|
package/package.json
CHANGED