Skip to content

Commit

Permalink
fix: Using cross-fetch in did-comm
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat committed Apr 16, 2020
1 parent 16d0e62 commit 2a931ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/daf-did-comm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"build": "tsc"
},
"dependencies": {
"cross-fetch": "^3.0.4",
"daf-core": "^4.0.0-beta.45",
"debug": "^4.1.1",
"uuid": "^3.3.3"
Expand Down
1 change: 1 addition & 0 deletions packages/daf-did-comm/src/action-handler.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import 'cross-fetch/polyfill'
import { Agent, AbstractActionHandler, Action, Message } from 'daf-core'
import uuid from 'uuid'
import Debug from 'debug'
Expand Down

0 comments on commit 2a931ff

Please sign in to comment.