@warmhub/cli 0.97.0 → 0.99.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.
- package/dist/wh.js +5 -12
- package/package.json +1 -1
package/dist/wh.js
CHANGED
|
@@ -44164,7 +44164,7 @@ function createStreamingSubmissionHandle(input, deps) {
|
|
|
44164
44164
|
// ../../packages/sdk-ts/package.json
|
|
44165
44165
|
var package_default = {
|
|
44166
44166
|
name: "@warmhub/sdk-ts",
|
|
44167
|
-
version: "0.
|
|
44167
|
+
version: "0.97.0",
|
|
44168
44168
|
private: false,
|
|
44169
44169
|
type: "module",
|
|
44170
44170
|
description: "The TypeScript SDK for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
|
|
@@ -44272,7 +44272,6 @@ var package_default = {
|
|
|
44272
44272
|
react: "19.2.6",
|
|
44273
44273
|
tsup: "8.5.1",
|
|
44274
44274
|
typedoc: "0.28.19",
|
|
44275
|
-
"typedoc-plugin-markdown": "4.11.0",
|
|
44276
44275
|
typescript: "catalog:",
|
|
44277
44276
|
vitest: "catalog:"
|
|
44278
44277
|
}
|
|
@@ -64650,14 +64649,8 @@ var handleView8 = async (ctx, { args, flags }) => {
|
|
|
64650
64649
|
ctx.out(` effective source: ${c.cyan}${operation.effectiveSourceRepo}${c.reset}`);
|
|
64651
64650
|
}
|
|
64652
64651
|
ctx.out(` revision: ${operation.revision} (${operation.lifecycle})`);
|
|
64653
|
-
ctx.out(` routing: ${operation.routingStatus}, generation ${operation.routingGeneration}${operation.routingShard === null ? "" : `, shard ${operation.routingShard}`}`);
|
|
64654
64652
|
ctx.out(` matcher: ${operation.matcherVersion} (${operation.matcherDigest})`);
|
|
64655
|
-
|
|
64656
|
-
ctx.out(` target generation: ${operation.targetGeneration}`);
|
|
64657
|
-
}
|
|
64658
|
-
if (operation.credentialGeneration !== null) {
|
|
64659
|
-
ctx.out(` credential generation: ${operation.credentialGeneration}`);
|
|
64660
|
-
}
|
|
64653
|
+
ctx.out(` credential generation: ${operation.credentialGeneration}`);
|
|
64661
64654
|
if (operation.retirement) {
|
|
64662
64655
|
ctx.out(` retired at: ${new Date(operation.retirement.retiredAt).toISOString()}`);
|
|
64663
64656
|
ctx.out(` retirement reason: ${operation.retirement.reason}`);
|
|
@@ -67763,7 +67756,7 @@ function resolveLogLevel(flagLevel, env) {
|
|
|
67763
67756
|
// package.json
|
|
67764
67757
|
var package_default3 = {
|
|
67765
67758
|
name: "@warmhub/cli",
|
|
67766
|
-
version: "0.
|
|
67759
|
+
version: "0.99.0",
|
|
67767
67760
|
private: false,
|
|
67768
67761
|
type: "module",
|
|
67769
67762
|
description: "The wh CLI for WarmHub — create repos, commit and query data, and compound knowledge with your AI agents.",
|
|
@@ -68388,5 +68381,5 @@ process.exitCode = interceptedExitCode === undefined ? await runPreparedCli(laun
|
|
|
68388
68381
|
version: package_default3.version
|
|
68389
68382
|
}) : interceptedExitCode;
|
|
68390
68383
|
|
|
68391
|
-
//# debugId=
|
|
68392
|
-
//# warmhub-cli-build-info {"cliVersion":"0.
|
|
68384
|
+
//# debugId=CA32D47F32E428AA64756E2164756E21
|
|
68385
|
+
//# warmhub-cli-build-info {"cliVersion":"0.99.0","sdkVersion":"0.97.0"}
|
package/package.json
CHANGED