black-scholes-wasm
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "black-scholes-wasm", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "A binary WebAssembly port of Ronnie C.'s excellent SIMD options pricer", | ||
@@ -10,2 +10,8 @@ "repository": "git@github.com:ironblock/black-scholes-wasm.git", | ||
"type": "module", | ||
"main": "./dist/black-scholes-wasm.js", | ||
"exports": "./dist/black-scholes-wasm.js", | ||
"types": "./dist/black-scholes-wasm.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
@@ -20,8 +26,3 @@ "rust:clean": "rm -rf ./dist", | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"main": "dist/black-scholes-wasm.js", | ||
"types": "dist/black-scholes-wasm.d.ts", | ||
"sideEffects": false | ||
} |
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
184782
0