@warmhub/cli 0.77.0 → 0.77.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 +3 -3
- package/package.json +1 -1
package/dist/wh.js
CHANGED
|
@@ -27860,7 +27860,7 @@ function findSystemComponent(componentId) {
|
|
|
27860
27860
|
// ../../packages/sdk-ts/package.json
|
|
27861
27861
|
var package_default = {
|
|
27862
27862
|
name: "@warmhub/sdk-ts",
|
|
27863
|
-
version: "0.75.
|
|
27863
|
+
version: "0.75.1",
|
|
27864
27864
|
private: false,
|
|
27865
27865
|
type: "module",
|
|
27866
27866
|
description: "The TypeScript SDK for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
|
|
@@ -48908,7 +48908,7 @@ function resolveLogLevel(flagLevel, env) {
|
|
|
48908
48908
|
// package.json
|
|
48909
48909
|
var package_default3 = {
|
|
48910
48910
|
name: "@warmhub/cli",
|
|
48911
|
-
version: "0.77.
|
|
48911
|
+
version: "0.77.1",
|
|
48912
48912
|
private: false,
|
|
48913
48913
|
type: "module",
|
|
48914
48914
|
description: "The wh CLI for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
|
|
@@ -49506,4 +49506,4 @@ process.exitCode = interceptedExitCode === undefined ? await runPreparedCli(laun
|
|
|
49506
49506
|
version: package_default3.version
|
|
49507
49507
|
}) : interceptedExitCode;
|
|
49508
49508
|
|
|
49509
|
-
//# debugId=
|
|
49509
|
+
//# debugId=8909F985846E35C464756E2164756E21
|
package/package.json
CHANGED