Skip to content
Closed
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 .github/workflows/pkg-pr-new.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
- run: corepack enable
- uses: actions/setup-node@v4
- run: pnpm install
- run: pnpm build -F '@rivetkit/*'
- run: pnpm dlx pkg-pr-new publish 'engine/sdks/typescript/runner/' 'engine/sdks/typescript/runner-protocol/' 'rivetkit-typescript/packages/*' --packageManager pnpm --template './examples/*'
- run: pnpm build -F '@rivetkit/*' -F '!@rivetkit/example-registry'
- run: pnpm dlx pkg-pr-new publish 'shared/typescript/*' 'engine/sdks/typescript/runner/' 'engine/sdks/typescript/runner-protocol/' 'rivetkit-typescript/packages/*' --packageManager pnpm --template './examples/*'
2 changes: 1 addition & 1 deletion examples/chat-room-next-js/package.json

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

2 changes: 1 addition & 1 deletion examples/next-js/package.json

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

199 changes: 101 additions & 98 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rivetkit-asyncapi/asyncapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"asyncapi": "3.0.0",
"info": {
"title": "RivetKit WebSocket Protocol",
"version": "2.0.32",
"version": "2.0.33",
"description": "WebSocket protocol for bidirectional communication between RivetKit clients and actors"
},
"channels": {
Expand Down
446 changes: 445 additions & 1 deletion rivetkit-openapi/openapi.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions rivetkit-typescript/packages/cloudflare-workers/src/mod.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
export type { Client } from "rivetkit";
export type { DriverContext } from "./actor-driver";
export { createActorDurableObject } from "./actor-handler-do";
export type { InputConfig as Config } from "./config";
export {
type Bindings,
createHandler,
createInlineClient,
HandlerOutput,
InlineOutput,
} from "./handler";
// export type { Client } from "rivetkit";
// export type { DriverContext } from "./actor-driver";
// export { createActorDurableObject } from "./actor-handler-do";
// export type { InputConfig as Config } from "./config";
// export {
// type Bindings,
// createHandler,
// createInlineClient,
// HandlerOutput,
// InlineOutput,
// } from "./handler";
Loading
Loading