Skip to content

Commit

Permalink
fix(did-provider-key): align did:key resolver to spec (#1332)
Browse files Browse the repository at this point in the history
replace transmute resolvers with local implementation

fixes #1330
  • Loading branch information
mirceanis committed Jan 26, 2024
1 parent aa95af0 commit 8e3b94c
Show file tree
Hide file tree
Showing 9 changed files with 818 additions and 176 deletions.
2 changes: 1 addition & 1 deletion packages/credential-eip712/src/agent/CredentialEIP712.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import {
IRequiredContext,
IVerifyCredentialEIP712Args,
IVerifyPresentationEIP712Args,
} from '../types/ICredentialEIP712'
} from '../types/ICredentialEIP712.js'

import { getEthTypesFromInputDoc } from 'eip-712-types-generation'

Expand Down
2 changes: 1 addition & 1 deletion packages/credential-status/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@veramo/core-types": "workspace:^",
"@veramo/utils": "workspace:^",
"credential-status": "^2.0.5",
"credential-status": "^3.0.0",
"did-jwt": "^8.0.0",
"did-resolver": "^4.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/did-discovery/src/action-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
IDIDDiscoveryDiscoverDidArgs,
IDIDDiscoveryProviderResult,
IDIDDiscoveryDiscoverDidResult,
} from './types'
} from './types.js'
import { AbstractDidDiscoveryProvider } from './abstract-did-discovery-provider.js'
import { schema } from './plugin.schema.js'
import Debug from 'debug'
Expand Down
3 changes: 0 additions & 3 deletions packages/did-provider-key/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
"extract-api": "node ../cli/bin/veramo.js dev extract-api"
},
"dependencies": {
"@transmute/did-key-ed25519": "^0.3.0-unstable.10",
"@transmute/did-key-secp256k1": "^0.3.0-unstable.10",
"@transmute/did-key-x25519": "^0.3.0-unstable.10",
"@veramo/core-types": "workspace:^",
"@veramo/did-manager": "workspace:^",
"@veramo/utils": "workspace:^",
Expand Down

0 comments on commit 8e3b94c

Please sign in to comment.