@warmhub/cli 0.94.0 → 0.95.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 +4 -4
- package/package.json +1 -1
package/dist/wh.js
CHANGED
|
@@ -43547,7 +43547,7 @@ function normalizeChunkSize(chunkSize) {
|
|
|
43547
43547
|
// ../../packages/sdk-ts/package.json
|
|
43548
43548
|
var package_default = {
|
|
43549
43549
|
name: "@warmhub/sdk-ts",
|
|
43550
|
-
version: "0.
|
|
43550
|
+
version: "0.93.0",
|
|
43551
43551
|
private: false,
|
|
43552
43552
|
type: "module",
|
|
43553
43553
|
description: "The TypeScript SDK for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
|
|
@@ -66801,7 +66801,7 @@ function resolveLogLevel(flagLevel, env) {
|
|
|
66801
66801
|
// package.json
|
|
66802
66802
|
var package_default3 = {
|
|
66803
66803
|
name: "@warmhub/cli",
|
|
66804
|
-
version: "0.
|
|
66804
|
+
version: "0.95.0",
|
|
66805
66805
|
private: false,
|
|
66806
66806
|
type: "module",
|
|
66807
66807
|
description: "The wh CLI for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
|
|
@@ -67420,5 +67420,5 @@ process.exitCode = interceptedExitCode === undefined ? await runPreparedCli(laun
|
|
|
67420
67420
|
version: package_default3.version
|
|
67421
67421
|
}) : interceptedExitCode;
|
|
67422
67422
|
|
|
67423
|
-
//# debugId=
|
|
67424
|
-
//# warmhub-cli-build-info {"cliVersion":"0.
|
|
67423
|
+
//# debugId=E38898F8C9FABDFA64756E2164756E21
|
|
67424
|
+
//# warmhub-cli-build-info {"cliVersion":"0.95.0","sdkVersion":"0.93.0"}
|
package/package.json
CHANGED