@warmhub/cli 0.104.0 → 0.104.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
|
@@ -44496,7 +44496,7 @@ function createStreamingSubmissionHandle(input, deps) {
|
|
|
44496
44496
|
// ../../packages/sdk-ts/package.json
|
|
44497
44497
|
var package_default = {
|
|
44498
44498
|
name: "@warmhub/sdk-ts",
|
|
44499
|
-
version: "0.102.
|
|
44499
|
+
version: "0.102.1",
|
|
44500
44500
|
private: false,
|
|
44501
44501
|
type: "module",
|
|
44502
44502
|
description: "The TypeScript SDK for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
|
|
@@ -68204,7 +68204,7 @@ function resolveLogLevel(flagLevel, env) {
|
|
|
68204
68204
|
// package.json
|
|
68205
68205
|
var package_default3 = {
|
|
68206
68206
|
name: "@warmhub/cli",
|
|
68207
|
-
version: "0.104.
|
|
68207
|
+
version: "0.104.1",
|
|
68208
68208
|
private: false,
|
|
68209
68209
|
type: "module",
|
|
68210
68210
|
description: "The wh CLI for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
|
|
@@ -68829,5 +68829,5 @@ process.exitCode = interceptedExitCode === undefined ? await runPreparedCli(laun
|
|
|
68829
68829
|
version: package_default3.version
|
|
68830
68830
|
}) : interceptedExitCode;
|
|
68831
68831
|
|
|
68832
|
-
//# debugId=
|
|
68833
|
-
//# warmhub-cli-build-info {"cliVersion":"0.104.
|
|
68832
|
+
//# debugId=A5FBBE196D0DAFB864756E2164756E21
|
|
68833
|
+
//# warmhub-cli-build-info {"cliVersion":"0.104.1","sdkVersion":"0.102.1"}
|
package/package.json
CHANGED