Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: decentralized-identity/web5-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 299bcb0c1788bbe12420cd7889fe8e58a609b7df
Choose a base ref
...
head repository: decentralized-identity/web5-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 74fb006abcbccc2c48ba7d4093f4492f9a8e7dbb
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Feb 12, 2024

  1. Fix broken link docs warnings

    leordev committed Feb 12, 2024
    Copy the full SHA
    74fb006 View commit details
Showing with 8 additions and 8 deletions.
  1. +5 −5 packages/api/src/web5.ts
  2. +2 −2 packages/crypto-aws-kms/src/ecdsa.ts
  3. +1 −1 packages/dids/src/methods/did-dht.ts
10 changes: 5 additions & 5 deletions packages/api/src/web5.ts
Original file line number Diff line number Diff line change
@@ -26,16 +26,16 @@ export type TechPreviewOptions = {
*/
export type Web5ConnectOptions = {
/**
* Provide a {@link @web5/agent#Web5Agent} implementation. Defaults to creating a local
* {@link @web5/user-agent#Web5UserAgent} if one isn't provided
* Provide a {@link Web5Agent} implementation. Defaults to creating a local
* {@link Web5UserAgent} if one isn't provided
**/
agent?: Web5Agent;

/**
* Provide an instance of a {@link @web5/agent#AppDataStore} implementation. Defaults to
* Provide an instance of a {@link AppDataStore} implementation. Defaults to
* a LevelDB-backed store with an insecure, static unlock passphrase if one
* isn't provided. To allow the app user to enter a secure passphrase of
* their choosing, provide an initialized {@link @web5/agent#AppDataStore} instance.
* their choosing, provide an initialized {@link AppDataStore} instance.
**/
appData?: AppDataStore;

@@ -98,7 +98,7 @@ export class Web5 {
}

/**
* Connects to a {@link @web5/agent#Web5Agent}. Defaults to creating a local {@link @web5/user-agent#Web5UserAgent}
* Connects to a {@link Web5Agent}. Defaults to creating a local {@link Web5UserAgent}
* if one isn't provided.
*
* @param options - optional overrides
4 changes: 2 additions & 2 deletions packages/crypto-aws-kms/src/ecdsa.ts
Original file line number Diff line number Diff line change
@@ -162,8 +162,8 @@ export class EcdsaAlgorithm implements
*
* Note: The signature returned is normalized to low-S to prevent signature malleability. This
* ensures that the signature can be verified by other libraries that enforce strict verification.
* More information on signature malleability can be found
* {@link @web5/crypto#Secp256k1.adjustSignatureToLowS | here}.
* More information on signature malleability can be found on
* {@link Secp256k1.adjustSignatureToLowS | here}.
*
* @example
* ```ts
2 changes: 1 addition & 1 deletion packages/dids/src/methods/did-dht.ts
Original file line number Diff line number Diff line change
@@ -609,7 +609,7 @@ export class DidDht extends DidMethod {
* ```
*
* @param params - The parameters for the import operation.
* @param params.portableDid - The PortableDid object to import.
* @param params.portableDid - The {@link PortableDid} object to import.
* @param params.keyManager - Optionally specify an external Key Management System (KMS) used to
* generate keys and sign data. If not given, a new
* {@link LocalKeyManager} instance will be created and