@warmhub/cli 0.113.0 → 0.113.1
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
|
@@ -45251,7 +45251,7 @@ function createStreamingSubmissionHandle(input, deps) {
|
|
|
45251
45251
|
// ../../packages/sdk-ts/package.json
|
|
45252
45252
|
var package_default = {
|
|
45253
45253
|
name: "@warmhub/sdk-ts",
|
|
45254
|
-
version: "0.111.
|
|
45254
|
+
version: "0.111.1",
|
|
45255
45255
|
private: false,
|
|
45256
45256
|
type: "module",
|
|
45257
45257
|
description: "The TypeScript SDK for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
|
|
@@ -69324,7 +69324,7 @@ function resolveLogLevel(flagLevel, env) {
|
|
|
69324
69324
|
// package.json
|
|
69325
69325
|
var package_default3 = {
|
|
69326
69326
|
name: "@warmhub/cli",
|
|
69327
|
-
version: "0.113.
|
|
69327
|
+
version: "0.113.1",
|
|
69328
69328
|
private: false,
|
|
69329
69329
|
type: "module",
|
|
69330
69330
|
description: "The wh CLI for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
|
|
@@ -69949,5 +69949,5 @@ process.exitCode = interceptedExitCode === undefined ? await runPreparedCli(laun
|
|
|
69949
69949
|
version: package_default3.version
|
|
69950
69950
|
}) : interceptedExitCode;
|
|
69951
69951
|
|
|
69952
|
-
//# debugId=
|
|
69953
|
-
//# warmhub-cli-build-info {"cliVersion":"0.113.
|
|
69952
|
+
//# debugId=95C800CEA350D43F64756E2164756E21
|
|
69953
|
+
//# warmhub-cli-build-info {"cliVersion":"0.113.1","sdkVersion":"0.111.1"}
|
package/package.json
CHANGED