@warmhub/cli 0.107.0 → 0.108.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
@@ -44496,7 +44496,7 @@ function createStreamingSubmissionHandle(input, deps) {
44496
44496
  // ../../packages/sdk-ts/package.json
44497
44497
  var package_default = {
44498
44498
  name: "@warmhub/sdk-ts",
44499
- version: "0.105.0",
44499
+ version: "0.106.0",
44500
44500
  private: false,
44501
44501
  type: "module",
44502
44502
  description: "The TypeScript SDK for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
@@ -68210,7 +68210,7 @@ function resolveLogLevel(flagLevel, env) {
68210
68210
  // package.json
68211
68211
  var package_default3 = {
68212
68212
  name: "@warmhub/cli",
68213
- version: "0.107.0",
68213
+ version: "0.108.0",
68214
68214
  private: false,
68215
68215
  type: "module",
68216
68216
  description: "The wh CLI for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
@@ -68835,5 +68835,5 @@ process.exitCode = interceptedExitCode === undefined ? await runPreparedCli(laun
68835
68835
  version: package_default3.version
68836
68836
  }) : interceptedExitCode;
68837
68837
 
68838
- //# debugId=C9E084C0E22C295564756E2164756E21
68839
- //# warmhub-cli-build-info {"cliVersion":"0.107.0","sdkVersion":"0.105.0"}
68838
+ //# debugId=7A410E9FAA03CF1E64756E2164756E21
68839
+ //# warmhub-cli-build-info {"cliVersion":"0.108.0","sdkVersion":"0.106.0"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@warmhub/cli",
3
- "version": "0.107.0",
3
+ "version": "0.108.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.",