Skip to content
Open
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
4 changes: 2 additions & 2 deletions charts/reboot/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: 3.3.2
name: reboot
version: "1.5.0"
version: "1.6.0"
description: Reboot is a programming framework that enables transactional microservices built with the developer in mind.
type: application
keywords:
Expand All @@ -10,4 +10,4 @@ keywords:
- scalable
- reactive
home: https://docs.reboot.dev/
appVersion: "1.5.0"
appVersion: "1.6.0"
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"private": true,
"dependencies": {
"@reboot-dev/reboot-api": "1.5.0",
"@reboot-dev/reboot-react": "1.5.0",
"@reboot-dev/reboot-std-api": "1.5.0",
"@reboot-dev/reboot-std-react": "1.5.0",
"@reboot-dev/reboot-std": "1.5.0",
"@reboot-dev/reboot-web": "1.5.0",
"@reboot-dev/reboot": "1.5.0",
"@reboot-dev/reboot-api": "1.6.0",
"@reboot-dev/reboot-react": "1.6.0",
"@reboot-dev/reboot-std-api": "1.6.0",
"@reboot-dev/reboot-std-react": "1.6.0",
"@reboot-dev/reboot-std": "1.6.0",
"@reboot-dev/reboot-web": "1.6.0",
"@reboot-dev/reboot": "1.6.0",
"@xyflow/react": "12.11.3",
"@modelcontextprotocol/ext-apps": "1.5.0",
"@modelcontextprotocol/sdk": "1.29.0",
Expand Down
2 changes: 1 addition & 1 deletion rbt/std/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reboot-dev/reboot-std-api",
"version": "1.5.0",
"version": "1.6.0",
"description": "Reboot standard library API.",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion rbt/v1alpha1/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reboot-dev/reboot-api",
"version": "1.5.0",
"version": "1.6.0",
"type": "module",
"description": "npm package for Reboot API",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion reboot/benchmarks/construct/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type": "module",
"dependencies": {
"@bufbuild/protobuf": "1.10.1",
"@reboot-dev/reboot": "1.5.0",
"@reboot-dev/reboot": "1.6.0",
"@supercharge/promise-pool": "^3.2.0",
"uuid": "11.1.0",
"parse-duration": "2.1.3"
Expand Down
2 changes: 1 addition & 1 deletion reboot/cli/commands/init/templates/backend_package.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"type": "module",
"dependencies": {
"@reboot-dev/reboot": "1.5.0",
"@reboot-dev/reboot": "1.6.0",
"typescript": "^5.5.2"
}
}
2 changes: 1 addition & 1 deletion reboot/cli/commands/init/templates/package.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@reboot-dev/reboot-react": "1.5.0",
"@reboot-dev/reboot-react": "1.6.0",
"@types/jest": "^27.5.2",
"@types/node": "^20.11.5",
"@types/react": "^19.2.1",
Expand Down
2 changes: 1 addition & 1 deletion reboot/create-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reboot-dev/create-ui",
"version": "1.5.0",
"version": "1.6.0",
"description": "Scaffold React implementation for Reboot MCP UIs",
"type": "commonjs",
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions reboot/create-ui/src/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ export function packageJson(projectName: string): string {
dependencies: {
"@modelcontextprotocol/ext-apps": "1.5.0",
"@modelcontextprotocol/sdk": "1.29.0",
"@reboot-dev/reboot-react": "1.5.0",
"@reboot-dev/reboot-api": "1.5.0",
"@reboot-dev/reboot-react": "1.6.0",
"@reboot-dev/reboot-api": "1.6.0",
react: "^18.2.0",
"react-dom": "^18.2.0",
zod: "^4.0.0",
Expand Down
10 changes: 5 additions & 5 deletions reboot/demos/fig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"dependencies": {
"@bufbuild/protobuf": "1.10.1",
"@radix-ui/react-icons": "^1.3.0",
"@reboot-dev/reboot": "1.5.0",
"@reboot-dev/reboot-api": "1.5.0",
"@reboot-dev/reboot-std": "1.5.0",
"@reboot-dev/reboot-std-api": "1.5.0",
"@reboot-dev/reboot-std-react": "1.5.0",
"@reboot-dev/reboot": "1.6.0",
"@reboot-dev/reboot-api": "1.6.0",
"@reboot-dev/reboot-std": "1.6.0",
"@reboot-dev/reboot-std-api": "1.6.0",
"@reboot-dev/reboot-std-react": "1.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
Expand Down
2 changes: 1 addition & 1 deletion reboot/examples/agent-wiki/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# locally before `docker build` so that `frontend/dist/` contains
# the bundled UIs. This image copies that prebuilt bundle rather
# than installing Node and rebuilding it here.
FROM ghcr.io/reboot-dev/reboot-base:1.5.0
FROM ghcr.io/reboot-dev/reboot-base:1.6.0

WORKDIR /app

Expand Down
4 changes: 2 additions & 2 deletions reboot/examples/agent-wiki/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"dependencies": {
"@modelcontextprotocol/ext-apps": "1.5.0",
"@modelcontextprotocol/sdk": "1.29.0",
"@reboot-dev/reboot-api": "1.5.0",
"@reboot-dev/reboot-react": "1.5.0",
"@reboot-dev/reboot-api": "1.6.0",
"@reboot-dev/reboot-react": "1.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^10.1.0",
Expand Down
2 changes: 1 addition & 1 deletion reboot/examples/agent-wiki/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies = [
"uuid7>=0.1.0",
"anyio>=4.0.0",
"pydantic-ai-slim[anthropic]>=1.0.0",
"reboot[dev]==1.5.0",
"reboot[dev]==1.6.0",
]

[dependency-groups]
Expand Down
4 changes: 2 additions & 2 deletions reboot/examples/bank-nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"type": "module",
"dependencies": {
"@bufbuild/protobuf": "1.10.1",
"@reboot-dev/reboot": "1.5.0",
"@reboot-dev/reboot-api": "1.5.0",
"@reboot-dev/reboot": "1.6.0",
"@reboot-dev/reboot-api": "1.6.0",
"typescript": "5.4.5",
"@types/node": "20.11.5"
},
Expand Down
2 changes: 1 addition & 1 deletion reboot/examples/bank-pydantic/frontend/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@bufbuild/protobuf": "1.10.1",
"@reboot-dev/reboot-react": "1.5.0",
"@reboot-dev/reboot-react": "1.6.0",
"expo": "^54.0.1",
"expo-linking": "~8.0.12",
"expo-secure-store": "~15.0.8",
Expand Down
6 changes: 3 additions & 3 deletions reboot/examples/bank-pydantic/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"dependencies": {
"@eslint/js": "^9.34.0",
"@reboot-dev/reboot-api": "1.5.0",
"@reboot-dev/reboot-react": "1.5.0",
"@reboot-dev/reboot-std": "1.5.0",
"@reboot-dev/reboot-api": "1.6.0",
"@reboot-dev/reboot-react": "1.6.0",
"@reboot-dev/reboot-std": "1.6.0",
"@tailwindcss/vite": "^4.1.11",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.11.5",
Expand Down
2 changes: 1 addition & 1 deletion reboot/examples/bank-pydantic/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "bank-pydantic"
version = "0.1.0"
requires-python = ">= 3.10"
dependencies = [
"reboot[dev]==1.5.0",
"reboot[dev]==1.6.0",
]

[dependency-groups]
Expand Down
8 changes: 4 additions & 4 deletions reboot/examples/bank-zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
},
"dependencies": {
"@bufbuild/protobuf": "1.10.1",
"@reboot-dev/reboot": "1.5.0",
"@reboot-dev/reboot-api": "1.5.0",
"@reboot-dev/reboot-std": "1.5.0",
"@reboot-dev/reboot-react": "1.5.0",
"@reboot-dev/reboot": "1.6.0",
"@reboot-dev/reboot-api": "1.6.0",
"@reboot-dev/reboot-std": "1.6.0",
"@reboot-dev/reboot-react": "1.6.0",
"@tailwindcss/vite": "^4.1.11",
"@types/node": "20.11.5",
"lucide-react": "^0.525.0",
Expand Down
2 changes: 1 addition & 1 deletion reboot/examples/bank/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@bufbuild/protobuf": "1.10.1",
"@eslint/js": "^9.34.0",
"@reboot-dev/reboot-react": "1.5.0",
"@reboot-dev/reboot-react": "1.6.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/eslint__js": "^8.42.3",
Expand Down
2 changes: 1 addition & 1 deletion reboot/examples/bank/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "bank"
version = "0.1.0"
requires-python = ">= 3.10"
dependencies = [
"reboot==1.5.0",
"reboot==1.6.0",
]

[dependency-groups]
Expand Down
2 changes: 1 addition & 1 deletion reboot/examples/boutique/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/reboot-dev/reboot-base:1.5.0
FROM ghcr.io/reboot-dev/reboot-base:1.6.0

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion reboot/examples/boutique/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@bufbuild/protobuf": "1.10.1",
"@eslint/js": "^9.34.0",
"@reboot-dev/reboot-react": "1.5.0",
"@reboot-dev/reboot-react": "1.6.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/eslint__js": "^8.42.3",
Expand Down
2 changes: 1 addition & 1 deletion reboot/examples/boutique/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "boutique"
version = "0.1.0"
requires-python = ">= 3.10"
dependencies = [
"reboot==1.5.0",
"reboot==1.6.0",
]

[dependency-groups]
Expand Down
2 changes: 1 addition & 1 deletion reboot/examples/chat-room-nodejs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/reboot-dev/reboot-base:1.5.0
FROM ghcr.io/reboot-dev/reboot-base:1.6.0

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion reboot/examples/chat-room-nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"dependencies": {
"@bufbuild/protobuf": "1.10.1",
"@reboot-dev/reboot": "1.5.0",
"@reboot-dev/reboot": "1.6.0",
"typescript": "5.4.5",
"@types/node": "20.11.5"
},
Expand Down
2 changes: 1 addition & 1 deletion reboot/examples/chat-room/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/reboot-dev/reboot-base:1.5.0
FROM ghcr.io/reboot-dev/reboot-base:1.6.0

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion reboot/examples/chat-room/frontend/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@bufbuild/protobuf": "1.10.1",
"@reboot-dev/reboot-react": "1.5.0",
"@reboot-dev/reboot-react": "1.6.0",
"expo": "^54.0.1",
"expo-status-bar": "~3.0.8",
"react": "19.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@bufbuild/protobuf": "1.10.1",
"@reboot-dev/reboot-web": "1.5.0",
"@reboot-dev/reboot-web": "1.6.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
Expand Down
2 changes: 1 addition & 1 deletion reboot/examples/chat-room/frontend/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@bufbuild/protobuf": "1.10.1",
"@eslint/js": "^9.34.0",
"@reboot-dev/reboot-react": "1.5.0",
"@reboot-dev/reboot-react": "1.6.0",
"@types/eslint__js": "^8.42.3",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0",
Expand Down
2 changes: 1 addition & 1 deletion reboot/examples/chat-room/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "chat-room"
version = "0.1.0"
requires-python = ">= 3.10"
dependencies = [
"reboot[dev]==1.5.0",
"reboot[dev]==1.6.0",
]

[dependency-groups]
Expand Down
2 changes: 1 addition & 1 deletion reboot/examples/chick-potle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# locally before `docker build` so that `frontend/dist/` contains
# the bundled UIs. This image copies that prebuilt bundle rather
# than installing Node and rebuilding it here.
FROM ghcr.io/reboot-dev/reboot-base:1.5.0
FROM ghcr.io/reboot-dev/reboot-base:1.6.0

WORKDIR /app

Expand Down
4 changes: 2 additions & 2 deletions reboot/examples/chick-potle/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"dependencies": {
"@modelcontextprotocol/ext-apps": "1.5.0",
"@modelcontextprotocol/sdk": "1.29.0",
"@reboot-dev/reboot-api": "1.5.0",
"@reboot-dev/reboot-react": "1.5.0",
"@reboot-dev/reboot-api": "1.6.0",
"@reboot-dev/reboot-react": "1.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zod": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion reboot/examples/chick-potle/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies = [
"httpx>=0.27,<1.0",
"uuid7>=0.1.0",
"anyio>=4.0.0",
"reboot[dev]==1.5.0",
"reboot[dev]==1.6.0",
]

[dependency-groups]
Expand Down
4 changes: 2 additions & 2 deletions reboot/examples/counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"dependencies": {
"@bufbuild/protobuf": "1.10.1",
"@reboot-dev/reboot": "1.5.0",
"@reboot-dev/reboot-react": "1.5.0",
"@reboot-dev/reboot": "1.6.0",
"@reboot-dev/reboot-react": "1.6.0",
"next": "14.2.13",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
2 changes: 1 addition & 1 deletion reboot/examples/docubot/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"prepack": "rbt generate && tsc"
},
"dependencies": {
"@reboot-dev/reboot": "1.5.0",
"@reboot-dev/reboot": "1.6.0",
"typescript": "^5.2.2"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions reboot/examples/docubot/docubot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"dependencies": {
"@reboot-dev/docubot-api": "0.1.0",
"@reboot-dev/reboot": "1.5.0",
"@reboot-dev/reboot-api": "1.5.0",
"@reboot-dev/reboot": "1.6.0",
"@reboot-dev/reboot-api": "1.6.0",
"create-temp-directory": "^2.4.0",
"openai": "^4.52.7",
"puppeteer": "^22.14.0",
Expand Down
6 changes: 3 additions & 3 deletions reboot/examples/docubot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"@radix-ui/react-slot": "^1.0.2",
"@reboot-dev/docubot": "workspace:*",
"@reboot-dev/docubot-api": "workspace:*",
"@reboot-dev/reboot": "1.5.0",
"@reboot-dev/reboot-api": "1.5.0",
"@reboot-dev/reboot-react": "1.5.0",
"@reboot-dev/reboot": "1.6.0",
"@reboot-dev/reboot-api": "1.6.0",
"@reboot-dev/reboot-react": "1.6.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"framer-motion": "^11.0.24",
Expand Down
6 changes: 3 additions & 3 deletions reboot/examples/kcdc-2025/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@reboot-dev/reboot-react": "1.5.0",
"@reboot-dev/reboot-std-api": "1.5.0",
"@reboot-dev/reboot-std-react": "1.5.0",
"@reboot-dev/reboot-react": "1.6.0",
"@reboot-dev/reboot-std-api": "1.6.0",
"@reboot-dev/reboot-std-react": "1.6.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"emoji-picker-react": "^4.9.2",
Expand Down
2 changes: 1 addition & 1 deletion reboot/examples/kcdc-2025/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requires-python = ">= 3.10"
dependencies = [
"langchain>=0.3.27",
"langchain-anthropic>=0.3.18",
"reboot==1.5.0",
"reboot==1.6.0",
]
[dependency-groups]
dev = [
Expand Down
Loading
Loading