Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update website #191

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"jest": "^29.7.0",
"prettier": "^3.1.1",
"turbo": "^1.11.2",
"typedoc": "0.25.4",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.3.3"
"typedoc": "0.26.3",
"typedoc-plugin-markdown": "^4.1.1",
"typescript": "^5.5.3"
}
}
2 changes: 0 additions & 2 deletions packages/dids/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/**
* # DID
*
* A simple library to interact with DIDs that conform to the DID-provider interface.
*
* ## Installation
Expand Down
1 change: 0 additions & 1 deletion packages/key-did-provider-ed25519/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/**
* # ed25519 key did provider
* This is a DID Provider which implements [EIP2844](https://eips.ethereum.org/EIPS/eip-2844) for `did:key:` using ed25519. It also supports decryption using x25519.
*
* ## Installation
Expand Down
3 changes: 1 addition & 2 deletions packages/key-did-provider-secp256k1/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/**
* # secp256k1 Key Did Provider
* This is a DID Provider which implements [EIP2844](https://eips.ethereum.org/EIPS/eip-2844) for `did:key:` using secp256k1.
*
* ## Installation
Expand Down Expand Up @@ -30,7 +29,7 @@
* await did.verifyJWS(jws)
* ```
*
* @module @didtools/key-secp256k1
* @module key-secp256k1
*/

import { createJWS, ES256KSigner } from 'did-jwt'
Expand Down
3 changes: 1 addition & 2 deletions packages/key-did-provider-webcrypto/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/**
* # Webcrypto Key Did Provider
* This is a DID Provider which implements [EIP2844](https://eips.ethereum.org/EIPS/eip-2844) for `did:key:` using webcrypto with non-extractable keys.
*
* ## Installation
Expand Down Expand Up @@ -30,7 +29,7 @@
* await did.verifyJWS(jws)
* ```
*
* @module @didtools/key-webcrypto
* @module key-webcrypto
*/

import type {
Expand Down
2 changes: 0 additions & 2 deletions packages/key-did/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/**
* # Key DID
*
* Utility functions for `did:key` DIDs.
*
* ## Installation
Expand Down
2 changes: 1 addition & 1 deletion packages/key-webauthn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"did-session": "workspace:*",
"dids": "workspace:*",
"esbuild": "^0.19.9",
"typescript": "^5.3.2"
"typescript": "^5.5.3"
},
"dependencies": {
"@didtools/cacao": "workspace:*",
Expand Down
3 changes: 1 addition & 2 deletions packages/multidid/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/**
* # Multidid
* Multidid is a representation strategy for DIDs and DID URLs that is very compact and extensible. It allows any DID method to be represented as a
* string of bytes. Reference [specification](https://github.com/ChainAgnostic/multidid).
*
Expand Down Expand Up @@ -40,7 +39,7 @@
*
* ```
*
* @module @didtools/multidid
* @module multidid
*/

import * as u8a from 'uint8arrays'
Expand Down
2 changes: 0 additions & 2 deletions packages/pkh-did-resolver/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/**
* # PKH DID method resolver
*
* This package contains did:pkh method resolver implementation. Please refer to the [specification](https://github.com/w3c-ccg/did-pkh/blob/main/did-pkh-method-draft.md) for details about how this DID method works.
*
* ## Usage
Expand Down
2 changes: 1 addition & 1 deletion packages/pkh-ethereum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"homepage": "https://github.com/ceramicnetwork/js-did#readme",
"devDependencies": {
"typescript": "^5.3.2"
"typescript": "^5.5.3"
},
"dependencies": {
"@didtools/cacao": "workspace:^3.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/pkh-ethereum/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/**
* # Ethereum AuthMethod and Verifier
* Implements support to authenticate, authorize and verify with Ethereum accounts as a did:pkh with SIWE(X) and CACAO.
* Primarly used with `did-session` and `@didtools/cacao`.
*
Expand Down
2 changes: 1 addition & 1 deletion packages/pkh-solana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"homepage": "https://github.com/ceramicnetwork/js-did#readme",
"devDependencies": {
"typescript": "^5.3.2"
"typescript": "^5.5.3"
},
"dependencies": {
"@didtools/cacao": "workspace:^3.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/pkh-solana/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/**
* # Solana AuthMethod and Verifier
* Implements support to authenticate, authorize and verify with Solana accounts as a did:pkh with SIWS(X) and CACAO.
* Primarly used with `did-session` and `@didtools/cacao`.
*
Expand Down
2 changes: 1 addition & 1 deletion packages/pkh-stacks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"homepage": "https://github.com/ceramicnetwork/js-did#readme",
"devDependencies": {
"typescript": "^5.3.2"
"typescript": "^5.5.3"
},
"dependencies": {
"@didtools/cacao": "workspace:^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/pkh-tezos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@taquito/signer": "^17.4.0",
"@taquito/taquito": "^17.4.0",
"@taquito/utils": "^17.4.0",
"typescript": "^5.3.2"
"typescript": "^5.5.3"
},
"dependencies": {
"@didtools/cacao": "workspace:^3.0.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/siwx/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @module siwx
*/

export {
SiwxMessage,
toString,
Expand Down
Loading
Loading