@remotion/media-utils 2.6.10 → 2.6.11

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,5 +1,5 @@
1
- @remotion/media-utils:build: cache hit, replaying output 11a5e1b4d72d01c3
2
- @remotion/media-utils:build: 
3
- @remotion/media-utils:build: > @remotion/media-utils@2.6.9 build /Users/jonathanburger/remotion/packages/media-utils
4
- @remotion/media-utils:build: > tsc -d
5
- @remotion/media-utils:build: 
1
+ @remotion/media-utils:build: cache hit, replaying output e0842debbc4258ed
2
+ @remotion/media-utils:build: 
3
+ @remotion/media-utils:build: > @remotion/media-utils@2.6.10 build /Users/jonathanburger/remotion/packages/media-utils
4
+ @remotion/media-utils:build: > tsc -d
5
+ @remotion/media-utils:build: 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/media-utils",
3
- "version": "2.6.10",
3
+ "version": "2.6.11",
4
4
  "description": "Utility functions for audio and video",
5
5
  "main": "dist/index.js",
6
6
  "sideEffects": false,
@@ -15,7 +15,7 @@
15
15
  "url": "https://github.com/remotion-dev/remotion"
16
16
  },
17
17
  "dependencies": {
18
- "remotion": "2.6.10"
18
+ "remotion": "2.6.11"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "react": "^17.0.1",
@@ -33,5 +33,5 @@
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
- "gitHead": "641f73c3d09e8c73f2f2d008e6cc9a6b8cc6fff1"
36
+ "gitHead": "fc0286013a2997409781caf2f03c1c2ebf595db7"
37
37
  }