@remotion/bundler 3.2.0 → 3.2.1

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.
@@ -167,6 +167,6 @@ if (typeof window !== 'undefined') {
167
167
  };
168
168
  });
169
169
  };
170
- window.siteVersion = '3';
170
+ window.siteVersion = '4';
171
171
  window.setBundleMode = exports.setBundleModeAndUpdate;
172
172
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/bundler",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "Bundler for Remotion",
5
5
  "main": "dist/index.js",
6
6
  "sideEffects": false,
@@ -26,7 +26,7 @@
26
26
  "css-loader": "5.2.7",
27
27
  "esbuild": "0.14.19",
28
28
  "react-refresh": "0.9.0",
29
- "remotion": "3.2.0",
29
+ "remotion": "3.2.1",
30
30
  "style-loader": "2.0.0",
31
31
  "webpack": "5.72.0"
32
32
  },
@@ -63,5 +63,5 @@
63
63
  "publishConfig": {
64
64
  "access": "public"
65
65
  },
66
- "gitHead": "47b188161a9e922a247eaa998e72d37af9137707"
66
+ "gitHead": "0c4f0e1fdd423b882bf3dbc48b50037f9d5251c8"
67
67
  }