@warmhub/cli 0.83.0 → 0.83.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
|
@@ -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.81.
|
|
28553
|
+
version: "0.81.1",
|
|
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.",
|
|
@@ -49115,7 +49115,7 @@ function resolveLogLevel(flagLevel, env) {
|
|
|
49115
49115
|
// package.json
|
|
49116
49116
|
var package_default3 = {
|
|
49117
49117
|
name: "@warmhub/cli",
|
|
49118
|
-
version: "0.83.
|
|
49118
|
+
version: "0.83.1",
|
|
49119
49119
|
private: false,
|
|
49120
49120
|
type: "module",
|
|
49121
49121
|
description: "The wh CLI for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
|
|
@@ -49732,5 +49732,5 @@ process.exitCode = interceptedExitCode === undefined ? await runPreparedCli(laun
|
|
|
49732
49732
|
version: package_default3.version
|
|
49733
49733
|
}) : interceptedExitCode;
|
|
49734
49734
|
|
|
49735
|
-
//# debugId=
|
|
49736
|
-
//# warmhub-cli-build-info {"cliVersion":"0.83.
|
|
49735
|
+
//# debugId=5895C13E35D627B664756E2164756E21
|
|
49736
|
+
//# warmhub-cli-build-info {"cliVersion":"0.83.1","sdkVersion":"0.81.1"}
|
package/package.json
CHANGED