@twin.org/standards-w3c-did 0.0.1-next.34 → 0.0.1-next.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/changelog.md +7 -0
- package/docs/reference/classes/DataIntegrityProofSignerVerifier.md +3 -3
- package/docs/reference/classes/JsonWebSignature2020SignerVerifier.md +3 -3
- package/docs/reference/classes/MultikeyHelper.md +3 -3
- package/docs/reference/classes/ProofHelper.md +4 -4
- package/docs/reference/interfaces/IDidCredentialStatus.md +2 -0
- package/docs/reference/interfaces/IDidDocumentVerificationMethod.md +1 -1
- package/docs/reference/type-aliases/DidContexts.md +1 -1
- package/docs/reference/type-aliases/DidCryptoSuites.md +1 -1
- package/docs/reference/type-aliases/DidTypes.md +1 -1
- package/docs/reference/type-aliases/DidVerificationMethodType.md +1 -1
- package/docs/reference/type-aliases/IProof.md +1 -1
- package/docs/reference/type-aliases/ProofTypes.md +1 -1
- package/package.json +1 -1
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @twin.org/standards-w3c-did - Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.1-next.35](https://github.com/twinfoundation/standards/compare/standards-w3c-did-v0.0.1-next.34...standards-w3c-did-v0.0.1-next.35) (2025-04-17)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* use shared store mechanism ([#11](https://github.com/twinfoundation/standards/issues/11)) ([96fa237](https://github.com/twinfoundation/standards/commit/96fa23735f69c1fc7e3d0019b527634fa0a042d9))
|
|
9
|
+
|
|
3
10
|
## [0.0.1-next.34](https://github.com/twinfoundation/standards/compare/standards-w3c-did-v0.0.1-next.33...standards-w3c-did-v0.0.1-next.34) (2025-03-28)
|
|
4
11
|
|
|
5
12
|
|
|
@@ -9,13 +9,13 @@ https://www.w3.org/TR/vc-di-eddsa/#eddsa-jcs-2022
|
|
|
9
9
|
|
|
10
10
|
## Constructors
|
|
11
11
|
|
|
12
|
-
###
|
|
12
|
+
### Constructor
|
|
13
13
|
|
|
14
|
-
> **new DataIntegrityProofSignerVerifier**():
|
|
14
|
+
> **new DataIntegrityProofSignerVerifier**(): `DataIntegrityProofSignerVerifier`
|
|
15
15
|
|
|
16
16
|
#### Returns
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
`DataIntegrityProofSignerVerifier`
|
|
19
19
|
|
|
20
20
|
## Properties
|
|
21
21
|
|
|
@@ -8,13 +8,13 @@ Helper methods for creating and verifying proofs.
|
|
|
8
8
|
|
|
9
9
|
## Constructors
|
|
10
10
|
|
|
11
|
-
###
|
|
11
|
+
### Constructor
|
|
12
12
|
|
|
13
|
-
> **new JsonWebSignature2020SignerVerifier**():
|
|
13
|
+
> **new JsonWebSignature2020SignerVerifier**(): `JsonWebSignature2020SignerVerifier`
|
|
14
14
|
|
|
15
15
|
#### Returns
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
`JsonWebSignature2020SignerVerifier`
|
|
18
18
|
|
|
19
19
|
## Properties
|
|
20
20
|
|
|
@@ -4,13 +4,13 @@ Helper methods for multikey.
|
|
|
4
4
|
|
|
5
5
|
## Constructors
|
|
6
6
|
|
|
7
|
-
###
|
|
7
|
+
### Constructor
|
|
8
8
|
|
|
9
|
-
> **new MultikeyHelper**():
|
|
9
|
+
> **new MultikeyHelper**(): `MultikeyHelper`
|
|
10
10
|
|
|
11
11
|
#### Returns
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
`MultikeyHelper`
|
|
14
14
|
|
|
15
15
|
## Properties
|
|
16
16
|
|
|
@@ -4,13 +4,13 @@ Helper methods for creating and verifying proofs.
|
|
|
4
4
|
|
|
5
5
|
## Constructors
|
|
6
6
|
|
|
7
|
-
###
|
|
7
|
+
### Constructor
|
|
8
8
|
|
|
9
|
-
> **new ProofHelper**():
|
|
9
|
+
> **new ProofHelper**(): `ProofHelper`
|
|
10
10
|
|
|
11
11
|
#### Returns
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
`ProofHelper`
|
|
14
14
|
|
|
15
15
|
## Properties
|
|
16
16
|
|
|
@@ -124,7 +124,7 @@ True if the credential was verified.
|
|
|
124
124
|
|
|
125
125
|
### createUnsignedProof()
|
|
126
126
|
|
|
127
|
-
> `static` **createUnsignedProof**(`proofType`, `verificationMethodId`, `otherParams
|
|
127
|
+
> `static` **createUnsignedProof**(`proofType`, `verificationMethodId`, `otherParams?`): [`IProof`](../type-aliases/IProof.md)
|
|
128
128
|
|
|
129
129
|
Create an unsigned proof.
|
|
130
130
|
|
|
@@ -8,7 +8,7 @@ Interface describing a DID document verification method.
|
|
|
8
8
|
|
|
9
9
|
## Indexable
|
|
10
10
|
|
|
11
|
-
\[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdIdMap` \| `IJsonLdNodeObject` \| `IJsonLdListObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdSetObject` \| `IJsonLdJsonObject` \| `IJsonLdIndexMap` \| `IJsonLdLanguageMap` \| `IJsonLdGraphObject` \| `IJsonLdNodeObject`[] \| `IJsonLdJsonObject`[] \| \{\} \| `IJsonLdTypeMap` \| `IJsonLdNodePrimitive`[]
|
|
11
|
+
\[`key`: `string`\]: `undefined` \| `null` \| `string` \| `number` \| `boolean` \| `string`[] \| `IJsonLdContextDefinition` \| `IJsonLdContextDefinitionElement`[] \| `IJsonLdIdMap` \| `IJsonLdNodeObject` \| `IJsonLdListObject` \| `object` & `object` \| `object` & `object` \| `object` & `object` \| `IJsonLdSetObject` \| `IJsonLdJsonObject` \| `IJsonLdIndexMap` \| `IJsonLdLanguageMap` \| `IJsonLdGraphObject` \| `IJsonLdNodeObject`[] \| `IJsonLdJsonObject`[] \| \{[`key`: `string`]: `string`; \} \| `IJsonLdTypeMap` \| `IJsonLdNodePrimitive`[]
|
|
12
12
|
|
|
13
13
|
## Properties
|
|
14
14
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Type Alias: DidContexts
|
|
2
2
|
|
|
3
|
-
> **DidContexts
|
|
3
|
+
> **DidContexts** = *typeof* [`DidContexts`](../variables/DidContexts.md)\[keyof *typeof* [`DidContexts`](../variables/DidContexts.md)\]
|
|
4
4
|
|
|
5
5
|
The contexts for DIDs.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Type Alias: DidCryptoSuites
|
|
2
2
|
|
|
3
|
-
> **DidCryptoSuites
|
|
3
|
+
> **DidCryptoSuites** = *typeof* [`DidCryptoSuites`](../variables/DidCryptoSuites.md)\[keyof *typeof* [`DidCryptoSuites`](../variables/DidCryptoSuites.md)\]
|
|
4
4
|
|
|
5
5
|
The types for DID Proof crypto suites.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Type Alias: DidTypes
|
|
2
2
|
|
|
3
|
-
> **DidTypes
|
|
3
|
+
> **DidTypes** = *typeof* [`DidTypes`](../variables/DidTypes.md)\[keyof *typeof* [`DidTypes`](../variables/DidTypes.md)\]
|
|
4
4
|
|
|
5
5
|
The types for DIDs.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Type Alias: DidVerificationMethodType
|
|
2
2
|
|
|
3
|
-
> **DidVerificationMethodType
|
|
3
|
+
> **DidVerificationMethodType** = *typeof* [`DidVerificationMethodType`](../variables/DidVerificationMethodType.md)\[keyof *typeof* [`DidVerificationMethodType`](../variables/DidVerificationMethodType.md)\]
|
|
4
4
|
|
|
5
5
|
The types of verification method.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Type Alias: IProof
|
|
2
2
|
|
|
3
|
-
> **IProof
|
|
3
|
+
> **IProof** = [`IDataIntegrityProof`](../interfaces/IDataIntegrityProof.md) \| [`IJsonWebSignature2020Proof`](../interfaces/IJsonWebSignature2020Proof.md)
|
|
4
4
|
|
|
5
5
|
Interface describing a proof.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Type Alias: ProofTypes
|
|
2
2
|
|
|
3
|
-
> **ProofTypes
|
|
3
|
+
> **ProofTypes** = *typeof* [`ProofTypes`](../variables/ProofTypes.md)\[keyof *typeof* [`ProofTypes`](../variables/ProofTypes.md)\]
|
|
4
4
|
|
|
5
5
|
The types for proofs.
|