@twin.org/standards-w3c-did 0.0.1-next.10 → 0.0.1-next.11

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.
@@ -1,10 +1,10 @@
1
- import type { IJsonLdContextDefinitionRoot, IJsonLdNodeObject } from "@twin.org/data-json-ld";
1
+ import type { IJsonLdContextDefinitionRoot, IJsonLdObject } from "@twin.org/data-json-ld";
2
2
  import type { IDidCredentialStatus } from "./IDidCredentialStatus";
3
3
  import type { IDidProof } from "./IDidProof";
4
4
  /**
5
5
  * Interface describing a verifiable credential.
6
6
  */
7
- export interface IDidVerifiableCredential<T extends IJsonLdNodeObject = IJsonLdNodeObject> {
7
+ export interface IDidVerifiableCredential<T extends IJsonLdObject = IJsonLdObject> {
8
8
  /**
9
9
  * The context for the verifiable credential.
10
10
  */
@@ -1,10 +1,10 @@
1
- import type { IJsonLdContextDefinitionRoot, IJsonLdNodeObject } from "@twin.org/data-json-ld";
1
+ import type { IJsonLdContextDefinitionRoot, IJsonLdObject } from "@twin.org/data-json-ld";
2
2
  import type { IDidProof } from "./IDidProof";
3
3
  import type { IDidVerifiableCredential } from "./IDidVerifiableCredential";
4
4
  /**
5
5
  * Interface describing a verifiable presentation.
6
6
  */
7
- export interface IDidVerifiablePresentation<T extends IJsonLdNodeObject = IJsonLdNodeObject> {
7
+ export interface IDidVerifiablePresentation<T extends IJsonLdObject = IJsonLdObject> {
8
8
  /**
9
9
  * The context for the verifiable credential.
10
10
  */
package/docs/changelog.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # @twin.org/standards-w3c-did - Changelog
2
2
 
3
- ## v0.0.1-next.10
3
+ ## v0.0.1-next.11
4
4
 
5
5
  - Initial Release
@@ -4,7 +4,7 @@ Interface describing a verifiable credential.
4
4
 
5
5
  ## Type Parameters
6
6
 
7
- • **T** *extends* `IJsonLdNodeObject` = `IJsonLdNodeObject`
7
+ • **T** *extends* `IJsonLdObject` = `IJsonLdObject`
8
8
 
9
9
  ## Properties
10
10
 
@@ -4,7 +4,7 @@ Interface describing a verifiable presentation.
4
4
 
5
5
  ## Type Parameters
6
6
 
7
- • **T** *extends* `IJsonLdNodeObject` = `IJsonLdNodeObject`
7
+ • **T** *extends* `IJsonLdObject` = `IJsonLdObject`
8
8
 
9
9
  ## Properties
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/standards-w3c-did",
3
- "version": "0.0.1-next.10",
3
+ "version": "0.0.1-next.11",
4
4
  "description": "Models which define the structure of W3C DID Standard",
5
5
  "repository": {
6
6
  "type": "git",