@warmhub/cli 0.122.2 → 0.122.3
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
|
@@ -45316,7 +45316,7 @@ function createStreamingSubmissionHandle(input, deps) {
|
|
|
45316
45316
|
// ../../packages/sdk-ts/package.json
|
|
45317
45317
|
var package_default = {
|
|
45318
45318
|
name: "@warmhub/sdk-ts",
|
|
45319
|
-
version: "0.120.
|
|
45319
|
+
version: "0.120.3",
|
|
45320
45320
|
private: false,
|
|
45321
45321
|
type: "module",
|
|
45322
45322
|
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.122.
|
|
69753
|
+
version: "0.122.3",
|
|
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.122.
|
|
70378
|
+
//# debugId=988589470F5D85A264756E2164756E21
|
|
70379
|
+
//# warmhub-cli-build-info {"cliVersion":"0.122.3","sdkVersion":"0.120.3"}
|
package/package.json
CHANGED