@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 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
- ### new DataIntegrityProofSignerVerifier()
12
+ ### Constructor
13
13
 
14
- > **new DataIntegrityProofSignerVerifier**(): [`DataIntegrityProofSignerVerifier`](DataIntegrityProofSignerVerifier.md)
14
+ > **new DataIntegrityProofSignerVerifier**(): `DataIntegrityProofSignerVerifier`
15
15
 
16
16
  #### Returns
17
17
 
18
- [`DataIntegrityProofSignerVerifier`](DataIntegrityProofSignerVerifier.md)
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
- ### new JsonWebSignature2020SignerVerifier()
11
+ ### Constructor
12
12
 
13
- > **new JsonWebSignature2020SignerVerifier**(): [`JsonWebSignature2020SignerVerifier`](JsonWebSignature2020SignerVerifier.md)
13
+ > **new JsonWebSignature2020SignerVerifier**(): `JsonWebSignature2020SignerVerifier`
14
14
 
15
15
  #### Returns
16
16
 
17
- [`JsonWebSignature2020SignerVerifier`](JsonWebSignature2020SignerVerifier.md)
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
- ### new MultikeyHelper()
7
+ ### Constructor
8
8
 
9
- > **new MultikeyHelper**(): [`MultikeyHelper`](MultikeyHelper.md)
9
+ > **new MultikeyHelper**(): `MultikeyHelper`
10
10
 
11
11
  #### Returns
12
12
 
13
- [`MultikeyHelper`](MultikeyHelper.md)
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
- ### new ProofHelper()
7
+ ### Constructor
8
8
 
9
- > **new ProofHelper**(): [`ProofHelper`](ProofHelper.md)
9
+ > **new ProofHelper**(): `ProofHelper`
10
10
 
11
11
  #### Returns
12
12
 
13
- [`ProofHelper`](ProofHelper.md)
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`?): [`IProof`](../type-aliases/IProof.md)
127
+ > `static` **createUnsignedProof**(`proofType`, `verificationMethodId`, `otherParams?`): [`IProof`](../type-aliases/IProof.md)
128
128
 
129
129
  Create an unsigned proof.
130
130
 
@@ -6,6 +6,8 @@ Interface describing a DID credential status.
6
6
 
7
7
  \[`key`: `string`\]: `unknown`
8
8
 
9
+ Additional properties.
10
+
9
11
  ## Properties
10
12
 
11
13
  ### id
@@ -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**: *typeof* [`DidContexts`](../variables/DidContexts.md)\[keyof *typeof* [`DidContexts`](../variables/DidContexts.md)\]
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**: *typeof* [`DidCryptoSuites`](../variables/DidCryptoSuites.md)\[keyof *typeof* [`DidCryptoSuites`](../variables/DidCryptoSuites.md)\]
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**: *typeof* [`DidTypes`](../variables/DidTypes.md)\[keyof *typeof* [`DidTypes`](../variables/DidTypes.md)\]
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**: *typeof* [`DidVerificationMethodType`](../variables/DidVerificationMethodType.md)\[keyof *typeof* [`DidVerificationMethodType`](../variables/DidVerificationMethodType.md)\]
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**: [`IDataIntegrityProof`](../interfaces/IDataIntegrityProof.md) \| [`IJsonWebSignature2020Proof`](../interfaces/IJsonWebSignature2020Proof.md)
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**: *typeof* [`ProofTypes`](../variables/ProofTypes.md)\[keyof *typeof* [`ProofTypes`](../variables/ProofTypes.md)\]
3
+ > **ProofTypes** = *typeof* [`ProofTypes`](../variables/ProofTypes.md)\[keyof *typeof* [`ProofTypes`](../variables/ProofTypes.md)\]
4
4
 
5
5
  The types for proofs.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/standards-w3c-did",
3
- "version": "0.0.1-next.34",
3
+ "version": "0.0.1-next.35",
4
4
  "description": "Models which define the structure of W3C DID Standard",
5
5
  "repository": {
6
6
  "type": "git",