@remotion/media-utils 3.0.0-lambda.388 → 3.0.0-lambda.404

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 00f5fd57f4c3a047
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 b941601fd5a60a29
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": "3.0.0-lambda.388+6e1372eca",
3
+ "version": "3.0.0-lambda.404+70a7d3fec",
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": "3.0.0-lambda.388+6e1372eca"
18
+ "remotion": "3.0.0-lambda.404+70a7d3fec"
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": "6e1372eca7e2f8b36a3a2b18df653d3bdf6fb49c"
36
+ "gitHead": "70a7d3fec770754acbc5920721f75e19cda9056c"
37
37
  }