@twin.org/standards-w3c-did 0.0.1-next.17 → 0.0.1-next.19
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 +1 -1
- package/docs/reference/interfaces/IDidCredentialStatus.md +1 -1
- package/docs/reference/interfaces/IDidProof.md +1 -1
- package/docs/reference/interfaces/IDidVerifiableCredential.md +1 -1
- package/docs/reference/interfaces/IDidVerifiablePresentation.md +1 -1
- package/docs/reference/variables/DidVerificationMethodType.md +1 -1
- package/package.json +3 -3
package/docs/changelog.md
CHANGED
|
@@ -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
|
-
|
|
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.
|
|
3
|
+
"version": "0.0.1-next.19",
|
|
4
4
|
"description": "Models which define the structure of W3C DID Standard",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"types": "./dist/types/index.d.ts",
|
|
23
23
|
"exports": {
|
|
24
24
|
".": {
|
|
25
|
+
"types": "./dist/types/index.d.ts",
|
|
25
26
|
"require": "./dist/cjs/index.cjs",
|
|
26
|
-
"import": "./dist/esm/index.mjs"
|
|
27
|
-
"types": "./dist/types/index.d.ts"
|
|
27
|
+
"import": "./dist/esm/index.mjs"
|
|
28
28
|
},
|
|
29
29
|
"./locales/*.json": "./locales/*.json"
|
|
30
30
|
},
|