@warmhub/cli 0.84.1 → 0.84.2
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
|
@@ -28550,7 +28550,7 @@ function dedupeDeprecationsByShape(results) {
|
|
|
28550
28550
|
// ../../packages/sdk-ts/package.json
|
|
28551
28551
|
var package_default = {
|
|
28552
28552
|
name: "@warmhub/sdk-ts",
|
|
28553
|
-
version: "0.82.
|
|
28553
|
+
version: "0.82.2",
|
|
28554
28554
|
private: false,
|
|
28555
28555
|
type: "module",
|
|
28556
28556
|
description: "The TypeScript SDK for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
|
|
@@ -49120,7 +49120,7 @@ function resolveLogLevel(flagLevel, env) {
|
|
|
49120
49120
|
// package.json
|
|
49121
49121
|
var package_default3 = {
|
|
49122
49122
|
name: "@warmhub/cli",
|
|
49123
|
-
version: "0.84.
|
|
49123
|
+
version: "0.84.2",
|
|
49124
49124
|
private: false,
|
|
49125
49125
|
type: "module",
|
|
49126
49126
|
description: "The wh CLI for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
|
|
@@ -49737,5 +49737,5 @@ process.exitCode = interceptedExitCode === undefined ? await runPreparedCli(laun
|
|
|
49737
49737
|
version: package_default3.version
|
|
49738
49738
|
}) : interceptedExitCode;
|
|
49739
49739
|
|
|
49740
|
-
//# debugId=
|
|
49741
|
-
//# warmhub-cli-build-info {"cliVersion":"0.84.
|
|
49740
|
+
//# debugId=5555790A9219074564756E2164756E21
|
|
49741
|
+
//# warmhub-cli-build-info {"cliVersion":"0.84.2","sdkVersion":"0.82.2"}
|
package/package.json
CHANGED