@warmhub/cli 0.94.0 → 0.95.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
@@ -43547,7 +43547,7 @@ function normalizeChunkSize(chunkSize) {
43547
43547
  // ../../packages/sdk-ts/package.json
43548
43548
  var package_default = {
43549
43549
  name: "@warmhub/sdk-ts",
43550
- version: "0.92.0",
43550
+ version: "0.93.0",
43551
43551
  private: false,
43552
43552
  type: "module",
43553
43553
  description: "The TypeScript SDK for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
@@ -66801,7 +66801,7 @@ function resolveLogLevel(flagLevel, env) {
66801
66801
  // package.json
66802
66802
  var package_default3 = {
66803
66803
  name: "@warmhub/cli",
66804
- version: "0.94.0",
66804
+ version: "0.95.0",
66805
66805
  private: false,
66806
66806
  type: "module",
66807
66807
  description: "The wh CLI for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
@@ -67420,5 +67420,5 @@ process.exitCode = interceptedExitCode === undefined ? await runPreparedCli(laun
67420
67420
  version: package_default3.version
67421
67421
  }) : interceptedExitCode;
67422
67422
 
67423
- //# debugId=EE112F9789F2A17964756E2164756E21
67424
- //# warmhub-cli-build-info {"cliVersion":"0.94.0","sdkVersion":"0.92.0"}
67423
+ //# debugId=E38898F8C9FABDFA64756E2164756E21
67424
+ //# warmhub-cli-build-info {"cliVersion":"0.95.0","sdkVersion":"0.93.0"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@warmhub/cli",
3
- "version": "0.94.0",
3
+ "version": "0.95.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.",