Skip to content

Commit

Permalink
fix: import kv-store from workspace in did-comm
Browse files Browse the repository at this point in the history
  • Loading branch information
radleylewis committed Nov 10, 2023
1 parent fd8dcb9 commit 70fcde3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/did-comm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@veramo/core-types": "workspace:^",
"@veramo/message-handler": "workspace:^",
"@veramo/utils": "workspace:^",
"kv-store": "^0.0.1",
"@veramo/kv-store": "workspace:^",
"cross-fetch": "^4.0.0",
"debug": "^4.3.3",
"did-jwt": "^7.4.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
KeyValueTypeORMStoreAdapter,
Entities as KVStoreEntities,
kvStoreMigrations,
} from '../../../kv-store/src'
} from '@veramo/kv-store'
import {
createAgent,
RequesterDid,
Expand Down
13 changes: 3 additions & 10 deletions pnpm-lock.yaml

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

0 comments on commit 70fcde3

Please sign in to comment.