@remotion/compositor-linux-x64-gnu 4.0.427 → 4.0.429

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/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # @remotion/compositor-linux-x64-gnu
2
-
2
+
3
3
  Linux x64 binary for the Remotion Rust code
4
-
4
+
5
5
  ## Usage
6
-
6
+
7
7
  This is an internal package and has no documentation.
package/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import * as url from "node:url";
2
- const __dirname = url.fileURLToPath(new URL(".", import.meta.url));
1
+ import * as url from 'node:url';
2
+ const __dirname = url.fileURLToPath(new URL('.', import.meta.url));
3
3
 
4
4
  export const dir = __dirname;
package/libavcodec.so CHANGED
Binary file
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "repository": {
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/compositor-linux-x64-gnu"
4
4
  },
5
- "version": "4.0.427",
5
+ "version": "4.0.429",
6
6
  "name": "@remotion/compositor-linux-x64-gnu",
7
7
  "os": [
8
8
  "linux"
package/remotion CHANGED
Binary file