Release v0.10.0

This commit is contained in:
Jerome Wu
2021-05-17 17:03:07 +08:00
parent a4938281aa
commit 5cafc73545
5 changed files with 41 additions and 10 deletions

8
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "@ffmpeg/ffmpeg",
"version": "0.9.8",
"version": "0.10.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -2065,9 +2065,9 @@
}
},
"@ffmpeg/core": {
"version": "0.9.0",
"resolved": "https://registry.npmjs.org/@ffmpeg/core/-/core-0.9.0.tgz",
"integrity": "sha512-d931yzQpb8GRgTZr+T7+BMqglPZ1R8FPH3W3UA8I21RzuasRHsMwQ4MQTlS9twjfqvUGIkD8p/8mNToUVN/Yrw==",
"version": "0.10.0",
"resolved": "https://registry.npmjs.org/@ffmpeg/core/-/core-0.10.0.tgz",
"integrity": "sha512-qunWJl5PezpXEm31tb8Qu5z37B5KVA1VYZCpXchMhuAb3X9T7PuE3SlhOwphEoRhzaOa3lpofDfzihAUMFaVPQ==",
"dev": true
},
"@hapi/hoek": {