multiformats
Advanced tools
Comparing version 11.0.1 to 11.0.2
@@ -0,1 +1,8 @@ | ||
## [11.0.2](https://github.com/multiformats/js-multiformats/compare/v11.0.1...v11.0.2) (2023-03-09) | ||
### Bug Fixes | ||
* add interface files to the exports map ([#246](https://github.com/multiformats/js-multiformats/issues/246)) ([a58a398](https://github.com/multiformats/js-multiformats/commit/a58a39896d7264ba0bcbaf737cce7f3a65c644ba)), closes [/github.com/ipld/js-dag-cbor/blob/master/src/index.js#L9](https://github.com/multiformats//github.com/ipld/js-dag-cbor/blob/master/src/index.js/issues/L9) | ||
## [11.0.1](https://github.com/multiformats/js-multiformats/compare/v11.0.0...v11.0.1) (2023-01-18) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "multiformats", | ||
"version": "11.0.1", | ||
"version": "11.0.2", | ||
"description": "Interface for multihash, multicodec, multibase and CID", | ||
@@ -99,2 +99,6 @@ "author": "Mikeal Rogers <mikeal.rogers@gmail.com> (https://www.mikealrogers.com/)", | ||
}, | ||
"./bases/interface": { | ||
"types": "./dist/types/src/bases/interface.d.ts", | ||
"import": "./src/bases/interface.js" | ||
}, | ||
"./basics": { | ||
@@ -108,2 +112,6 @@ "types": "./dist/types/src/basics.d.ts", | ||
}, | ||
"./block/interface": { | ||
"types": "./dist/types/src/block/interface.d.ts", | ||
"import": "./src/block/interface.js" | ||
}, | ||
"./bytes": { | ||
@@ -117,2 +125,6 @@ "types": "./dist/types/src/bytes.d.ts", | ||
}, | ||
"./codecs/interface": { | ||
"types": "./dist/types/src/codecs/interface.d.ts", | ||
"import": "./src/codecs/interface.js" | ||
}, | ||
"./codecs/json": { | ||
@@ -138,2 +150,6 @@ "types": "./dist/types/src/codecs/json.d.ts", | ||
}, | ||
"./hashes/interface": { | ||
"types": "./dist/types/src/hashes/interface.d.ts", | ||
"import": "./src/hashes/interface.js" | ||
}, | ||
"./hashes/sha2": { | ||
@@ -152,2 +168,6 @@ "types": "./dist/types/src/hashes/sha2.d.ts", | ||
}, | ||
"./link/interface": { | ||
"types": "./dist/types/src/interface.d.ts", | ||
"import": "./src/interface.js" | ||
}, | ||
"./traversal": { | ||
@@ -154,0 +174,0 @@ "types": "./dist/types/src/traversal.d.ts", |
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
263794
1