@warmhub/cli 0.100.0 → 0.101.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
|
@@ -44481,7 +44481,7 @@ function createStreamingSubmissionHandle(input, deps) {
|
|
|
44481
44481
|
// ../../packages/sdk-ts/package.json
|
|
44482
44482
|
var package_default = {
|
|
44483
44483
|
name: "@warmhub/sdk-ts",
|
|
44484
|
-
version: "0.
|
|
44484
|
+
version: "0.99.0",
|
|
44485
44485
|
private: false,
|
|
44486
44486
|
type: "module",
|
|
44487
44487
|
description: "The TypeScript SDK for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
|
|
@@ -68155,7 +68155,7 @@ function resolveLogLevel(flagLevel, env) {
|
|
|
68155
68155
|
// package.json
|
|
68156
68156
|
var package_default3 = {
|
|
68157
68157
|
name: "@warmhub/cli",
|
|
68158
|
-
version: "0.
|
|
68158
|
+
version: "0.101.0",
|
|
68159
68159
|
private: false,
|
|
68160
68160
|
type: "module",
|
|
68161
68161
|
description: "The wh CLI for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
|
|
@@ -68780,5 +68780,5 @@ process.exitCode = interceptedExitCode === undefined ? await runPreparedCli(laun
|
|
|
68780
68780
|
version: package_default3.version
|
|
68781
68781
|
}) : interceptedExitCode;
|
|
68782
68782
|
|
|
68783
|
-
//# debugId=
|
|
68784
|
-
//# warmhub-cli-build-info {"cliVersion":"0.
|
|
68783
|
+
//# debugId=D19F329B93F5B10164756E2164756E21
|
|
68784
|
+
//# warmhub-cli-build-info {"cliVersion":"0.101.0","sdkVersion":"0.99.0"}
|
package/package.json
CHANGED