@lumen5/beamcoder 0.0.17 → 0.0.18
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/package.json
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lumen5/beamcoder",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.18",
|
|
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..228127a 100644
|
|
|
Binary file
|
|
index d1ee7d7..4768c4d 100644
|
|
|
Binary file
|