Skip to content

Commit

Permalink
fix: trigger interface upgrade for all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Apr 4, 2024
1 parent b44a513 commit 9dbd343
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/client/src/connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ class Connection {
this.hasher = options.hasher || sha256
}
/**
* Execute invocations.
*
* @template {API.Capability} C
* @template {API.Tuple<API.ServiceInvocation<C, T>>} I
* @param {I} invocations
Expand Down
1 change: 1 addition & 0 deletions packages/principal/src/lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ export * from './multiformat.js'
export const Verifier = ed25519.Verifier.or(RSA.Verifier)
export const Signer = ed25519.or(RSA)

// exports
export { ed25519, RSA, Absentee }
1 change: 1 addition & 0 deletions packages/transport/src/lib.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// top level exports
export * as CAR from './car.js'
export * as HTTP from './http.js'
export * as UTF8 from './utf8.js'
Expand Down
1 change: 0 additions & 1 deletion packages/validator/src/lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ const resolveSources = async ({ delegation }, config) => {
proofs.push(proof)
}
}

// In the second pass we attempt to proofs that were resolved and are aligned.
for (const proof of proofs) {
// If proof is not valid (expired, not active yet or has incorrect
Expand Down

0 comments on commit 9dbd343

Please sign in to comment.