Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
decentralgabe committed Oct 9, 2023
1 parent 82c460d commit a858d40
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 8 deletions.
129 changes: 124 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"@npmcli/package-json": "5.0.0",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"eslint-plugin-mocha": "^10.2.0"
}
},
}
3 changes: 2 additions & 1 deletion packages/dids/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@
"dns-packet": "^5.6.1",
"level": "8.0.0",
"ms": "2.1.3",
"z32": "^1.0.1"
"z32": "^1.0.1",
"ts-node": "^10.9.1"
},
"devDependencies": {
"@playwright/test": "1.36.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/dids/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { PrivateKeyJwk, PublicKeyJwk } from '@web5/crypto';

import { DidKeyKeySet } from './did-key.js';
import { DidIonKeySet } from './did-ion.js';
import {DidDhtKeySet} from './did-dht.js';
import { DidDhtKeySet } from './did-dht.js';

export type DidDocument = {
'@context'?: 'https://www.w3.org/ns/did/v1' | string | string[];
Expand Down

0 comments on commit a858d40

Please sign in to comment.