Skip to content

Commit ed4fcc6

Browse files
author
promer94
authored
fix: upgrade cross-fetch to support cloudflare workers (#58)
* fix: upgrade cross-fetch to support cloudflare workers * add lock file back
1 parent 88bf97d commit ed4fcc6

File tree

3 files changed

+9796
-3
lines changed

3 files changed

+9796
-3
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ package/
55
lib/
66
lib.esm/
77
example/browser/dist/
8-
*.tgz
9-
pnpm-lock.yaml
8+
*.tgz

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@ethersproject/providers": "^5.7.2",
6767
"@metamask/eth-sig-util": "^5.0.2",
6868
"blake2b": "^2.1.4",
69-
"cross-fetch": "^3.1.5",
69+
"cross-fetch": "^4.0.0",
7070
"ethers": "^5.6.9",
7171
"grapheme-splitter": "^1.0.4",
7272
"jest-environment-jsdom": "^29.3.1",

0 commit comments

Comments
 (0)