Comparing version 4.0.0 to 5.0.0
15
index.js
@@ -37,9 +37,10 @@ const { | ||
* | ||
* - `keepCase`: Keep the original case of the tags when renaming, defaults to | ||
* `false` | ||
* - `noop`: Perform a dry run without renaming the file, defaults to `false` | ||
* - `separator`: The separator used to split the tags in the new name, defaults | ||
* to `"-"` | ||
* - `tags`: An array of the tags used in the new name, defaults to | ||
* `["artist", "title"]` | ||
* - `keepCase`: Keep the original case of the tags when renaming, | ||
* defaults to `false` | ||
* - `noop`: Perform a dry run without renaming the file, | ||
* defaults to `false` | ||
* - `separator`: The separator used to split the tags in the new name, | ||
* defaults to `"-"` | ||
* - `tags`: An array of the tags used in the new name, | ||
* defaults to `["artist", "title"]` | ||
* | ||
@@ -46,0 +47,0 @@ * Resolves with the new path. |
{ | ||
"name": "tagtoname", | ||
"version": "4.0.0", | ||
"version": "5.0.0", | ||
"description": "Renames audio files using the metadata tags", | ||
@@ -40,13 +40,13 @@ "keywords": [ | ||
"lockfile": "1.0.4", | ||
"music-metadata": "6.4.0", | ||
"standard-slugify": "2.0.1" | ||
"music-metadata": "7.0.0", | ||
"standard-slugify": "3.0.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "7.0.0", | ||
"eslint-config-pretty-strict": "6.0.0", | ||
"eslint-plugin-prettier": "3.1.3", | ||
"eslint": "7.5.0", | ||
"eslint-config-pretty-strict": "6.1.1", | ||
"eslint-plugin-prettier": "3.1.4", | ||
"husky": "4.2.5", | ||
"nyc": "15.0.1", | ||
"nyc": "15.1.0", | ||
"prettier": "2.0.5", | ||
"tape": "5.0.0" | ||
"tape": "5.0.1" | ||
}, | ||
@@ -65,3 +65,3 @@ "engines": { | ||
"parserOptions": { | ||
"ecmaVersion": 2018, | ||
"ecmaVersion": 2019, | ||
"sourceType": "module" | ||
@@ -68,0 +68,0 @@ }, |
10831
123
+ Addedmusic-metadata@7.0.0(transitive)
+ Addedstandard-slugify@3.0.0(transitive)
- Removedmusic-metadata@6.4.0(transitive)
- Removedstandard-slugify@2.0.1(transitive)
Updatedmusic-metadata@7.0.0
Updatedstandard-slugify@3.0.0