@vendoai/vendo 0.4.4 → 0.4.5

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.
@@ -1,5 +1,5 @@
1
1
  import { type Telemetry } from "@vendoai/telemetry";
2
- export declare const CLI_VERSION = "0.4.4";
2
+ export declare const CLI_VERSION = "0.4.5";
3
3
  export interface Output {
4
4
  log(message: string): void;
5
5
  error(message: string): void;
@@ -4,7 +4,7 @@ import { dirname, join } from "node:path";
4
4
  import { createInterface } from "node:readline/promises";
5
5
  import { stdin, stdout } from "node:process";
6
6
  import { initTelemetry, repoHost } from "@vendoai/telemetry";
7
- export const CLI_VERSION = "0.4.4";
7
+ export const CLI_VERSION = "0.4.5";
8
8
  export const consoleOutput = {
9
9
  log: (message) => console.log(message),
10
10
  error: (message) => console.error(message),
@@ -14,7 +14,7 @@ import type { RuntimeCaptureHandler } from "../runtime-capture.js";
14
14
  shares. The anonymous-session + RunContext resolution lives in
15
15
  wire/context.ts; server.ts assembles the table from the per-area modules
16
16
  under src/wire/. */
17
- export declare const VERSION = "0.4.4";
17
+ export declare const VERSION = "0.4.5";
18
18
  export declare const BASE_PATH = "/api/vendo";
19
19
  export type SandboxVenue = "e2b" | "cloud" | "custom" | false;
20
20
  /** How inference is served: "custom" (a host-passed model) or "ladder" (the
@@ -4,7 +4,7 @@ import { VendoError, } from "@vendoai/core";
4
4
  shares. The anonymous-session + RunContext resolution lives in
5
5
  wire/context.ts; server.ts assembles the table from the per-area modules
6
6
  under src/wire/. */
7
- export const VERSION = "0.4.4";
7
+ export const VERSION = "0.4.5";
8
8
  export const BASE_PATH = "/api/vendo";
9
9
  const STATUS_BY_CODE = {
10
10
  validation: 400,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vendoai/vendo",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "description": "The Vendo umbrella: default composition, public wire routes, React provider, and the vendo CLI.",
5
5
  "keywords": [
6
6
  "ai",
@@ -86,16 +86,16 @@
86
86
  "ajv": "^8.20.0",
87
87
  "ajv-formats": "^3.0.1",
88
88
  "zod": "^3.25.0",
89
- "@vendoai/actions": "0.4.4",
90
- "@vendoai/agent": "0.4.4",
91
- "@vendoai/apps": "0.4.4",
92
- "@vendoai/automations": "0.4.4",
93
- "@vendoai/core": "0.4.4",
94
- "@vendoai/guard": "0.4.4",
95
- "@vendoai/mcp": "0.4.4",
96
- "@vendoai/store": "0.4.4",
97
- "@vendoai/ui": "0.4.4",
98
- "@vendoai/telemetry": "0.3.2"
89
+ "@vendoai/apps": "0.4.5",
90
+ "@vendoai/automations": "0.4.5",
91
+ "@vendoai/guard": "0.4.5",
92
+ "@vendoai/agent": "0.4.5",
93
+ "@vendoai/mcp": "0.4.5",
94
+ "@vendoai/store": "0.4.5",
95
+ "@vendoai/telemetry": "0.3.2",
96
+ "@vendoai/core": "0.4.5",
97
+ "@vendoai/ui": "0.4.5",
98
+ "@vendoai/actions": "0.4.5"
99
99
  },
100
100
  "peerDependencies": {
101
101
  "@auth/core": "^0.34.3",