tonal-distance
Advanced tools
Comparing version 1.0.0-pre3 to 1.0.0-pre4
{ | ||
"name": "tonal-distance", | ||
"version": "1.0.0-pre3", | ||
"version": "1.0.0-pre4", | ||
"description": "Transpose notes and find intervals between them", | ||
@@ -18,9 +18,9 @@ "keywords": [ | ||
}, | ||
"main": "build/transpiled.js", | ||
"module": "index", | ||
"main": "build/es5.js", | ||
"module": "build/es6.js", | ||
"author": "danigb", | ||
"license": "MIT", | ||
"dependencies": { | ||
"tonal-interval": "^1.0.0-pre3", | ||
"tonal-note": "^1.0.0-pre3" | ||
"tonal-interval": "^1.0.0-pre4", | ||
"tonal-note": "^1.0.0-pre4" | ||
}, | ||
@@ -27,0 +27,0 @@ "babel": { |
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
34769
7
807
1
Updatedtonal-interval@^1.0.0-pre4
Updatedtonal-note@^1.0.0-pre4