diff --git a/packages/ai/deno.json b/packages/ai/deno.json index 10b94d4..bf77ba7 100644 --- a/packages/ai/deno.json +++ b/packages/ai/deno.json @@ -1,6 +1,6 @@ { "name": "@runt/ai", - "version": "0.11.1", + "version": "0.12.0", "description": "Runtime AI Clients", "license": "BSD-3-Clause", "repository": { @@ -14,8 +14,8 @@ "@llamaindex/openai": "npm:@llamaindex/openai@^0.4.16", "@llamaindex/readers": "npm:@llamaindex/readers@^3.1.18", "llamaindex": "npm:llamaindex@^0.11.26", - "@runt/lib": "jsr:@runt/lib@^0.11.1", - "@runt/schema": "jsr:@runt/schema@^0.11.1", + "@runt/lib": "jsr:@runt/lib@^0.12.0", + "@runt/schema": "jsr:@runt/schema@^0.12.0", "npm:pyodide": "npm:pyodide@^0.27.7", "@std/async": "jsr:@std/async@^1.0.0", "@std/path": "jsr:@std/path@^1.0.0", @@ -45,10 +45,6 @@ "vector-store.ts", "README.md" ], - "exclude": [ - "**/*.test.ts", - "**/test_*.ts", - "examples/" - ] + "exclude": ["**/*.test.ts", "**/test_*.ts", "examples/"] } } diff --git a/packages/lib/deno.json b/packages/lib/deno.json index b5c2127..e22b305 100644 --- a/packages/lib/deno.json +++ b/packages/lib/deno.json @@ -1,6 +1,6 @@ { "name": "@runt/lib", - "version": "0.11.1", + "version": "0.12.0", "description": "Runtime agent library for building Anode runtime agents", "license": "BSD-3-Clause", "repository": { @@ -14,7 +14,7 @@ "./types": "./src/types.ts" }, "imports": { - "@runt/schema": "jsr:@runt/schema@^0.11.1", + "@runt/schema": "jsr:@runt/schema@^0.12.0", "@std/cli": "jsr:@std/cli@^1.0.0", "@std/assert": "jsr:@std/assert@^1.0.0", "@std/crypto": "jsr:@std/crypto@^1.0.0", diff --git a/packages/pyodide-runtime-agent/deno.json b/packages/pyodide-runtime-agent/deno.json index 6b31553..d952b9e 100644 --- a/packages/pyodide-runtime-agent/deno.json +++ b/packages/pyodide-runtime-agent/deno.json @@ -1,6 +1,6 @@ { "name": "@runt/pyodide-runtime-agent", - "version": "0.11.1", + "version": "0.12.0", "description": "Python runtime agent using Pyodide with IPython integration", "license": "BSD-3-Clause", "repository": { @@ -14,9 +14,9 @@ "pyorunt": "./src/mod.ts" }, "imports": { - "@runt/ai": "jsr:@runt/ai@^0.11.1", - "@runt/lib": "jsr:@runt/lib@^0.11.1", - "@runt/schema": "jsr:@runt/schema@^0.11.1", + "@runt/ai": "jsr:@runt/ai@^0.12.0", + "@runt/lib": "jsr:@runt/lib@^0.12.0", + "@runt/schema": "jsr:@runt/schema@^0.12.0", "npm:pyodide": "npm:pyodide@^0.27.7", "@std/async": "jsr:@std/async@^1.0.0", "@std/cli": "jsr:@std/cli@^1.0.0", diff --git a/packages/python-runtime-agent/deno.json b/packages/python-runtime-agent/deno.json index b0f3ec2..b2587a8 100644 --- a/packages/python-runtime-agent/deno.json +++ b/packages/python-runtime-agent/deno.json @@ -1,6 +1,6 @@ { "name": "@runt/python-runtime-agent", - "version": "0.11.1", + "version": "0.12.0", "description": "Stub Python runtime agent for Runt platform.", "license": "BSD-3-Clause", "repository": { @@ -14,8 +14,8 @@ "pyrunt": "./mod.ts" }, "imports": { - "@runt/lib": "jsr:@runt/lib@^0.11.1", - "@runt/schema": "jsr:@runt/schema@^0.11.1", + "@runt/lib": "jsr:@runt/lib@^0.12.0", + "@runt/schema": "jsr:@runt/schema@^0.12.0", "npm:@livestore/adapter-web": "npm:@livestore/adapter-web@^0.3.1" }, "tasks": { diff --git a/packages/runtime-browser/deno.json b/packages/runtime-browser/deno.json index f192cc8..c6e2522 100644 --- a/packages/runtime-browser/deno.json +++ b/packages/runtime-browser/deno.json @@ -1,6 +1,6 @@ { "name": "@runt/runtime-browser", - "version": "0.0.1", + "version": "0.1.0", "description": "Browser runtime for runt agents", "license": "BSD-3-Clause", "repository": { diff --git a/packages/runtime-core/deno.json b/packages/runtime-core/deno.json index 173f14f..92f8684 100644 --- a/packages/runtime-core/deno.json +++ b/packages/runtime-core/deno.json @@ -1,6 +1,6 @@ { "name": "@runt/runtime-core", - "version": "0.0.1", + "version": "0.1.0", "description": "Shared runtime core for runt agents", "license": "BSD-3-Clause", "repository": { diff --git a/packages/runtime-deno/deno.json b/packages/runtime-deno/deno.json index ccbab03..6ea20e4 100644 --- a/packages/runtime-deno/deno.json +++ b/packages/runtime-deno/deno.json @@ -1,6 +1,6 @@ { "name": "@runt/runtime-deno", - "version": "0.0.1", + "version": "0.1.0", "description": "Deno runtime and CLI for runt agents", "license": "BSD-3-Clause", "repository": { diff --git a/packages/schema/deno.json b/packages/schema/deno.json index 8e40ba4..1803b7f 100644 --- a/packages/schema/deno.json +++ b/packages/schema/deno.json @@ -1,6 +1,6 @@ { "name": "@runt/schema", - "version": "0.11.1", + "version": "0.12.0", "description": "Anode schema for runtime agents and clients", "license": "BSD-3-Clause", "repository": { diff --git a/packages/schema/package.json b/packages/schema/package.json index fdf4a25..bd778df 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -1,6 +1,6 @@ { "name": "@runt/schema", - "version": "0.11.1", + "version": "0.12.0", "description": "This package.json is solely here to make linking possible for npm users", "type": "module", "main": "./mod.ts", diff --git a/packages/tui/deno.json b/packages/tui/deno.json index fda4f76..ea76fd3 100644 --- a/packages/tui/deno.json +++ b/packages/tui/deno.json @@ -1,6 +1,6 @@ { "name": "@runt/tui", - "version": "0.11.1", + "version": "0.12.0", "description": "A powerful terminal-based notebook interface for Runt runtime agents, enabling interactive editing, execution, and real-time collaboration.", "license": "BSD-3-Clause", "exports": { @@ -22,9 +22,9 @@ "lint": "deno lint" }, "imports": { - "@runt/schema": "jsr:@runt/schema@^0.11.1", - "@runt/lib": "jsr:@runt/lib@^0.11.1", - "@runt/ai": "jsr:@runt/ai@^0.11.1", + "@runt/schema": "jsr:@runt/schema@^0.12.0", + "@runt/lib": "jsr:@runt/lib@^0.12.0", + "@runt/ai": "jsr:@runt/ai@^0.12.0", "@inkjs/ui": "npm:@inkjs/ui@^2.0.0", "@livestore/adapter-node": "npm:@livestore/adapter-node@^0.3.1", "@livestore/livestore": "npm:@livestore/livestore@^0.3.1", @@ -46,22 +46,10 @@ "jsx": "react", "strict": false, "noImplicitAny": false, - "lib": [ - "dom", - "dom.iterable", - "es2022", - "deno.ns" - ] + "lib": ["dom", "dom.iterable", "es2022", "deno.ns"] }, "publish": { - "include": [ - "src/", - "README.md", - "LICENSE" - ], - "exclude": [ - "src/**/*.test.ts", - "src/**/*.test.tsx" - ] + "include": ["src/", "README.md", "LICENSE"], + "exclude": ["src/**/*.test.ts", "src/**/*.test.tsx"] } }