@warmhub/cli 0.110.0 → 0.112.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
|
@@ -45246,7 +45246,7 @@ function createStreamingSubmissionHandle(input, deps) {
|
|
|
45246
45246
|
// ../../packages/sdk-ts/package.json
|
|
45247
45247
|
var package_default = {
|
|
45248
45248
|
name: "@warmhub/sdk-ts",
|
|
45249
|
-
version: "0.
|
|
45249
|
+
version: "0.110.0",
|
|
45250
45250
|
private: false,
|
|
45251
45251
|
type: "module",
|
|
45252
45252
|
description: "The TypeScript SDK for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
|
|
@@ -69235,7 +69235,7 @@ function resolveLogLevel(flagLevel, env) {
|
|
|
69235
69235
|
// package.json
|
|
69236
69236
|
var package_default3 = {
|
|
69237
69237
|
name: "@warmhub/cli",
|
|
69238
|
-
version: "0.
|
|
69238
|
+
version: "0.112.0",
|
|
69239
69239
|
private: false,
|
|
69240
69240
|
type: "module",
|
|
69241
69241
|
description: "The wh CLI for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
|
|
@@ -69860,5 +69860,5 @@ process.exitCode = interceptedExitCode === undefined ? await runPreparedCli(laun
|
|
|
69860
69860
|
version: package_default3.version
|
|
69861
69861
|
}) : interceptedExitCode;
|
|
69862
69862
|
|
|
69863
|
-
//# debugId=
|
|
69864
|
-
//# warmhub-cli-build-info {"cliVersion":"0.
|
|
69863
|
+
//# debugId=A0E5CC4BED9D3F1464756E2164756E21
|
|
69864
|
+
//# warmhub-cli-build-info {"cliVersion":"0.112.0","sdkVersion":"0.110.0"}
|
package/package.json
CHANGED