tonal-note
Advanced tools
Comparing version 0.68.1 to 0.69.0
{ | ||
"name": "tonal-note", | ||
"version": "0.68.1", | ||
"version": "0.69.0", | ||
"repository": "https://github.com/danigb/tonal/packages/note", | ||
@@ -9,3 +9,3 @@ "description": "Encode pitches using fifths/octaves", | ||
"pretest": "rollup -f cjs -o build/index.js -- index.js", | ||
"test": "tape test/*.js" | ||
"test": "jest --coverage" | ||
}, | ||
@@ -19,7 +19,7 @@ "main": "build/index.js", | ||
"note-parser": "^2.0.0", | ||
"tonal-freq": "^0.68.1", | ||
"tonal-midi": "^0.68.1", | ||
"tonal-pitch": "^0.66.0", | ||
"tonal-transpose": "^0.66.0" | ||
"tonal-freq": "^0.69.0", | ||
"tonal-midi": "^0.69.0", | ||
"tonal-pitch": "^0.69.0", | ||
"tonal-transpose": "^0.69.0" | ||
} | ||
} |
23341
567
+ Addedtonal-encoding@0.69.7(transitive)
+ Addedtonal-freq@0.69.9(transitive)
+ Addedtonal-midi@0.69.7(transitive)
+ Addedtonal-pitch@0.69.7(transitive)
+ Addedtonal-transpose@0.69.7(transitive)
- Removedtonal-encoding@0.66.0(transitive)
- Removedtonal-freq@0.68.1(transitive)
- Removedtonal-midi@0.68.1(transitive)
- Removedtonal-pitch@0.66.0(transitive)
- Removedtonal-transpose@0.66.0(transitive)
Updatedtonal-freq@^0.69.0
Updatedtonal-midi@^0.69.0
Updatedtonal-pitch@^0.69.0
Updatedtonal-transpose@^0.69.0