@warmhub/cli 0.73.1 → 0.74.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
|
@@ -27848,7 +27848,7 @@ function findSystemComponent(componentId) {
|
|
|
27848
27848
|
// ../../packages/sdk-ts/package.json
|
|
27849
27849
|
var package_default = {
|
|
27850
27850
|
name: "@warmhub/sdk-ts",
|
|
27851
|
-
version: "0.
|
|
27851
|
+
version: "0.72.0",
|
|
27852
27852
|
private: false,
|
|
27853
27853
|
type: "module",
|
|
27854
27854
|
description: "The TypeScript SDK for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
|
|
@@ -46653,7 +46653,7 @@ function resolveLogLevel(flags, env) {
|
|
|
46653
46653
|
// package.json
|
|
46654
46654
|
var package_default3 = {
|
|
46655
46655
|
name: "@warmhub/cli",
|
|
46656
|
-
version: "0.
|
|
46656
|
+
version: "0.74.0",
|
|
46657
46657
|
private: false,
|
|
46658
46658
|
type: "module",
|
|
46659
46659
|
description: "The wh CLI for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
|
|
@@ -47308,4 +47308,4 @@ if (!updateCheckSuppressedByArgv && shouldRunUpdateCheck(updateEligibility)) {
|
|
|
47308
47308
|
var interceptedExitCode = await maybeHandleComponentShellBoundary(dispatchArgv);
|
|
47309
47309
|
process.exitCode = interceptedExitCode === undefined ? await runCli(dispatchArgv, { version: package_default3.version }) : interceptedExitCode;
|
|
47310
47310
|
|
|
47311
|
-
//# debugId=
|
|
47311
|
+
//# debugId=5F4AB1DDAE0C272C64756E2164756E21
|
package/package.json
CHANGED