@lumen5/beamcoder 0.0.17 → 0.0.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/binding.gyp +1 -1
- package/package.json +2 -3
- package/prebuilds/@lumen5/{beamcoder-v0.0.17-node-v127-darwin-arm64.tar.gz → beamcoder-v0.0.20-node-v127-darwin-arm64.tar.gz} +0 -0
- package/prebuilds/@lumen5/{beamcoder-v0.0.17-node-v127-linux-x64.tar.gz → beamcoder-v0.0.20-node-v127-linux-x64.tar.gz} +0 -0
package/binding.gyp
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lumen5/beamcoder",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.20",
|
|
4
4
|
"description": "Node.js native bindings to FFmpeg.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
7
7
|
"scripts": {
|
|
8
|
-
"
|
|
9
|
-
"install": "prebuild-install || (FFMPEG_STATIC=1 node-gyp rebuild)",
|
|
8
|
+
"install": "prebuild-install || (node install_ffmpeg_static.js && FFMPEG_STATIC=1 node-gyp rebuild)",
|
|
10
9
|
"preinstall:dynamic": "node install_ffmpeg.js",
|
|
11
10
|
"install:dynamic": "FFMPEG_STATIC=0 node-gyp rebuild",
|
|
12
11
|
"build:dynamic": "npm run preinstall:dynamic && npm run install:dynamic",
|
|
index 1d1e4ff..dc9dc1e 100644
|
|
|
Binary file
|
|
index d1ee7d7..6ab6723 100644
|
|
|
Binary file
|