@remotion/media-utils 2.6.9 → 2.6.10

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 4c704511238514df
2
- @remotion/media-utils:build: 
3
- @remotion/media-utils:build: > @remotion/media-utils@2.6.8 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 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: 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/media-utils",
3
- "version": "2.6.9",
3
+ "version": "2.6.10",
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.9"
18
+ "remotion": "2.6.10"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "react": "^17.0.1",
@@ -28,10 +28,10 @@
28
28
  "eslint": "^7.25.0",
29
29
  "prettier": "^2.0.5",
30
30
  "prettier-plugin-organize-imports": "^1.1.1",
31
- "typescript": "^4.4.2"
31
+ "typescript": "^4.5.5"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
- "gitHead": "cb95ddea3cce407b3c3df81ee3cff83bed591d14"
36
+ "gitHead": "641f73c3d09e8c73f2f2d008e6cc9a6b8cc6fff1"
37
37
  }