Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.
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
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Always include a README.md for new packages. The `README.md` should always follo
```md
# RivetKit {subname, e.g. library: Rivet Actor, driver and platform: RivetKit Cloudflare Workers Adapter}

_Lightweight Libraries for Backends_
_Library to build and scale stateful workloads_

[Learn More →](https://github.com/rivet-gg/rivetkit)

Expand Down
2 changes: 1 addition & 1 deletion packages/cloudflare-workers/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# RivetKit Cloudflare Workers Adapter

_Lightweight Libraries for Backends_
_Library to build and scale stateful workloads_

[Learn More →](https://github.com/rivet-gg/rivetkit)

Expand Down
1 change: 1 addition & 0 deletions packages/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@rivetkit/cloudflare-workers",
"version": "2.0.3",
"description": "Cloudflare Workers adapter for RivetKit actors",
"keywords": [
"rivetkit",
"cloudflare",
Expand Down
11 changes: 11 additions & 0 deletions packages/db/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# RivetKit Database

_Lightweight Libraries for Backends_

[Learn More →](https://github.com/rivet-gg/rivetkit)

[Discord](https://rivet.gg/discord) — [Documentation](https://rivetkit.org) — [Issues](https://github.com/rivet-gg/rivetkit/issues)

## License

Apache 2.0
1 change: 1 addition & 0 deletions packages/db/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@rivetkit/db",
"version": "2.0.3",
"description": "Database providers and adapters for RivetKit actors",
"license": "Apache-2.0",
"sideEffects": false,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/framework-base/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# RivetKit Framework Base

_Lightweight Libraries for Backends_
_Library to build and scale stateful workloads_

[Learn More →](https://github.com/rivet-gg/rivetkit)

Expand Down
1 change: 1 addition & 0 deletions packages/framework-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@rivetkit/framework-base",
"version": "2.0.3",
"description": "Base framework utilities for RivetKit client integrations",
"license": "Apache-2.0",
"keywords": [
"rivetkit",
Expand Down
1 change: 1 addition & 0 deletions packages/next-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@rivetkit/next-js",
"version": "2.0.3",
"description": "Next.js integration for RivetKit actors and client",
"license": "Apache-2.0",
"keywords": [
"rivetkit",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# RivetKit React

_Lightweight Libraries for Backends_
_Library to build and scale stateful workloads_

[Learn More →](https://github.com/rivet-gg/rivetkit)

Expand Down
1 change: 1 addition & 0 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@rivetkit/react",
"version": "2.0.3",
"description": "React hooks and components for RivetKit client applications",
"license": "Apache-2.0",
"keywords": [
"rivetkit",
Expand Down
11 changes: 11 additions & 0 deletions packages/rivetkit/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# RivetKit

_Library to build and scale stateful workloads_

[Learn More →](https://github.com/rivet-gg/rivetkit)

[Discord](https://rivet.gg/discord) — [Documentation](https://rivetkit.org) — [Issues](https://github.com/rivet-gg/rivetkit/issues)

## License

Apache 2.0
4 changes: 2 additions & 2 deletions packages/rivetkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "rivetkit",
"version": "2.0.3",
"description": "Lightweight libraries for building stateful actors on edge platforms",
"license": "Apache-2.0",
"keywords": [
"rivetkit",
Expand Down Expand Up @@ -148,7 +149,6 @@
},
"sideEffects": false,
"scripts": {
"dev": "pnpm build --watch",
"build": "tsup src/mod.ts src/client/mod.ts src/common/log.ts src/common/websocket.ts src/actor/errors.ts src/topologies/coordinate/mod.ts src/topologies/partition/mod.ts src/utils.ts src/driver-helpers/mod.ts src/driver-test-suite/mod.ts src/test/mod.ts src/inspector/mod.ts",
"build:schema": "./scripts/compile-bare.ts compile schemas/client-protocol/v1.bare -o dist/schemas/client-protocol/v1.ts && ./scripts/compile-bare.ts compile schemas/file-system-driver/v1.bare -o dist/schemas/file-system-driver/v1.ts && ./scripts/compile-bare.ts compile schemas/actor-persist/v1.bare -o dist/schemas/actor-persist/v1.ts",
"check-types": "tsc --noEmit",
Expand All @@ -160,7 +160,7 @@
"@bare-ts/lib": "~0.3.0",
"@hono/standard-validator": "^0.1.3",
"@hono/zod-openapi": "^0.19.10",
"@rivetkit/engine-runner": "https://pkg.pr.new/rivet-gg/engine/@rivetkit/engine-runner@664a377",
"@rivetkit/engine-runner": "https://pkg.pr.new/rivet-gg/engine/@rivetkit/engine-runner@eed1afb",
"@rivetkit/fast-json-patch": "^3.1.2",
"cbor-x": "^1.6.0",
"hono": "^4.7.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/rivetkit/src/drivers/engine/actor-driver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { WSContext } from "hono/ws";
import invariant from "invariant";
import { EncodingSchema } from "@/actor/protocol/serde";
import type { Client } from "@/client/client";
import { getLogger } from "@/common/log";
import {
type ActorDriver,
type AnyActorInstance,
Expand Down Expand Up @@ -119,6 +120,7 @@ export class EngineActorDriver implements ActorDriver {
websocket: this.#runnerWebSocket.bind(this),
onActorStart: this.#runnerOnActorStart.bind(this),
onActorStop: this.#runnerOnActorStop.bind(this),
logger: getLogger("engine-runner"),
};

// Create and start runner
Expand Down
11 changes: 11 additions & 0 deletions packages/sql-loader/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# RivetKit SQL Loader

_Lightweight Libraries for Backends_

[Learn More →](https://github.com/rivet-gg/rivetkit)

[Discord](https://rivet.gg/discord) — [Documentation](https://rivetkit.org) — [Issues](https://github.com/rivet-gg/rivetkit/issues)

## License

Apache 2.0
1 change: 1 addition & 0 deletions packages/sql-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@rivetkit/sql-loader",
"version": "2.0.3",
"description": "SQL file loader and migration utilities for RivetKit",
"license": "Apache-2.0",
"sideEffects": false,
"type": "module",
Expand Down
34 changes: 14 additions & 20 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading