@warmhub/cli 0.121.0 → 0.122.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.
Files changed (2) hide show
  1. package/dist/wh.js +4 -4
  2. package/package.json +1 -1
package/dist/wh.js CHANGED
@@ -45312,7 +45312,7 @@ function createStreamingSubmissionHandle(input, deps) {
45312
45312
  // ../../packages/sdk-ts/package.json
45313
45313
  var package_default = {
45314
45314
  name: "@warmhub/sdk-ts",
45315
- version: "0.119.0",
45315
+ version: "0.120.0",
45316
45316
  private: false,
45317
45317
  type: "module",
45318
45318
  description: "The TypeScript SDK for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
@@ -69746,7 +69746,7 @@ function resolveLogLevel(flagLevel, env) {
69746
69746
  // package.json
69747
69747
  var package_default3 = {
69748
69748
  name: "@warmhub/cli",
69749
- version: "0.121.0",
69749
+ version: "0.122.0",
69750
69750
  private: false,
69751
69751
  type: "module",
69752
69752
  description: "The wh CLI for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
@@ -70371,5 +70371,5 @@ process.exitCode = interceptedExitCode === undefined ? await runPreparedCli(laun
70371
70371
  version: package_default3.version
70372
70372
  }) : interceptedExitCode;
70373
70373
 
70374
- //# debugId=C8CF2C27CC632FC464756E2164756E21
70375
- //# warmhub-cli-build-info {"cliVersion":"0.121.0","sdkVersion":"0.119.0"}
70374
+ //# debugId=CF47873AF7E7F4B364756E2164756E21
70375
+ //# warmhub-cli-build-info {"cliVersion":"0.122.0","sdkVersion":"0.120.0"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@warmhub/cli",
3
- "version": "0.121.0",
3
+ "version": "0.122.0",
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.",