@warmhub/cli 0.91.0 → 0.91.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
|
@@ -66388,7 +66388,7 @@ function resolveLogLevel(flagLevel, env) {
|
|
|
66388
66388
|
// package.json
|
|
66389
66389
|
var package_default3 = {
|
|
66390
66390
|
name: "@warmhub/cli",
|
|
66391
|
-
version: "0.91.
|
|
66391
|
+
version: "0.91.1",
|
|
66392
66392
|
private: false,
|
|
66393
66393
|
type: "module",
|
|
66394
66394
|
description: "The wh CLI for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
|
|
@@ -67007,5 +67007,5 @@ process.exitCode = interceptedExitCode === undefined ? await runPreparedCli(laun
|
|
|
67007
67007
|
version: package_default3.version
|
|
67008
67008
|
}) : interceptedExitCode;
|
|
67009
67009
|
|
|
67010
|
-
//# debugId=
|
|
67011
|
-
//# warmhub-cli-build-info {"cliVersion":"0.91.
|
|
67010
|
+
//# debugId=875DDB608AC3D57A64756E2164756E21
|
|
67011
|
+
//# warmhub-cli-build-info {"cliVersion":"0.91.1","sdkVersion":"0.89.0"}
|
package/package.json
CHANGED