Skip to content

Commit a6973fd

Browse files
rhyslbwclaude
andcommitted
chore(core): remove unused rxjs peer dependency
The runtime rxjs import (bufferChainSyncEvent) that made rxjs required was hoisted out of core, and core no longer references rxjs anywhere in its source or emitted types. The leftover peerDependencies/ peerDependenciesMeta entries are now dead. Resolves the residue of #1001. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 8faeefa commit a6973fd

2 files changed

Lines changed: 0 additions & 13 deletions

File tree

packages/core/package.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,6 @@
4747
"tsc-alias": "^1.8.10",
4848
"typescript": "^4.7.4"
4949
},
50-
"peerDependencies": {
51-
"rxjs": "^7.4.0"
52-
},
53-
"peerDependenciesMeta": {
54-
"rxjs": {
55-
"optional": true
56-
}
57-
},
5850
"dependencies": {
5951
"@biglup/is-cid": "^1.0.3",
6052
"@cardano-ogmios/client": "6.9.0",

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2317,11 +2317,6 @@ __metadata:
23172317
tsc-alias: ^1.8.10
23182318
typescript: ^4.7.4
23192319
web-encoding: ^1.1.5
2320-
peerDependencies:
2321-
rxjs: ^7.4.0
2322-
peerDependenciesMeta:
2323-
rxjs:
2324-
optional: true
23252320
languageName: unknown
23262321
linkType: soft
23272322

0 commit comments

Comments
 (0)