@warmhub/cli 0.97.0 → 0.98.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
|
@@ -44164,7 +44164,7 @@ function createStreamingSubmissionHandle(input, deps) {
|
|
|
44164
44164
|
// ../../packages/sdk-ts/package.json
|
|
44165
44165
|
var package_default = {
|
|
44166
44166
|
name: "@warmhub/sdk-ts",
|
|
44167
|
-
version: "0.
|
|
44167
|
+
version: "0.96.0",
|
|
44168
44168
|
private: false,
|
|
44169
44169
|
type: "module",
|
|
44170
44170
|
description: "The TypeScript SDK for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
|
|
@@ -67763,7 +67763,7 @@ function resolveLogLevel(flagLevel, env) {
|
|
|
67763
67763
|
// package.json
|
|
67764
67764
|
var package_default3 = {
|
|
67765
67765
|
name: "@warmhub/cli",
|
|
67766
|
-
version: "0.
|
|
67766
|
+
version: "0.98.0",
|
|
67767
67767
|
private: false,
|
|
67768
67768
|
type: "module",
|
|
67769
67769
|
description: "The wh CLI for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
|
|
@@ -68388,5 +68388,5 @@ process.exitCode = interceptedExitCode === undefined ? await runPreparedCli(laun
|
|
|
68388
68388
|
version: package_default3.version
|
|
68389
68389
|
}) : interceptedExitCode;
|
|
68390
68390
|
|
|
68391
|
-
//# debugId=
|
|
68392
|
-
//# warmhub-cli-build-info {"cliVersion":"0.
|
|
68391
|
+
//# debugId=8AF6B7466C2C7E3364756E2164756E21
|
|
68392
|
+
//# warmhub-cli-build-info {"cliVersion":"0.98.0","sdkVersion":"0.96.0"}
|
package/package.json
CHANGED