@ipld/dag-cbor
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "@ipld/dag-cbor", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "JS implementation of dag-cbor", | ||
@@ -18,3 +18,4 @@ "main": "src/index.js", | ||
"exports": { | ||
"require": "./dist/index.cjs" | ||
"require": "./dist/index.cjs", | ||
"import": "./index.js" | ||
}, | ||
@@ -21,0 +22,0 @@ "repository": { |
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
23794