@warmhub/cli 0.61.0 → 0.62.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
|
@@ -27353,7 +27353,7 @@ function findSystemComponent(componentId) {
|
|
|
27353
27353
|
// ../../packages/sdk-ts/package.json
|
|
27354
27354
|
var package_default = {
|
|
27355
27355
|
name: "@warmhub/sdk-ts",
|
|
27356
|
-
version: "0.
|
|
27356
|
+
version: "0.62.0",
|
|
27357
27357
|
private: false,
|
|
27358
27358
|
type: "module",
|
|
27359
27359
|
description: "The TypeScript SDK for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
|
|
@@ -45314,7 +45314,7 @@ function resolveLogLevel(flags, env) {
|
|
|
45314
45314
|
// package.json
|
|
45315
45315
|
var package_default3 = {
|
|
45316
45316
|
name: "@warmhub/cli",
|
|
45317
|
-
version: "0.
|
|
45317
|
+
version: "0.62.0",
|
|
45318
45318
|
private: false,
|
|
45319
45319
|
type: "module",
|
|
45320
45320
|
description: "The wh CLI for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
|
|
@@ -45956,4 +45956,4 @@ if (!updateCheckSuppressedByArgv && shouldRunUpdateCheck(updateEligibility)) {
|
|
|
45956
45956
|
var interceptedExitCode = await maybeHandleComponentShellBoundary(dispatchArgv);
|
|
45957
45957
|
process.exitCode = interceptedExitCode === undefined ? await runCli(dispatchArgv, { version: package_default3.version }) : interceptedExitCode;
|
|
45958
45958
|
|
|
45959
|
-
//# debugId=
|
|
45959
|
+
//# debugId=FB7C860F078FFF2164756E2164756E21
|
package/package.json
CHANGED