Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions packages/ai/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@runt/ai",
"version": "0.11.1",
"version": "0.12.0",
"description": "Runtime AI Clients",
"license": "BSD-3-Clause",
"repository": {
Expand All @@ -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",
Expand Down Expand Up @@ -45,10 +45,6 @@
"vector-store.ts",
"README.md"
],
"exclude": [
"**/*.test.ts",
"**/test_*.ts",
"examples/"
]
"exclude": ["**/*.test.ts", "**/test_*.ts", "examples/"]
}
}
4 changes: 2 additions & 2 deletions packages/lib/deno.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions packages/pyodide-runtime-agent/deno.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions packages/python-runtime-agent/deno.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime-browser/deno.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime-core/deno.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime-deno/deno.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/deno.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
26 changes: 7 additions & 19 deletions packages/tui/deno.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand All @@ -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"]
}
}