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
4 changes: 2 additions & 2 deletions benchmarks/dynamic-apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
"dependencies": {
"@hono/node-server": "^2.0.11",
"@rivet-dev/agentos-core": "0.2.16-rc.3",
"@rivet-dev/agentos-toolchain": "0.2.16-rc.3",
"@rivet-dev/agentos-core": "0.2.17",
"@rivet-dev/agentos-toolchain": "0.2.17",
"@rivet-dev/dynamic-apps": "workspace:*",
"@rivet-dev/dynamic-apps-core": "workspace:*",
"hono": "^4.12.9",
Expand Down
6 changes: 3 additions & 3 deletions packages/dynamic-apps-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rivet-dev/dynamic-apps-builder",
"version": "0.12.0-rc.2",
"version": "0.12.0",
"type": "module",
"license": "Apache-2.0",
"description": "Platform-owned Dynamic Apps release bundler",
Expand Down Expand Up @@ -39,8 +39,8 @@
"rivetkit": "2.3.11"
},
"devDependencies": {
"@rivet-dev/agentos-core": "0.2.16-rc.3",
"@rivet-dev/agentos-toolchain": "0.2.16-rc.3",
"@rivet-dev/agentos-core": "0.2.17",
"@rivet-dev/agentos-toolchain": "0.2.17",
"@types/node": "^22.19.15",
"typescript": "^5.7.3",
"vitest": "^2.1.9"
Expand Down
10 changes: 5 additions & 5 deletions packages/dynamic-apps-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rivet-dev/dynamic-apps-core",
"version": "0.12.0-rc.2",
"version": "0.12.0",
"description": "Build and serve isolated dynamic applications with user-defined release storage.",
"license": "Apache-2.0",
"repository": {
Expand Down Expand Up @@ -32,11 +32,11 @@
"test": "vitest run"
},
"dependencies": {
"@agentos-software/sh": "0.2.16-rc.3",
"@agentos-software/sh": "0.2.17",
"@agentos-software/tar": "0.3.5",
"@rivet-dev/agentos-core": "0.2.16-rc.3",
"@rivet-dev/agentos-toolchain": "0.2.16-rc.3",
"@rivet-dev/dynamic-apps-builder": "workspace:0.12.0-rc.2",
"@rivet-dev/agentos-core": "0.2.17",
"@rivet-dev/agentos-toolchain": "0.2.17",
"@rivet-dev/dynamic-apps-builder": "workspace:0.12.0",
"hono": "^4.7.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/dynamic-apps/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rivet-dev/dynamic-apps",
"version": "0.12.0-rc.2",
"version": "0.12.0",
"description": "Build and run user-generated HTTP applications in agentOS with durable Rivet state.",
"license": "Apache-2.0",
"repository": {
Expand Down Expand Up @@ -31,13 +31,13 @@
"test": "vitest run"
},
"dependencies": {
"@rivet-dev/dynamic-apps-core": "workspace:0.12.0-rc.2",
"@rivet-dev/agentos-core": "0.2.17",
"@rivet-dev/dynamic-apps-core": "workspace:0.12.0",
"hono": "^4.7.0",
"rivetkit": "2.3.11"
},
"devDependencies": {
"@rivet-dev/agentos-core": "0.2.16-rc.3",
"@rivet-dev/agentos-toolchain": "0.2.16-rc.3",
"@rivet-dev/agentos-toolchain": "0.2.17",
"@types/node": "^22.19.15",
"tsup": "^8.4.0",
"typescript": "^5.7.3",
Expand Down
Loading
Loading