@remotion/bundler 3.3.87 → 3.3.89

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.
@@ -102,7 +102,6 @@ const webpackConfig = ({ entry, userDefinedComponent, outDir, environment, webpa
102
102
  ],
103
103
  output: {
104
104
  hashFunction: 'xxhash64',
105
- globalObject: 'this',
106
105
  filename: 'bundle.js',
107
106
  devtoolModuleFilenameTemplate: '[resource-path]',
108
107
  assetModuleFilename: environment === 'development' ? '[path][name][ext]' : '[hash][ext]',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/bundler",
3
- "version": "3.3.87",
3
+ "version": "3.3.89",
4
4
  "description": "Bundler for Remotion",
5
5
  "main": "dist/index.js",
6
6
  "sideEffects": false,
@@ -20,7 +20,7 @@
20
20
  "css-loader": "5.2.7",
21
21
  "esbuild": "0.16.12",
22
22
  "react-refresh": "0.9.0",
23
- "remotion": "3.3.87",
23
+ "remotion": "3.3.89",
24
24
  "style-loader": "2.0.0",
25
25
  "webpack": "5.76.1"
26
26
  },