@warmhub/cli 0.104.0 → 0.105.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.102.0",
44499
+ version: "0.103.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.",
@@ -68204,7 +68204,7 @@ function resolveLogLevel(flagLevel, env) {
68204
68204
  // package.json
68205
68205
  var package_default3 = {
68206
68206
  name: "@warmhub/cli",
68207
- version: "0.104.0",
68207
+ version: "0.105.0",
68208
68208
  private: false,
68209
68209
  type: "module",
68210
68210
  description: "The wh CLI for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
@@ -68829,5 +68829,5 @@ process.exitCode = interceptedExitCode === undefined ? await runPreparedCli(laun
68829
68829
  version: package_default3.version
68830
68830
  }) : interceptedExitCode;
68831
68831
 
68832
- //# debugId=F2FDA61744CD9C2064756E2164756E21
68833
- //# warmhub-cli-build-info {"cliVersion":"0.104.0","sdkVersion":"0.102.0"}
68832
+ //# debugId=5BA8B6A4AC6005AE64756E2164756E21
68833
+ //# warmhub-cli-build-info {"cliVersion":"0.105.0","sdkVersion":"0.103.0"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@warmhub/cli",
3
- "version": "0.104.0",
3
+ "version": "0.105.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.",