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
1 change: 0 additions & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,4 @@ ease of changes. If you have access to the Liveblocks backend repo, avoid making
changes to them directly here — prefer editing the source in the backend repo.

- `packages/liveblocks-server`
- `packages/liveblocks-zenrouter`
- `tools/liveblocks-cli`
1 change: 0 additions & 1 deletion package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"shared/*",
"packages/*",
"!packages/liveblocks-server",
"!packages/liveblocks-zenrouter",
"tools/*",
"!tools/liveblocks-cli",
"e2e/next-ai-kitchen-sink",
Expand Down
3 changes: 2 additions & 1 deletion packages/liveblocks-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@liveblocks/server",
"version": "1.0.12",
"version": "1.0.14",
"description": "Liveblocks backend server foundation.",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -43,6 +43,7 @@
"test:e2e": "jest --silent --verbose --color=always --config=./jest.config.e2e.js"
},
"license": "AGPL-3.0-or-later",
"author": "Liveblocks Inc.",
"devDependencies": {
"@liveblocks/eslint-config": "*",
"@liveblocks/jest-config": "*",
Expand Down
25 changes: 0 additions & 25 deletions packages/liveblocks-zenrouter/.eslintrc.cjs

This file was deleted.

3 changes: 0 additions & 3 deletions packages/liveblocks-zenrouter/.lvimrc

This file was deleted.

100 changes: 0 additions & 100 deletions packages/liveblocks-zenrouter/README.md

This file was deleted.

51 changes: 0 additions & 51 deletions packages/liveblocks-zenrouter/package.json

This file was deleted.

139 changes: 0 additions & 139 deletions packages/liveblocks-zenrouter/src/ErrorHandler.ts

This file was deleted.

Loading
Loading