@remotion/bundler 3.3.75 → 3.3.77

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.
@@ -0,0 +1,3 @@
1
+ import webpack = require('webpack');
2
+ export declare type WebpackConfiguration = webpack.Configuration;
3
+ export declare type WebpackOverrideFn = (currentConfiguration: WebpackConfiguration) => WebpackConfiguration;
package/dist/types.js ADDED
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/bundler",
3
- "version": "3.3.75",
3
+ "version": "3.3.77",
4
4
  "description": "Bundler for Remotion",
5
5
  "main": "dist/index.js",
6
6
  "sideEffects": false,
@@ -14,13 +14,13 @@
14
14
  "dist",
15
15
  "react-shim.js"
16
16
  ],
17
- "author": "",
17
+ "author": "Jonny Burger <jonny@remotion.dev>",
18
18
  "license": "SEE LICENSE IN LICENSE.md",
19
19
  "dependencies": {
20
20
  "css-loader": "5.2.7",
21
21
  "esbuild": "0.16.12",
22
22
  "react-refresh": "0.9.0",
23
- "remotion": "3.3.75",
23
+ "remotion": "3.3.77",
24
24
  "style-loader": "2.0.0",
25
25
  "webpack": "5.74.0"
26
26
  },