@multiformats/sha3
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@multiformats/sha3", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"scripts": { | ||
@@ -15,7 +15,5 @@ "build": "npm_config_yes=true npx ipjs@latest build --tests", | ||
"exports": { | ||
"import": { | ||
"require": "./cjs/index.js", | ||
"import": "./esm/index.js", | ||
"browser": "./esm/index.js" | ||
} | ||
"require": "./cjs/index.js", | ||
"import": "./esm/index.js", | ||
"browser": "./esm/index.js" | ||
}, | ||
@@ -22,0 +20,0 @@ "keywords": [], |
@@ -6,3 +6,3 @@ # js-sha3 | ||
```js | ||
import multiformats from 'multiformats/basics.js' | ||
import multiformats from 'multiformats/basics' | ||
import sha3 from '@multiformats/sha3' | ||
@@ -9,0 +9,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
3841