@twin.org/standards-w3c-did 0.0.1-next.16 → 0.0.1-next.18

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,5 @@
1
1
  # @twin.org/standards-w3c-did - Changelog
2
2
 
3
- ## v0.0.1-next.16
3
+ ## v0.0.1-next.18
4
4
 
5
5
  - Initial Release
@@ -4,7 +4,7 @@ Interface describing a DID credential status.
4
4
 
5
5
  ## Indexable
6
6
 
7
- \[`key`: `string`\]: `unknown`
7
+ \[`key`: `string`\]: `unknown`
8
8
 
9
9
  ## Properties
10
10
 
@@ -7,7 +7,7 @@ https://www.w3.org/TR/vc-data-integrity/
7
7
 
8
8
  ### @context
9
9
 
10
- > **@context**: `"https://w3id.org/security/data-integrity/v2"` \| [`"https://w3id.org/security/data-integrity/v2"`, `...string[]`]
10
+ > **@context**: `"https://w3id.org/security/data-integrity/v2"` \| \[`"https://w3id.org/security/data-integrity/v2"`, `...string[]`\]
11
11
 
12
12
  JSON-LD Context.
13
13
 
@@ -6,7 +6,7 @@ Interface describing a verifiable credential.
6
6
 
7
7
  ### @context
8
8
 
9
- > **@context**: `"https://www.w3.org/ns/credentials/v2"` \| [`"https://www.w3.org/ns/credentials/v2"`, `...string[]`]
9
+ > **@context**: `"https://www.w3.org/ns/credentials/v2"` \| \[`"https://www.w3.org/ns/credentials/v2"`, `...string[]`\]
10
10
 
11
11
  The context for the verifiable credential.
12
12
 
@@ -6,7 +6,7 @@ Interface describing a verifiable presentation.
6
6
 
7
7
  ### @context
8
8
 
9
- > **@context**: `"https://www.w3.org/ns/credentials/v2"` \| [`"https://www.w3.org/ns/credentials/v2"`, `...string[]`]
9
+ > **@context**: `"https://www.w3.org/ns/credentials/v2"` \| \[`"https://www.w3.org/ns/credentials/v2"`, `...string[]`\]
10
10
 
11
11
  The context for the verifiable presentation.
12
12
 
@@ -6,4 +6,4 @@ The types of verification method.
6
6
 
7
7
  ## Index Signature
8
8
 
9
- \[`id`: `string`\]: keyof `Pick`\<[`IDidDocument`](../interfaces/IDidDocument.md), `"verificationMethod"` \| `"authentication"` \| `"assertionMethod"` \| `"keyAgreement"` \| `"capabilityInvocation"` \| `"capabilityDelegation"`\>
9
+ \[`id`: `string`\]: `"verificationMethod"` \| `"authentication"` \| `"assertionMethod"` \| `"keyAgreement"` \| `"capabilityInvocation"` \| `"capabilityDelegation"`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/standards-w3c-did",
3
- "version": "0.0.1-next.16",
3
+ "version": "0.0.1-next.18",
4
4
  "description": "Models which define the structure of W3C DID Standard",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,7 +26,7 @@
26
26
  "import": "./dist/esm/index.mjs",
27
27
  "types": "./dist/types/index.d.ts"
28
28
  },
29
- "./locales": "./locales"
29
+ "./locales/*.json": "./locales/*.json"
30
30
  },
31
31
  "files": [
32
32
  "dist/cjs",