Skip to content

Commit a7d9195

Browse files
committed
chore(ci): update pkg.pr.new for shared packages (#3786)
1 parent 23802e1 commit a7d9195

File tree

9 files changed

+795
-348
lines changed

9 files changed

+795
-348
lines changed

.github/workflows/pkg-pr-new.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
- run: corepack enable
1313
- uses: actions/setup-node@v4
1414
- run: pnpm install
15-
- run: pnpm build -F '@rivetkit/*'
16-
- run: pnpm dlx pkg-pr-new publish 'engine/sdks/typescript/runner/' 'engine/sdks/typescript/runner-protocol/' 'rivetkit-typescript/packages/*' --packageManager pnpm --template './examples/*'
15+
- run: pnpm build -F '@rivetkit/*' -F '!@rivetkit/example-registry'
16+
- 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/*'

examples/chat-room-next-js/package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/next-js/package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-lock.yaml

Lines changed: 101 additions & 98 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rivetkit-asyncapi/asyncapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"asyncapi": "3.0.0",
33
"info": {
44
"title": "RivetKit WebSocket Protocol",
5-
"version": "2.0.32",
5+
"version": "2.0.33",
66
"description": "WebSocket protocol for bidirectional communication between RivetKit clients and actors"
77
},
88
"channels": {

rivetkit-openapi/openapi.json

Lines changed: 445 additions & 1 deletion
Large diffs are not rendered by default.
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
export type { Client } from "rivetkit";
2-
export type { DriverContext } from "./actor-driver";
3-
export { createActorDurableObject } from "./actor-handler-do";
4-
export type { InputConfig as Config } from "./config";
5-
export {
6-
type Bindings,
7-
createHandler,
8-
createInlineClient,
9-
HandlerOutput,
10-
InlineOutput,
11-
} from "./handler";
1+
// export type { Client } from "rivetkit";
2+
// export type { DriverContext } from "./actor-driver";
3+
// export { createActorDurableObject } from "./actor-handler-do";
4+
// export type { InputConfig as Config } from "./config";
5+
// export {
6+
// type Bindings,
7+
// createHandler,
8+
// createInlineClient,
9+
// HandlerOutput,
10+
// InlineOutput,
11+
// } from "./handler";

0 commit comments

Comments
 (0)