Skip to content

Commit 66741d6

Browse files
authored
Export the Service type from did-resolver (#9)
1 parent d51559f commit 66741d6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/weak-banks-sort.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@agentcommercekit/did": patch
3+
---
4+
5+
Added Service type export

packages/did/src/did-document.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import type { DIDDocument as DidDocument } from "did-resolver"
1+
import type { DIDDocument as DidDocument, Service } from "did-resolver"
22

3-
export type { DidDocument }
3+
export type { DidDocument, Service }
44

55
/**
66
* Check if a value is a did document

0 commit comments

Comments
 (0)