tonal-array
Advanced tools
Comparing version 2.1.0 to 2.1.2
{ | ||
"name": "tonal-array", | ||
"version": "2.1.0", | ||
"version": "2.1.2", | ||
"description": "Tonal array utilities", | ||
@@ -13,3 +13,6 @@ "repository": "https://github.com/danigb/tonal/packages/array", | ||
"scripts": { | ||
"test": "jest --coverage" | ||
"test": "jest --coverage", | ||
"build": "npm run build-es5 && npm run build-es6", | ||
"build-es5": "rollup -c ../../config/rollup.config.es5.js -- index.js", | ||
"build-es6": "buble --no modules index.js -o build/es6.js" | ||
}, | ||
@@ -21,3 +24,3 @@ "main": "build/es5.js", | ||
"dependencies": { | ||
"tonal-note": "^2.1.0" | ||
"tonal-note": "^2.1.2" | ||
}, | ||
@@ -24,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
72524
18
971
0
Updatedtonal-note@^2.1.2