@remotion/bundler 3.2.3 → 3.2.8

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.
@@ -168,5 +168,6 @@ if (typeof window !== 'undefined') {
168
168
  });
169
169
  };
170
170
  window.siteVersion = '4';
171
+ window.remotion_version = remotion_1.VERSION;
171
172
  window.setBundleMode = exports.setBundleModeAndUpdate;
172
173
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/bundler",
3
- "version": "3.2.3",
3
+ "version": "3.2.8",
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.3",
29
+ "remotion": "3.2.8",
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": "15773a2e48ee8a9dbcfd898520cb914396c21eb1"
66
+ "gitHead": "7ccde3ec3f4adecd5fb7188d9d2933435bba5743"
67
67
  }