Skip to content

Commit 310845d

Browse files
authored
Bump version to 0.13.0 (#213)
- Update @runt/schema from 0.12.0 to 0.13.0 - Update @runt/ai from 0.12.0 to 0.13.0 and its dependencies - Update @runt/lib from 0.12.0 to 0.13.0 and its dependencies - Update @runt/pyodide-runtime-agent from 0.12.0 to 0.13.0 and its dependencies - Update @runt/python-runtime-agent from 0.12.0 to 0.13.0 and its dependencies - Update @runt/tui from 0.12.0 to 0.13.0 and its dependencies - Skip 0.1.0 placeholder packages (runtime-core, runtime-deno, runtime-browser)
1 parent a0e49ab commit 310845d

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

packages/ai/deno.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@runt/ai",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"description": "Runtime AI Clients",
55
"license": "BSD-3-Clause",
66
"repository": {
@@ -14,8 +14,8 @@
1414
"@llamaindex/openai": "npm:@llamaindex/openai@^0.4.16",
1515
"@llamaindex/readers": "npm:@llamaindex/readers@^3.1.18",
1616
"llamaindex": "npm:llamaindex@^0.11.26",
17-
"@runt/lib": "jsr:@runt/lib@^0.12.0",
18-
"@runt/schema": "jsr:@runt/schema@^0.12.0",
17+
"@runt/lib": "jsr:@runt/lib@^0.13.0",
18+
"@runt/schema": "jsr:@runt/schema@^0.13.0",
1919
"npm:pyodide": "npm:pyodide@^0.27.7",
2020
"@std/async": "jsr:@std/async@^1.0.0",
2121
"@std/path": "jsr:@std/path@^1.0.0",

packages/lib/deno.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@runt/lib",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"description": "Runtime agent library for building Anode runtime agents",
55
"license": "BSD-3-Clause",
66
"repository": {
@@ -14,7 +14,7 @@
1414
"./types": "./src/types.ts"
1515
},
1616
"imports": {
17-
"@runt/schema": "jsr:@runt/schema@^0.12.0",
17+
"@runt/schema": "jsr:@runt/schema@^0.13.0",
1818
"@std/cli": "jsr:@std/cli@^1.0.0",
1919
"@std/assert": "jsr:@std/assert@^1.0.0",
2020
"@std/crypto": "jsr:@std/crypto@^1.0.0",

packages/pyodide-runtime-agent/deno.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@runt/pyodide-runtime-agent",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"description": "Python runtime agent using Pyodide with IPython integration",
55
"license": "BSD-3-Clause",
66
"repository": {
@@ -14,9 +14,9 @@
1414
"pyorunt": "./src/mod.ts"
1515
},
1616
"imports": {
17-
"@runt/ai": "jsr:@runt/ai@^0.12.0",
18-
"@runt/lib": "jsr:@runt/lib@^0.12.0",
19-
"@runt/schema": "jsr:@runt/schema@^0.12.0",
17+
"@runt/ai": "jsr:@runt/ai@^0.13.0",
18+
"@runt/lib": "jsr:@runt/lib@^0.13.0",
19+
"@runt/schema": "jsr:@runt/schema@^0.13.0",
2020
"npm:pyodide": "npm:pyodide@^0.27.7",
2121
"@std/async": "jsr:@std/async@^1.0.0",
2222
"@std/cli": "jsr:@std/cli@^1.0.0",

packages/python-runtime-agent/deno.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@runt/python-runtime-agent",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"description": "Stub Python runtime agent for Runt platform.",
55
"license": "BSD-3-Clause",
66
"repository": {
@@ -14,8 +14,8 @@
1414
"pyrunt": "./mod.ts"
1515
},
1616
"imports": {
17-
"@runt/lib": "jsr:@runt/lib@^0.12.0",
18-
"@runt/schema": "jsr:@runt/schema@^0.12.0",
17+
"@runt/lib": "jsr:@runt/lib@^0.13.0",
18+
"@runt/schema": "jsr:@runt/schema@^0.13.0",
1919
"npm:@livestore/adapter-web": "npm:@livestore/adapter-web@^0.3.1"
2020
},
2121
"tasks": {

packages/schema/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@runt/schema",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"description": "Anode schema for runtime agents and clients",
55
"license": "BSD-3-Clause",
66
"repository": {

packages/tui/deno.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@runt/tui",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"description": "A powerful terminal-based notebook interface for Runt runtime agents, enabling interactive editing, execution, and real-time collaboration.",
55
"license": "BSD-3-Clause",
66
"exports": {
@@ -22,9 +22,9 @@
2222
"lint": "deno lint"
2323
},
2424
"imports": {
25-
"@runt/schema": "jsr:@runt/schema@^0.12.0",
26-
"@runt/lib": "jsr:@runt/lib@^0.12.0",
27-
"@runt/ai": "jsr:@runt/ai@^0.12.0",
25+
"@runt/schema": "jsr:@runt/schema@^0.13.0",
26+
"@runt/lib": "jsr:@runt/lib@^0.13.0",
27+
"@runt/ai": "jsr:@runt/ai@^0.13.0",
2828
"@inkjs/ui": "npm:@inkjs/ui@^2.0.0",
2929
"@livestore/adapter-node": "npm:@livestore/adapter-node@^0.3.1",
3030
"@livestore/livestore": "npm:@livestore/livestore@^0.3.1",

0 commit comments

Comments
 (0)