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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"cbor2": "2.3.0",
"preact": "10.29.7",
"typebox": "1.3.6",
"wire-mesh-core": "1.13.0",
"wire-mesh-core": "1.30.0",
"ws": "8.21.1",
"zod": "4.4.3"
},
Expand Down
27 changes: 22 additions & 5 deletions pnpm-lock.yaml

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

2 changes: 2 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ overrides:
ip-address: ">=10.2.0"
protobufjs: "^7.6.1"
qs: ">=6.15.2"
# trilean@1.6.1's published package.json still declares its sibling dependency as an unrewritten workspace:^ range, which breaks resolution for every external installer -- filed upstream as ExaDev/trilean#46, not yet fixed there. Pin to trilean-regex's own real published version until that lands.
trilean-regex: "1.0.2"
saveExact: true
2 changes: 1 addition & 1 deletion src/test/create-room-mints-owner-grant.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ test("createRoom persists a self-signed room:member grant for the owner", async
const verdict = await verifyCapabilityToken(token, {
identity: verifierIdentity,
clock: createSystemClock(),
revocation: { isRevoked: async () => false },
revocation: { entriesFor: async () => [] },
expectedBearer: deviceIdFromHex(owner.id),
});

Expand Down