@metaplex-foundation/umi-serializer-data-view
Advanced tools
Comparing version 0.8.8 to 0.8.9
{ | ||
"name": "@metaplex-foundation/umi-serializer-data-view", | ||
"version": "0.8.8", | ||
"version": "0.8.9", | ||
"description": "A serializer implementation relying on the native DataView API", | ||
@@ -12,2 +12,3 @@ "license": "MIT", | ||
".": { | ||
"types": "./dist/types/index.d.ts", | ||
"import": "./dist/esm/index.mjs", | ||
@@ -24,3 +25,3 @@ "require": "./dist/cjs/index.cjs" | ||
"peerDependencies": { | ||
"@metaplex-foundation/umi": "^0.8.8" | ||
"@metaplex-foundation/umi": "^0.8.9" | ||
}, | ||
@@ -30,3 +31,3 @@ "devDependencies": { | ||
"ava": "^5.1.0", | ||
"@metaplex-foundation/umi": "^0.8.8" | ||
"@metaplex-foundation/umi": "^0.8.9" | ||
}, | ||
@@ -33,0 +34,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
15740