@metaplex-foundation/umi-http-fetch
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "@metaplex-foundation/umi-http-fetch", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "An HTTP implementation relying on the fetch API", | ||
"license": "MIT", | ||
@@ -22,5 +23,7 @@ "sideEffects": false, | ||
"dependencies": { | ||
"node-fetch": "^2.6.7", | ||
"@metaplex-foundation/umi-core": "^0.4.0" | ||
"node-fetch": "^2.6.7" | ||
}, | ||
"peerDependencies": { | ||
"@metaplex-foundation/umi-core": "^0.4.1" | ||
}, | ||
"devDependencies": { | ||
@@ -30,3 +33,4 @@ "@ava/typescript": "^3.0.1", | ||
"ava": "^5.1.0", | ||
"json-server": "^0.17.1" | ||
"json-server": "^0.17.1", | ||
"@metaplex-foundation/umi-core": "^0.4.1" | ||
}, | ||
@@ -33,0 +37,0 @@ "publishConfig": { |
# umi-http-fetch | ||
TODO | ||
An HTTP implementation relying on the fetch API. | ||
@@ -5,0 +5,0 @@ ## Installation |
17001
5
- Removed@metaplex-foundation/umi-core@^0.4.0