tonal-distance
Advanced tools
Comparing version 0.50.2 to 0.60.0
@@ -0,1 +1,4 @@ | ||
/** | ||
* @module distance | ||
*/ | ||
import { isPC, fifths, focts, pitch, height, asPitch, strIvl } from 'tonal-pitch' | ||
@@ -2,0 +5,0 @@ |
{ | ||
"name": "tonal-distance", | ||
"version": "0.50.2", | ||
"version": "0.60.0", | ||
"description": "Find distances between musical notes", | ||
@@ -13,17 +13,13 @@ "keywords": [ | ||
"scripts": { | ||
"pretest": "rm -rf build && mkdir build && rollup -f cjs -n distance -o build/tonal-distance.js -- index.js", | ||
"test": "tape 'test/*.js'", | ||
"prepublish": "npm test" | ||
"pretest": "rollup -f cjs -o build/index.js -- index.js", | ||
"test": "tape test/*.js" | ||
}, | ||
"main": "build/tonal-distance.js", | ||
"main": "build/index.js", | ||
"jsnext:main": "index", | ||
"author": "danigb", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"rollup": "0.25", | ||
"tape": "4" | ||
}, | ||
"devDependencies": {}, | ||
"dependencies": { | ||
"tonal-pitch": "^0.50.0" | ||
"tonal-pitch": "^0.60.0" | ||
} | ||
} |
@@ -51,3 +51,4 @@ var test = require('tape') | ||
t.equal(dist.distInSemitones('blah', 'C3'), null) | ||
t.equal(dist.distInSemitones('C', 'D'), 2) | ||
t.end() | ||
}) |
10750
0
221
+ Addednote-parser@2.0.1(transitive)
+ Addedtonal-encoding@0.60.0(transitive)
+ Addedtonal-pitch@0.60.0(transitive)
- Removednote-parser@1.1.0(transitive)
- Removedtonal-encoding@0.50.1(transitive)
- Removedtonal-notation@0.50.0(transitive)
- Removedtonal-pitch@0.50.3(transitive)
Updatedtonal-pitch@^0.60.0