remotion 4.0.0-offthread.31 → 4.0.0-offthread.32

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.
@@ -1,4 +1,4 @@
1
- remotion:build: cache hit, replaying output 773140b260958310
1
+ remotion:build: cache hit, replaying output adb0281825e06cd7
2
2
  remotion:build: 
3
3
  remotion:build: > remotion@3.0.10 build /Users/jonathanburger/remotion/packages/core
4
4
  remotion:build: > tsc -d
@@ -88,10 +88,10 @@ const OffthreadVideoForRendering = ({ onError, volume: volumeProp, playbackRate,
88
88
  return res.text();
89
89
  })
90
90
  .then((text) => {
91
- console.log(text);
91
+ console.log('TEXT', text);
92
92
  })
93
93
  .catch((err) => {
94
- console.log(err.message);
94
+ console.log('MSG', err.message);
95
95
  })
96
96
  .finally(() => {
97
97
  setCrash(true);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "remotion",
3
- "version": "4.0.0-offthread.31+665632cff",
3
+ "version": "4.0.0-offthread.32+90ec968c7",
4
4
  "description": "Render videos in React",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -55,5 +55,5 @@
55
55
  "publishConfig": {
56
56
  "access": "public"
57
57
  },
58
- "gitHead": "665632cffd80aca6a61b44988b2d7f087e44196d"
58
+ "gitHead": "90ec968c7621839fc5e1d4b7510edd45f4bf366e"
59
59
  }