@warmhub/cli 0.119.0 → 0.120.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
|
@@ -45312,7 +45312,7 @@ function createStreamingSubmissionHandle(input, deps) {
|
|
|
45312
45312
|
// ../../packages/sdk-ts/package.json
|
|
45313
45313
|
var package_default = {
|
|
45314
45314
|
name: "@warmhub/sdk-ts",
|
|
45315
|
-
version: "0.
|
|
45315
|
+
version: "0.118.0",
|
|
45316
45316
|
private: false,
|
|
45317
45317
|
type: "module",
|
|
45318
45318
|
description: "The TypeScript SDK for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
|
|
@@ -69750,7 +69750,7 @@ function resolveLogLevel(flagLevel, env) {
|
|
|
69750
69750
|
// package.json
|
|
69751
69751
|
var package_default3 = {
|
|
69752
69752
|
name: "@warmhub/cli",
|
|
69753
|
-
version: "0.
|
|
69753
|
+
version: "0.120.0",
|
|
69754
69754
|
private: false,
|
|
69755
69755
|
type: "module",
|
|
69756
69756
|
description: "The wh CLI for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
|
|
@@ -70375,5 +70375,5 @@ process.exitCode = interceptedExitCode === undefined ? await runPreparedCli(laun
|
|
|
70375
70375
|
version: package_default3.version
|
|
70376
70376
|
}) : interceptedExitCode;
|
|
70377
70377
|
|
|
70378
|
-
//# debugId=
|
|
70379
|
-
//# warmhub-cli-build-info {"cliVersion":"0.
|
|
70378
|
+
//# debugId=52D09A5A4C41E5F264756E2164756E21
|
|
70379
|
+
//# warmhub-cli-build-info {"cliVersion":"0.120.0","sdkVersion":"0.118.0"}
|
package/package.json
CHANGED