@warmhub/cli 0.122.2 → 0.122.4

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.
Files changed (2) hide show
  1. package/dist/wh.js +4 -4
  2. package/package.json +1 -1
package/dist/wh.js CHANGED
@@ -45316,7 +45316,7 @@ function createStreamingSubmissionHandle(input, deps) {
45316
45316
  // ../../packages/sdk-ts/package.json
45317
45317
  var package_default = {
45318
45318
  name: "@warmhub/sdk-ts",
45319
- version: "0.120.2",
45319
+ version: "0.120.4",
45320
45320
  private: false,
45321
45321
  type: "module",
45322
45322
  description: "The TypeScript SDK for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
@@ -69750,7 +69750,7 @@ function resolveLogLevel(flagLevel, env) {
69750
69750
  // package.json
69751
69751
  var package_default3 = {
69752
69752
  name: "@warmhub/cli",
69753
- version: "0.122.2",
69753
+ version: "0.122.4",
69754
69754
  private: false,
69755
69755
  type: "module",
69756
69756
  description: "The wh CLI for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
@@ -70375,5 +70375,5 @@ process.exitCode = interceptedExitCode === undefined ? await runPreparedCli(laun
70375
70375
  version: package_default3.version
70376
70376
  }) : interceptedExitCode;
70377
70377
 
70378
- //# debugId=127DB4C5DB3729F664756E2164756E21
70379
- //# warmhub-cli-build-info {"cliVersion":"0.122.2","sdkVersion":"0.120.2"}
70378
+ //# debugId=6032C30E3702360D64756E2164756E21
70379
+ //# warmhub-cli-build-info {"cliVersion":"0.122.4","sdkVersion":"0.120.4"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@warmhub/cli",
3
- "version": "0.122.2",
3
+ "version": "0.122.4",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "The wh CLI for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",