@warmhub/cli 0.84.0 → 0.84.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 +4 -4
  2. package/package.json +1 -1
package/dist/wh.js CHANGED
@@ -28550,7 +28550,7 @@ function dedupeDeprecationsByShape(results) {
28550
28550
  // ../../packages/sdk-ts/package.json
28551
28551
  var package_default = {
28552
28552
  name: "@warmhub/sdk-ts",
28553
- version: "0.82.0",
28553
+ version: "0.82.1",
28554
28554
  private: false,
28555
28555
  type: "module",
28556
28556
  description: "The TypeScript SDK for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
@@ -49120,7 +49120,7 @@ function resolveLogLevel(flagLevel, env) {
49120
49120
  // package.json
49121
49121
  var package_default3 = {
49122
49122
  name: "@warmhub/cli",
49123
- version: "0.84.0",
49123
+ version: "0.84.1",
49124
49124
  private: false,
49125
49125
  type: "module",
49126
49126
  description: "The wh CLI for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
@@ -49737,5 +49737,5 @@ process.exitCode = interceptedExitCode === undefined ? await runPreparedCli(laun
49737
49737
  version: package_default3.version
49738
49738
  }) : interceptedExitCode;
49739
49739
 
49740
- //# debugId=F1A133678EF9DF2B64756E2164756E21
49741
- //# warmhub-cli-build-info {"cliVersion":"0.84.0","sdkVersion":"0.82.0"}
49740
+ //# debugId=B587D8AFB9F6161C64756E2164756E21
49741
+ //# warmhub-cli-build-info {"cliVersion":"0.84.1","sdkVersion":"0.82.1"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@warmhub/cli",
3
- "version": "0.84.0",
3
+ "version": "0.84.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.",