@metaplex-foundation/umi-http-fetch
Advanced tools
Comparing version 0.8.8 to 0.8.9
{ | ||
"name": "@metaplex-foundation/umi-http-fetch", | ||
"version": "0.8.8", | ||
"version": "0.8.9", | ||
"description": "An HTTP implementation relying on the fetch API", | ||
@@ -12,2 +12,3 @@ "license": "MIT", | ||
".": { | ||
"types": "./dist/types/index.d.ts", | ||
"import": "./dist/esm/index.mjs", | ||
@@ -27,3 +28,3 @@ "require": "./dist/cjs/index.cjs" | ||
"peerDependencies": { | ||
"@metaplex-foundation/umi": "^0.8.8" | ||
"@metaplex-foundation/umi": "^0.8.9" | ||
}, | ||
@@ -35,3 +36,3 @@ "devDependencies": { | ||
"json-server": "^0.17.1", | ||
"@metaplex-foundation/umi": "^0.8.8" | ||
"@metaplex-foundation/umi": "^0.8.9" | ||
}, | ||
@@ -38,0 +39,0 @@ "publishConfig": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17691