@warmhub/cli 0.91.0 → 0.91.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.
Files changed (2) hide show
  1. package/dist/wh.js +3 -3
  2. package/package.json +1 -1
package/dist/wh.js CHANGED
@@ -66388,7 +66388,7 @@ function resolveLogLevel(flagLevel, env) {
66388
66388
  // package.json
66389
66389
  var package_default3 = {
66390
66390
  name: "@warmhub/cli",
66391
- version: "0.91.0",
66391
+ version: "0.91.1",
66392
66392
  private: false,
66393
66393
  type: "module",
66394
66394
  description: "The wh CLI for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
@@ -67007,5 +67007,5 @@ process.exitCode = interceptedExitCode === undefined ? await runPreparedCli(laun
67007
67007
  version: package_default3.version
67008
67008
  }) : interceptedExitCode;
67009
67009
 
67010
- //# debugId=B83F4BF04D38984164756E2164756E21
67011
- //# warmhub-cli-build-info {"cliVersion":"0.91.0","sdkVersion":"0.89.0"}
67010
+ //# debugId=875DDB608AC3D57A64756E2164756E21
67011
+ //# warmhub-cli-build-info {"cliVersion":"0.91.1","sdkVersion":"0.89.0"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@warmhub/cli",
3
- "version": "0.91.0",
3
+ "version": "0.91.1",
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.",