refactor: remove rxjs dependency

Replace rxjs with a lightweight internal Subject implementation
to reduce package size and complexity.
This commit is contained in:
2026-05-31 16:38:27 +08:00
parent 87c01858e7
commit 46da8abbe1
6 changed files with 55 additions and 22 deletions
+1
View File
@@ -17,3 +17,4 @@ export type {
RelationshipUpdate,
} from "./observable/events";
export type { WorldSnapshot } from "./serialization";
export type { Observable, Subscription } from "./observable/subject";