@remotion/media-utils 2.6.9 → 2.6.12

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
1
+ @remotion/media-utils:build: cache hit, replaying output 8e7b482c76d5789a
2
2
  @remotion/media-utils:build: 
3
- @remotion/media-utils:build: > @remotion/media-utils@2.6.8 build /Users/jonathanburger/remotion/packages/media-utils
3
+ @remotion/media-utils:build: > @remotion/media-utils@2.6.11 build /Users/jonathanburger/remotion/packages/media-utils
4
4
  @remotion/media-utils:build: > tsc -d
5
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.12",
4
4
  "description": "Utility functions for audio and video",
5
5
  "main": "dist/index.js",
6
6
  "sideEffects": false,
@@ -14,8 +14,11 @@
14
14
  "repository": {
15
15
  "url": "https://github.com/remotion-dev/remotion"
16
16
  },
17
+ "bugs": {
18
+ "url": "https://github.com/remotion-dev/remotion/issues"
19
+ },
17
20
  "dependencies": {
18
- "remotion": "2.6.9"
21
+ "remotion": "2.6.12"
19
22
  },
20
23
  "peerDependencies": {
21
24
  "react": "^17.0.1",
@@ -28,10 +31,18 @@
28
31
  "eslint": "^7.25.0",
29
32
  "prettier": "^2.0.5",
30
33
  "prettier-plugin-organize-imports": "^1.1.1",
31
- "typescript": "^4.4.2"
34
+ "typescript": "^4.5.5"
32
35
  },
36
+ "keywords": [
37
+ "remotion",
38
+ "ffmpeg",
39
+ "video",
40
+ "react",
41
+ "puppeteer",
42
+ "player"
43
+ ],
33
44
  "publishConfig": {
34
45
  "access": "public"
35
46
  },
36
- "gitHead": "cb95ddea3cce407b3c3df81ee3cff83bed591d14"
47
+ "gitHead": "6d76097a98c44dc976cecfa04526d663339cf45c"
37
48
  }