museria 0.2.47 → 0.2.49

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,7 @@ jobs:
9
9
  runs-on: ubuntu-latest
10
10
  strategy:
11
11
  matrix:
12
- node-version: [12.x, 14.x, 16.x]
12
+ node-version: [14.x, 16.x, 18.x]
13
13
  steps:
14
14
  - uses: actions/checkout@v2
15
15
  - name: Run tests with ${{ matrix.node-version }}
@@ -9,7 +9,7 @@ jobs:
9
9
  - uses: actions/checkout@v2
10
10
  - uses: actions/setup-node@v1
11
11
  with:
12
- node-version: 14
12
+ node-version: 16
13
13
  - run: npm install -g npm
14
14
  - run: npm ci
15
15
  - run: npm ddp
package/README.md CHANGED
@@ -132,7 +132,7 @@ When you create an instance of the node you can pass options below. Only specifi
132
132
 
133
133
  * {boolean} __[music.prepareCover=true]__ - prepare the cover before addition or not. Preparation means bringing the size and image quality to the right values.
134
134
 
135
- * {integer} __[music.coverQuality=85]__ - prepared cover quality from 0 to 100. It works only when music.prepareCover is true.
135
+ * {integer} __[music.coverQuality=80]__ - prepared cover quality from 0 to 100. It works only when music.prepareCover is true.
136
136
 
137
137
  * {integer} __[music.coverMinSize=200]__ - minimum cover size in px. It works only when music.prepareCover is true.
138
138