-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
export { default as DID } from "./lib/did.js"; | ||
export { default as Lac1DID } from "./lib/lac1/lac1Did.js"; | ||
export { default as DIDRecoverable } from "./lib/didrecoverable.js"; | ||
export { getResolver as Resolver } from "./lib/resolver.js"; | ||
export { getResolver as Lac1Resolver } from "./lib/lac1/resolver.js"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
export const LAC1_DID_TYPE_CODE = "0001"; | ||
export const LAC1_DID_METHOD_NAME = "lac1"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@lacchain/did", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "The LACChain DID Method NodeJS Implementation", | ||
"author": "Sergio Ceron Figueroa <[email protected]>", | ||
"keywords": [ | ||
|