@remotion/media-utils 2.6.13 → 2.6.16

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 0b424c052a41afb1
2
- @remotion/media-utils:build: 
3
- @remotion/media-utils:build: > @remotion/media-utils@2.6.12 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 b3d09cc4130bff24
2
+ @remotion/media-utils:build: 
3
+ @remotion/media-utils:build: > @remotion/media-utils@2.6.15 build /Users/jonathanburger/remotion/packages/media-utils
4
+ @remotion/media-utils:build: > tsc -d
5
+ @remotion/media-utils:build: 
@@ -1,6 +1,6 @@
1
- @remotion/media-utils:lint: cache hit, replaying output 6787fcea937f15cf
1
+ @remotion/media-utils:lint: cache hit, replaying output 3451a35f8fc63bce
2
2
  @remotion/media-utils:lint: 
3
- @remotion/media-utils:lint: > @remotion/media-utils@2.6.12 lint /Users/jonathanburger/remotion/packages/media-utils
3
+ @remotion/media-utils:lint: > @remotion/media-utils@2.6.15 lint /Users/jonathanburger/remotion/packages/media-utils
4
4
  @remotion/media-utils:lint: > eslint src --ext ts,tsx
5
5
  @remotion/media-utils:lint: 
6
6
  @remotion/media-utils:lint: 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/media-utils",
3
- "version": "2.6.13",
3
+ "version": "2.6.16",
4
4
  "description": "Utility functions for audio and video",
5
5
  "main": "dist/index.js",
6
6
  "sideEffects": false,
@@ -18,11 +18,11 @@
18
18
  "url": "https://github.com/remotion-dev/remotion/issues"
19
19
  },
20
20
  "dependencies": {
21
- "remotion": "2.6.13"
21
+ "remotion": "2.6.16"
22
22
  },
23
23
  "peerDependencies": {
24
- "react": "^17.0.1",
25
- "react-dom": "^17.0.1"
24
+ "react": ">=16.8.0",
25
+ "react-dom": ">=16.8.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@jonny/eslint-config": "^2.1.251",
@@ -44,5 +44,5 @@
44
44
  "publishConfig": {
45
45
  "access": "public"
46
46
  },
47
- "gitHead": "f382c9698d1e43ea56d5d10174fe0a7419e31fd2"
47
+ "gitHead": "96b2a8f042ece45305601b1f240b56f35fc9fcd4"
48
48
  }